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_save_analysis
/
dump_visitor.rs
Age
Commit message (
Expand
)
Author
Lines
2020-02-15
ast: move Generics into AssocItemKinds
Mazdak Farrokhzad
-7
/
+7
2020-02-13
IsAsync -> enum Async { Yes { span: Span, .. }, No }
Mazdak Farrokhzad
-4
/
+4
2020-02-05
parser: merge `fn` grammars wrt. bodies & headers
Mazdak Farrokhzad
-4
/
+5
2020-02-02
Fix ICE with save-analysis
Yuki Okushi
-2
/
+2
2020-02-01
syntax::print -> new crate rustc_ast_pretty
Mazdak Farrokhzad
-5
/
+4
2020-01-30
Use `P` for `NtTraitItem`, `NtImplItem`, and `NtForeignItem`.
Nicholas Nethercote
-2
/
+2
2020-01-17
Use named fields for `ast::ItemKind::Impl`
Dylan MacKenzie
-2
/
+2
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-2
/
+2
2020-01-02
Normalize `syntax::source_map` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-162
/
+127
2019-12-12
`AssocImplKind::{Method -> Fn}`.
Mazdak Farrokhzad
-2
/
+2
2019-12-12
Remove `ast::{Impl,Trait}{Item,ItemKind}`.
Mazdak Farrokhzad
-13
/
+13
2019-12-12
parse: refactor fun ret ty & param ty
Mazdak Farrokhzad
-5
/
+4
2019-12-12
Unify `{Trait,Impl}ItemKind::TyAlias` structures.
Mazdak Farrokhzad
-1
/
+2
2019-12-12
`TraitItemKind::Type` -> `TraitItemKind::TyAlias`.
Mazdak Farrokhzad
-1
/
+1
2019-12-12
Use `Option` in `ImplItemKind::Method`.
Mazdak Farrokhzad
-1
/
+1
2019-12-12
Use `Option` in `ImplItemKind::Const`.
Mazdak Farrokhzad
-1
/
+1
2019-12-02
syntax: Remove redundant span from `ast::Mac`
Vadim Petrochenkov
-8
/
+0
2019-11-14
TAIT: adjust save-analysis
Mazdak Farrokhzad
-38
/
+0
2019-11-08
ast::ItemKind::Fn: use ast::FnSig
Mazdak Farrokhzad
-2
/
+2
2019-11-08
ast::MethodSig -> ast::FnSig
Mazdak Farrokhzad
-1
/
+1
2019-11-07
syntax::parser::token -> syntax::token
Mazdak Farrokhzad
-1
/
+1
2019-10-29
save-analysis: Account for async desugaring in async fn return types
Igor Matuszewski
-4
/
+23
2019-10-17
save-analysis: Nest tables when processing impl items
Igor Matuszewski
-9
/
+12
2019-10-13
Nest typeck tables when processing struct member types
Igor Matuszewski
-5
/
+7
2019-10-13
Use empty typeck tables when nesting on items without those
Igor Matuszewski
-8
/
+10
2019-09-26
Rename `ForeignItem.node` to `ForeignItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-3
/
+3
2019-09-26
Rename `Ty.node` to `Ty.kind`
varkor
-2
/
+2
2019-09-26
Rename `TraitItem.node` to `TraitItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `ImplItem.node` to `ImplItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Pat.node` to `Pat.kind`
varkor
-1
/
+1
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-3
/
+3
2019-09-15
save-analysis: Process bounds in impl trait only in argument position
Igor Matuszewski
-1
/
+18
2019-09-15
save-analysis: Deduplicate lookup_{d,r}ef_id functions
Igor Matuszewski
-7
/
+4
2019-09-13
save-analysis: Visit bounds in opaque types
Igor Matuszewski
-2
/
+3
2019-09-13
save-analysis: Use process_bounds when processing opaque impl item type
Igor Matuszewski
-5
/
+1
2019-09-13
save-analysis: Nest typeck tables when processing functions/methods
Igor Matuszewski
-42
/
+38
2019-09-05
or-patterns: adjust save_analysis wrt. `process_var_decl{_multi}`.
Mazdak Farrokhzad
-83
/
+14
2019-08-27
Cleanup: Consistently use `Param` instead of `Arg` #62426
Kevin Per
-1
/
+1
2019-08-15
Remove `Spanned` from `{ast,hir}::FieldPat`
Vadim Petrochenkov
-2
/
+2
2019-08-14
Merge Variant and Variant_
Caio
-11
/
+11
2019-08-04
Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias`
varkor
-1
/
+1
2019-08-04
Rename `ItemKind::Ty` to `ItemKind::TyAlias`
varkor
-1
/
+1
2019-08-02
Replace "existential" by "opaque"
varkor
-2
/
+2
2019-07-27
Simplify SaveHandler trait
Mark Rousskov
-3
/
+3
2019-07-27
Store dumper directly in Visitor
Mark Rousskov
-7
/
+11
2019-07-27
Remove unused scope tracking
Mark Rousskov
-19
/
+6
2019-07-25
Rename JsonDumper to Dumper
Mark Rousskov
-4
/
+4
[prev]
[next]