about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src/late
AgeCommit message (Expand)AuthorLines
2020-12-31Consistently call editions "Rust 20xx" in messages.Mara Bos-2/+2
2020-12-28Rollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPCDylan DPC-11/+8
2020-12-26stabilize min_const_genericsBastian Kauschke-5/+5
2020-12-24use matches!() macro in more placesMatthias Krüger-11/+8
2020-12-17Enhance error message when misspelled label to value in break expressionDaiki Ihara-0/+20
2020-12-02Tweak diagnostics on shadowing lifetimes/labelsYuki Okushi-1/+1
2020-11-26Remove ForeignMod struct.Camille GILLOT-1/+1
2020-11-24Move lev_distance to rustc_ast, make non-genericArlie Davis-4/+5
2020-11-15Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakisJonas Schievink-3/+2
2020-11-08rustc_resolve: Use `#![feature(format_args_capture)]`Vadim Petrochenkov-1/+1
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-3/+2
2020-11-04fix a couple of clippy warnings:Matthias Krüger-3/+2
2020-11-01Auto merge of #78420 - estebank:suggest-assoc-fn, r=petrochenkovbors-11/+47
2020-10-30Fix even more clippy warningsJoshua Nelson-34/+20
2020-10-26Suggest calling associated `fn` inside `trait`sEsteban Küber-11/+47
2020-10-26resolve: private fields in tuple struct ctor diagDavid Wood-44/+61
2020-10-15resolve: improve "try using tuple struct" messageDavid Wood-11/+11
2020-10-15resolve: suggest variants with placeholdersDavid Wood-60/+86
2020-10-09address review commentsEsteban Küber-8/+16
2020-10-09Given `<T as Trait>::A: Ty` suggest `T: Trait<A = Ty>`Esteban Küber-0/+118
2020-10-09Suggest removing bounds even when potential typoEsteban Küber-15/+21
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