| Age | Commit message (Expand) | Author | Lines |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -19/+0 |
| 2023-10-31 | Enums in offset_of: update based on est31, scottmcm & llogiq review | George Bateman | -20/+5 |
| 2023-10-31 | Support enum variants in offset_of! | George Bateman | -7/+22 |
| 2023-10-31 | Auto merge of #117377 - dtolnay:deprecatedsince, r=cjgillot | bors | -55/+15 |
| 2023-10-30 | Add method for checking if deprecation is a rustc version | David Tolnay | -8/+2 |
| 2023-10-30 | Represent absence of 'since' attribute as a variant of DeprecatedSince | David Tolnay | -2/+2 |
| 2023-10-30 | Rollup merge of #117390 - chenyukang:yukang-fix-117284-unused-macro, r=estebank | Guillaume Gomez | -11/+38 |
| 2023-10-30 | Fix #117284, Fix unused variables lint issue for args in macro | yukang | -11/+38 |
| 2023-10-29 | Delete unused InvalidDeprecationVersion diagnostic | David Tolnay | -15/+0 |
| 2023-10-29 | Store version of `deprecated` attribute in structured form | David Tolnay | -34/+15 |
| 2023-10-29 | Rename Since -> StableSince in preparation for a DeprecatedSince | David Tolnay | -4/+4 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -9/+11 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -2/+2 |
| 2023-10-27 | Add gen blocks to ast and do some broken ast lowering | Oli Scherer | -2/+2 |
| 2023-10-27 | Rollup merge of #116868 - estebank:suggestion, r=petrochenkov | Matthias Krüger | -6/+39 |
| 2023-10-26 | Tweak suggestion spans for invalid crate-level inner attribute | Esteban Küber | -6/+39 |
| 2023-10-26 | Pre-intern a symbol for env!("CFG_RELEASE") | David Tolnay | -5/+5 |
| 2023-10-24 | Keep track of #[stable] attribute even if version cannot be parsed | David Tolnay | -0/+4 |
| 2023-10-24 | Store 'since' attribute as parsed Version | David Tolnay | -44/+31 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -1/+1 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -2/+2 |
| 2023-10-19 | Rollup merge of #116829 - fmease:rust-aint-c, r=compiler-errors | León Orell Valerian Liehr | -4/+18 |
| 2023-10-18 | Make `#[repr(Rust)]` and `#[repr(C)]` incompatible with one another | León Orell Valerian Liehr | -4/+18 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -50/+8 |
| 2023-10-16 | tweak pass description and fix lint fail post-rebase | Arthur Lafrance | -1/+1 |
| 2023-10-16 | Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`. | Nicholas Nethercote | -2/+2 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -56/+72 |
| 2023-10-11 | Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease | bors | -0/+16 |
| 2023-10-09 | Account for macros | Esteban Küber | -1/+1 |
| 2023-10-09 | Suggest labeling block if `break` is in bare block | Esteban Küber | -8/+59 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+16 |
| 2023-10-06 | Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiser | bors | -2/+2 |
| 2023-10-04 | Auto merge of #114417 - chinedufn:fix-expect-unused-in-impl-block-rust-issue-... | bors | -34/+39 |
| 2023-10-04 | Reorder fullfillment errors to keep more interesting ones first | Esteban Küber | -2/+2 |
| 2023-10-02 | Tidy | Chinedu Francis Nwafili | -6/+1 |
| 2023-10-02 | Tidy | Chinedu Francis Nwafili | -12/+2 |
| 2023-10-02 | Address misc feedback | Chinedu Francis Nwafili | -18/+19 |
| 2023-10-01 | Factor out the two `entry_point_type` functions. | Nicholas Nethercote | -26/+7 |
| 2023-09-27 | Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk | bors | -4/+4 |
| 2023-09-26 | Rollup merge of #116162 - fmease:gate-n-validate-rustc_safe_intrinsic, r=Nils... | Matthias Krüger | -0/+39 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -4/+4 |
| 2023-09-25 | Gate and validate #[rustc_safe_intrinsic] | León Orell Valerian Liehr | -0/+39 |
| 2023-09-22 | Allow higher-ranked fn sigs in ValuePairs | Michael Goulet | -1/+4 |
| 2023-09-22 | Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk | bors | -2/+10 |
| 2023-09-22 | Auto merge of #115910 - eduardosm:lang-fns-target-features, r=cjgillot | bors | -3/+43 |
| 2023-09-21 | Prevent promotion of const fn calls in inline consts | Oli Scherer | -2/+2 |
| 2023-09-20 | fix bugs with effects fallback | Deadbeef | -2/+10 |
| 2023-09-18 | Prevent using `#[target_feature]` on lang item functions | Eduardo Sánchez Muñoz | -3/+43 |
| 2023-09-17 | Auto merge of #114452 - weiznich:feature/diagnostic_on_unimplemented, r=compi... | bors | -1/+24 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -0/+3 |