| Age | Commit message (Expand) | Author | Lines |
| 2022-09-27 | attributes: Add #[rustc_safe_intrinsic] builtin | Arthur Cohen | -0/+1 |
| 2022-09-26 | replace stabilization placeholders | Pietro Albini | -10/+10 |
| 2022-09-23 | Rollup merge of #100734 - ComputerDruid:afit_feature, r=compiler-errors | Matthias Krüger | -0/+2 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -1/+1 |
| 2022-09-21 | Split out async_fn_in_trait into a separate feature | Dan Johnson | -0/+2 |
| 2022-09-17 | Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-09-16 | fix `const_trait` unstable message | Deadbeef | -1/+1 |
| 2022-09-15 | Stabilize the let_else feature | est31 | -2/+2 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -0/+2 |
| 2022-09-14 | change AccessLevels representation | Bryanskiy | -1/+1 |
| 2022-09-13 | Address code review comments | Eric Holk | -1/+1 |
| 2022-09-13 | Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors | bors | -2/+2 |
| 2022-09-13 | Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser | bors | -0/+8 |
| 2022-09-12 | Introduce dyn_star feature flag | Eric Holk | -0/+2 |
| 2022-09-12 | Feature gate the rustdoc::missing_doc_code_examples lint | Wim Looman | -0/+2 |
| 2022-09-11 | Use current rustc version. | Charles Lew | -1/+1 |
| 2022-09-11 | Add tracking issue number to feature(generator_clone) | Andrew Cann | -2/+2 |
| 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-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 |