| Age | Commit message (Expand) | Author | Lines |
| 2023-02-10 | [link] enable packed bundled lib in non stable cases | Daniil Belov | -0/+2 |
| 2023-02-01 | Stabilize `#![feature(target_feature_11)]` | Léo Lanteri Thauvin | -2/+2 |
| 2023-02-01 | Stabilize cmpxchg16b_target_feature | Nugine | -1/+2 |
| 2023-01-31 | Auto merge of #107297 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -4/+4 |
| 2023-01-28 | Reintroduce multiple_supertrait_upcastable lint | Gary Guo | -0/+2 |
| 2023-01-25 | Set version placeholders to 1.68 | Mark Rousskov | -4/+4 |
| 2023-01-25 | Rollup merge of #106767 - chbaker0:disable-unstable-features, r=Mark-Simulacrum | Dylan DPC | -1/+2 |
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -1/+3 |
| 2023-01-13 | Rollup merge of #105795 - nicholasbishop:bishop-stabilize-efiapi, r=joshtriplett | Yuki Okushi | -2/+2 |
| 2023-01-12 | Allow setting CFG_DISABLE_UNSTABLE_FEATURES to 0 | Collin Baker | -1/+2 |
| 2023-01-11 | Rollup merge of #106323 - starkat99:stabilize-f16c_target_feature, r=petroche... | Michael Goulet | -1/+2 |
| 2023-01-12 | gate const closures | Deadbeef | -1/+3 |
| 2023-01-11 | Stabilize `abi_efiapi` feature | Nicholas Bishop | -2/+2 |
| 2023-01-09 | [RFC 2397] Initial implementation | Caio | -0/+5 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -2/+2 |
| 2023-01-01 | Use the correct tracking issue for `dyn_star` | Léo Lanteri Thauvin | -1/+1 |
| 2022-12-30 | Stabilize f16c_target_feature | Kathryn Long | -1/+2 |
| 2022-12-29 | Revert "Implement allow-by-default multiple_supertrait_upcastable lint" | David Tolnay | -2/+0 |
| 2022-12-28 | update stabilization version numbers | Pietro Albini | -4/+4 |
| 2022-12-28 | Rollup merge of #105484 - nbdd0121:upcast, r=compiler-errors | fee1-dead | -0/+2 |
| 2022-12-16 | Auto merge of #102318 - Amanieu:default_alloc_error_handler, r=oli-obk | bors | -2/+2 |
| 2022-12-10 | Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3 | Matthias Krüger | -1/+1 |
| 2022-12-09 | Implement allow-by-default multiple_supertrait_upcastable lint | Gary Guo | -0/+2 |
| 2022-12-08 | Add LLVM KCFI support to the Rust compiler | Ramon de C Valle | -1/+1 |
| 2022-11-27 | Stabilize native library modifier `verbatim` | Vadim Petrochenkov | -2/+2 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -0/+2 |
| 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 |