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
2023-03-20
Lint ambiguous glob re-exports
许杰友 Jieyou Xu (Joe)
-1
/
+4
2023-03-16
resolve: Remove `item_attrs_untracked`
Vadim Petrochenkov
-4
/
+1
2023-03-16
resolve: Remove `item_generics_num_lifetimes`
Vadim Petrochenkov
-1
/
+1
2023-03-13
metadata/resolve: Minor refactoring to "tcx -> cstore" conversions
Vadim Petrochenkov
-3
/
+5
2023-03-13
resolve: Remove `struct_field_names_untracked`
Vadim Petrochenkov
-6
/
+9
2023-03-13
resolve: Centralize retrieval of items span and item name
Vadim Petrochenkov
-15
/
+6
2023-03-13
resolve: Remove `fn_has_self_parameter_untracked`
Vadim Petrochenkov
-3
/
+3
2023-03-13
resolve: Remove `struct_field_visibilities_untracked`
Vadim Petrochenkov
-2
/
+2
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-03-11
Auto merge of #109019 - matthiaskrgr:rollup-ihjntil, r=matthiaskrgr
bors
-3
/
+8
2023-03-11
Rollup merge of #108806 - cjgillot:query-lints, r=davidtwco
Matthias Krüger
-3
/
+8
2023-03-10
rustdoc: Don't crash on `crate` references in blocks
Adrian Heine
-10
/
+2
2023-03-06
Querify early_lint_checks.
Camille GILLOT
-0
/
+2
2023-03-06
Querify registered_tools.
Camille GILLOT
-3
/
+6
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-9
/
+2
2023-02-27
Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkin
Matthias Krüger
-9
/
+0
2023-02-22
Remove some resolver outputs.
Camille GILLOT
-9
/
+0
2023-02-22
Rollup merge of #108353 - petrochenkov:rmir, r=cjgillot
Matthias Krüger
-4
/
+2
2023-02-22
resolve: Remove `ImportResolver`
Vadim Petrochenkov
-4
/
+2
2023-02-22
Auto merge of #103042 - davidtwco:translation-distributed-ftl, r=oli-obk
bors
-1
/
+6
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-1
/
+6
2023-02-21
Use a lock-free datastructure for `source_span`
Oli Scherer
-1
/
+1
2023-02-20
Remove `ResolverTree`
Oli Scherer
-19
/
+2
2023-02-20
Remove some unnecessary tcx-passing
Oli Scherer
-0
/
+4
2023-02-20
Stop passing in values that one can also get from the tcx lazily
Oli Scherer
-15
/
+5
2023-02-20
Remove definitions field that is only needed for one method
Oli Scherer
-1
/
+0
2023-02-20
Stuff a TyCtxt into the Resolver
Oli Scherer
-33
/
+25
2023-02-20
Run the resolver after TyCtxt construction
Oli Scherer
-17
/
+10
2023-02-20
Make untracked.source_span lockable so that resolution can still write to it ...
Oli Scherer
-3
/
+3
2023-02-20
Make untracked.cstore lockable so that resolution can still write to it when ...
Oli Scherer
-6
/
+6
2023-02-20
Prepare crate loader for LockGuard
Oli Scherer
-6
/
+8
2023-02-20
Prepare for adding a `TyCtxt` to `Resolver`
Oli Scherer
-15
/
+23
2023-02-14
Separate the lifetime of the session and the arena in the resolver
Oli Scherer
-15
/
+15
2023-02-13
rustc_resolve: Remove `Resolver::clone_output`
Vadim Petrochenkov
-48
/
+1
2023-02-13
rustdoc: Eliminate remaining uses of resolver
Vadim Petrochenkov
-34
/
+23
2023-02-10
Resolve documentation links in rustc and store the results in metadata
Vadim Petrochenkov
-22
/
+16
2023-01-20
Revert "Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error"
Felix S. Klock II
-2
/
+4
2023-01-13
Rollup merge of #106813 - oli-obk:sess_cleanup, r=GuillaumeGomez,petrochenkov
Matthias Krüger
-1
/
+5
2023-01-13
Remove redundant session field
Oli Scherer
-1
/
+5
2023-01-11
Suggest making private tuple struct field public
Esteban Küber
-0
/
+5
2022-12-22
Rollup merge of #105769 - lyming2007:issue-105177-fix, r=eholk
Matthias Krüger
-2
/
+24
2022-12-21
Change comment to doc comment
Eric Holk
-1
/
+1
2022-12-19
add function to tell if the current ambiguity error matches a previous one in...
Yiming Lei
-2
/
+24
2022-12-18
don't clone Copy types
Matthias Krüger
-1
/
+1
2022-12-09
Fold `Definitions` into the untracked data
Oli Scherer
-19
/
+21
2022-12-09
Move the untracked cstore and source_span into a struct
Oli Scherer
-20
/
+13
2022-12-09
Generate crate loaders on the fly
Oli Scherer
-12
/
+24
2022-12-09
ResolverTree does not require access to the crate loader, only the store
Oli Scherer
-5
/
+5
2022-12-07
Use `Symbol` for the crate name instead of `String`/`str`
Oli Scherer
-1
/
+1
2022-11-28
Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.
Nicholas Nethercote
-1
/
+1
[prev]
[next]