| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-05-30 | Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errors | bors | -3/+4 |
| 2022-05-30 | Remove `#[default..]` and add `#[const_trait]` | Deadbeef | -3/+4 |
| 2022-05-30 | Add support for emitting functions with `coldcc` in LLVM | Scott McMurray | -0/+2 |
| 2022-05-29 | Auto merge of #97214 - Mark-Simulacrum:stage0-bump, r=pietroalbini | bors | -1/+0 |
| 2022-05-29 | Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoerister | Guillaume Gomez | -1/+1 |
| 2022-05-27 | Finish bumping stage0 | Mark Rousskov | -1/+0 |
| 2022-05-25 | Rollup merge of #96913 - Urgau:rfc3239-part2, r=petrochenkov | Dylan DPC | -0/+2 |
| 2022-05-24 | Add support for embedding pretty printers via the `#[debugger_visualizer]` at... | ridwanabdillahi | -1/+1 |
| 2022-05-24 | RFC3239: Implement compact `cfg(target(..))` | Loïc BRANSTETT | -0/+2 |
| 2022-05-21 | Remove feature: `crate` visibility modifier | Jacob Pratt | -2/+2 |