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
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
2018-07-29
Replace push loops with collect() and extend() where possible
ljedrz
-6
/
+5
2018-07-18
Match ergonomics
Oliver Schneider
-1
/
+1
2018-07-18
Implement existential types
Oliver Schneider
-0
/
+40
2018-07-14
Address comments
Vadim Petrochenkov
-3
/
+3
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-3
/
+3
2018-06-28
Use `Ident`s for associated item definitions in HIR
Vadim Petrochenkov
-4
/
+4
2018-06-21
async await desugaring and tests
Taylor Cramer
-1
/
+1
2018-06-20
Make GenericBound explicit
varkor
-5
/
+3
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-1
/
+1
2018-06-20
Rename TraitTyParamBound to ParamBound::Trait
varkor
-2
/
+2
2018-06-20
Lift bounds into GenericParam
varkor
-4
/
+4
2018-06-20
Rename structures in ast
varkor
-6
/
+6
2018-06-20
Refactor generic parameters in rustdoc/clean
varkor
-24
/
+18
2018-06-20
Remove AngleBracketedArgs impl
varkor
-5
/
+13
2018-06-20
Refactor ast::GenericParam as a struct
varkor
-35
/
+41
2018-06-20
Rename ast::GenericParam and ast::GenericArg
varkor
-2
/
+2
2018-06-20
Make method and variable names more consistent
varkor
-4
/
+4
2018-06-20
Rename "parameter" to "arg"
varkor
-5
/
+5
2018-06-20
Rename PathParameter(s) to GenericArg(s)
varkor
-3
/
+3
2018-06-20
Consolidate PathParameters and AngleBracketedParameterData
varkor
-2
/
+2
2018-05-19
rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...
Eduard-Mihai Burtescu
-2
/
+2
2018-05-15
save-analysis: handle aliasing imports a bit more nicely
Nick Cameron
-92
/
+8
2018-04-12
Avoid comparing fields by name when possible
Vadim Petrochenkov
-7
/
+3
2018-04-12
AST/HIR: Merge field access expressions for named and numeric fields
Vadim Petrochenkov
-47
/
+0
2018-04-07
Remove mention of CsvDumper
Tamir Duberstein
-3
/
+2
2018-04-06
Remove more duplicated spans
Vadim Petrochenkov
-20
/
+20
2018-04-06
Rename `ast::Variant_::name` into `ident` + Fix rebase
Vadim Petrochenkov
-1
/
+1
2018-04-03
expand macro invocations in `extern {}` blocks
Austin Bonander
-0
/
+1
2018-03-17
Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi`
Vadim Petrochenkov
-1
/
+1
2018-03-17
AST: Make renames in imports closer to the source
Vadim Petrochenkov
-1
/
+2
2018-03-07
Do not panic on tuple struct access out of bounds
Shotaro Yamada
-7
/
+10
2018-03-07
Fix save-analysis generation panic with invalid tuple access
Shotaro Yamada
-1
/
+4
2018-02-24
Implement multiple patterns with `|` in `if let` and `while let`
Vadim Petrochenkov
-78
/
+85
2018-02-18
Replace dummy spans with empty spans
Seiichi Uchida
-3
/
+4
2018-02-18
Change ast::Visibility to Spanned type
Seiichi Uchida
-20
/
+16
2018-02-10
Emit data::Impl in save-analysis
Martin Algesten
-2
/
+6
2018-01-23
Adds support for immovable generators. Move checking of invalid borrows acros...
John Kåre Alsaker
-1
/
+1
2018-01-13
Rollup merge of #47081 - pietroalbini:fix-nested-tree-dump, r=nrc
kennytm
-1
/
+7
2018-01-08
rustc::ty: Rename `struct_variant` to `non_enum_variant`
Robin Kruppe
-1
/
+3
2017-12-30
Fix nested imports not included in the save_analysis output
Pietro Albini
-1
/
+7
2017-12-21
Add GenericParam, refactor Generics in ast, hir, rustdoc
Jonas Platte
-38
/
+47
2017-12-15
save-analysis: dump extern crate imports
Andy Russell
-1
/
+4
2017-12-15
save-analysis: document `process_use_tree`
Andy Russell
-0
/
+10
2017-12-15
save-analysis: add parents to imports
Andy Russell
-3
/
+9
2017-12-14
stub out trait aliases in save_analysis
Alex Burka
-0
/
+1
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-1
/
+1
2017-11-30
Implement RFC 2128 (use_nested_groups)
Pietro Albini
-81
/
+107
2017-11-19
initialize `Access` with macro
Andy Russell
-52
/
+19
2017-11-19
allow filtering analysis by reachability
Andy Russell
-36
/
+103
2017-11-08
save-analysis: run rustfmt
Nick Cameron
-399
/
+521
[next]