| Age | Commit message (Expand) | Author | Lines |
| 2023-03-31 | Auto merge of #109824 - GuillaumeGomez:rollup-i5r4uts, r=GuillaumeGomez | bors | -1/+5 |
| 2023-03-31 | Auto merge of #109010 - compiler-errors:rtn, r=eholk | bors | -0/+2 |
| 2023-03-30 | Rename doc(primitive) into rustc_doc_primitive | Guillaume Gomez | -1/+5 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+1 |
| 2023-03-28 | Feature gate | Michael Goulet | -0/+2 |
| 2023-03-23 | Rollup merge of #108549 - clubby789:fix-link-cfg-issue, r=eholk | Matthias Krüger | -2/+2 |
| 2023-03-15 | Bump version placeholders | Mark Rousskov | -4/+4 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -2/+2 |
| 2023-03-02 | Stabilize movbe target feature | Caleb Zulawski | -2/+3 |
| 2023-03-02 | Revert "Stabilize `#![feature(target_feature_11)]`" | Léo Lanteri Thauvin | -2/+2 |
| 2023-03-01 | Rollup merge of #108550 - clubby789:remove-disjoint, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-02-28 | Auto merge of #106774 - Nugine:master, r=Amanieu | bors | -1/+2 |
| 2023-02-28 | Remove the `capture_disjoint_fields` feature | clubby789 | -2/+2 |
| 2023-02-28 | Auto merge of #99767 - LeSeulArtichaut:stable-target-feature-11, r=estebank | bors | -2/+2 |
| 2023-02-28 | Remove issue number for `link_cfg` | clubby789 | -2/+2 |
| 2023-02-18 | Adjust tracking issue for non_lifetime_binders | Michael Goulet | -1/+1 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -0/+2 |
| 2023-02-16 | note issue for feature(packed_bundled_libs) | BelovDV | -2/+2 |
| 2023-02-16 | Add feature gate for non_lifetime_binders | Michael Goulet | -0/+2 |
| 2023-02-14 | change the `marker` attribute to only_local | lcnr | -2/+6 |
| 2023-02-14 | add a `#[rustc_coinductive]` attribute | lcnr | -2/+5 |
| 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 |