| Age | Commit message (Expand) | Author | Lines |
| 2025-01-25 | Auto merge of #133154 - estebank:issue-133137, r=wesleywiser | bors | -18/+23 |
| 2025-01-24 | Rollup merge of #135926 - jieyouxu:needs-subprocess-thread, r=oli-obk | Matthias Krüger | -21/+21 |
| 2025-01-24 | Reword "crate not found" resolve message | Esteban Küber | -18/+23 |
| 2025-01-23 | tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}` | 许杰友 Jieyou Xu (Joe) | -21/+21 |
| 2025-01-23 | Bless and add tests | Boxy | -7/+0 |
| 2025-01-22 | Auto merge of #135896 - matthiaskrgr:rollup-g6rv7za, r=matthiaskrgr | bors | -3/+8 |
| 2025-01-22 | Point at invalid utf-8 span on user's source code | Esteban Küber | -3/+8 |
| 2025-01-21 | make UI tests that use `--test` work on panic=abort targets | Jorge Aparicio | -2/+6 |
| 2025-01-15 | Treat safe target_feature functions as unsafe by default | Oli Scherer | -10/+2 |
| 2025-01-08 | Rename PatKind::Lit to Expr | Oli Scherer | -1/+1 |
| 2025-01-04 | Rollup merge of #135046 - RalfJung:rustc_box_intrinsic, r=compiler-errors | Jubilee | -7/+28 |
| 2025-01-03 | Rollup merge of #135044 - compiler-errors:better-infer-suggestions-in-const, ... | Matthias Krüger | -6/+3 |
| 2025-01-03 | turn rustc_box into an intrinsic | Ralf Jung | -7/+28 |
| 2025-01-02 | Fix macro shenanigans | Michael Goulet | -6/+2 |
| 2025-01-02 | Make suggestion verbose and tweak error message | Michael Goulet | -4/+5 |
| 2025-01-01 | Try to write the panic message with a single `write_all` call | John Kåre Alsaker | -0/+1 |
| 2024-12-27 | Rollup merge of #134759 - Zalathar:normalize, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -1/+1 |
| 2024-12-26 | Rollup merge of #131522 - c410-f3r:unlock-rfc-2011, r=chenyukang | Jacob Pratt | -2/+42 |
| 2024-12-21 | Use E0665 for missing `#[default]` error | Esteban Küber | -29/+61 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -3/+1 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -1/+0 |
| 2024-12-01 | Fix #128346 | Caio | -2/+42 |
| 2024-11-28 | Update more 2024 tests to remove -Zunstable-options | Eric Huss | -16/+15 |
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -22/+6 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -8/+0 |
| 2024-11-23 | Rollup merge of #132949 - clubby789:macro-rules-attr-derive, r=fmease | 许杰友 Jieyou Xu (Joe) | -2/+53 |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -6/+6 |
| 2024-11-22 | Diagnostic for using macro_rules macro as attr/derive | clubby789 | -28/+18 |
| 2024-11-12 | Add test for using macro_rules macro as attribute/derive | clubby789 | -0/+61 |
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable librar... | dianne | -7/+7 |
| 2024-10-30 | Annotate `input` reference tests | Eric Huss | -1/+3 |
| 2024-10-28 | Tweak more warnings. | Nicholas Nethercote | -69/+69 |
| 2024-10-28 | Tweak `expand_incomplete_parse` warning. | Nicholas Nethercote | -17/+17 |
| 2024-10-23 | "innermost", "outermost", "leftmost", and "rightmost" don't need hyphens | Josh Triplett | -21/+21 |
| 2024-10-14 | Remove `'apostrophes'` from `rustc_parse_format` | Lieselotte | -2/+2 |
| 2024-10-14 | Rollup merge of #131430 - surechen:fix_130495, r=jieyouxu | Matthias Krüger | -0/+72 |
| 2024-10-14 | Special treatment empty tuple when suggest adding a string literal in format ... | surechen | -0/+72 |
| 2024-10-04 | Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercote | Guillaume Gomez | -3/+3 |
| 2024-10-04 | Improve non-boolean literal error in cfg predicate | Urgau | -2/+2 |
| 2024-10-01 | Use `ast::NestedMetaItem` when evaluating cfg predicate | Urgau | -3/+3 |
| 2024-10-01 | Stabilize expr_2021 fragment in all editions | Eric Holk | -56/+35 |
| 2024-09-23 | Rollup merge of #130551 - nnethercote:fix-break-last-token, r=petrochenkov | Jubilee | -0/+16 |
| 2024-09-23 | Fix `break_last_token`. | Nicholas Nethercote | -0/+16 |
| 2024-09-18 | Add known-bug and update comments to describe correct behavior in light of bug | Eric Holk | -6/+3 |
| 2024-09-17 | Add coverage for pat too | Eric Holk | -30/+45 |
| 2024-09-17 | test: cross-edition metavar fragment specifiers | Vincenzo Palazzo | -0/+40 |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -1/+0 |
| 2024-08-16 | Fix wrong source location for some incorrect macro definitions | Wafarm | -6/+6 |
| 2024-08-16 | Overhaul token collection. | Nicholas Nethercote | -16/+8 |