summary refs log tree commit diff
path: root/compiler/rustc_resolve/src/lib.rs
AgeCommit message (Expand)AuthorLines
2022-11-20rustdoc: Resolve doc links in external traits having local implsVadim Petrochenkov-0/+5
2022-10-26privacy: Rename "accessibility levels" to "effective visibilities"Vadim Petrochenkov-10/+11
2022-10-25rustc_middle: Rearrange resolver outputs structures slightlyVadim Petrochenkov-14/+13
2022-10-14more dupe word typosRageking8-1/+1
2022-10-11Rollup merge of #102889 - petrochenkov:partres, r=cjgillotMatthias Krüger-11/+5
2022-10-11Rollup merge of #100387 - cjgillot:hygiene-trait-impl, r=petrochenkovMatthias Krüger-0/+2
2022-10-11Report duplicate definitions in trait impls during resolution.Camille GILLOT-0/+2
2022-10-11rustc_hir: Less error-prone methods for accessing `PartialRes` resolutionVadim Petrochenkov-11/+5
2022-10-10Move lifetime resolution module to rustc_hir_analysis.Camille GILLOT-5/+0
2022-10-05Delay function resolution error until typeckMichael Goulet-0/+2
2022-09-27rustc_typeck to rustc_hir_analysislcnr-1/+1
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-09-08Rollup merge of #101545 - TaKO8Ki:remove-unnecessary-partialord-ord, r=oli-obkDylan DPC-21/+2
2022-09-08remove unnecessary `PartialOrd` and `Ord`Takayuki Maeda-21/+2
2022-09-07rustc: Parameterize `ty::Visibility` over used IDVadim Petrochenkov-7/+9
2022-09-05Remove generics_def_id_map from the resolver.Camille GILLOT-8/+0
2022-09-02Rollup merge of #100147 - Bryanskiy:private-in-public, r=petrochenkovGuillaume Gomez-0/+18
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-1/+0
2022-08-31access_levels.rs refactorBryanskiy-0/+18
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-30Auto merge of #101183 - Dylan-DPC:rollup-6kewixv, r=Dylan-DPCbors-5/+1
2022-08-29Revert let_chains stabilizationNilstrieb-0/+1
2022-08-28Remove `register_attr` featureYuki Okushi-5/+1
2022-08-23Improve local generic parameter suggestions.Camille GILLOT-0/+10
2022-08-12Adjust cfgsMark Rousskov-1/+0
2022-08-04Add docs to generics_def_id_mapSantiago Pastorino-1/+4
2022-08-04Implement def_id based remappingSantiago Pastorino-0/+5
2022-07-26Rollup merge of #99729 - cjgillot:rm-unused-tuple, r=michaelwoeristerMatthias Krüger-3/+3
2022-07-25Unused tuple fields in rustc_resolve.Camille GILLOT-3/+3
2022-07-25Report elision failures on the AST.Camille GILLOT-0/+1
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-08Check if E0530 is `rustc_resolve::late::PatternSource::Match` to emit suggestionObei Sideg-2/+2
2022-07-08Check if E0530 is `tuple variant` or `tuple struct` to emit suggestionObei Sideg-1/+1
2022-07-01update cfg(bootstrap)sPietro Albini-1/+0
2022-06-17Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoeristerbors-93/+92
2022-06-15Consume resolutions for lowering separately.Camille GILLOT-4/+12
2022-06-15Remove unused item_generics_num_lifetimes.Camille GILLOT-2/+0
2022-06-14Separate `source_span` and `expn_that_defined` from `Definitions`.Camille GILLOT-4/+35
2022-06-14Make ResolverAstLowering a struct.Camille GILLOT-78/+39
2022-06-14Separate Definitions and CrateStore from ResolverOutputs.Camille GILLOT-12/+13
2022-06-15implement `MacroData`Takayuki Maeda-2/+8
2022-06-07Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakisbors-1/+1
2022-06-04Iterate over `maybe_unused_trait_imports` when checking dead trait importsElliot Roberts-2/+2
2022-06-03Fully stabilize NLLJack Huey-1/+1
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+0
2022-05-13resolve: Move collection of all `macro_rules` in the crate to rustdocVadim Petrochenkov-11/+7
2022-05-12Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkovbors-0/+2
2022-05-05Implement the unused_macro_rules lintest31-0/+2
2022-05-04Stabilize `bool::then_some`Josh Triplett-1/+0