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
about
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-09-24
resolve: Refactor obtaining `Module` from its `DefId`
Vadim Petrochenkov
-7
/
+6
2021-09-24
resolve: Use a single common map for local and foreign modules
Vadim Petrochenkov
-4
/
+2
2021-09-24
resolve: Rename some expansion def scope methods
Vadim Petrochenkov
-4
/
+4
2021-09-24
resolve: Cleanup module allocation
Vadim Petrochenkov
-30
/
+36
2021-09-24
resolve: Do not cache nearest parent mod in `ModuleData`
Vadim Petrochenkov
-29
/
+27
2021-09-12
Rollup merge of #88677 - petrochenkov:exportid, r=davidtwco
Manish Goregaokar
-1
/
+2
2021-09-11
Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkov
bors
-10
/
+13
2021-09-11
don't clone types that are Copy (clippy::clone_on_copy)
Matthias Krüger
-1
/
+1
2021-09-10
rustc: Remove local variable IDs from `Export`s
Vadim Petrochenkov
-1
/
+2
2021-09-10
Encode spans relative to their parent.
Camille GILLOT
-0
/
+10
2021-09-10
Keep def_spans collected by resolution.
Camille GILLOT
-10
/
+3
2021-09-06
Move `confused_type_with_std_module` to `ResolverOutputs`
Aaron Hill
-0
/
+5
2021-09-01
Compute proc_macros in resolutions.
Camille GILLOT
-0
/
+8
2021-09-01
Compute all_traits_impls during resolution.
Camille GILLOT
-1
/
+5
2021-09-01
Compute item_generics_num_lifetimes during resolution.
Camille GILLOT
-2
/
+9
2021-08-30
`feature(const_generics)` -> `feature(const_param_types)`
lcnr
-4
/
+2
2021-08-30
rename const_evaluatable_checked to generic_const_exprs
Ellen
-6
/
+2
2021-08-24
Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser
bors
-12
/
+5
2021-08-23
Rollup merge of #88230 - steffahn:a_an, r=oli-obk
Mara Bos
-4
/
+4
2021-08-22
Fix more “a”/“an” typos
Frank Steffahn
-1
/
+1
2021-08-22
Stop tracking namespce in used_imports.
Mara Bos
-6
/
+5
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-3
/
+3
2021-08-21
Remove `NonMacroAttr.mark_used`
Aaron Hill
-9
/
+3
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-3
/
+2
2021-07-17
Use LocalExpnId where possible.
Camille GILLOT
-21
/
+25
2021-07-14
Change type param -> generic param
Ellen
-2
/
+2
2021-07-13
Cache expansion hash.
Camille GILLOT
-2
/
+42
2021-07-10
rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`
Vadim Petrochenkov
-5
/
+3
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-1
/
+1
2021-06-24
Auto merge of #85427 - ehuss:fix-use-placement, r=jackh726
bors
-8
/
+8
2021-06-15
Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-se
Yuki Okushi
-1
/
+0
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-23
Stabilize ops::ControlFlow (just the type)
Scott McMurray
-1
/
+0
2021-05-19
Disallow shadowing const parameters
Fabian Wolff
-1
/
+8
2021-05-18
Fix use placement for suggestions near main.
Eric Huss
-8
/
+8
2021-05-12
Implement span quoting for proc-macros
Aaron Hill
-3
/
+5
[prev]
[next]