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
/
effective_visibilities.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-20
Remove `ResolverTree`
Oli Scherer
-6
/
+2
2023-02-20
Remove IntoDefIdTree
Oli Scherer
-12
/
+7
2023-02-20
Stuff a TyCtxt into the Resolver
Oli Scherer
-1
/
+1
2023-02-14
Separate the lifetime of the session and the arena in the resolver
Oli Scherer
-8
/
+11
2023-02-13
rustdoc: Eliminate remaining uses of resolver
Vadim Petrochenkov
-2
/
+2
2022-12-09
Fold `Definitions` into the untracked data
Oli Scherer
-4
/
+1
2022-12-09
Move the untracked cstore and source_span into a struct
Oli Scherer
-1
/
+4
2022-12-09
Generate crate loaders on the fly
Oli Scherer
-1
/
+1
2022-12-09
ResolverTree does not require access to the crate loader, only the store
Oli Scherer
-1
/
+1
2022-12-01
rustc_ast_lowering: Stop lowering imports into multiple items
Vadim Petrochenkov
-23
/
+6
2022-11-24
effective visibility: Stop recalculating current private visibility
Vadim Petrochenkov
-2
/
+16
2022-11-24
effective visibility: Always add table entries for nodes used as parents
Vadim Petrochenkov
-7
/
+14
2022-11-24
effective visibility: Fix private visibility calculation for modules
Vadim Petrochenkov
-4
/
+6
2022-11-24
effective visibility: Remove questionable optimizations
Vadim Petrochenkov
-30
/
+20
2022-11-24
effective visibility: Satisfy borrow checker to use resolver lazily from a cl...
Vadim Petrochenkov
-13
/
+26
2022-11-13
fix some typos in comments
cui fliter
-1
/
+1
2022-11-05
resolve: Fill effective visibilities for import def ids in a separate pass
Vadim Petrochenkov
-32
/
+33
2022-11-05
resolve: More detailed effective visibility tracking for imports
Vadim Petrochenkov
-83
/
+122
2022-10-31
resolve: Turn the binding from `#[macro_export]` into a proper `Import`
Vadim Petrochenkov
-7
/
+5
2022-10-31
resolve: Not all imports have their own `NodeId`
Vadim Petrochenkov
-17
/
+31
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-0
/
+188