| Age | Commit message (Expand) | Author | Lines |
| 2025-04-08 | Rollup merge of #139421 - compiler-errors:upcast-no-principal-with-proj, r=ol... | Stuart Cook | -0/+13 |
| 2025-04-08 | Rollup merge of #139346 - compiler-errors:non-lifetime-binder-diag-hir-wf-che... | Stuart Cook | -0/+83 |
| 2025-04-08 | Rollup merge of #139124 - xtexx:gh-139082, r=compiler-errors | Stuart Cook | -0/+21 |
| 2025-04-08 | Rollup merge of #139098 - scottmcm:assert-impossible-tags, r=WaffleLapkin | Stuart Cook | -19/+456 |
| 2025-04-08 | Rollup merge of #139024 - compiler-errors:tweak-default-value-err, r=lcnr | Stuart Cook | -12/+19 |
| 2025-04-08 | Rollup merge of #138676 - compiler-errors:overflow-implied-bounds, r=lcnr | Stuart Cook | -0/+19 |
| 2025-04-08 | Improve presentation of closure signature mismatch from Fn trait goal | Michael Goulet | -12/+12 |
| 2025-04-08 | Allow for reparsing failure when reparsing a pasted metavar. | Nicholas Nethercote | -0/+30 |
| 2025-04-08 | Allow for missing invisible close delim when reparsing an expression. | Nicholas Nethercote | -0/+47 |
| 2025-04-07 | Address PR feedback | Scott McMurray | -0/+16 |
| 2025-04-07 | Fix stack overflow in exhaustiveness due to recursive HIR opaque type values | Michael Goulet | -0/+189 |
| 2025-04-08 | borrowck typeck children together with their parent | lcnr | -26/+92 |
| 2025-04-07 | mitigate MSVC unsoundness by not emitting alignment attributes on win32-msvc ... | Ralf Jung | -1/+6 |
| 2025-04-07 | Auto merge of #133781 - cjgillot:shallow-allowed-lints, r=petrochenkov | bors | -4/+51 |
| 2025-04-07 | Implement overflow for infinite implied lifetime bounds | Michael Goulet | -0/+19 |
| 2025-04-07 | Prepend temp files with a string per invocation of rustc | Michael Goulet | -0/+63 |
| 2025-04-07 | Make error message for missing fields with .. and without .. more consistent | Michael Goulet | -12/+19 |
| 2025-04-07 | Remove crash test that do not ICE anymore | Santiago Pastorino | -52/+0 |
| 2025-04-07 | Add codegen test to be sure we get rid of uneeded clones after monomorphization | Santiago Pastorino | -0/+55 |
| 2025-04-07 | Add mir opt tests to be sure we generate copy, clones and moves when corresponds | Santiago Pastorino | -0/+55 |
| 2025-04-07 | Add `naked_functions_rustic_abi` feature gate | Folkert de Vries | -39/+113 |
| 2025-04-07 | Enable contracts for const functions | Celina G. Val | -9/+144 |
| 2025-04-07 | compiletest: Avoid ignoring empty diagnostics in one more place | Vadim Petrochenkov | -16/+26 |
| 2025-04-07 | compiletest: Stricter parsing for diagnostic kinds | Vadim Petrochenkov | -37/+37 |
| 2025-04-07 | compiletest: Always preserve kind for compiler diagnostics | Vadim Petrochenkov | -4/+7 |
| 2025-04-07 | Add regression test for #139282 | Guillaume Gomez | -0/+14 |
| 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 | Use -C target-cpu=z13 on s390x vector test | Eduard Stefes | -1/+8 |
| 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-05 | LLVM18 compatibility fixes in the tests | Scott McMurray | -3/+6 |
| 2025-04-05 | Tell LLVM about impossible niche tags | Scott McMurray | -19/+437 |
| 2025-04-06 | Prevent a test from seeing forbidden numbers in the rustc version | Zalathar | -0/+2 |
| 2025-04-05 | Polymorphize `array::IntoIter`'s iterator impl | Scott McMurray | -1/+24 |
| 2025-04-05 | Auto merge of #139275 - cuviper:min-llvm-19, r=nikic | bors | -1572/+167 |
| 2025-04-05 | Suppress missing field error when autoderef bottoms out in infer | Michael Goulet | -10/+2 |
| 2025-04-05 | Fix trait upcasting to dyn type with no principal when there are projections | Michael Goulet | -0/+13 |
| 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 |