| Age | Commit message (Expand) | Author | Lines |
| 2024-08-24 | Rollup merge of #128467 - estebank:unsized-args, r=cjgillot | Trevor Gross | -0/+5 |
| 2024-08-22 | Do not rely on names to find lifetimes. | Camille GILLOT | -6/+3 |
| 2024-08-21 | Rollup merge of #128727 - RalfJung:conflicting-repr-future-incompat, r=lcnr | Matthias Krüger | -0/+25 |
| 2024-08-16 | Use FnSig instead of raw FnDecl for ForeignItemKind::Fn | Michael Goulet | -1/+1 |
| 2024-08-08 | Detect `*` operator on `!Sized` expression | Esteban Küber | -0/+5 |
| 2024-08-06 | bump conflicting_repr_hints lint to be shown in dependencies | Ralf Jung | -0/+25 |
| 2024-08-05 | WF-check struct field types at construction site | Noah Lev | -1/+25 |
| 2024-08-05 | Rollup merge of #127655 - RalfJung:invalid_type_param_default, r=compiler-errors | Matthias Krüger | -4/+25 |
| 2024-08-03 | Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -1/+0 |
| 2024-07-30 | Rollup merge of #127574 - lcnr:coherence-check-supertrait, r=compiler-errors | Matthias Krüger | -2/+7 |
| 2024-07-25 | Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-07-25 | Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmease | Matthias Krüger | -2/+11 |
| 2024-07-22 | Revert suggestion verbosity change | Esteban Küber | -25/+12 |
| 2024-07-22 | Change suggestion message wording | Esteban Küber | -4/+4 |
| 2024-07-22 | Use verbose suggestion for "wrong # of generics" | Esteban Küber | -12/+25 |
| 2024-07-19 | More accurate suggestion for `-> Box<dyn Trait>` or `-> impl Trait` | Esteban Küber | -2/+2 |
| 2024-07-19 | Rollup merge of #127891 - estebank:enum-type-sugg, r=estebank | Trevor Gross | -13/+22 |
| 2024-07-18 | Be more accurate about calculating `display_col` from a `BytePos` | Esteban Küber | -1/+1 |
| 2024-07-18 | Use more accurate span for `addr_of!` suggestion | Esteban Küber | -1/+1 |
| 2024-07-18 | Tweak "field not found" suggestion when giving struct literal for tuple struc... | Esteban Küber | -4/+4 |
| 2024-07-18 | More accurate suggestions when writing wrong style of enum variant literal | Esteban Küber | -9/+18 |
| 2024-07-17 | Rollup merge of #125042 - long-long-float:suggest-move-arg-outside, r=fmease | Matthias Krüger | -1/+1 |
| 2024-07-15 | make invalid_type_param_default lint show up in cargo future-compat reports | Ralf Jung | -4/+25 |
| 2024-07-15 | Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obk | Matthias Krüger | -2/+12 |
| 2024-07-14 | Use ordinal number in argument error | long-long-float | -1/+1 |
| 2024-07-12 | Gate the type length limit check behind a nightly flag | Michael Goulet | -12/+17 |
| 2024-07-12 | Make parse error suggestions verbose and fix spans | Esteban Küber | -2/+12 |
| 2024-07-11 | Account for `let foo = expr`; to suggest `const foo: Ty = expr;` | Esteban Küber | -2/+2 |
| 2024-07-11 | Use verbose style when suggesting changing `const` with `let` | Esteban Küber | -15/+29 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -2/+2 |
| 2024-07-10 | Improve error message | Michael Goulet | -4/+6 |
| 2024-07-10 | Reorder modifiers and polarity to be *after* binder in trait bounds | Michael Goulet | -2/+9 |
| 2024-07-10 | Rollup merge of #127094 - Borgerr:E0191-suggestion-correction, r=fmease | Matthias Krüger | -3/+3 |
| 2024-07-10 | elaborate unknowable goals | lcnr | -2/+7 |
| 2024-07-09 | E0191 suggestion correction, inserts turbofish without dyn (#91997) | Ashton Hunt | -3/+3 |
| 2024-07-06 | Mark format! with must_use hint | lukas | -1/+1 |
| 2024-07-05 | Rollup merge of #127392 - estebank:arg-type, r=jieyouxu | Jubilee | -16/+20 |
| 2024-07-05 | Use verbose suggestion for changing arg type | Esteban Küber | -16/+20 |
| 2024-07-05 | Use verbose style for argument removal suggestion | Esteban Küber | -8/+12 |
| 2024-07-04 | Tweak raw-pointer field access and array indexing suggestions | Esteban Küber | -8/+12 |
| 2024-07-04 | Better suggestion span for missing type parameter | Esteban Küber | -2/+10 |
| 2024-07-02 | Re-implement a type-size based limit | Michael Goulet | -22/+14 |
| 2024-06-26 | Rollup merge of #126925 - surechen:fix_125631, r=compiler-errors | Matthias Krüger | -0/+6 |
| 2024-06-25 | Rollup merge of #126302 - mu001999-contrib:ignore/default, r=michaelwoerister | Matthias Krüger | -0/+1 |
| 2024-06-25 | Detect unused structs which derived Default | mu001999 | -0/+1 |
| 2024-06-25 | Change E0369 diagnostic give note information for foreign items. | surechen | -0/+6 |
| 2024-06-22 | Rollup merge of #126723 - estebank:dot-dot-dot, r=Nadrieril | Guillaume Gomez | -2/+2 |
| 2024-06-20 | Fix `...` in multline code-skips in suggestions | Esteban Küber | -2/+2 |
| 2024-06-19 | Const generic parameters aren't bounds, even if we end up erroring because of... | Oli Scherer | -2/+2 |
| 2024-06-19 | Taint infcx when reporting errors | Oli Scherer | -4/+53 |