| Age | Commit message (Expand) | Author | Lines |
| 2025-04-11 | Rollup merge of #139584 - oli-obk:horrible-experiment-1, r=petrochenkov | Jacob Pratt | -49/+59 |
| 2025-04-11 | Rollup merge of #137835 - scottmcm:signum, r=compiler-errors | Jacob Pratt | -11/+10 |
| 2025-04-11 | Auto merge of #139453 - compiler-errors:incr, r=jieyouxu | bors | -97/+285 |
| 2025-04-11 | Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxu | bors | -151/+208 |
| 2025-04-11 | Only compute the `DefId` when a diagnostic is definitely emitted | Oli Scherer | -22/+22 |
| 2025-04-11 | Avoid a node_id_to_def_id call by just storing DefIds instead of NodeIds | Oli Scherer | -5/+4 |
| 2025-04-11 | Avoid storing the `LocalDefId` twice | Oli Scherer | -7/+5 |
| 2025-04-11 | Avoid another node_id_to_def_id call | Oli Scherer | -8/+6 |
| 2025-04-11 | Avoid a reverse map that is only used in diagnostics paths | Oli Scherer | -17/+32 |
| 2025-04-11 | didn't catch this test failure, whoops | Pietro Albini | -5/+5 |
| 2025-04-11 | Auto merge of #139011 - Zoxc:no-rayon-iters, r=oli-obk | bors | -74/+122 |
| 2025-04-11 | Auto merge of #139657 - Zalathar:rollup-6oh6f9q, r=Zalathar | bors | -313/+899 |
| 2025-04-11 | Rollup merge of #139654 - nnethercote:AssocKind-descr, r=compiler-errors | Stuart Cook | -51/+53 |
| 2025-04-11 | Rollup merge of #139641 - BoxyUwU:allow_parend_array_len_infer, r=compiler-er... | Stuart Cook | -2/+75 |
| 2025-04-11 | Rollup merge of #139600 - tgross35:update-builtins, r=tgross35 | Stuart Cook | -4/+4 |
| 2025-04-11 | Rollup merge of #139574 - onur-ozkan:better-channel-handling, r=onur-ozkan | Stuart Cook | -16/+19 |
| 2025-04-11 | Rollup merge of #139564 - compiler-errors:deeply-norm, r=lcnr | Stuart Cook | -90/+194 |
| 2025-04-11 | Rollup merge of #139469 - jieyouxu:compiletest-supports-crate-type, r=onur-ozkan | Stuart Cook | -41/+154 |
| 2025-04-11 | Rollup merge of #139447 - izarma:issue-108131-fix, r=scottmcm | Stuart Cook | -6/+6 |
| 2025-04-11 | Rollup merge of #138998 - rperier:donot_suggest_to_use_impl_trait_in_closure_... | Stuart Cook | -6/+38 |
| 2025-04-11 | Rollup merge of #138904 - madsmtm:apple-test-no-std, r=tgross35 | Stuart Cook | -0/+41 |
| 2025-04-11 | Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-dead | Stuart Cook | -59/+116 |
| 2025-04-11 | Rollup merge of #138182 - durin42:llvm-21-fp128-windows, r=tgross35 | Stuart Cook | -1/+2 |
| 2025-04-11 | Rollup merge of #137447 - folkertdev:simd-extract-insert-dyn, r=scottmcm | Stuart Cook | -37/+197 |
| 2025-04-11 | Improve `AssocItem::descr`. | Nicholas Nethercote | -51/+53 |
| 2025-04-10 | Auto merge of #139410 - Zoxc:fix-dep-graph-no-prev-map, r=oli-obk | bors | -36/+88 |
| 2025-04-10 | Auto merge of #137412 - scottmcm:redo-swap, r=cuviper | bors | -96/+303 |
| 2025-04-10 | Remove the use of Rayon iterators | John Kåre Alsaker | -74/+122 |
| 2025-04-10 | tests: adjust expectation for f128 abi on Windows | Augie Fackler | -1/+2 |
| 2025-04-10 | add `simd_insert_dyn` and `simd_extract_dyn` | Folkert de Vries | -37/+197 |
| 2025-04-10 | Deeply normalize obligations in BestObligation | Michael Goulet | -60/+172 |
| 2025-04-10 | Allow parenthesis around inferred array lengths | Boxy | -2/+75 |
| 2025-04-10 | Simplify | Michael Goulet | -30/+22 |
| 2025-04-10 | Update `compiler-builtins` to 0.1.153 | Trevor Gross | -4/+4 |
| 2025-04-10 | Auto merge of #139634 - matthiaskrgr:rollup-45shqa5, r=matthiaskrgr | bors | -508/+2014 |
| 2025-04-10 | Rollup merge of #139630 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -229/+1532 |
| 2025-04-10 | Rollup merge of #139626 - m-ou-se:mut, r=lqd | Matthias Krüger | -1/+1 |
| 2025-04-10 | Rollup merge of #139614 - nnethercote:fix-139512, r=oli-obk | Matthias Krüger | -7/+53 |
| 2025-04-10 | Rollup merge of #139609 - jieyouxu:compiletest-path-misc, r=Kobzol | Matthias Krüger | -22/+23 |
| 2025-04-10 | Rollup merge of #139606 - jieyouxu:compiletest-edition2024, r=compiler-errors | Matthias Krüger | -15/+44 |
| 2025-04-10 | Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead | Matthias Krüger | -229/+241 |
| 2025-04-10 | Rollup merge of #139502 - yaahc:still-mutable-ice, r=bjorn3 | Matthias Krüger | -5/+120 |
| 2025-04-10 | Allow drivers to supply a list of extra symbols to intern | Alex Macleod | -59/+116 |
| 2025-04-10 | update lockfile | Ralf Jung | -0/+1 |
| 2025-04-10 | Merge pull request #4264 from RalfJung/rustup | Ralf Jung | -5022/+7961 |
| 2025-04-10 | Merge from rustc | Ralf Jung | -5021/+7960 |
| 2025-04-10 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-04-10 | Auto merge of #139622 - matthiaskrgr:rollup-8ri1vid, r=matthiaskrgr | bors | -329/+268 |
| 2025-04-10 | Merge pull request #4262 from RalfJung/win-path | Ralf Jung | -36/+107 |
| 2025-04-10 | make GetFullPathNameW more correct on non-Windows hosts | Ralf Jung | -38/+104 |