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
2025-07-26
resolve: Minimize borrow scopes for `resolutions`
Vadim Petrochenkov
-3
/
+1
2025-07-17
resolve: Change `&mut Resolver` to `&Resolver` when possible
Vadim Petrochenkov
-3
/
+3
2025-07-17
resolve: Use `module_map` and `get_module` less
Vadim Petrochenkov
-2
/
+1
2025-05-28
Reorder `ast::ItemKind::{Struct,Enum,Union}` fields.
Nicholas Nethercote
-2
/
+2
2025-04-01
Move `ast::Item::ident` into `ast::ItemKind`.
Nicholas Nethercote
-2
/
+2
2025-01-21
rustc_resolve: reduce rightwards drift with `let..else` 👉💨
Yotam Ofek
-29
/
+30
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-12
Introduce `'ra` lifetime name.
Nicholas Nethercote
-14
/
+19
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+7
2024-06-25
resolve: Tweak some naming around import ambiguities
Vadim Petrochenkov
-1
/
+1
2024-05-18
Auto merge of #125105 - nnethercote:rustc_resolve-cleanups, r=estebank
bors
-0
/
+1
2024-05-15
delegation: Implement list delegation
Vadim Petrochenkov
-1
/
+1
2024-05-10
Remove `#[macro_use] extern crate tracing` from `rustc_resolve`.
Nicholas Nethercote
-0
/
+1
2024-01-12
Delegation implementation: step 1
Bryanskiy
-1
/
+2
2023-12-18
resolve: Replace visibility table in resolver outputs with query feeding
Vadim Petrochenkov
-2
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+2
2023-08-31
fix(resolve): update def if binding is warning ambiguity
bohan
-3
/
+6
2023-07-05
resolve: Use `Interned` for `NameBinding`
Vadim Petrochenkov
-11
/
+7
2023-06-08
increase the accuracy of effective visibilities calculation
Bryanskiy
-1
/
+1
2023-05-11
Populate effective visibilities in rustc_privacy
Bryanskiy
-2
/
+2
2023-05-08
Revert "Populate effective visibilities in `rustc_privacy`"
Michael Goulet
-2
/
+2
2023-05-05
Populate effective visibilities in `rustc_privacy`
Bryanskiy
-2
/
+2
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-03-31
resolve: Restore some effective visibility optimizations
Vadim Petrochenkov
-8
/
+28
2023-03-28
effvis: Stop considering crate root its own parent
Vadim Petrochenkov
-7
/
+6
2023-03-28
effvis: Merge two similar code paths
Vadim Petrochenkov
-34
/
+23
2023-03-20
Lint ambiguous glob re-exports
许杰友 Jieyou Xu (Joe)
-18
/
+50
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-2
/
+2
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