about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/structured_errors
AgeCommit message (Expand)AuthorLines
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-11/+11
2023-03-28Add `(..)` syntax for RTNMichael Goulet-2/+6
2023-03-05migrate `rustc_hir_analysis` to session diagnosticObei Sideg-27/+23
2023-02-23diagnostics: remove inconsistent English article "this" from E0107Michael Howell-1/+1
2023-02-23Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error...bors-2/+2
2023-02-22Remove type-traversal trait aliasesAlan Egerton-2/+2
2023-02-22diagnostics: if AssocFn has self argument, describe as methodMichael Howell-2/+2
2023-02-15Copy `ty::AssocItem` all other the placeMaybe Waffle-1/+1
2023-01-17`rustc_hir_analysis`: remove `ref` patternsMaybe Waffle-2/+2
2023-01-06use smaller spans for missing lifetime/generic argsTakayuki Maeda-6/+14
2023-01-04rename find_parent_node to opt_parent_idMichael Goulet-1/+1
2022-11-24Change how suggested lifetime args are computed.Camille GILLOT-20/+48
2022-11-19Fix substraction with overflow in `wrong_number_of_generic_args.rs`Mahmoud Mazouz-1/+2
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+1146