| Age | Commit message (Expand) | Author | Lines |
| 2025-04-04 | Auto merge of #120706 - Bryanskiy:leak, r=lcnr | bors | -0/+9 |
| 2025-04-03 | Initial support for auto traits with default bounds | Bryanskiy | -0/+9 |
| 2025-04-03 | Rollup merge of #139080 - m-ou-se:super-let-gate, r=traviscross | Matthias Krüger | -0/+1 |
| 2025-04-03 | hygiene: Avoid recursion in syntax context decoding | Vadim Petrochenkov | -100/+61 |
| 2025-04-02 | Rollup merge of #138003 - sayantn:new-amx, r=Amanieu | Stuart Cook | -0/+1 |
| 2025-04-01 | Improve `is_doc_keyword`. | Nicholas Nethercote | -1/+5 |
| 2025-04-01 | Use `sym::dummy` in one more place. | Nicholas Nethercote | -1/+2 |
| 2025-03-31 | hygiene: Rename semi-transparent to semi-opaque | Vadim Petrochenkov | -25/+25 |
| 2025-03-31 | Auto merge of #139083 - petrochenkov:ctxtdecod3, r=nnethercote | bors | -60/+61 |
| 2025-03-31 | Auto merge of #139154 - jhpratt:rollup-rv8f915, r=jhpratt | bors | -1/+1 |
| 2025-03-30 | Rollup merge of #139122 - petrochenkov:norerr, r=compiler-errors | Jacob Pratt | -1/+1 |
| 2025-03-30 | Revert "Auto merge of #129827 - bvanjoi:less-decoding, r=petrochenkov" | Jakub Beránek | -63/+140 |
| 2025-03-30 | Simplify expansion for format_args!(). | Mara Bos | -0/+4 |
| 2025-03-30 | Remove attribute `#[rustc_error]` | Vadim Petrochenkov | -1/+1 |
| 2025-03-29 | Auto merge of #129827 - bvanjoi:less-decoding, r=petrochenkov | bors | -140/+63 |
| 2025-03-29 | less decoding if it has the same syntax context | bohan | -140/+63 |
| 2025-03-28 | hygiene: Rewrite `apply_mark_internal` to be more understandable | Vadim Petrochenkov | -60/+61 |
| 2025-03-28 | Add the feature gate for the `super let` experiment. | Mara Bos | -0/+1 |
| 2025-03-28 | use `slice::contains` where applicable | Yotam Ofek | -1/+1 |
| 2025-03-27 | Rollup merge of #139026 - yotamofek:pr/abs-diff, r=compiler-errors | Jacob Pratt | -1/+1 |
| 2025-03-27 | Use `abs_diff` where applicable | Yotam Ofek | -1/+1 |
| 2025-03-27 | Rollup merge of #138844 - petrochenkov:cfgtrace2, r=nnethercote | Jacob Pratt | -0/+1 |
| 2025-03-27 | Rollup merge of #138964 - compiler-errors:usage-of-interner, r=lcnr | Stuart Cook | -0/+2 |
| 2025-03-26 | Auto merge of #130324 - petrochenkov:ctxtache, r=oli-obk | bors | -73/+120 |
| 2025-03-26 | expand: Leave traces when expanding `cfg` attributes | Vadim Petrochenkov | -0/+1 |
| 2025-03-26 | Implement lint against using Interner and InferCtxtLike in random compiler cr... | Michael Goulet | -0/+2 |
| 2025-03-24 | Move `is_used_keyword_conditional`. | Nicholas Nethercote | -4/+4 |
| 2025-03-24 | Alphabetize the keywords list. | Nicholas Nethercote | -8/+21 |
| 2025-03-24 | Fix some formatting. | Nicholas Nethercote | -2/+2 |
| 2025-03-24 | Improve keyword comments a little. | Nicholas Nethercote | -5/+4 |
| 2025-03-24 | Remove `is_any_keyword` methods. | Nicholas Nethercote | -17/+7 |
| 2025-03-22 | Auto merge of #136974 - m-ou-se:fmt-options-64-bit, r=scottmcm | bors | -1/+0 |
| 2025-03-21 | Rollup merge of #138717 - jdonszelmann:pin-macro, r=WaffleLapkin | Matthias Krüger | -0/+1 |
| 2025-03-21 | Rollup merge of #138570 - folkertdev:naked-function-target-feature-gate, r=Am... | Matthias Krüger | -0/+1 |
| 2025-03-19 | add rustc_macro_edition_2021 | Jana Dönszelmann | -0/+1 |
| 2025-03-17 | expand: Leave traces when expanding `cfg_attr` attributes | Vadim Petrochenkov | -0/+1 |
| 2025-03-16 | add `naked_functions_target_feature` unstable feature | Folkert de Vries | -0/+1 |
| 2025-03-15 | hygiene: Update `$crate` pretty-printing to account for holes in syntax contexts | Vadim Petrochenkov | -14/+15 |
| 2025-03-15 | hygiene: Ensure uniqueness of `SyntaxContextData`s | Vadim Petrochenkov | -26/+34 |
| 2025-03-15 | hygiene: Asserts, comments, code cleanup | Vadim Petrochenkov | -53/+91 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -0/+5 |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Matthias Krüger | -1/+0 |
| 2025-03-12 | Reduce FormattingOptions to 64 bits. | Mara Bos | -1/+0 |
| 2025-03-12 | Introduce `sym::dummy` and `Ident::dummy`. | Nicholas Nethercote | -0/+22 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -0/+1 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -0/+1 |
| 2025-03-11 | Auto merge of #136932 - m-ou-se:fmt-width-precision-u16, r=scottmcm | bors | -0/+1 |
| 2025-03-11 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-10 | Limit formatting width and precision to 16 bits. | Mara Bos | -0/+1 |
| 2025-03-10 | Revert "Use workspace lints for crates in `compiler/` #138084" | 许杰友 Jieyou Xu (Joe) | -0/+1 |