| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-01-21 | Implement stable with negative coherence mode | Santiago Pastorino | -0/+1 |
| 2022-01-18 | Formally implement let chains | Caio | -1/+1 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -0/+2 |
| 2022-01-18 | Rollup merge of #92701 - ehuss:even-more-attr-validation, r=matthewjasper | Matthias Krüger | -2/+2 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -0/+2 |
| 2022-01-17 | Rollup merge of #92164 - WaffleLapkin:rustc_must_implement_one_of_attr, r=Aar... | Matthias Krüger | -0/+6 |
| 2022-01-11 | rustc_pass_by_value: allow types with no parameters on self | Mahdi Dibaiee | -1/+1 |
| 2022-01-09 | Mark windows_subsytem and no_builtins as crate-only attributes. | Eric Huss | -2/+2 |
| 2022-01-09 | feat: pass_by_value lint attribute | Mahdi Dibaiee | -0/+5 |
| 2022-01-09 | Apply suggestions from code review | Waffle Maybe | -1/+1 |
| 2022-01-09 | Implement `#[rustc_must_implement_one_of]` attribute | Maybe Waffle | -0/+6 |
| 2021-12-14 | Stabilize `destructuring_assignment` | Jacob Pratt | -2/+2 |
| 2021-12-11 | update accepted feature gate | Ellen | -2/+2 |
| 2021-12-10 | remove feature gate and cleanup code | Ellen | -6/+2 |
| 2021-12-03 | add `unwind_asm` feature gate for `may_unwind` option | cynecx | -0/+2 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -4/+8 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -4/+8 |
| 2021-11-23 | Rollup merge of #91140 - nbdd0121:const_typeck, r=oli-obk | Matthias Krüger | -1/+3 |
| 2021-11-22 | `#![feature(inline_const)]` is no longer incomplete | Gary Guo | -1/+1 |
| 2021-11-22 | Split inline const to two feature gates | Gary Guo | -0/+2 |
| 2021-11-18 | Check for duplicate attributes. | Eric Huss | -155/+274 |
| 2021-11-18 | rustc: Remove `#[rustc_synthetic]` | Vadim Petrochenkov | -1/+0 |
| 2021-11-15 | Alphabetize language features | Jacob Pratt | -795/+644 |
| 2021-11-15 | Stabilize format_args_capture | Josh Triplett | -3/+2 |
| 2021-11-13 | Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obk | bors | -3/+2 |