summaryrefslogtreecommitdiff
path: root/compiler/rustc_hir_analysis/src/structured_errors
Commit message (Expand)AuthorAgeFilesLines
* Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote2023-05-032-11/+11
* Add `(..)` syntax for RTNMichael Goulet2023-03-281-2/+6
* migrate `rustc_hir_analysis` to session diagnosticObei Sideg2023-03-052-27/+23
* diagnostics: remove inconsistent English article "this" from E0107Michael Howell2023-02-231-1/+1
* Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error...bors2023-02-231-2/+2
|\
| * diagnostics: if AssocFn has self argument, describe as methodMichael Howell2023-02-221-2/+2
* | Remove type-traversal trait aliasesAlan Egerton2023-02-222-2/+2
|/
* Copy `ty::AssocItem` all other the placeMaybe Waffle2023-02-151-1/+1
* `rustc_hir_analysis`: remove `ref` patternsMaybe Waffle2023-01-171-2/+2
* use smaller spans for missing lifetime/generic argsTakayuki Maeda2023-01-061-6/+14
* rename find_parent_node to opt_parent_idMichael Goulet2023-01-041-1/+1
* Change how suggested lifetime args are computed.Camille GILLOT2022-11-241-20/+48
* Fix substraction with overflow in `wrong_number_of_generic_args.rs`Mahmoud Mazouz2022-11-191-1/+2
* rustc_typeck to rustc_hir_analysislcnr2022-09-273-0/+1146