| Age | Commit message (Expand) | Author | Lines |
| 2025-06-04 | Fix parsing of frontmatters with inner hyphens | Matthew Jasper | -0/+21 |
| 2025-06-04 | Report the actual item that evaluation failed for | Oli Scherer | -2/+3 |
| 2025-06-04 | Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes` | Jake Goulding | -443/+429 |
| 2025-06-04 | Introduce the `mismatched_lifetime_syntaxes` lint | Jake Goulding | -0/+791 |
| 2025-06-04 | cleaned up some tests | Kivooeo | -170/+98 |
| 2025-06-04 | Rollup merge of #141959 - ferrocene:lw/2015-edition-directives2, r=compiler-e... | Matthias Krüger | -46/+74 |
| 2025-06-04 | Don't refer to 'this tail expression' in expansion. | Mara Bos | -4/+2 |
| 2025-06-04 | Don't refer to 'local binding' in extern macro. | Mara Bos | -3/+3 |
| 2025-06-04 | cleaned up some tests | Kivooeo | -96/+112 |
| 2025-06-04 | Fix for async drop inside async gen fn | Andrew Zhogin | -2/+3 |
| 2025-06-04 | x86 (32/64): go back to passing SIMD vectors by-ptr | Ralf Jung | -24/+17 |
| 2025-06-04 | Rollup merge of #141888 - ferrocene:lw/decouple-tests-from-2015, r=compiler-e... | Matthias Krüger | -193/+194 |
| 2025-06-04 | Rollup merge of #141250 - folkertdev:s390x-z17-target-features, r=workingjubilee | Matthias Krüger | -0/+12 |
| 2025-06-04 | Rollup merge of #137306 - tgross35:remove-i128-u128-improper-ctypes, r=travis... | Matthias Krüger | -218/+60 |
| 2025-06-03 | Ensure query keys are printed with reduced queries | Michael Goulet | -1/+1 |
| 2025-06-03 | Add a test to reproduce ICE | Michael Goulet | -0/+25 |
| 2025-06-03 | Rollup merge of #141957 - ferrocene:lw/missing-dyn-kw2, r=compiler-errors | Matthias Krüger | -31/+26 |
| 2025-06-03 | Rollup merge of #141943 - nnethercote:rm-pre-expansion-ast-stats, r=compiler-... | Matthias Krüger | -117/+60 |
| 2025-06-03 | Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJung | Matthias Krüger | -4233/+4082 |
| 2025-06-03 | Rollup merge of #141569 - workingjubilee:canonicalize-abi, r=bjorn3 | Matthias Krüger | -1/+3 |
| 2025-06-03 | Rollup merge of #137725 - oli-obk:i-want-to-move-it-move-it, r=compiler-error... | Matthias Krüger | -15/+630 |
| 2025-06-03 | Add `iter` macro | Oli Scherer | -15/+630 |
| 2025-06-03 | bless test for CanonAbi::X86(SysV64) change | Jubilee Young | -1/+3 |
| 2025-06-03 | builtin dyn impl no guide inference | lcnr | -0/+50 |
| 2025-06-03 | Remove uses of `stdarch_x86_avx512` | sayantn | -2/+0 |
| 2025-06-03 | Run wfcheck in one big loop instead of per module | Oli Scherer | -53/+53 |
| 2025-06-03 | Rollup merge of #141833 - Kivooeo:test-reform1, r=jieyouxu | Matthias Krüger | -32/+51 |
| 2025-06-03 | Rollup merge of #141724 - Sol-Ell:issue-141141-fix, r=nnethercote | Matthias Krüger | -0/+195 |
| 2025-06-03 | `FIXME(-Znext-solver)` triage | lcnr | -4/+1 |
| 2025-06-03 | Use non-2015 edition paths in tests that do not test for their resolution | Lukas Wirth | -290/+290 |
| 2025-06-03 | Add missing `dyn` keywords to tests that do not test for them Part 2 | Lukas Wirth | -31/+26 |
| 2025-06-03 | Move metadata object generation for dylibs to the linker code | bjorn3 | -9/+8 |
| 2025-06-03 | Add missing 2015 edition directives | Lukas Wirth | -46/+74 |
| 2025-06-03 | report never type lints in deps | Waffle Lapkin | -0/+645 |
| 2025-06-03 | * Add test case for `cfg(false)` on module level | Guillaume Gomez | -3/+7 |
| 2025-06-03 | Use non-2015 edition paths in tests that do not test for their resolution | Lukas Wirth | -193/+194 |
| 2025-06-03 | Rollup merge of #141891 - jdonszelmann:fix-141764, r=jieyouxu | Matthias Krüger | -0/+37 |
| 2025-06-03 | Rollup merge of #141889 - ferrocene:lw/missing-dyn-kw, r=petrochenkov | Matthias Krüger | -34/+33 |
| 2025-06-03 | Rollup merge of #141886 - ferrocene:lw/2015-edition-directives, r=compiler-er... | Matthias Krüger | -15/+22 |
| 2025-06-03 | Rollup merge of #141876 - compiler-errors:missing-let-ty, r=SparrowLii | Matthias Krüger | -0/+23 |
| 2025-06-03 | Rollup merge of #141677 - azhogin:azhogin/async-drop-unexpected-type-instead-... | Matthias Krüger | -28/+77 |
| 2025-06-03 | Remove pre-expansion AST stats. | Nicholas Nethercote | -117/+60 |
| 2025-06-03 | cleaned up some tests | Kivooeo | -32/+51 |
| 2025-06-02 | Fast path for stalled obligations on self ty | Michael Goulet | -5/+2 |
| 2025-06-02 | add doc comment and a test with a generic closure | b-naber | -0/+90 |
| 2025-06-02 | add `body` to `ClosureDef` | b-naber | -0/+90 |
| 2025-06-02 | Clarify why we are talking about a failed const eval at a random place | Oli Scherer | -967/+967 |
| 2025-06-02 | Use the informative error as the main const eval error message | Oli Scherer | -4233/+4082 |
| 2025-06-02 | Rollup merge of #141892 - chenyukang:yukang-fix-141785-extern-crate, r=petroc... | Yukang | -0/+11 |
| 2025-06-02 | Separately check equality of the scalar types and compound types in the order... | Ell | -0/+195 |