| Age | Commit message (Expand) | Author | Lines |
| 2025-04-08 | compiletest: Trim whitespace from environment variable names | Zalathar | -0/+23 |
| 2025-04-07 | Auto merge of #133781 - cjgillot:shallow-allowed-lints, r=petrochenkov | bors | -4/+51 |
| 2025-04-07 | Rollup merge of #139465 - EnzymeAD:autodiff-sret, r=oli-obk | Stuart Cook | -0/+45 |
| 2025-04-07 | Rollup merge of #139461 - compiler-errors:significant-drop-span, r=oli-obk | Stuart Cook | -262/+96 |
| 2025-04-07 | Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obk | Stuart Cook | -737/+545 |
| 2025-04-07 | Rollup merge of #139112 - m-ou-se:super-let, r=lcnr | Stuart Cook | -19/+496 |
| 2025-04-07 | Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obk | Stuart Cook | -0/+10 |
| 2025-04-07 | move old tests, add sret test | Manuel Drehwald | -0/+45 |
| 2025-04-07 | Rollup merge of #138314 - haenoe:autodiff-inner-function, r=ZuseZ4 | Jakub Beránek | -0/+32 |
| 2025-04-06 | Stop calling source_span query in significant drop order code | Michael Goulet | -262/+96 |
| 2025-04-06 | update/bless tests | Bennet Bleßmann | -737/+545 |
| 2025-04-06 | feat: apply autodiff macro twice to inner function | HaeNoe | -2/+11 |
| 2025-04-06 | feat: add test to validate autodiff macro expansion | HaeNoe | -0/+23 |
| 2025-04-06 | Rollup merge of #139391 - TaKO8Ki:check-if-merged-attrs-list-is-empty, r=jdon... | Guillaume Gomez | -0/+39 |
| 2025-04-06 | Rollup merge of #139438 - Zalathar:fix-test-122600, r=scottmcm | Stuart Cook | -0/+2 |
| 2025-04-06 | Prevent a test from seeing forbidden numbers in the rustc version | Zalathar | -0/+2 |
| 2025-04-05 | Auto merge of #139275 - cuviper:min-llvm-19, r=nikic | bors | -1572/+167 |
| 2025-04-05 | Update the minimum external LLVM to 19 | Josh Stone | -1572/+167 |
| 2025-04-05 | Fix ProvenVia for global where clauses | Michael Goulet | -0/+3 |
| 2025-04-05 | Rollup merge of #138381 - thaliaarchi:bstr-sliceindex, r=joshtriplett | Matthias Krüger | -42/+61 |
| 2025-04-05 | Rollup merge of #138368 - rcvalle:rust-kcfi-arity, r=davidtwco | Matthias Krüger | -0/+108 |
| 2025-04-05 | KCFI: Add KCFI arity indicator support | Ramon de C Valle | -0/+108 |
| 2025-04-05 | Rollup merge of #139341 - nnethercote:fix-137874, r=petrochenkov | Stuart Cook | -29/+32 |
| 2025-04-05 | Rollup merge of #139285 - tshepang:uniform-case, r=jieyouxu | Stuart Cook | -3/+5 |
| 2025-04-05 | Rollup merge of #138826 - makai410:assoc-items, r=celinval | Stuart Cook | -0/+145 |
| 2025-04-05 | Rollup merge of #138024 - reitermarkus:unicode-panic-optimization, r=ibraheemdev | Stuart Cook | -0/+14 |
| 2025-04-05 | Rollup merge of #137897 - xTachyon:tls-fix, r=thomcc,jieyouxu | Stuart Cook | -0/+53 |
| 2025-04-05 | Rollup merge of #137880 - EnzymeAD:autodiff-batching, r=oli-obk | Stuart Cook | -54/+251 |
| 2025-04-05 | Rollup merge of #136457 - calder:master, r=tgross35 | Stuart Cook | -13/+207 |
| 2025-04-04 | Expose algebraic floating point intrinsics | Calder Coalson | -13/+207 |
| 2025-04-04 | Auto merge of #139390 - matthiaskrgr:rollup-l64euwx, r=matthiaskrgr | bors | -35/+69 |
| 2025-04-05 | check if merged attributes list is empty | Takayuki Maeda | -0/+39 |
| 2025-04-04 | Rollup merge of #139374 - oli-obk:const-trait-bound, r=compiler-errors | Matthias Krüger | -31/+31 |
| 2025-04-04 | Rollup merge of #139353 - nnethercote:LateAnon, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2025-04-04 | Rollup merge of #139328 - GuillaumeGomez:fix-panic-output-137970, r=fmease | Matthias Krüger | -0/+34 |
| 2025-04-04 | Auto merge of #138785 - lcnr:typing-mode-borrowck, r=compiler-errors,oli-obk | bors | -490/+472 |
| 2025-04-04 | add new tests for autodiff batching and update old ones | Manuel Drehwald | -54/+251 |
| 2025-04-04 | Add tests for super let. | Mara Bos | -0/+460 |
| 2025-04-04 | Use the span of the whole bound when the diagnostic talks about a bound | Oli Scherer | -31/+31 |
| 2025-04-04 | Do not visit whole crate to compute `lints_that_dont_need_to_run`. | Camille GILLOT | -4/+51 |
| 2025-04-04 | Add feature gate test for cfg'd out super let. | Mara Bos | -1/+18 |
| 2025-04-04 | Implement `super let`. | Mara Bos | -18/+18 |
| 2025-04-04 | Rollup merge of #139349 - meithecatte:destructor-constness, r=compiler-errors | Matthias Krüger | -0/+28 |
| 2025-04-04 | Rollup merge of #139335 - compiler-errors:error-implies, r=oli-obk | Matthias Krüger | -0/+64 |
| 2025-04-04 | Rollup merge of #139322 - Kobzol:run-make-lld-refactor, r=jieyouxu | Matthias Krüger | -119/+32 |
| 2025-04-04 | Fix `Debug` impl for `LateParamRegionKind`. | Nicholas Nethercote | -4/+4 |
| 2025-04-04 | adt_destructor: sanity-check returned item | Maja Kądziołka | -0/+28 |
| 2025-04-04 | Apply `Recovery::Forbidden` when reparsing pasted macro fragments. | Nicholas Nethercote | -29/+32 |
| 2025-04-04 | Auto merge of #120706 - Bryanskiy:leak, r=lcnr | bors | -0/+450 |
| 2025-04-03 | Auto merge of #139336 - matthiaskrgr:rollup-zsi8pgf, r=matthiaskrgr | bors | -28/+15 |