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
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-6
/
+6
2021-02-19
Support `pub` on `macro_rules`
Vadim Petrochenkov
-2
/
+7
2021-02-10
resolve: Remove visibility hacks for enum variants and trait items
Vadim Petrochenkov
-4
/
+1
2021-02-10
resolve: Cleanup visibility resolution in enums and traits
Vadim Petrochenkov
-63
/
+42
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-4
/
+4
2021-01-11
resolve: Simplify collection of traits in scope
Vadim Petrochenkov
-1
/
+1
2021-01-09
resolve/expand: Improve attribute expansion on macro definitions and calls
Vadim Petrochenkov
-15
/
+20
2021-01-06
Rename to `nearest_parent_mod`
Camelid
-7
/
+7
2020-12-30
Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov
Mara Bos
-3
/
+3
2020-12-30
Rename kw::Invalid -> kw::Empty
Joshua Nelson
-3
/
+3
2020-12-30
remove unused return types such as empty Results or Options that would always...
Matthias Krüger
-4
/
+4
2020-12-29
Remove `compile-fail` test suite
Vadim Petrochenkov
-1
/
+1
2020-12-12
Resolve enum field visibility correctly
Camelid
-1
/
+10
2020-11-22
resolve: Do not put macros into `module.unexpanded_invocations` unless necessary
Vadim Petrochenkov
-9
/
+20
2020-11-14
rustc_resolve: Make `macro_rules` scope chain compression lazy
Vadim Petrochenkov
-3
/
+1
2020-11-07
resolve: Collapse `macro_rules` scope chains on the fly
Vadim Petrochenkov
-11
/
+16
2020-11-03
Expand `NtExpr` tokens only in key-value attributes
Vadim Petrochenkov
-11
/
+0
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-4
/
+4
2020-10-24
Compute proper module parent during resolution
Aaron Hill
-7
/
+41
2020-10-19
Calculate visibilities once in resolve
Vadim Petrochenkov
-72
/
+114
2020-09-18
use matches!() macro for simple if let conditions
Matthias Krüger
-1
/
+1
2020-09-11
Auto merge of #76499 - guswynn:priv_des, r=petrochenkov
bors
-7
/
+10
2020-09-11
Give better diagnostic when using a private tuple struct constructor
Gus Wynn
-7
/
+10
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+1440