| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-09-14 | Enable varargs support for AAPCS calling convention | Soveu | -2/+5 | |
| This is the default calling convention for ARM - it is used for extern "C", therefore it supports varargs. | ||||
| 2023-08-30 | Test and note unsafe ctor to fn ptr coercion | Michael Goulet | -2/+0 | |
| Also remove a note that I don't consider to be very useful in context. | ||||
| 2023-01-30 | Mention fn coercion rules (needs to be expanded) | Esteban Küber | -0/+2 | |
| 2023-01-15 | Tweak E0597 | Esteban Küber | -1/+3 | |
| CC #99430 | ||||
| 2023-01-13 | Rollup merge of #105795 - nicholasbishop:bishop-stabilize-efiapi, r=joshtriplett | Yuki Okushi | -10/+7 | |
| Stabilize `abi_efiapi` feature Tracking issue: https://github.com/rust-lang/rust/issues/65815 Closes #65815 | ||||
| 2023-01-11 | Stabilize `abi_efiapi` feature | Nicholas Bishop | -10/+7 | |
| Tracking issue: https://github.com/rust-lang/rust/issues/65815 | ||||
| 2023-01-11 | Filter impl and where-clause candidates that reference errors | Michael Goulet | -21/+3 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+637 | |
