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
/
build_reduced_graph.rs
Age
Commit message (
Expand
)
Author
Lines
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
2022-10-10
Rename AssocItemKind::TyAlias to AssocItemKind::Type
Michael Goulet
-1
/
+1
2022-09-29
Shrink `hir::def::Res`.
Nicholas Nethercote
-1
/
+2
2022-09-09
RPITIT placeholder items
Michael Goulet
-0
/
+1
2022-09-07
rustc: Parameterize `ty::Visibility` over used ID
Vadim Petrochenkov
-19
/
+27
2022-09-01
Auto merge of #98960 - cjgillot:entry-kind, r=estebank
bors
-1
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-08-30
Remove fn_has_self_parameter table.
Camille GILLOT
-1
/
+1
2022-08-27
rustc_middle: Remove `Visibility::Invisible`
Vadim Petrochenkov
-5
/
+5
2022-07-25
Unused tuple fields in rustc_resolve.
Camille GILLOT
-2
/
+2
2022-06-17
Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoerister
bors
-6
/
+2
2022-06-14
Make ResolverAstLowering a struct.
Camille GILLOT
-6
/
+2
2022-06-15
implement `MacroData`
Takayuki Maeda
-14
/
+21
2022-06-09
Never regard macro rules with compile_error! invocations as unused
est31
-3
/
+3
2022-05-21
Merge crate and restricted visibilities
Jacob Pratt
-1
/
+0
2022-05-21
Remove feature: `crate` visibility modifier
Jacob Pratt
-3
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-8
/
+8
2022-05-13
resolve: Move collection of all `macro_rules` in the crate to rustdoc
Vadim Petrochenkov
-1
/
+0
2022-05-05
Implement the unused_macro_rules lint
est31
-8
/
+18
2022-05-02
Auto merge of #96431 - petrochenkov:parent, r=cjgillot
bors
-1
/
+1
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-1
/
+1
2022-05-01
Auto merge of #96521 - petrochenkov:docrules, r=notriddle,GuillaumeGomez
bors
-2
/
+4
2022-05-01
resolve: Turn `enum Finalize` into an optional struct
Vadim Petrochenkov
-1
/
+1
2022-05-01
rustdoc: Track `macro_rules` scopes during early doc link resolution
Vadim Petrochenkov
-2
/
+4
2022-04-29
errors: `span_suggestion` takes `impl ToString`
David Wood
-1
/
+1
2022-04-23
Compute has_pub_restricted in the resolver.
Camille GILLOT
-0
/
+2
2022-04-23
Fix lints.
Camille GILLOT
-1
/
+8
2022-04-23
Drop vis in Item.
Camille GILLOT
-0
/
+2
2022-04-19
Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov
Dylan DPC
-8
/
+8
2022-04-17
Stop using CRATE_DEF_INDEX.
Camille GILLOT
-8
/
+8
2022-04-17
Lint elided lifetimes in path on the AST.
Camille GILLOT
-5
/
+4
2022-04-12
Pass last_import_segment and unusable_binding as parameters.
Camille GILLOT
-2
/
+2
2022-04-07
rustdoc: Early doc link resolution fixes and refactorings
Vadim Petrochenkov
-1
/
+1
2022-03-29
Remember mutability in `DefKind::Static`.
Camille GILLOT
-4
/
+4
[next]