| Age | Commit message (Expand) | Author | Lines |
| 2025-07-05 | cleaned up some tests | Kivooeo | -68/+126 |
| 2025-07-05 | cleaned up some tests | Kivooeo | -55/+70 |
| 2025-07-05 | Use relative visibility when noting sealed trait to reduce false positive | xizheyin | -3/+2 |
| 2025-07-05 | cleaned up some tests | Kivooeo | -22/+36 |
| 2025-07-05 | moved & deleted tests | Kivooeo | -17/+0 |
| 2025-07-05 | cleaned up some tests | Kivooeo | -108/+168 |
| 2025-07-05 | moved tests | Kivooeo | -0/+0 |
| 2025-07-04 | Port `#[non_exhaustive]` to the new attribute parsing infrastructure | Jonathan Brouwer | -21/+28 |
| 2025-07-04 | Fix pretty printing of placeholder types | Michael Goulet | -21/+22 |
| 2025-07-04 | Remove Symbol for Named LateParam/Bound variants | Michael Goulet | -12/+12 |
| 2025-07-04 | Add a regression test for ld64 | dianqk | -0/+24 |
| 2025-07-04 | Rollup merge of #143308 - compiler-errors:no-pointer-like, r=oli-obk | Matthias Krüger | -38/+0 |
| 2025-07-04 | Rollup merge of #143286 - Muscraft:track-diagnostics-note, r=WaffleLapkin | Matthias Krüger | -19/+37 |
| 2025-07-04 | Add test false-sealed-traits-note.rs | xizheyin | -0/+34 |
| 2025-07-04 | treat box patterns as deref patterns in THIR and usefulness analysis | dianne | -15/+27 |
| 2025-07-04 | Auto merge of #143237 - JonathanBrouwer:no_implicit_prelude_parser, r=jdonsze... | bors | -18/+21 |
| 2025-07-03 | mbe: Gracefully handle macro rules that end after `=>` | Josh Triplett | -0/+78 |
| 2025-07-04 | Rollup merge of #143307 - compiler-errors:fast-path-nitpicks, r=lcnr | Jacob Pratt | -0/+23 |
| 2025-07-03 | Remove PointerLike trait | Michael Goulet | -38/+0 |
| 2025-07-03 | gai: remove typo from test file, and add a reference id | Tshepang Mbambo | -0/+1 |
| 2025-07-03 | Port `#[no_implicit_prelude]` to the new attribute parsing infrastructure | Jonathan Brouwer | -18/+21 |
| 2025-07-03 | Rework logic and provide structured suggestion | Esteban Küber | -3/+64 |
| 2025-07-03 | Return early when `self` resolve failure because of `let self = ...` | xizheyin | -7/+2 |
| 2025-07-03 | Add ui test resolve/false-self-in-macro-issue-143134.rs | xizheyin | -0/+22 |
| 2025-07-03 | move `tests/ui/resolve/suggest*` to `tests/ui/resolve/suggestions/` | xizheyin | -0/+0 |
| 2025-07-03 | refactor: Make -Ztrack-diagnostics emit like a note | Scott Schafer | -19/+37 |
| 2025-07-03 | Rollup merge of #143329 - folkertdev:minicore-diagnostic-on-unimplemented, r=... | Jana Dönszelmann | -20/+39 |
| 2025-07-03 | Rollup merge of #143038 - Qelxiros:142676-private-dependency-traits, r=tgross35 | Jana Dönszelmann | -0/+78 |
| 2025-07-03 | Rollup merge of #142876 - JonathanBrouwer:target_feature_parser, r=oli-obk | Jana Dönszelmann | -112/+153 |
| 2025-07-03 | Rollup merge of #134006 - klensy:typos, r=nnethercote | Jana Dönszelmann | -10/+10 |
| 2025-07-03 | minicore: use core's `diagnostic::on_unimplemented` messages | Folkert de Vries | -20/+39 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -10/+10 |
| 2025-07-03 | Port `#[target_feature]` to the new attribute parsing infrastructure | Jonathan Brouwer | -112/+153 |
| 2025-07-03 | Rollup merge of #143273 - 1c3t3a:enum-check-negative, r=SparrowLii | Matthias Krüger | -0/+67 |
| 2025-07-02 | avoid suggesting traits from private dependencies | Jeremy Smart | -23/+14 |
| 2025-07-02 | Auto merge of #143338 - matthiaskrgr:rollup-ykaxh04, r=matthiaskrgr | bors | -208/+681 |
| 2025-07-02 | Auto merge of #143337 - matthiaskrgr:rollup-lqwhe0i, r=matthiaskrgr | bors | -1/+19 |
| 2025-07-02 | awhile -> a while where appropriate | наб | -1/+1 |
| 2025-07-02 | Rollup merge of #143276 - folkertdev:loop-match-opaque-pattern, r=Nadrieril | Matthias Krüger | -135/+220 |
| 2025-07-02 | Rollup merge of #143235 - compiler-errors:const-item-bound, r=oli-obk | Matthias Krüger | -0/+19 |
| 2025-07-02 | Rollup merge of #143070 - joshtriplett:macro-rules-parse, r=petrochenkov | Matthias Krüger | -10/+12 |
| 2025-07-02 | Rollup merge of #142964 - GrigorenkoPV:attributes/argless, r=oli-obk | Matthias Krüger | -8/+8 |
| 2025-07-02 | Rollup merge of #142237 - benschulz:unused-parens-fn, r=fee1-dead | Matthias Krüger | -55/+422 |
| 2025-07-02 | Rollup merge of #143231 - xizheyin:143152, r=fee1-dead | Matthias Krüger | -0/+18 |
| 2025-07-02 | Rollup merge of #142321 - ostylk:fix/ppc64_abi, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-07-02 | Auto merge of #143214 - camsteffen:remove-let-chains-feature, r=est31 | bors | -1186/+1033 |
| 2025-07-02 | Make the enum check work for negative discriminants | Bastian Kersting | -0/+67 |
| 2025-07-02 | Move crashes tests. | Camille GILLOT | -0/+71 |
| 2025-07-02 | Auto merge of #142974 - cuviper:stage0-bump, r=Mark-Simulacrum | bors | -1/+1 |
| 2025-07-02 | Consider polarity in sizedness fast path | Michael Goulet | -0/+23 |