| Age | Commit message (Expand) | Author | Lines |
| 2022-09-11 | move generator_clone feature definition | Andrew Cann | -2/+2 |
| 2022-09-11 | add generator_clone feature gate | Andrew Cann | -0/+2 |
| 2022-09-10 | Auto merge of #99916 - dpaoliello:stablizerawdylib, r=wesleywiser | bors | -5/+2 |
| 2022-09-09 | Stabilze raw-dylib for non-x86 | Daniel Paoliello | -5/+2 |
| 2022-09-09 | Lower RPITIT to ImplTraitPlaceholder item | Michael Goulet | -0/+2 |
| 2022-09-07 | ssa: implement `#[collapse_debuginfo]` | David Wood | -0/+8 |
| 2022-09-06 | get_attr should check that no duplicates are allowed | yukang | -2/+10 |
| 2022-09-02 | Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett | bors | -0/+3 |
| 2022-09-01 | Sort tests at compile time, not at startup | Ben Kimock | -1/+1 |
| 2022-08-31 | add TestReachabilityVisitor | Bryanskiy | -0/+1 |
| 2022-08-30 | Stabilize GATs | Jack Huey | -2/+2 |
| 2022-08-30 | Auto merge of #101183 - Dylan-DPC:rollup-6kewixv, r=Dylan-DPC | bors | -6/+3 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -2/+2 |
| 2022-08-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -0/+3 |
| 2022-08-28 | Remove `register_attr` feature | Yuki Okushi | -6/+3 |
| 2022-08-27 | Adjust label break value stabilization version to CURRENT_RUSTC_VERSION | est31 | -1/+1 |
| 2022-08-26 | Implementation of import_name_type | Daniel Paoliello | -1/+1 |
| 2022-08-23 | Stabilize `#![feature(label_break_value)]` | Joshua Nelson | -2/+2 |
| 2022-08-18 | Add diagnostic translation lints to crates that don't emit them | 5225225 | -0/+2 |
| 2022-08-15 | Add missing closing quote | Rageking8 | -1/+1 |
| 2022-08-09 | Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011 | Dylan DPC | -0/+4 |
| 2022-07-27 | lint: add bad opt access internal lint | David Wood | -0/+6 |
| 2022-07-26 | codegen: use new {re,de,}allocator annotations in llvm | Augie Fackler | -0/+3 |
| 2022-07-26 | Implement `#[rustc_default_body_unstable]` | Maybe Waffle | -0/+4 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -2/+2 |
| 2022-07-14 | Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillot | bors | -0/+3 |
| 2022-07-14 | Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot | Dylan DPC | -0/+2 |
| 2022-07-14 | Rollup merge of #97720 - cjgillot:all-fresh, r=petrochenkov | Dylan DPC | -0/+2 |
| 2022-07-13 | add array tests, cleanup, tidy, and bless | Ralf Jung | -1/+1 |
| 2022-07-13 | remove untagged_union feature gate | Ralf Jung | -7/+3 |
| 2022-07-13 | Add feature gate. | Camille GILLOT | -0/+2 |
| 2022-07-12 | Parse closure binders | Maybe Waffle | -0/+2 |
| 2022-07-08 | add opt in attribute for stable-in-unstable items | Jane Lusby | -0/+3 |
| 2022-07-07 | `UnsafeCell` now has no niches, ever. | Oli Scherer | -3/+0 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -3/+3 |
| 2022-06-14 | Remove `rustc_deprecated` diagnostics | Jacob Pratt | -5/+0 |
| 2022-06-14 | Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obk | Dylan DPC | -0/+3 |
| 2022-06-13 | Rollup merge of #97999 - compiler-errors:type_changin_struct_update_is_probab... | Matthias Krüger | -1/+1 |
| 2022-06-13 | Rollup merge of #97875 - JohnTitor:rm-infer-static-outlives-requirements, r=p... | Matthias Krüger | -2/+3 |
| 2022-06-11 | Make type_changing_struct_update no longer incomplete | Michael Goulet | -1/+1 |
| 2022-06-11 | Rollup merge of #96868 - nrc:turbo-stable, r=jhpratt,nbdd0121,nagisa | Dylan DPC | -2/+2 |
| 2022-06-10 | lint: add diagnostic translation migration lints | David Wood | -0/+3 |
| 2022-06-09 | Stabilize the `bundle` native library modifier | Vadim Petrochenkov | -4/+5 |
| 2022-06-08 | Remove the `infer_static_outlives_requirements` feature | Yuki Okushi | -2/+3 |
| 2022-06-07 | Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnr | bors | -0/+2 |
| 2022-06-06 | Deactivate feature gate explicit_generic_args_with_impl_trait | Nick Cameron | -2/+2 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -2/+2 |
| 2022-06-02 | Auto merge of #97654 - Dylan-DPC:rollup-w6zrzxf, r=Dylan-DPC | bors | -0/+2 |
| 2022-06-02 | Basic compiler infra | Caio | -0/+2 |
| 2022-06-01 | Add #[rustc_box] | est31 | -0/+6 |