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-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