summary refs log tree commit diff
path: root/compiler/rustc_ast_lowering/src/path.rs
AgeCommit message (Expand)AuthorLines
2021-05-12Add more precise span informations to generic typesGiacomo Stevanato-23/+44
2021-05-11improve diagnosts for GATsb-naber-0/+5
2021-03-15More precise spans for HIR pathsVadim Petrochenkov-5/+8
2021-02-04lowering of generic args in AssocTyConstraintb-naber-2/+5
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-1/+1
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-3/+3
2020-10-30Implement rustc side of report-future-incompatAaron Hill-2/+2
2020-10-30Fix some more clippy warningsJoshua Nelson-4/+2
2020-08-30mv compiler to compiler/mark-0/+433