| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-06-20 | Rollup merge of #98274 - compiler-errors:self-type-error, r=cjgillot | Yuki Okushi | -0/+2 |
| 2022-06-19 | Mention what item is using an invalid `Self` type | Michael Goulet | -0/+2 |
| 2022-06-19 | Be more specific for what lifetimes are not allowed on | Michael Goulet | -2/+2 |
| 2022-06-19 | Make missing argument placeholder more obvious that it's a placeholder | Michael Goulet | -8/+8 |
| 2022-06-16 | fix one more case of trailing space | klensy | -10/+10 |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -5/+5 |
| 2022-06-15 | Refactor path segment parameter error | EdwinRy | -4/+6 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -167/+6 |
| 2022-06-03 | Auto merge of #97694 - Dylan-DPC:rollup-2yxo7ce, r=Dylan-DPC | bors | -4/+20 |
| 2022-06-03 | Rollup merge of #97471 - estebank:prohibit-generics, r=cjgillot | Dylan DPC | -4/+20 |
| 2022-06-03 | Auto merge of #89862 - lcnr:path-generics-diagnostics, r=estebank | bors | -13/+14 |
| 2022-06-03 | Use the same message as type & const generics. | Camille GILLOT | -5/+5 |
| 2022-06-02 | review comments | Esteban Küber | -2/+2 |
| 2022-06-02 | Bless tests. | Camille GILLOT | -2/+2 |
| 2022-06-02 | Rollup merge of #97023 - cjgillot:uniform-anon, r=estebank | Dylan DPC | -1/+1 |
| 2022-06-02 | add new `emit_inference_failure_err` | lcnr | -13/+14 |
| 2022-06-01 | Make output more specific | Esteban Küber | -4/+8 |
| 2022-06-01 | Provide more context when denying invalid type params | Esteban Küber | -0/+12 |
| 2022-06-01 | Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve... | Matthias Krüger | -0/+2 |
| 2022-05-29 | Make lifetime errors more precise in the presence of `Fresh` lifetimes. | Camille GILLOT | -1/+1 |
| 2022-05-28 | Improve error message for E0081 | Bryysen | -21/+60 |
| 2022-05-25 | suggest `extern crate foo` when failing to resolve `use foo` | Takayuki Maeda | -0/+2 |
| 2022-05-22 | Use revisions for NLL in various directories | Jack Huey | -18/+24 |
| 2022-05-20 | Rollup merge of #97109 - TaKO8Ki:fix-misleading-cannot-infer-type-for-type-pa... | Matthias Krüger | -0/+6 |
| 2022-05-20 | report ambiguous type parameters when their parents are impl or fn | Takayuki Maeda | -0/+6 |
| 2022-05-19 | Improve u32 to char diagnostic | gimbles | -6/+3 |
| 2022-05-17 | Auto merge of #96825 - kckeiks:remove-item-like-visitor-trait, r=cjgillot | bors | -2/+2 |
| 2022-05-15 | rustc: Stricter checking for #[link] attributes | Vadim Petrochenkov | -10/+8 |
| 2022-05-13 | optimize find_item to fetch Item only when needed | Miguel Guarniz | -2/+2 |
| 2022-05-06 | Resolve vars in note_type_err | Jack Huey | -13/+0 |
| 2022-05-06 | Point at closure args too | Jack Huey | -0/+10 |
| 2022-05-06 | Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li... | bors | -2/+2 |