| Age | Commit message (Expand) | Author | Lines |
| 2025-04-05 | Fix ProvenVia for global where clauses | Michael Goulet | -2/+10 |
| 2025-04-05 | format | Adam Kobzan | -3/+3 |
| 2025-04-05 | Fix Typo | Adam Kobzan | -2/+2 |
| 2025-04-05 | In `simplify_repeated_aggregate`, don't test first element against itself | Yotam Ofek | -3/+3 |
| 2025-04-05 | Reuse the index from promoted nodes when coloring executed tasks | John Kåre Alsaker | -36/+88 |
| 2025-04-05 | Auto merge of #139292 - compiler-errors:folder-experiment-7, r=lqd | bors | -1/+23 |
| 2025-04-05 | let `rustc_smir` host `stable_mir` for refactoring | Makai | -302/+344 |
| 2025-04-05 | Switch `time` to `jiff` for time formatting in ICE dumps | clubby789 | -11/+4 |
| 2025-04-05 | Auto merge of #139401 - matthiaskrgr:rollup-uqdfj6u, r=matthiaskrgr | bors | -0/+40 |
| 2025-04-05 | Dedup call to layout query | Yotam Ofek | -25/+11 |
| 2025-04-05 | Only `format!` error message on failure | Yotam Ofek | -1/+1 |
| 2025-04-05 | Rollup merge of #138368 - rcvalle:rust-kcfi-arity, r=davidtwco | Matthias Krüger | -0/+40 |
| 2025-04-05 | Auto merge of #139281 - petrochenkov:ctxtdecod6, r=wesleywiser | bors | -103/+67 |
| 2025-04-05 | KCFI: Add KCFI arity indicator support | Ramon de C Valle | -0/+40 |
| 2025-04-05 | Rollup merge of #139341 - nnethercote:fix-137874, r=petrochenkov | Stuart Cook | -4/+16 |
| 2025-04-05 | Rollup merge of #139285 - tshepang:uniform-case, r=jieyouxu | Stuart Cook | -5/+7 |
| 2025-04-05 | Rollup merge of #138950 - yaahc:svh-metrics-name, r=bjorn3 | Stuart Cook | -8/+10 |
| 2025-04-05 | Rollup merge of #138826 - makai410:assoc-items, r=celinval | Stuart Cook | -7/+185 |
| 2025-04-05 | Rollup merge of #137880 - EnzymeAD:autodiff-batching, r=oli-obk | Stuart Cook | -179/+476 |
| 2025-04-04 | Auto merge of #139390 - matthiaskrgr:rollup-l64euwx, r=matthiaskrgr | bors | -86/+35 |
| 2025-04-04 | Detect and provide suggestion for `&raw EXPR` | Michael Goulet | -1/+49 |
| 2025-04-04 | Don't construct preds w escaping bound vars in diagnostic_hir_wf_check | Michael Goulet | -1/+10 |
| 2025-04-05 | check if merged attributes list is empty | Takayuki Maeda | -7/+9 |
| 2025-04-04 | Update `rustc-literal-escaper` version to `0.0.2` | Guillaume Gomez | -3/+3 |
| 2025-04-04 | Rollup merge of #139374 - oli-obk:const-trait-bound, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2025-04-04 | Rollup merge of #139366 - RalfJung:ToSocketAddrs, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-04-04 | Rollup merge of #139353 - nnethercote:LateAnon, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2025-04-04 | Rollup merge of #139348 - meithecatte:async-destructor-minify, r=petrochenkov | Matthias Krüger | -17/+6 |
| 2025-04-04 | Rollup merge of #139041 - nnethercote:rm-rustc_middle-ty-util-ExplicitSelf, r... | Matthias Krüger | -62/+22 |
| 2025-04-04 | Auto merge of #138785 - lcnr:typing-mode-borrowck, r=compiler-errors,oli-obk | bors | -497/+591 |
| 2025-04-04 | add new flag to print the module post-AD, before opts | Manuel Drehwald | -5/+17 |
| 2025-04-04 | add autodiff batching backend | Manuel Drehwald | -44/+196 |
| 2025-04-04 | Auto merge of #137869 - Noratrieb:Now_I_am_become_death,_the_destroyer_of_i68... | bors | -1/+1 |
| 2025-04-04 | Use the span of the whole bound when the diagnostic talks about a bound | Oli Scherer | -2/+2 |
| 2025-04-04 | refactor: Move env parsing of deployment target to rustc_session | Mads Marquart | -75/+74 |
| 2025-04-04 | refactor: Move Apple OSVersion (back) to rustc_target | Mads Marquart | -100/+125 |
| 2025-04-04 | ToSocketAddrs: fix typo | Ralf Jung | -1/+1 |
| 2025-04-04 | Replace `rustc_lexer/unescape` with `rustc-literal-escaper` crate | Guillaume Gomez | -742/+13 |
| 2025-04-04 | Do not visit whole crate to compute `lints_that_dont_need_to_run`. | Camille GILLOT | -91/+28 |
| 2025-04-04 | Default auto traits: fix perf | Bryanskiy | -35/+51 |
| 2025-04-04 | Auto merge of #139213 - bjorn3:cg_clif_test_coretests, r=jieyouxu | bors | -23/+34 |
| 2025-04-04 | Make the compiler suggest actual paths instead of visible paths if the visibl... | morine0122 | -2/+14 |
| 2025-04-04 | Only introduce stable projections. | Camille GILLOT | -4/+12 |
| 2025-04-04 | Allow GVN to produce places and not just locals. | Camille GILLOT | -27/+39 |
| 2025-04-04 | fixup! Implement `super let`. | Mara Bos | -1/+1 |
| 2025-04-04 | Auto merge of #139354 - matthiaskrgr:rollup-04lgx23, r=matthiaskrgr | bors | -182/+160 |
| 2025-04-04 | Boolean hate. | Mara Bos | -5/+15 |
| 2025-04-04 | Fix typo in pretty printing super let. | Mara Bos | -1/+1 |
| 2025-04-04 | Implement `super let`. | Mara Bos | -30/+108 |
| 2025-04-04 | Rollup merge of #139349 - meithecatte:destructor-constness, r=compiler-errors | Matthias Krüger | -0/+5 |