about summary refs log tree commit diff
path: root/src/librustc_resolve
AgeCommit message (Expand)AuthorLines
2020-02-28late resolve, visit_fn: bail early if there's no body.Mazdak Farrokhzad-2/+3
2020-02-27Remove unneeded calls to format!()Björn Steinbrink-2/+2
2020-02-27use char instead of &str for single char patternsMatthias Krüger-2/+2
2020-02-27Rollup merge of #69439 - petrochenkov:latelife, r=matthewjasperYuki Okushi-246/+246
2020-02-24resolve: `lifetimes.rs` -> `late/lifetime.rs`Vadim Petrochenkov-246/+246
2020-02-24don't explicitly compare against true or falseMatthias Krüger-1/+1
2020-02-24rustc_metadata: Load metadata for indirect macro-only dependenciesVadim Petrochenkov-5/+0
2020-02-24parse/ast: move `Defaultness` into variants.Mazdak Farrokhzad-14/+16
2020-02-23Rollup merge of #69375 - Menschenkindlein:master, r=Dylan-DPCDylan DPC-18/+18
2020-02-22Rename CodeMap to SourceMap follow upMaxim Zholobak-18/+18
2020-02-22parse: allow `type Foo: Ord` syntactically.Mazdak Farrokhzad-3/+3
2020-02-18Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkovMazdak Farrokhzad-103/+110
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-3/+3
2020-02-16Make librustc_infer compile.Camille GILLOT-0/+1
2020-02-15parse extern constsMazdak Farrokhzad-2/+2
2020-02-15parse associated statics.Mazdak Farrokhzad-4/+8
2020-02-15ast: make `= <expr>;` optional in free statics/consts.Mazdak Farrokhzad-3/+3
2020-02-15ast: normalize `ForeignItemKind::Ty` & `AssocItemKind::TyAlias`.Mazdak Farrokhzad-3/+4
2020-02-15ast: move Generics into AssocItemKindsMazdak Farrokhzad-93/+95
2020-02-13Rollup merge of #69108 - cjgillot:trait_candidate, r=ZoxcDylan DPC-3/+3
2020-02-13Rollup merge of #68938 - Areredify:gat_lifetime_shadowing, r=estebankDylan DPC-2/+4
2020-02-13Make TraitCandidate generic.Camille GILLOT-6/+6
2020-02-13Use HirId in TraitCandidate.Camille GILLOT-3/+3
2020-02-13IsAsync -> enum Async { Yes { span: Span, .. }, No }Mazdak Farrokhzad-7/+7
2020-02-11Auto merge of #69062 - Dylan-DPC:rollup-7wpjpqu, r=Dylan-DPCbors-1/+0
2020-02-11Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPCDylan DPC-1/+0
2020-02-11Run RustFmtjumbatm-5/+14
2020-02-11Invert control in struct_lint_level.jumbatm-28/+31
2020-02-08fix lifetime shadowing check in GATsMikhail Babenko-2/+4
2020-02-07Rollup merge of #68889 - Zoxc:hir-krate, r=eddybDylan DPC-1/+1
2020-02-07Remove unused feature gate from librustc_resolvebjorn3-1/+0
2020-02-06Rollup merge of #68788 - Centril:unified-fn-bodies, r=petrochenkovDylan DPC-56/+58
2020-02-06Move the `krate` method to Hir and remove the Krate dep nodeJohn Kåre Alsaker-1/+1
2020-02-05Account for `impl Trait`Esteban Küber-34/+55
2020-02-05Move code to `diagnostics.rs`Esteban Küber-200/+214
2020-02-05review commentsEsteban Küber-37/+26
2020-02-05review comments: wordingEsteban Küber-2/+2
2020-02-05Account for `fn()` types in lifetime suggestionsEsteban Küber-28/+60
2020-02-05Account for `'_` in suggestionsEsteban Küber-0/+3
2020-02-05review commentsEsteban Küber-12/+12
2020-02-05Suggest `'r` instead of `'lifetime`Esteban Küber-8/+8
2020-02-05When suggesting lifetimes, propose adding the new lifetime to all argumentsEsteban Küber-4/+17
2020-02-05Use spans for input borrowed types unrelated to return typeEsteban Küber-8/+19
2020-02-05Account for HKTB when suggesting introduction of named lifetimeEsteban Küber-35/+120
2020-02-05parser: merge `fn` grammars wrt. bodies & headersMazdak Farrokhzad-56/+58
2020-02-04Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbinibors-1/+0
2020-02-02Rollup merge of #68740 - JohnTitor:do-not-sugg-underscore, r=CentrilYuki Okushi-0/+5
2020-02-02Do not suggest things named underscoreYuki Okushi-0/+5
2020-02-01syntax::print -> new crate rustc_ast_prettyMazdak Farrokhzad-3/+4
2020-02-011. move node_id to syntaxMazdak Farrokhzad-2/+2