summary refs log tree commit diff
path: root/src/librustc_resolve/lib.rs
AgeCommit message (Expand)AuthorLines
2019-08-12Rollup merge of #63449 - petrochenkov:builtinagain, r=eddybMazdak Farrokhzad-3/+0
2019-08-12Rollup merge of #63406 - jakubadamw:resolve-inconsistent-names-suggest-qualif...Mazdak Farrokhzad-0/+1
2019-08-10Apply suggestions from code reviewJakub Adam Wieczorek-1/+1
2019-08-10Suggest using a qualified path in patterns with inconsistent bindingsJakub Adam Wieczorek-0/+1
2019-08-10diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"Vadim Petrochenkov-22/+9
2019-08-10resolve: Remove remaining special cases from built-in macrosVadim Petrochenkov-3/+0
2019-08-10resolve: Address FIXME from the previous commitVadim Petrochenkov-9/+8
2019-08-10Fix calls to resolver from rustdoc and HIR loweringVadim Petrochenkov-35/+34
2019-08-10resolve: Move some more code aroundVadim Petrochenkov-331/+4
2019-08-10resolve: Turn `resolve_error` into a method on `Resolver`Vadim Petrochenkov-298/+15
2019-08-10resolve: Remove `Deref<Target=Resolver>` implementationsVadim Petrochenkov-1/+1
2019-08-10resolve: Move late resolution visitor into a separate fileVadim Petrochenkov-1960/+74
2019-08-10resolve: Move late resolution into a separate visitorVadim Petrochenkov-169/+248
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-2/+18
2019-08-04Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias`varkor-1/+1
2019-08-04Rename `ItemKind::Ty` to `ItemKind::TyAlias`varkor-1/+1
2019-08-03Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infras...Vadim Petrochenkov-2/+18
2019-08-02Replace "existential" by "opaque"varkor-3/+3
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-1/+0
2019-07-28Resolve const parameters with modern hygieneMatthew Jasper-8/+18
2019-07-26Introduce built-in macros through libcoreVadim Petrochenkov-11/+13
2019-07-19hygiene: Tweak naming some moreVadim Petrochenkov-3/+3
2019-07-19Adjust other names after the `Mark` renamingVadim Petrochenkov-2/+2
2019-07-19libsyntax: Remove `Mark` into `ExpnId`Vadim Petrochenkov-22/+22
2019-07-18resolve: Support resolving macro paths without macro kind restrictionsVadim Petrochenkov-5/+3
2019-07-18resolve: Attempt to resolve unresolved paths in macro namespaceVadim Petrochenkov-15/+17
2019-07-18resolve: Move some common code into the scope visitorVadim Petrochenkov-3/+24
2019-07-18resolve: Visit all scopes to collect suggestion candidates for unresolved macrosVadim Petrochenkov-9/+3
2019-07-18resolve: Decouple scope visiting process from visitor actionsVadim Petrochenkov-0/+123
2019-07-18resolve: Rename `WhereToResolve` into `Scope`Vadim Petrochenkov-1/+35
2019-07-18resolve: Move some diagnostic code into `diagnostics.rs`Vadim Petrochenkov-470/+3
2019-07-13Suggest assoc type on type not found in trait method definitionEsteban Küber-35/+70
2019-07-11resolve: Fix access to extern and stdlib prelude from opaque macrosVadim Petrochenkov-0/+1
2019-07-11resolve/expand: `resolve_macro_invocation` no longer returns determinate errorsVadim Petrochenkov-1/+13
2019-07-11resolve: Make proc macro stubs less stubbyVadim Petrochenkov-4/+17
2019-07-11def_collector: Simplify tracking of macro invocation parentsVadim Petrochenkov-3/+2
2019-07-09Rollup merge of #62417 - alexreg:fix-self-in-type-alias, r=pnkfelixMazdak Farrokhzad-11/+1
2019-07-07syntax: Migrate built-in macros to the regular stability checkingVadim Petrochenkov-0/+8
2019-07-07syntax: Remove `NodeId` from `SyntaxExtension`Vadim Petrochenkov-5/+2
2019-07-06Fixed ICEs.Alexander Regueiro-11/+1
2019-07-05Rollup merge of #61545 - flip1995:internal_lints, r=oli-obkMazdak Farrokhzad-1/+0