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
/
src
/
librustc_resolve
/
def_collector.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-293
/
+0
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-08-15
replaced log with tracing
Gurpreet Singh
-1
/
+1
2020-07-01
Remove `token::FlattenGroup`
Vadim Petrochenkov
-1
/
+1
2020-06-27
Rename two `Resolver` traits
Vadim Petrochenkov
-1
/
+1
2020-06-26
proc_macro: Stop flattening groups with dummy spans
Vadim Petrochenkov
-1
/
+1
2020-06-21
Always create a root definition when creating a new `Definitions` object.
marmeladema
-1
/
+1
2020-06-21
Move remaining `NodeId` APIs from `Definitions` to `Resolver`
marmeladema
-11
/
+16
2020-04-03
def_collector, visit_fn: account for no body
Mazdak Farrokhzad
-4
/
+3
2020-03-21
{rustc::hir::map -> rustc_hir}::definitions
Mazdak Farrokhzad
-1
/
+1
2020-03-20
remove redundant returns (clippy::needless_return)
Matthias Krüger
-1
/
+1
2020-03-19
rustc: use LocalDefId instead of DefIndex in hir::map::definitions.
Eduard-Mihai Burtescu
-4
/
+4
2020-03-15
Rollup merge of #70011 - petrochenkov:asyncice, r=Centril
Mazdak Farrokhzad
-61
/
+22
2020-03-15
def_collector: Fully visit async functions
Vadim Petrochenkov
-61
/
+22
2020-03-12
ast: `Mac`/`Macro` -> `MacCall`
Vadim Petrochenkov
-8
/
+8
2020-03-01
ast: Unmerge structures for associated items and foreign items
Vadim Petrochenkov
-3
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-3
/
+3
2020-02-24
parse/ast: move `Defaultness` into variants.
Mazdak Farrokhzad
-2
/
+2
2020-02-15
parse associated statics.
Mazdak Farrokhzad
-1
/
+3
2020-02-15
ast: move Generics into AssocItemKinds
Mazdak Farrokhzad
-2
/
+4
2020-02-13
IsAsync -> enum Async { Yes { span: Span, .. }, No }
Mazdak Farrokhzad
-6
/
+6
2020-02-05
parser: merge `fn` grammars wrt. bodies & headers
Mazdak Farrokhzad
-26
/
+13
2020-01-17
Use named fields for `ast::ItemKind::Impl`
Dylan MacKenzie
-1
/
+1
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-2
/
+2
2019-12-30
Rename `libsyntax_ext` and `libsyntax_expand` in code
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-61
/
+48
2019-12-12
`AssocImplKind::{Method -> Fn}`.
Mazdak Farrokhzad
-7
/
+4
2019-12-12
Remove `ast::{Impl,Trait}{Item,ItemKind}`.
Mazdak Farrokhzad
-10
/
+10
2019-12-12
Unify assoc item visitors more.
Mazdak Farrokhzad
-2
/
+2
2019-12-12
Unify associated item visitor.
Mazdak Farrokhzad
-2
/
+2
2019-12-12
`TraitItemKind::Type` -> `TraitItemKind::TyAlias`.
Mazdak Farrokhzad
-1
/
+1
2019-12-12
Use `Option` in `ImplItemKind::Method`.
Mazdak Farrokhzad
-4
/
+6
2019-11-24
def_collector: Do not forget to save indices of fields with multiple attributes
Vadim Petrochenkov
-9
/
+7
2019-11-23
Move def collector from `rustc` to `rustc_resolve`
Vadim Petrochenkov
-0
/
+355