| Age | Commit message (Expand) | Author | Lines |
| 2022-11-18 | rename to `string_deref_patterns` | Deadbeef | -2/+2 |
| 2022-11-17 | Add feature gate | Deadbeef | -0/+2 |
| 2022-11-15 | Rollup merge of #104339 - compiler-errors:rustc_deny_explicit_impl, r=cjgillot | Matthias Krüger | -0/+4 |
| 2022-11-14 | Rollup merge of #104349 - rustaceanclub:master, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-11-14 | Add rustc_deny_explicit_impl | Michael Goulet | -0/+4 |
| 2022-11-14 | Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -5/+5 |
| 2022-11-13 | fix some typos in comments | cui fliter | -1/+1 |
| 2022-11-12 | Rollup merge of #104117 - crlf0710:update_feature_gate, r=jackh726 | Guillaume Gomez | -3/+3 |
| 2022-11-12 | Add tracking issue number. | Camille GILLOT | -1/+1 |
| 2022-11-12 | Make impl_trait_projections a feature gate. | Camille GILLOT | -0/+2 |
| 2022-11-11 | Mark `trait_upcasting` feature no longer incomplete. | Charles Lew | -3/+3 |
| 2022-11-08 | Add support for custom MIR parsing | Jakob Degen | -0/+6 |
| 2022-11-06 | Bump version placeholders to release | Mark Rousskov | -5/+5 |
| 2022-11-05 | Auto merge of #102458 - JohnTitor:stabilize-instruction-set, r=oli-obk | bors | -7/+3 |
| 2022-11-03 | Stabilize default_alloc_error_handler | Amanieu d'Antras | -2/+2 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -4/+0 |
| 2022-10-30 | Rollup merge of #97971 - Soveu:varargs, r=jackh726 | Michael Howell | -0/+3 |
| 2022-10-30 | Rollup merge of #93582 - WaffleLapkin:rpitirpit, r=compiler-errors | Dylan DPC | -0/+2 |
| 2022-10-26 | Rollup merge of #95710 - fee1-dead-contrib:stabilize_arbitrary_enum_discrimin... | Dylan DPC | -2/+2 |
| 2022-10-25 | Feature gate `impl_trait_in_fn_trait_return` | Maybe Waffle | -0/+2 |
| 2022-10-24 | Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726 | Yuki Okushi | -1/+1 |
| 2022-10-23 | Enable varargs support for calling conventions other than C or cdecl | Soveu | -0/+3 |
| 2022-10-22 | Stabilize arbitrary_enum_discriminant, take 2 | Deadbeef | -2/+2 |
| 2022-10-20 | Add code comments and documentation | Guillaume Gomez | -0/+2 |
| 2022-10-20 | Add missing @local_only on attributes | Guillaume Gomez | -10/+24 |
| 2022-10-17 | Stabilize asm_sym | Amanieu d'Antras | -2/+2 |
| 2022-10-12 | Auto merge of #102975 - Dylan-DPC:rollup-vzuwsh2, r=Dylan-DPC | bors | -2/+0 |
| 2022-10-11 | rename rustc_allocator_nounwind to rustc_nounwind | Ralf Jung | -1/+1 |
| 2022-10-10 | Fix stabilization of `feature(half_open_range_patterns)` | Urgau | -2/+0 |
| 2022-10-08 | Stabilize half_open_range_patterns | Urgau | -0/+2 |
| 2022-10-08 | Split slice part of feature(half_open_range_patterns) to [...]_in_slices | Urgau | -0/+2 |
| 2022-09-29 | Stabilize the `instruction_set` feature | Yuki Okushi | -7/+3 |
| 2022-09-29 | Remove from compiler/ crates | reez12g | -1/+0 |
| 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 |