about summary refs log tree commit diff
path: root/src/librustc_resolve
AgeCommit message (Expand)AuthorLines
2019-08-16resolve: Populate external modules in more automatic and lazy wayVadim Petrochenkov-71/+73
2019-08-15resolve: `ParentScope::default` -> `ParentScope::module`Vadim Petrochenkov-7/+9
2019-08-15hygiene: `ExpnInfo` -> `ExpnData`Vadim Petrochenkov-5/+5
2019-08-15hygiene: Merge `ExpnInfo` and `InternalExpnData`Vadim Petrochenkov-5/+6
2019-08-15resolve: Add some comments to the main modulesVadim Petrochenkov-3/+26
2019-08-15resolve: Privatize `BuildReducedGraphVisitor`Vadim Petrochenkov-18/+23
2019-08-15resolve: Make `ParentScope` `Copy`Vadim Petrochenkov-33/+32
2019-08-15resolve: Eliminate `InvocationData`Vadim Petrochenkov-91/+53
2019-08-15resolve: Add `ParentScope::default`, eliminate `dummy_parent_scope`Vadim Petrochenkov-29/+29
2019-08-15resolve: Do not "normalize away" trait/enum modules prematurelyVadim Petrochenkov-4/+6
2019-08-15resolve: Move macro resolution traces from `Module`s to `Resolver`Vadim Petrochenkov-24/+19
2019-08-15hygiene: Remove `Option`s from functions returning `ExpnInfo`Vadim Petrochenkov-2/+1
2019-08-15`Ident::with_empty_ctxt` -> `Ident::with_dummy_span`Vadim Petrochenkov-16/+16
2019-08-15syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()`Vadim Petrochenkov-1/+1
2019-08-15syntax_pos: Introduce a helper for checking whether a span comes from expansionVadim Petrochenkov-2/+2
2019-08-15Remove `Spanned` from `ast::Mac`Vadim Petrochenkov-1/+1
2019-08-14Merge Variant and Variant_Caio-5/+5
2019-08-12Rollup merge of #63449 - petrochenkov:builtinagain, r=eddybMazdak Farrokhzad-12/+0
2019-08-12Rollup merge of #63406 - jakubadamw:resolve-inconsistent-names-suggest-qualif...Mazdak Farrokhzad-53/+55
2019-08-10Apply suggestions from code reviewJakub Adam Wieczorek-32/+32
2019-08-10Suggest using a qualified path in patterns with inconsistent bindingsJakub Adam Wieczorek-44/+46
2019-08-10diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"Vadim Petrochenkov-27/+14
2019-08-10resolve: Remove remaining special cases from built-in macrosVadim Petrochenkov-12/+0
2019-08-10resolve: Address FIXME from the previous commitVadim Petrochenkov-15/+13
2019-08-10Fix calls to resolver from rustdoc and HIR loweringVadim Petrochenkov-36/+35
2019-08-10resolve: Move some more code aroundVadim Petrochenkov-616/+602
2019-08-10resolve: Turn `resolve_error` into a method on `Resolver`Vadim Petrochenkov-422/+411
2019-08-10resolve: Remove `Deref<Target=Resolver>` implementationsVadim Petrochenkov-319/+269
2019-08-10resolve: Track whole parent scope in the visitorsVadim Petrochenkov-96/+78
2019-08-10resolve: Move late resolution visitor into a separate fileVadim Petrochenkov-2634/+2663
2019-08-10resolve: Move late resolution into a separate visitorVadim Petrochenkov-280/+396
2019-08-09Mention that tuple structs are private if their fields areEsteban Küber-3/+28
2019-08-09Rollup merge of #63289 - kornelski:missingcrate, r=zackmdavisMazdak Farrokhzad-1/+1
2019-08-06Rollup merge of #63286 - Mark-Simulacrum:resolve-no-cb, r=petrochenkovMazdak Farrokhzad-24/+17
2019-08-05Don't recommend `extern crate` syntaxKornel-1/+1
2019-08-05Force callers of resolve_ast_path to deal with Res::Err correctlyMark Rousskov-10/+2
2019-08-05Don't store &SpanMark Rousskov-4/+4
2019-08-05Replace error callback with ResultMark Rousskov-23/+24
2019-08-05Auto merge of #63248 - petrochenkov:nomarker, r=matthewjasperbors-5/+49
2019-08-04Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias`varkor-1/+1
2019-08-04Rename `ItemKind::Ty` to `ItemKind::TyAlias`varkor-2/+2
2019-08-03Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infras...Vadim Petrochenkov-5/+49
2019-08-02Replace "existential" by "opaque"varkor-6/+6
2019-07-30Rollup merge of #63083 - matthewjasper:parameter-hygiene, r=petrochenkovMazdak Farrokhzad-8/+18
2019-07-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-2/+0
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-3/+0
2019-07-28Resolve const parameters with modern hygieneMatthew Jasper-8/+18
2019-07-27Move standard library injection into libsyntax_extVadim Petrochenkov-3/+4
2019-07-26Introduce built-in macros through libcoreVadim Petrochenkov-93/+81
2019-07-23normalize use of backticks for compiler messages in remaining modulesSamy Kacimi-1/+1