| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-10-02 | Rollup merge of #76851 - fusion-engineering-forks:fixme-nonzero, r=petrochenkov | Yuki Okushi | -17/+20 | |
| Fix 'FIXME' about using NonZeroU32 instead of u32. It was blocked by #58732 (const fn NonZeroU32::new), which is fixed now. | ||||
| 2020-10-01 | Add note about possible future improvement | Mara Bos | -0/+2 | |
| Co-authored-by: David Tolnay <dtolnay@gmail.com> | ||||
| 2020-09-30 | Add support for cmse_nonsecure_entry attribute | Hugues de Valon | -0/+5 | |
| This patch adds support for the LLVM cmse_nonsecure_entry attribute. This is a target-dependent attribute that only has sense for the thumbv8m Rust targets. You can find more information about this attribute here: https://developer.arm.com/documentation/ecm0359818/latest/ Signed-off-by: Hugues de Valon <hugues.devalon@arm.com> | ||||
| 2020-09-27 | Remove `rustc_allow_const_fn_ptr` | Dylan MacKenzie | -1/+0 | |
| This was a hack to work around the lack of an escape hatch for the "min `const fn`" checks in const-stable functions. Now that we have co-opted `allow_internal_unstable` for this purpose, we no longer need the bespoke attribute. | ||||
| 2020-09-27 | Add a feature gate for basic function pointer use in `const fn` | Dylan MacKenzie | -0/+3 | |
| 2020-09-25 | Use proper issue for `const_fn_floating_point_arithmetic` | Dylan MacKenzie | -1/+1 | |
| 2020-09-25 | Add `const_fn_floating_point_arithmetic` | Dylan MacKenzie | -0/+3 | |
| 2020-09-21 | Add cfg(target_has_atomic_equal_alignment). | Mara Bos | -0/+5 | |
| This is needed for Atomic::from_mut. | ||||
| 2020-09-20 | Remove MMX from Rust | Mateusz MikuĊa | -1/+0 | |
| 2020-09-17 | Fix 'FIXME' about using NonZeroU32 instead of u32. | Mara Bos | -17/+18 | |
| It was blocked by #58732 (const fn NonZeroU32::new), which is fixed now. | ||||
| 2020-09-14 | Stabilize doc_alias feature | Guillaume Gomez | -3/+2 | |
| 2020-09-10 | fix tidy, small cleanup | Bastian Kauschke | -1/+1 | |
| 2020-09-10 | implement `const_evaluatable_checked` feature MVP | Bastian Kauschke | -1/+5 | |
| 2020-09-04 | Implementation of incompatible features error | Amjad Alsharafi | -1/+6 | |
| If two features are defined as incompatible, using them together would result in an error | ||||
| 2020-09-01 | driver: replace `lazy_static` by `SyncLazy` from std | marmeladema | -8/+9 | |
| 2020-09-01 | feature: replace `lazy_static` by `SyncLazy` from std | marmeladema | -11/+12 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+1750 | |
