| Age | Commit message (Expand) | Author | Lines |
| 2025-03-17 | Rollup merge of #138586 - jyn514:doc-register-tool, r=jieyouxu | Jacob Pratt | -0/+24 |
| 2025-03-17 | Rollup merge of #138517 - compiler-errors:better-child-capture, r=oli-obk | Jacob Pratt | -0/+109 |
| 2025-03-17 | Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retrieval_metho... | Jacob Pratt | -1/+69 |
| 2025-03-17 | Document `#![register_tool]` | jyn | -0/+24 |
| 2025-03-16 | Rollup merge of #138552 - jieyouxu:print-request-cleanups, r=Urgau | Jacob Pratt | -5/+103 |
| 2025-03-16 | Add a centralized test for print request stability gating | Jieyou Xu | -5/+103 |
| 2025-03-16 | Add test for new proc_macro literal methods | Guillaume Gomez | -1/+53 |
| 2025-03-16 | Rollup merge of #138484 - xizheyin:issue-138392, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -0/+43 |
| 2025-03-16 | Rollup merge of #138471 - spencer3035:move-ui-test-1ofn, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -47/+43 |
| 2025-03-15 | improves duplicate lang item test | Spencer | -21/+23 |
| 2025-03-15 | improves duplicate label test | Spencer | -1/+4 |
| 2025-03-15 | improves outer mod attribute test | Spencer | -25/+16 |
| 2025-03-15 | Rollup merge of #138283 - compiler-errors:enforce-const-param, r=BoxyUwU | Matthias Krüger | -0/+69 |
| 2025-03-15 | Auto merge of #138379 - estebank:macro-backtrace-note, r=petrochenkov | bors | -457/+4 |
| 2025-03-15 | Rollup merge of #138518 - yotamofek:pr/hir-lint-typo, r=compiler-errors | León Orell Valerian Liehr | -12/+12 |
| 2025-03-15 | Rollup merge of #138482 - nnethercote:fix-hir-printing, r=compiler-errors | León Orell Valerian Liehr | -1/+1 |
| 2025-03-15 | Rollup merge of #138460 - xizheyin:issue-138319, r=petrochenkov | León Orell Valerian Liehr | -0/+71 |
| 2025-03-15 | Rollup merge of #138056 - heiher:loong64v1.1-features, r=petrochenkov | León Orell Valerian Liehr | -16/+23 |
| 2025-03-14 | Improve upvar analysis for deref of child capture | Michael Goulet | -0/+109 |
| 2025-03-14 | Fix typo in hir lowering lint diag | Yotam Ofek | -12/+12 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -457/+4 |
| 2025-03-14 | Rollup merge of #137619 - Pyr0de:issue_137249, r=fmease | León Orell Valerian Liehr | -0/+19 |
| 2025-03-14 | Rollup merge of #134720 - malezjaa:feat/crate-type-valid-values, r=jieyouxu | León Orell Valerian Liehr | -6/+12 |
| 2025-03-14 | Use lit span when suggesting suffix lit cast | xizheyin | -0/+43 |
| 2025-03-14 | Show valid crate types when the user passes unknown `--crate-type` value | malezjaa | -6/+12 |
| 2025-03-14 | Pass precise HirId when calling check_stability | xizheyin | -0/+71 |
| 2025-03-14 | Rollup merge of #138461 - WaffleLapkin:indate-comment, r=ehuss | Jacob Pratt | -1/+0 |
| 2025-03-14 | Rollup merge of #138442 - dianne:deref-pat-euv-fix, r=compiler-errors | Jacob Pratt | -0/+15 |
| 2025-03-14 | Rollup merge of #138434 - compiler-errors:lint-level-pat-field, r=jieyouxu | Jacob Pratt | -0/+21 |
| 2025-03-14 | Check type of const param correctly in MIR typeck | Michael Goulet | -0/+69 |
| 2025-03-14 | rustc_target: Add target features for LoongArch v1.1 | WANG Rui | -16/+23 |
| 2025-03-14 | Handle `_` properly in a couple of places. | Nicholas Nethercote | -1/+1 |
| 2025-03-13 | Remove an outdated line from a test comment | Waffle Lapkin | -1/+0 |
| 2025-03-13 | Rollup merge of #138399 - Bryanskiy:delegation-extern-fn, r=petrochenkov | Matthias Krüger | -0/+49 |
| 2025-03-13 | Rollup merge of #138126 - compiler-errors:rtn-for-sugg, r=oli-obk | Matthias Krüger | -0/+53 |
| 2025-03-13 | Provide helpful diagnostics for shebang lookalikes | Pyrode | -0/+19 |
| 2025-03-13 | Delegation: allow foreign fns `reuse` | Bryanskiy | -0/+49 |
| 2025-03-13 | Rollup merge of #138162 - ehuss:library-2024, r=cuviper | Matthias Krüger | -0/+13 |
| 2025-03-13 | EUV: fix place of deref pattern's interior's scrutinee | dianne | -0/+15 |
| 2025-03-13 | Auto merge of #138249 - compiler-errors:auto-self, r=lcnr | bors | -28/+3 |
| 2025-03-13 | Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearth | bors | -107/+198 |
| 2025-03-13 | Visit PatField when collecting lint levels | Michael Goulet | -0/+21 |
| 2025-03-12 | Add an opt-out in pretty printing for RTN rendering | Michael Goulet | -0/+53 |
| 2025-03-12 | Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr | bors | -123/+91 |
| 2025-03-12 | Rollup merge of #138409 - xingxue-ibm:use-sigaction, r=compiler-errors | Manish Goregaokar | -24/+3 |
| 2025-03-12 | Rollup merge of #138407 - Bryanskiy:delegation-variadic, r=petrochenkov | Manish Goregaokar | -11/+47 |
| 2025-03-12 | Rollup merge of #138403 - Bryanskiy:delegation-ice-2, r=petrochenkov | Manish Goregaokar | -0/+34 |
| 2025-03-12 | Rollup merge of #138357 - lcnr:goodbye-TypeVerifier-rarw, r=compiler-errors | Manish Goregaokar | -8/+8 |
| 2025-03-12 | Rollup merge of #138259 - compiler-errors:disentangle-ribs, r=BoxyUwU | Manish Goregaokar | -64/+74 |
| 2025-03-12 | Rollup merge of #138175 - sam-mccall:binobj, r=nnethercote | Manish Goregaokar | -0/+32 |