| Age | Commit message (Expand) | Author | Lines |
| 2022-12-08 | Rollup merge of #104922 - estebank:fur-elize, r=oli-obk | Matthias Krüger | -6/+6 |
| 2022-12-06 | Rollup merge of #105340 - estebank:ice-ice-baby, r=compiler-errors | Matthias Krüger | -0/+130 |
| 2022-12-05 | Avoid ICE by accounting for missing type | Esteban Küber | -0/+130 |
| 2022-12-05 | Tweak "the following other types implement trait" | Esteban Küber | -8/+3 |
| 2022-12-03 | Rollup merge of #105164 - compiler-errors:revert-import-filter, r=estebank | Matthias Krüger | -6/+15 |
| 2022-12-02 | Revert 88f2140 | Michael Goulet | -6/+15 |
| 2022-11-28 | fix test | Esteban Küber | -1/+1 |
| 2022-11-28 | Further tweak the type shortening logic | Esteban Küber | -5/+5 |
| 2022-11-28 | Detect long types in E0308 and write them to disk | Esteban Küber | -5/+5 |
| 2022-11-28 | Change multiline span ASCII art visual order | Esteban Küber | -3/+3 |
| 2022-11-24 | Rollup merge of #103908 - estebank:consider-cloning, r=compiler-errors | Matthias Krüger | -0/+9 |
| 2022-11-24 | Auto merge of #104610 - ouz-a:revert-overflow, r=compiler-errors | bors | -2/+9 |
| 2022-11-23 | Tweak output in for loops | Esteban Küber | -8/+0 |
| 2022-11-23 | Suggest `.clone()` or `ref binding` on E0382 | Esteban Küber | -0/+17 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -10/+8 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -10/+8 |
| 2022-11-20 | Move tests | Caio | -238/+0 |
| 2022-11-19 | fix test err | ouz-a | -3/+4 |
| 2022-11-19 | re-add test and bless | ouz-a | -1/+1 |
| 2022-11-19 | revert-overflow | ouz-a | -1/+7 |
| 2022-11-19 | Rollup merge of #104469 - estebank:long-types, r=oli-obk | Matthias Krüger | -21/+26 |
| 2022-11-18 | Only use `...` instead of `_` for type elision | Esteban Küber | -2/+2 |
| 2022-11-18 | On E0275 do not print out the full type in the msg | Esteban Küber | -3/+3 |
| 2022-11-18 | On overflow errors, do not print out long types | Esteban Küber | -14/+20 |
| 2022-11-18 | Make "long type" printing type aware | Esteban Küber | -4/+3 |
| 2022-11-18 | rename `is_tainted_by_errors` | Boxy | -2/+1 |
| 2022-11-16 | Rollup merge of #104317 - RalfJung:ctfe-error-reporting, r=oli-obk | Matthias Krüger | -17/+16 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -17/+16 |
| 2022-11-16 | Rollup merge of #104419 - Ayush1325:test-issue-30490, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-11-15 | Rollup merge of #103439 - Nilstrieb:help-me-with-my-macro, r=estebank | Matthias Krüger | -0/+6 |
| 2022-11-14 | Show a note where a macro failed to match | Nilstrieb | -0/+6 |
| 2022-11-14 | Rollup merge of #104229 - compiler-errors:overlap-full-path, r=davidtwco | Matthias Krüger | -4/+4 |
| 2022-11-14 | Fix test/ui/issues/issue-30490.rs | Ayush Singh | -1/+1 |
| 2022-11-12 | Move tests | Caio | -450/+0 |
| 2022-11-12 | Rollup merge of #103970 - oli-obk:unhide_unknown_spans, r=estebank | Dylan DPC | -4/+1 |
| 2022-11-12 | Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obk | Dylan DPC | -2/+12 |
| 2022-11-11 | Print all labels, even if they have no span. Fall back to main item's span. | Oli Scherer | -4/+1 |
| 2022-11-10 | Tweak span for `#[must_use]` | Esteban Küber | -2/+2 |
| 2022-11-10 | Don't print full paths in overlap errors | Michael Goulet | -4/+4 |
| 2022-11-10 | Auto merge of #101990 - clubby789:dont-machine-apply-placeholder-method, r=co... | bors | -2/+2 |
| 2022-11-09 | Rollup merge of #103307 - b4den:master, r=estebank | Manish Goregaokar | -2/+2 |
| 2022-11-08 | Rollup merge of #100508 - BoxyUwU:make_less_things_late_bound, r=nikomatsakis | Manish Goregaokar | -44/+0 |
| 2022-11-08 | selection failure: recompute applicable impls | lcnr | -1/+2 |
| 2022-11-07 | Rollup merge of #104003 - c410-f3r:moar-errors, r=petrochenkov | Dylan DPC | -237/+0 |
| 2022-11-06 | fixyfixfix | Boxy | -44/+0 |
| 2022-11-05 | Attempt to fix arguments of associated functions | clubby789 | -2/+2 |
| 2022-11-05 | Adjust diagnostics, bless tests | Michael Goulet | -5/+5 |
| 2022-11-05 | Move some tests to more reasonable directories | Caio | -237/+0 |
| 2022-11-05 | Specify that `break` cannot be used outside of loop *or* labeled block | clubby789 | -15/+15 |
| 2022-10-23 | Rollup merge of #103305 - c410-f3r:moar-errors, r=petrochenkov | Dylan DPC | -331/+0 |