| Age | Commit message (Expand) | Author | Lines |
| 2022-11-28 | Further tweak the type shortening logic | Esteban Küber | -1/+1 |
| 2022-11-28 | Detect long types in E0308 and write them to disk | Esteban Küber | -1/+1 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -1/+1 |
| 2022-11-18 | On E0275 do not print out the full type in the msg | Esteban Küber | -1/+1 |
| 2022-11-18 | On overflow errors, do not print out long types | Esteban Küber | -3/+5 |
| 2022-11-10 | Don't print full paths in overlap errors | Michael Goulet | -6/+6 |
| 2022-11-08 | selection failure: recompute applicable impls | lcnr | -5/+29 |
| 2022-11-06 | Auto merge of #99943 - compiler-errors:tuple-trait, r=jackh726 | bors | -3/+9 |
| 2022-11-05 | Auto merge of #102458 - JohnTitor:stabilize-instruction-set, r=oli-obk | bors | -13/+5 |
| 2022-11-05 | Adjust diagnostics, bless tests | Michael Goulet | -3/+9 |
| 2022-11-05 | Rollup merge of #103994 - clubby789:break-unlabeled, r=TaKO8Ki | Dylan DPC | -2/+2 |
| 2022-11-05 | Specify that `break` cannot be used outside of loop *or* labeled block | clubby789 | -2/+2 |
| 2022-11-02 | Remove has_errors from FnCtxt | Michael Goulet | -5/+19 |
| 2022-11-01 | Rollup merge of #103759 - cjgillot:adt-collect, r=davidtwco | Dylan DPC | -3/+3 |
| 2022-10-31 | Use AdtDef to check enum. | Camille GILLOT | -3/+3 |
| 2022-10-30 | Rollup merge of #97971 - Soveu:varargs, r=jackh726 | Michael Howell | -2/+2 |
| 2022-10-23 | Cleanup message and bless tests | Jack Huey | -1/+1 |
| 2022-10-23 | Enable varargs support for calling conventions other than C or cdecl | Soveu | -2/+2 |
| 2022-10-20 | Add fix suggestions for E0199, E0200, and E0569 | Nicolas Barrios | -0/+12 |
| 2022-10-13 | Report duplicate definition in impls with overlap check. | Camille GILLOT | -5/+6 |
| 2022-10-11 | Report duplicate definitions in trait impls during resolution. | Camille GILLOT | -12/+18 |
| 2022-10-06 | Rollup merge of #102694 - compiler-errors:fn-to-method, r=davidtwco | Matthias Krüger | -11/+11 |
| 2022-10-05 | Delay function resolution error until typeck | Michael Goulet | -11/+11 |
| 2022-10-04 | follow-up fix about 101866 to print the self type. | Yiming Lei | -12/+12 |
| 2022-10-01 | bless ui tests | Maybe Waffle | -4/+4 |
| 2022-09-29 | Stabilize the `instruction_set` feature | Yuki Okushi | -13/+5 |
| 2022-09-29 | Rollup merge of #102351 - Rageking8:improve-E0585, r=wesleywiser | Yuki Okushi | -1/+1 |
| 2022-09-28 | Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiser | bors | -2/+6 |
| 2022-09-29 | improve E0585 help | Rageking8 | -1/+1 |
| 2022-09-27 | core: Mark all safe intrinsics with #[rustc_safe_intrinsic] | Arthur Cohen | -1/+3 |
| 2022-09-27 | attributes: Add #[rustc_safe_intrinsic] builtin | Arthur Cohen | -1/+3 |
| 2022-09-26 | remove implied link bound per review | Matthew Kelly | -2/+2 |
| 2022-09-26 | Merge remote-tracking branch 'origin/master' into mpk/add-long-error-message-... | Matthew Kelly | -9/+9 |
| 2022-09-15 | Remove feature gate from let else suggestion | est31 | -1/+1 |
| 2022-09-06 | Rollup merge of #101357 - compiler-errors:variant-sugg-tweak, r=oli-obk | Guillaume Gomez | -3/+3 |
| 2022-09-03 | Include enum path in variant suggestion | Michael Goulet | -3/+3 |
| 2022-09-03 | Shrink suggestion span of argument mismatch error | Michael Goulet | -5/+5 |
| 2022-08-31 | Merge remote-tracking branch 'origin/master' into mpk/add-long-error-message-... | Matthew Kelly | -13/+15 |
| 2022-08-27 | Review updates: simpler MWE and docs | Matthew Kelly | -50/+19 |
| 2022-08-27 | use smaller span for suggestions | Takayuki Maeda | -2/+4 |
| 2022-08-24 | Improve description again | Matthew Kelly | -7/+8 |
| 2022-08-23 | Improve local generic parameter suggestions. | Camille GILLOT | -4/+4 |
| 2022-08-21 | Rework ambiguity errors | Michael Goulet | -17/+4 |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -6/+19 |
| 2022-08-19 | Add long description and test for E0311 | Matthew Kelly | -0/+63 |
| 2022-08-19 | Rollup merge of #99576 - compiler-errors:foreign-fundamental-drop-is-bad, r=T... | Dylan DPC | -5/+5 |
| 2022-08-18 | Reword "Required because of the requirements on the impl of ..." | Andy Wang | -2/+2 |
| 2022-08-16 | Do not allow Drop impl on foreign fundamental types | Michael Goulet | -5/+5 |
| 2022-08-14 | Point to argument if it's self type of unsatisfied projection predicate | Michael Goulet | -2/+4 |
| 2022-08-08 | Fix plural form of `variant` in error message not formatting correctly | Bryysen | -6/+26 |