index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_resolve
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2021-06-08
Store boxed metadata loader in CrateLoader
bjorn3
-1
/
+1
2021-06-07
Revert "Merge CrateDisambiguator into StableCrateId"
bjorn3
-1
/
+1
2021-06-03
Rollup merge of #85896 - BoxyUwU:remove-fixme-fwd-declared-const-default, r=p...
Yuki Okushi
-2
/
+2
2021-06-01
Make trait_map an Option.
Camille GILLOT
-12
/
+3
2021-06-01
Rename take_trait_map.
Camille GILLOT
-1
/
+1
2021-06-01
Check that trait_map is not moved twice.
Camille GILLOT
-0
/
+9
2021-06-01
Only compute the trait_map once.
Camille GILLOT
-2
/
+2
2021-06-01
Add test for forward declared const param defaults
Ellen
-2
/
+2
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-11
/
+2
2021-05-30
Rename take_trait_map.
Camille GILLOT
-1
/
+1
2021-05-30
Check that trait_map is not moved twice.
Camille GILLOT
-0
/
+9
2021-05-30
Only compute the trait_map once.
Camille GILLOT
-2
/
+2
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-1
/
+1
2021-05-26
Rollup merge of #85478 - FabianWolff:issue-85348, r=petrochenkov
Dylan DPC
-1
/
+8
2021-05-24
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2021-05-19
Disallow shadowing const parameters
Fabian Wolff
-1
/
+8
2021-05-12
Implement span quoting for proc-macros
Aaron Hill
-3
/
+5
2021-04-29
Implement RFC 1260 with feature_name `imported_main`.
Charles Lew
-1
/
+34
2021-04-21
fix name resolution for param defaults
lcnr
-50
/
+8
2021-04-12
Rollup merge of #83669 - kwj2104:issue-81508-fix, r=varkor
Dylan DPC
-2
/
+63
2021-04-08
Fix outdated crate names in compiler docs
pierwill
-1
/
+1
2021-04-07
Added additional comments and minor edits
K
-43
/
+61
2021-04-05
Use more appropriate return type for `resolve_associated_item`
Joshua Nelson
-0
/
+1
2021-04-04
resolve: Stable order for derive helper attributes
Vadim Petrochenkov
-1
/
+1
2021-04-04
resolve/expand: Cache intermediate results of `#[derive]` expansion
Vadim Petrochenkov
-4
/
+11
2021-04-01
Fixed diagnostic and added test for issue 81508
Kevin Jiang
-13
/
+56
2021-03-27
Auto merge of #83103 - petrochenkov:unilex, r=Aaron1011
bors
-131
/
+63
2021-03-27
resolve: Partially unify early and late scope-relative ident resolution
Vadim Petrochenkov
-131
/
+63
2021-03-26
Use iter::zip in compiler/
Josh Stone
-0
/
+1
2021-03-23
progress, stuff compiles now
lcnr
-2
/
+2
2021-03-23
Some refactoring
varkor
-5
/
+9
2021-03-19
stabilize or_patterns
mark
-1
/
+1
2021-03-12
Make def_key and HIR parenting consistent.
Camille GILLOT
-3
/
+10
2021-03-07
diagnostics: Don't mention external crates when hitting import errors on crat...
Manish Goregaokar
-1
/
+3
2021-03-07
diagnostics: Differentiate between edition meanings of ::foo in resolve diagn...
Manish Goregaokar
-4
/
+10
2021-03-02
use outer_expn_data() instead of outer_expn().expn_data()
klensy
-1
/
+1
2021-02-25
Add a cache for rustc_legacy_const_generics
Amanieu d'Antras
-14
/
+29
2021-02-25
Address review comments
Amanieu d'Antras
-2
/
+46
2021-02-23
Add #[rustc_legacy_const_generics]
Amanieu d'Antras
-0
/
+4
2021-02-18
ast: Keep expansion status for out-of-line module items
Vadim Petrochenkov
-3
/
+3
2021-02-18
ast: Stop using `Mod` in `Crate`
Vadim Petrochenkov
-15
/
+23
2021-02-10
resolve: Remove visibility hacks for enum variants and trait items
Vadim Petrochenkov
-18
/
+3
2021-02-07
expand/resolve: Turn `#[derive]` into a regular macro attribute
Vadim Petrochenkov
-0
/
+3
2021-02-06
Rollup merge of #81680 - camsteffen:primty, r=oli-obk
Jonas Schievink
-43
/
+4
2021-02-03
Refactor out PrimitiveTypeTable
Cameron Steffen
-43
/
+4
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-0
/
+1
2021-01-21
Add more self-profile info to rustc_resolve
Joshua Nelson
-10
/
+8
2021-01-21
Rollup merge of #81046 - rylev:unknown-external-crate, r=estebank
Yuki Okushi
-4
/
+10
2021-01-18
Improve unknown external crate error
Ryan Levick
-4
/
+10
2021-01-17
Rollup merge of #80765 - petrochenkov:traitsinscope, r=matthewjasper
Mara Bos
-64
/
+63
[next]