about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/astconv/errors.rs
AgeCommit message (Expand)AuthorLines
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-8/+8
2023-04-01fix clippy::iter_kv_mapMatthias Krüger-2/+2
2023-03-28Add `(..)` syntax for RTNMichael Goulet-7/+15
2023-03-10feat: implement better error for manual impl of `Fn*` traitsEzra Shaw-35/+72
2023-02-24Rename many interner functions.Nicholas Nethercote-1/+1
2023-02-22diagnostics: if AssocFn has self argument, describe as methodMichael Howell-4/+1
2023-02-20Rollup merge of #108200 - jhpratt:restricted-damerau-levenshtein-distance, r=...Matthias Krüger-1/+1
2023-02-19Add some FIXMEs for follow-up PRsLeón Orell Valerian Liehr-2/+6
2023-02-19Fix substitution bugLeón Orell Valerian Liehr-6/+6
2023-02-19Groundwork for detecting ambiguous candidatesLeón Orell Valerian Liehr-0/+60
2023-02-19Make use of ObligationCtxtLeón Orell Valerian Liehr-7/+7
2023-02-19Type-directed probing for inherent associated typesLeón Orell Valerian Liehr-2/+164
2023-02-19Make public API, docs algorithm-agnosticJacob Pratt-1/+1
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-1/+1
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-1/+1
2022-11-02Simplify astconv item def id handlingOli Scherer-5/+2
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+411