summary refs log tree commit diff
path: root/compiler/rustc_resolve/src/late.rs
AgeCommit message (Expand)AuthorLines
2020-09-18use matches!() macro for simple if let conditionsMatthias Krüger-1/+1
2020-09-13allow concrete self types in constsBastian Kauschke-2/+5
2020-09-11Auto merge of #76499 - guswynn:priv_des, r=petrochenkovbors-11/+19
2020-09-11Give better diagnostic when using a private tuple struct constructorGus Wynn-11/+19
2020-09-10Attach `TokenStream` to `ast::Path`Aaron Hill-1/+1
2020-08-30Suggest `if let x = y` when encountering `if x = y`Esteban Küber-1/+6
2020-08-30mv compiler to compiler/mark-0/+2379