| Age | Commit message (Expand) | Author | Lines |
| 2022-03-31 | Rollup merge of #94869 - jackh726:gats_extended, r=compiler-errors | Dylan DPC | -0/+2 |
| 2022-03-30 | Add the generic_associated_types_extended feature | Jack Huey | -0/+2 |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier spe... | Vadim Petrochenkov | -4/+4 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -0/+8 |
| 2022-03-21 | move `adt_const_params` to its own tracking issue | lcnr | -1/+1 |
| 2022-03-17 | Rollup merge of #94982 - skippy10110:deprecated_safe, r=Dylan-DPC | Dylan DPC | -0/+7 |
| 2022-03-15 | Add deprecated_safe feature gate and attribute, cc #94978 | skippy10110 | -0/+7 |
| 2022-03-14 | Stabilize ADX target feature | Tony Arcieri | -0/+2 |
| 2022-03-14 | Rollup merge of #90621 - adamgemmell:dev/stabilise-target-feature, r=Amanieu | Matthias Krüger | -1/+3 |
| 2022-03-14 | Stabilise `aarch64_target_feature` | Adam Gemmell | -1/+3 |
| 2022-03-10 | Rollup merge of #94368 - c410-f3r:metaaaaaaaaaaaaaaaaaaaaaaaaaaa, r=petrochenkov | Dylan DPC | -0/+2 |
| 2022-03-10 | Rollup merge of #94274 - djkoloski:unknown_unstable_lints, r=tmandry | Dylan DPC | -0/+2 |
| 2022-03-10 | Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwco | Matthias Krüger | -1/+3 |
| 2022-03-09 | New `deprecated_suggestion` feature, use in tests | Jacob Pratt | -0/+2 |
| 2022-03-09 | Implement macro meta-variable expressions | Caio | -0/+2 |
| 2022-03-08 | Treat unstable lints as unknown | David Koloski | -0/+2 |
| 2022-03-08 | Rollup merge of #94586 - sunfishcode:sunfishcode/io-lifetimes-tests, r=davidtwco | Matthias Krüger | -3/+3 |
| 2022-03-07 | Bump stabilization version to 1.61.0 | Eric Holk | -3/+3 |
| 2022-03-07 | Stabilize const_impl_trait as well | Eric Holk | -2/+2 |
| 2022-03-07 | Stabilize const_fn_fn_ptr_basics and const_fn_trait_bound | Eric Holk | -4/+4 |
| 2022-03-04 | Change `rustc_deprecated` to use `note` | Jacob Pratt | -1/+1 |
| 2022-03-04 | Auto merge of #94096 - cjgillot:ensure-stability, r=lcnr | bors | -0/+8 |
| 2022-03-03 | Generalize `get_nullable_type` to allow types where null is all-ones. | Dan Gohman | -3/+3 |
| 2022-03-03 | Move the set of features to the `features` query. | Camille GILLOT | -0/+8 |
| 2022-03-02 | Added `Expect` lint level and attribute (RFC-2383) | xFrednet | -0/+4 |
| 2022-02-24 | Remove in-band lifetimes | Michael Goulet | -2/+3 |
| 2022-02-21 | fix names in feature(...) suggestion | Mario Carneiro | -1/+1 |
| 2022-02-19 | Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplett | Matthias Krüger | -3/+2 |
| 2022-02-17 | Rollup merge of #93337 - Amanieu:asm_tracking, r=tmiasko | Matthias Krüger | -4/+4 |
| 2022-02-16 | Destabilize cfg(target_has_atomic_load_store = ...) | Mark Rousskov | -2/+3 |
| 2022-02-14 | Update unsafe_pin_internals unstable version. | Mara Bos | -1/+1 |
| 2022-02-14 | Mark `unsafe_pin_internals` as `incomplete`. | Daniel Henry-Mantilla | -0/+3 |
| 2022-02-10 | updating the feature-gate listing and do not require the feature-gate to use ... | Charisee | -3/+2 |
| 2022-02-10 | Rollup merge of #93824 - Amanieu:stable_cfg_target_has_atomic, r=davidtwco | Matthias Krüger | -6/+6 |
| 2022-02-09 | Rollup merge of #93753 - jeremyBanks:main-conflict, r=petrochenkov | Matthias Krüger | -1/+0 |
| 2022-02-09 | Rollup merge of #91504 - cynecx:used_retain, r=nikic | Matthias Krüger | -1/+3 |
| 2022-02-09 | Stabilize cfg_target_has_atomic | Amanieu d'Antras | -6/+6 |
| 2022-02-09 | Add tracking issue | Nikita Popov | -1/+1 |
| 2022-02-08 | Remove obsolete no-op #[main] attribute from compiler. | Jeremy Banks | -1/+0 |
| 2022-02-07 | Rollup merge of #93682 - PatchMixolydic:where-in-the-world-is-const_fn_trait_... | Mara Bos | -1/+1 |
| 2022-02-07 | Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-se | Mara Bos | -3/+2 |
| 2022-02-07 | add tests and fix comments | cynecx | -3/+3 |
| 2022-02-06 | `#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41) | cynecx | -1/+3 |
| 2022-02-06 | Fix tracking issue for `const_fn_trait_bound` | Ruby Lazuli | -1/+1 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+3 |
| 2022-01-31 | Move overlap_mode into trait level attribute + feature flag | Santiago Pastorino | -1/+3 |
| 2022-01-28 | remove allow_fail test flag | yuhaixin.hx | -3/+2 |
| 2022-01-27 | update pass_by_value | lcnr | -1/+1 |
| 2022-01-26 | Update tracking issue numbers for inline assembly sub-features | Amanieu d'Antras | -4/+4 |
| 2022-01-25 | Rollup merge of #93175 - spastorino:negative-traits-coherence-new, r=nikomats... | Matthias Krüger | -0/+1 |