| Age | Commit message (Expand) | Author | Lines |
| 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 | -4229/+4078 |
| 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 | 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 | Add missing `dyn` keywords to tests that do not test for them Part 2 | Lukas Wirth | -31/+26 |
| 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 | -0/+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 | Clarify why we are talking about a failed const eval at a random place | Oli Scherer | -966/+966 |
| 2025-06-02 | Use the informative error as the main const eval error message | Oli Scherer | -4229/+4078 |
| 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 |
| 2025-06-02 | add fixme to improve error matching | Jana Dönszelmann | -1/+2 |
| 2025-06-02 | Fix false positive lint error from no_implicit_prelude attr | yukang | -0/+11 |
| 2025-06-02 | fix bug where borrowck tries to describe a name from a macro in another crate | Jana Dönszelmann | -0/+21 |
| 2025-06-02 | add test for 141764 | Jana Dönszelmann | -0/+15 |
| 2025-06-02 | Add missing `dyn` keywords to tests that do not test for them | Lukas Wirth | -34/+33 |
| 2025-06-02 | Add missing 2015 edition directives | Lukas Wirth | -15/+22 |
| 2025-06-02 | allow macro_use as first segment | bohan | -0/+60 |
| 2025-06-02 | Suppress redundant error | Michael Goulet | -12/+2 |
| 2025-06-02 | Don't declare variables in ExprKind::Let in invalid positions | Michael Goulet | -0/+33 |
| 2025-06-01 | Rollup merge of #141224 - RalfJung:no-objects, r=traviscross | Guillaume Gomez | -1/+1 |
| 2025-06-01 | Rollup merge of #140370 - WaffleLapkin:unqualified, r=jdonszelmann | Guillaume Gomez | -62/+207 |
| 2025-06-01 | Async drop - type instead of async drop fn and incorrect drop signature don't... | Andrew Zhogin | -0/+77 |
| 2025-06-01 | Auto merge of #141725 - nnethercote:avoid-UsePath-overcounting, r=BoxyUwU | bors | -161/+165 |
| 2025-06-01 | Rollup merge of #141812 - JonathanBrouwer:fix-else-if-help, r=jdonszelmann | Jacob Pratt | -0/+118 |
| 2025-05-31 | terminology: allocated object → allocation | Ralf Jung | -1/+1 |
| 2025-05-31 | Auto merge of #141824 - matthiaskrgr:rollup-7nffwd0, r=matthiaskrgr | bors | -40/+77 |
| 2025-05-31 | Rollup merge of #141793 - Kivooeo:test-reform, r=jieyouxu | Matthias Krüger | -40/+57 |
| 2025-05-31 | Rollup merge of #140787 - xizheyin:issue-140491, r=nnethercote | Matthias Krüger | -0/+20 |
| 2025-05-31 | Fix consider borrowing for else-if | Jonathan Brouwer | -11/+4 |
| 2025-05-31 | Failing tests for "consider borrowing" | Jonathan Brouwer | -0/+125 |
| 2025-05-31 | Auto merge of #141685 - orlp:inplace-tls-drop, r=joboet | bors | -0/+37 |
| 2025-05-31 | cleaned up some tests | Kivooeo | -40/+57 |
| 2025-05-31 | Note ref expr being cast when encounter NonScalar cast error | xizheyin | -0/+4 |
| 2025-05-30 | Rollup merge of #141781 - matthewjasper:unused-unsafe-lifetimes, r=compiler-e... | Jubilee | -0/+110 |
| 2025-05-30 | Rollup merge of #141077 - chenyukang:yukang-fix-140991-comma, r=wesleywiser | Jubilee | -0/+74 |
| 2025-05-30 | Rollup merge of #140825 - rs-sac:ext, r=workingjubilee | Jubilee | -2/+2 |
| 2025-05-30 | Fix spans for unsafe binders | Matthew Jasper | -0/+110 |
| 2025-05-30 | Rollup merge of #141703 - compiler-errors:deref-place, r=lcnr | Matthias Krüger | -0/+63 |
| 2025-05-30 | Address review comments. | Orson Peters | -1/+0 |