about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src/late
AgeCommit message (Expand)AuthorLines
2020-10-09Tweak output and add test casesEsteban Küber-5/+51
2020-10-09Point out why a trait is expected on `Struct + 'lt`Esteban Küber-1/+10
2020-10-07Auto merge of #77341 - davidtwco:issue-73427-you-might-have-meant-variant, r=...bors-21/+124
2020-10-02resolve: prohibit anon const non-static lifetimesDavid Wood-0/+33
2020-09-29resolve: improve "try using the enum's variant"David Wood-21/+124
2020-09-17use strip_prefix over starts_with and manual slicing based on pattern length ...Matthias Krüger-2/+2
2020-09-15fix a couple of stylistic clippy warningsMatthias Krüger-1/+1
2020-09-11Auto merge of #76499 - guswynn:priv_des, r=petrochenkovbors-10/+45
2020-09-11Give better diagnostic when using a private tuple struct constructorGus Wynn-10/+45
2020-09-10Attach `TokenStream` to `ast::Path`Aaron Hill-2/+4
2020-09-09remove redundant clonesMatthias Krüger-1/+1
2020-08-30Suggest `if let x = y` when encountering `if x = y`Esteban Küber-0/+13
2020-08-30mv compiler to compiler/mark-0/+4458