| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-08-07 | Further improve error message for E0081 | Bryysen | -15/+54 |
| 2022-07-26 | bless tests, remove nonexistent E0395 | Deadbeef | -18/+0 |
| 2022-07-25 | Report elision failures on the AST. | Camille GILLOT | -17/+17 |
| 2022-07-19 | Auto merge of #98180 - notriddle:notriddle/rustdoc-fn, r=petrochenkov,Guillau... | bors | -5/+15 |
| 2022-07-19 | Improve the function pointer docs | Michael Howell | -5/+15 |
| 2022-07-19 | Add E0790 as more specific variant of E0283 | aticu | -5/+138 |
| 2022-07-16 | Be more precise when suggesting removal of parens on unit adt ctor | Michael Goulet | -2/+2 |
| 2022-07-15 | Make item spans more consistent | Michael Goulet | -39/+30 |
| 2022-07-07 | Track implicit `Sized` obligations in type params | Esteban Küber | -1/+1 |
| 2022-07-05 | adjust dangling-int-ptr error message | Ralf Jung | -1/+1 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -61/+45 |
| 2022-06-29 | Rollup merge of #98415 - compiler-errors:rustc-borrowck-session-diagnostic-1,... | Dylan DPC | -2/+2 |
| 2022-06-29 | Rollup merge of #97542 - compiler-errors:arg-mismatch, r=jackh726 | Dylan DPC | -1/+1 |
| 2022-06-28 | Migrate some rustc_borrowck diagnostics to SessionDiagnostic | Michael Goulet | -2/+2 |
| 2022-06-28 | Auto merge of #98396 - cjgillot:iwfchir, r=petrochenkov | bors | -4/+4 |
| 2022-06-27 | Use typed indices in argument mismatch algorithm | Michael Goulet | -1/+1 |
| 2022-06-25 | Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e... | Matthias Krüger | -1/+1 |
| 2022-06-24 | Bless ui tests. | Camille GILLOT | -4/+4 |
| 2022-06-22 | point to type param definition when not finding variant, method and assoc type | Takayuki Maeda | -1/+1 |
| 2022-06-20 | Provide a segment res in more cases | Michael Goulet | -4/+4 |
| 2022-06-20 | Auto merge of #98284 - JohnTitor:rollup-7lbs143, r=JohnTitor | bors | -2/+4 |