| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-06-17 | Make parse_seq_to_before_tokens take expected/nonexpected tokens, use in pars... | Michael Goulet | -6/+6 |
| 2024-06-12 | Spell out other trait diagnostic | Alex Macleod | -28/+28 |
| 2024-06-07 | Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix | Matthias Krüger | -0/+1 |
| 2024-06-05 | Rollup merge of #125622 - oli-obk:define_opaque_types15, r=compiler-errors | Matthias Krüger | -29/+0 |
| 2024-06-05 | Detect pub structs never constructed and unused associated constants in traits | r0cky | -0/+1 |
| 2024-06-05 | Rollup merge of #125906 - compiler-errors:simplify-method-error-args, r=fmease | Jubilee | -1/+1 |
| 2024-06-04 | Move tests to a more appropriate directory | Oli Scherer | -51/+0 |
| 2024-06-04 | Turn a delayed bug back into a normal bug by winnowing private method candida... | Oli Scherer | -6/+9 |
| 2024-06-04 | Show that it will pick up the entirely wrong function as a private candidate | Oli Scherer | -2/+21 |
| 2024-06-03 | Remove a bunch of redundant args from report_method_error | Michael Goulet | -1/+1 |
| 2024-06-03 | Make WHERE_CLAUSES_OBJECT_SAFETY a regular object safety violation | Michael Goulet | -15/+43 |
| 2024-06-03 | Auto merge of #125778 - estebank:issue-67100, r=compiler-errors | bors | -2/+2 |