| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -21/+21 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -21/+21 |
| 2024-05-29 | Use parenthetical notation for `Fn` traits | Esteban Küber | -2/+2 |
| 2024-05-28 | Make more of the test suite run on Mac Catalyst | Mads Marquart | -61/+9 |
| 2024-05-26 | Rollup merge of #125046 - bjorn3:no_mutable_static_linkage, r=cjgillot | Jubilee | -3/+0 |
| 2024-05-13 | Only allow immutable statics with #[linkage] | bjorn3 | -3/+0 |
| 2024-05-05 | Auto merge of #123125 - gurry:122561-bad-note-non-zero-loop-iters-2, r=estebank | bors | -0/+8 |
| 2024-05-04 | tests/ui: prepare some tests for --check-cfg by default | Urgau | -6/+4 |
| 2024-04-30 | Replace item names containing an error code with something more meaningful | León Orell Valerian Liehr | -1/+1 |
| 2024-04-30 | Remove note about iteration count in coerce | Gurinder Singh | -0/+8 |
| 2024-04-30 | Auto merge of #124398 - klensy:trailing-ws, r=compiler-errors | bors | -2/+2 |
| 2024-04-29 | Change wording | est31 | -2/+2 |
| 2024-04-28 | Add a note to the ArbitraryExpressionInPattern error | est31 | -0/+4 |
| 2024-04-27 | tests: remove some trailing ws | klensy | -2/+2 |
| 2024-04-25 | Rollup merge of #124374 - compiler-errors:fix-ambiguity-ice, r=lcnr | Matthias Krüger | -7/+0 |
| 2024-04-25 | Don't ICE when codegen_select returns ambiguity in new solver | Michael Goulet | -7/+0 |
| 2024-04-25 | Check closure args and returns are WF | Michael Goulet | -2/+9 |
| 2024-04-24 | Mention when type parameter could be `Clone` | Esteban Küber | -4/+23 |
| 2024-04-22 | Rollup merge of #124230 - reitermarkus:generic-nonzero-stable, r=dtolnay | Guillaume Gomez | -1/+0 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+0 |
| 2024-04-21 | Move some tests | Caio | -970/+0 |
| 2024-04-17 | Auto merge of #123674 - oli-obk:bogus_note, r=estebank | bors | -42/+5 |