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
/
build_reduced_graph.rs
Age
Commit message (
Expand
)
Author
Lines
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-1
/
+1
2023-05-23
fix(resolve): not defined `extern crate shadow_name`
bohan
-0
/
+5
2023-05-18
fix(resolve): only disambiguate binding key during define
bohan
-8
/
+5
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-04-25
Fix static string lints
clubby789
-11
/
+5
2023-04-19
resolve: Remove `module_children_untracked`
Vadim Petrochenkov
-6
/
+3
2023-04-18
rustc_metadata: Remove `Span` from `ModChild`
Vadim Petrochenkov
-1
/
+7
2023-04-12
resolve: Pre-compute non-reexport module children
Vadim Petrochenkov
-4
/
+2
2023-04-08
resolve: Preserve reexport chains in `ModChild`ren
Vadim Petrochenkov
-1
/
+1
2023-04-04
Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem`
Oli Scherer
-1
/
+1
2023-04-04
box a bunch of large types
Oli Scherer
-1
/
+1
2023-04-04
rust-analyzer guided tuple field to named field
Oli Scherer
-2
/
+2
2023-04-04
rust-analyzer guided enum variant structification
Oli Scherer
-1
/
+1
2023-03-23
resolve: Rename some cstore methods to match queries and add comments
Vadim Petrochenkov
-2
/
+6
2023-03-23
Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr
bors
-26
/
+16
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-15
/
+13
2023-03-16
resolve: Minor cleanup to `Resolver::get_module`
Vadim Petrochenkov
-19
/
+16
2023-03-16
resolve: Use `item_name` and `opt_parent` in `Resolver::get_module`
Vadim Petrochenkov
-12
/
+5
2023-03-13
resolve: Remove `struct_field_names_untracked`
Vadim Petrochenkov
-23
/
+10
2023-03-13
resolve: Centralize retrieval of items span and item name
Vadim Petrochenkov
-2
/
+1
2023-03-13
resolve: Remove `fn_has_self_parameter_untracked`
Vadim Petrochenkov
-6
/
+1
2023-03-13
resolve: Remove `struct_field_visibilities_untracked`
Vadim Petrochenkov
-14
/
+2
2023-03-13
resolve: Remove `visibility_untracked`
Vadim Petrochenkov
-7
/
+4
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-8
/
+4
2023-02-20
Remove definitions field that is only needed for one method
Oli Scherer
-1
/
+4
2023-02-20
Make untracked.cstore lockable so that resolution can still write to it when ...
Oli Scherer
-8
/
+14
2023-02-20
Prepare crate loader for LockGuard
Oli Scherer
-1
/
+1
2023-02-20
Prepare for adding a `TyCtxt` to `Resolver`
Oli Scherer
-27
/
+38
2023-02-15
Auto merge of #108006 - cjgillot:def-impl, r=oli-obk
bors
-1
/
+1
2023-02-14
Add `of_trait` to DefKind::Impl.
Camille GILLOT
-1
/
+1
2023-02-14
Separate the lifetime of the session and the arena in the resolver
Oli Scherer
-7
/
+7
2023-02-13
rustdoc: Eliminate remaining uses of resolver
Vadim Petrochenkov
-0
/
+1
2023-02-10
Resolve documentation links in rustc and store the results in metadata
Vadim Petrochenkov
-2
/
+2
2023-02-02
Rename `rust_2015` => `is_rust_2015`
Maybe Waffle
-3
/
+3
2023-01-30
Replace enum `==`s with `match`es where it makes sense
Maybe Waffle
-8
/
+9
2023-01-11
review comments: Tweak output
Esteban Küber
-1
/
+13
2023-01-11
Suggest making private tuple struct field public
Esteban Küber
-0
/
+2
2023-01-11
Change `src/test` to `tests` in source files, fix tidy and tests
Albert Larsan
-1
/
+1
2022-12-18
don't restuct references just to reborrow
Matthias Krüger
-1
/
+1
2022-12-09
Fold `Definitions` into the untracked data
Oli Scherer
-1
/
+2
2022-12-09
Generate crate loaders on the fly
Oli Scherer
-6
/
+4
2022-12-01
rustc_ast_lowering: Stop lowering imports into multiple items
Vadim Petrochenkov
-13
/
+2
2022-11-26
Auto merge of #104730 - petrochenkov:modchild5, r=cjgillot
bors
-1
/
+3
2022-11-23
resolve: Don't use constructor def ids in the map for field names
Vadim Petrochenkov
-18
/
+10
2022-11-22
rustc_metadata: Switch module children decoding to an iterator
Vadim Petrochenkov
-1
/
+3
2022-11-21
Unreserve braced enum variants in value namespace
Vadim Petrochenkov
-19
/
+16
2022-11-13
move span to `self` instead of `crate`
SparkyPotato
-1
/
+3
2022-10-31
resolve: Turn the binding from `#[macro_export]` into a proper `Import`
Vadim Petrochenkov
-17
/
+17
2022-10-31
resolve: Not all imports have their own `NodeId`
Vadim Petrochenkov
-16
/
+5
2022-10-11
rustc_hir: Less error-prone methods for accessing `PartialRes` resolution
Vadim Petrochenkov
-1
/
+1
[next]