| Age | Commit message (Expand) | Author | Lines |
| 2025-07-13 | Auto merge of #140717 - mejrs:diagnostic_lints, r=oli-obk | bors | -11/+13 |
| 2025-07-11 | Auto merge of #142911 - mejrs:unsized, r=compiler-errors | bors | -0/+6 |
| 2025-07-10 | Rollup merge of #143742 - estebank:borrow-suggestion, r=compiler-errors | Trevor Gross | -103/+125 |
| 2025-07-11 | Split up the `unknown_or_malformed_diagnostic_attributes` lint | mejrs | -11/+13 |
| 2025-07-10 | Rollup merge of #143640 - oli-obk:const-fn-traits, r=compiler-errors | Matthias Krüger | -1/+50 |
| 2025-07-10 | Rework borrowing suggestions to use `Expr` instead of just `Span` | Esteban Küber | -103/+125 |
| 2025-07-09 | Auto merge of #143538 - compiler-errors:instantiate-auto-trait, r=lcnr | bors | -212/+245 |
| 2025-07-08 | Rollup merge of #143532 - compiler-errors:mut-ref-sugg, r=davidtwco | Trevor Gross | -5/+8 |
| 2025-07-08 | Rollup merge of #143499 - compiler-errors:predicates-of-crate, r=davidtwco | Trevor Gross | -13/+20 |
| 2025-07-08 | Error on moving unsized values rather than ICE'ing | mejrs | -0/+6 |
| 2025-07-08 | Rollup merge of #143620 - Muscraft:remove-newline, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-07-08 | Instantiate binder for Copy/Clone/Sized eagerly | Michael Goulet | -196/+222 |
| 2025-07-08 | Instantiate auto trait before computing higher-ranked constituent types | Michael Goulet | -16/+23 |
| 2025-07-08 | Remove `const_eval_select` hack | Oli Scherer | -5/+2 |
| 2025-07-08 | Constify `Fn*` traits | Oli Scherer | -1/+53 |
| 2025-07-08 | Rollup merge of #143571 - lcnr:has_nested-bb, r=compiler-errors | Matthias Krüger | -59/+52 |
| 2025-07-07 | fix: Remove newline from multiple crate versions note | Scott Schafer | -1/+1 |
| 2025-07-07 | Rollup merge of #132469 - estebank:issue-132041, r=Nadrieril | Matthias Krüger | -7/+77 |
| 2025-07-07 | remove `has_nested` | lcnr | -59/+52 |
| 2025-07-06 | compiler: rename {ast,hir}::BareFn* to FnPtr* | Jubilee Young | -1/+1 |
| 2025-07-06 | More carefully consider span context when suggesting remove &mut | Michael Goulet | -5/+8 |
| 2025-07-05 | Don't call predicates_of on a dummy obligation cause's body id | Michael Goulet | -13/+20 |
| 2025-07-05 | Use relative visibility when noting sealed trait to reduce false positive | xizheyin | -5/+15 |
| 2025-07-04 | Nits | Michael Goulet | -12/+10 |
| 2025-07-04 | Fix elided lifetimes in rustdoc | Michael Goulet | -2/+2 |
| 2025-07-04 | Fix pretty printing of placeholder types | Michael Goulet | -6/+6 |
| 2025-07-04 | Remove Symbol for Named LateParam/Bound variants | Michael Goulet | -49/+55 |
| 2025-07-04 | Rollup merge of #143308 - compiler-errors:no-pointer-like, r=oli-obk | Matthias Krüger | -78/+1 |
| 2025-07-04 | Rollup merge of #143307 - compiler-errors:fast-path-nitpicks, r=lcnr | Jacob Pratt | -15/+6 |
| 2025-07-03 | Remove PointerLike trait | Michael Goulet | -78/+1 |
| 2025-07-03 | Rework logic and provide structured suggestion | Esteban Küber | -10/+71 |
| 2025-07-03 | Rollup merge of #143038 - Qelxiros:142676-private-dependency-traits, r=tgross35 | Jana Dönszelmann | -1/+1 |
| 2025-07-03 | Rollup merge of #142876 - JonathanBrouwer:target_feature_parser, r=oli-obk | Jana Dönszelmann | -3/+3 |
| 2025-07-03 | Rollup merge of #134006 - klensy:typos, r=nnethercote | Jana Dönszelmann | -7/+7 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -7/+7 |
| 2025-07-03 | Port `#[target_feature]` to the new attribute parsing infrastructure | Jonathan Brouwer | -3/+3 |
| 2025-07-02 | avoid suggesting traits from private dependencies | Jeremy Smart | -1/+1 |
| 2025-07-02 | Rollup merge of #143235 - compiler-errors:const-item-bound, r=oli-obk | Matthias Krüger | -1/+66 |
| 2025-07-02 | Consider polarity in sizedness fast path | Michael Goulet | -3/+4 |
| 2025-07-02 | Use is_trivially_wf for ProvePredicate fast path | Michael Goulet | -12/+2 |
| 2025-07-01 | Do not suggest borrow that is already there in fully-qualified call | Esteban Küber | -0/+9 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -21/+0 |
| 2025-06-30 | Assemble const bounds via normal item bounds in old solver too | Michael Goulet | -1/+66 |
| 2025-06-30 | Make check_param_wf only go through the HIR in the error path | Oli Scherer | -1/+6 |
| 2025-06-27 | Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead | Matthias Krüger | -12/+12 |
| 2025-06-27 | Auto merge of #142223 - compiler-errors:perf-wf, r=lcnr | bors | -2/+20 |
| 2025-06-27 | Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errors | bors | -118/+155 |
| 2025-06-26 | Rollup merge of #142927 - compiler-errors:note-find-const, r=BoxyUwU | Michael Goulet | -3/+5 |
| 2025-06-26 | Rollup merge of #142647 - compiler-errors:less-work-in-coherence, r=lcnr | Michael Goulet | -17/+26 |
| 2025-06-26 | Rollup merge of #142637 - compiler-errors:less-globs, r=lcnr | Michael Goulet | -96/+120 |