summary refs log tree commit diff
path: root/compiler/rustc_resolve/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-06-08Store boxed metadata loader in CrateLoaderbjorn3-1/+1
2021-06-07Revert "Merge CrateDisambiguator into StableCrateId"bjorn3-1/+1
2021-06-03Rollup merge of #85896 - BoxyUwU:remove-fixme-fwd-declared-const-default, r=p...Yuki Okushi-2/+2
2021-06-01Make trait_map an Option.Camille GILLOT-12/+3
2021-06-01Rename take_trait_map.Camille GILLOT-1/+1
2021-06-01Check that trait_map is not moved twice.Camille GILLOT-0/+9
2021-06-01Only compute the trait_map once.Camille GILLOT-2/+2
2021-06-01Add test for forward declared const param defaultsEllen-2/+2
2021-06-01Revert "Reduce the amount of untracked state in TyCtxt"Camille Gillot-11/+2
2021-05-30Rename take_trait_map.Camille GILLOT-1/+1
2021-05-30Check that trait_map is not moved twice.Camille GILLOT-0/+9
2021-05-30Only compute the trait_map once.Camille GILLOT-2/+2
2021-05-30Merge CrateDisambiguator into StableCrateIdbjorn3-1/+1
2021-05-26Rollup merge of #85478 - FabianWolff:issue-85348, r=petrochenkovDylan DPC-1/+8
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-05-19Disallow shadowing const parametersFabian Wolff-1/+8
2021-05-12Implement span quoting for proc-macrosAaron Hill-3/+5
2021-04-29Implement RFC 1260 with feature_name `imported_main`.Charles Lew-1/+34
2021-04-21fix name resolution for param defaultslcnr-50/+8
2021-04-12Rollup merge of #83669 - kwj2104:issue-81508-fix, r=varkorDylan DPC-2/+63
2021-04-08Fix outdated crate names in compiler docspierwill-1/+1
2021-04-07Added additional comments and minor editsK-43/+61
2021-04-05Use more appropriate return type for `resolve_associated_item`Joshua Nelson-0/+1
2021-04-04resolve: Stable order for derive helper attributesVadim Petrochenkov-1/+1
2021-04-04resolve/expand: Cache intermediate results of `#[derive]` expansionVadim Petrochenkov-4/+11
2021-04-01Fixed diagnostic and added test for issue 81508Kevin Jiang-13/+56
2021-03-27Auto merge of #83103 - petrochenkov:unilex, r=Aaron1011bors-131/+63
2021-03-27resolve: Partially unify early and late scope-relative ident resolutionVadim Petrochenkov-131/+63
2021-03-26Use iter::zip in compiler/Josh Stone-0/+1
2021-03-23progress, stuff compiles nowlcnr-2/+2
2021-03-23Some refactoringvarkor-5/+9
2021-03-19stabilize or_patternsmark-1/+1
2021-03-12Make def_key and HIR parenting consistent.Camille GILLOT-3/+10
2021-03-07diagnostics: Don't mention external crates when hitting import errors on crat...Manish Goregaokar-1/+3
2021-03-07diagnostics: Differentiate between edition meanings of ::foo in resolve diagn...Manish Goregaokar-4/+10
2021-03-02use outer_expn_data() instead of outer_expn().expn_data()klensy-1/+1
2021-02-25Add a cache for rustc_legacy_const_genericsAmanieu d'Antras-14/+29
2021-02-25Address review commentsAmanieu d'Antras-2/+46
2021-02-23Add #[rustc_legacy_const_generics]Amanieu d'Antras-0/+4
2021-02-18ast: Keep expansion status for out-of-line module itemsVadim Petrochenkov-3/+3
2021-02-18ast: Stop using `Mod` in `Crate`Vadim Petrochenkov-15/+23
2021-02-10resolve: Remove visibility hacks for enum variants and trait itemsVadim Petrochenkov-18/+3
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-0/+3
2021-02-06Rollup merge of #81680 - camsteffen:primty, r=oli-obkJonas Schievink-43/+4
2021-02-03Refactor out PrimitiveTypeTableCameron Steffen-43/+4
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-0/+1
2021-01-21Add more self-profile info to rustc_resolveJoshua Nelson-10/+8
2021-01-21Rollup merge of #81046 - rylev:unknown-external-crate, r=estebankYuki Okushi-4/+10
2021-01-18Improve unknown external crate errorRyan Levick-4/+10
2021-01-17Rollup merge of #80765 - petrochenkov:traitsinscope, r=matthewjasperMara Bos-64/+63