-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Implement overloading #535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
Comments
interfaces now offer a limited form of overloading. |
Closing as this is obsolete given ifaces. |
kazcw
pushed a commit
to kazcw/rust
that referenced
this issue
Oct 23, 2018
* ARM DSP: Add signed halving parallel sub. Add: - `shsub8`: Signed halving parallel byte-wise subtraction. - `shsub16`: Signed halving parallel halfword-wise subtraction. * ARM DSP: Signed halving parallel additions. - `shadd8`: Signed halving parallel byte-wise add. - `shadd16`: Signed halving parallel halfword-wise add. * ARM DSP: Signed Dual Multiply Add and Signed Dual Multiply Sub. - `SMUAD`: Signed Dual Multiply Add. - `SMUADX`: Signed Dual Multiply Add Reversed. - `SMUSD`: Signed Dual Multiply Subtract. - `SMUSDX`: Signed Dual Multiply Subtract Reversed. * ARM DSP: Restrict to Cortex-A and Cortex-R Restrict everything to Cortex-A/R till We found a better way manage thumb* targets. Add 'dox' to generate docs. * ARM DSP: fix Markdown documentation Quote '[' and ']' where are not part of the Markdown syntax.
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
* use assert-false instead of nondet for missing functions * Add a flag to disable the missing function checks, and use it for tests which require it
GuillaumeGomez
pushed a commit
to GuillaumeGomez/rust
that referenced
this issue
Jul 10, 2024
…7_02 Sync from rust 2024/07/02
tgross35
pushed a commit
to tgross35/rust
that referenced
this issue
Jun 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Synopsis:
Result:
The text was updated successfully, but these errors were encountered: