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
2018-10-26
dump data for prefix path segments
Nick Cameron
-106
/
+9
2018-10-26
save-analysis: remove hacky, unnecessary code now that we have spans for ever...
Nick Cameron
-100
/
+69
2018-10-20
Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper
bors
-4
/
+4
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-2
/
+2
2018-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-4
/
+4
2018-09-28
Minimize final diff
Igor Matuszewski
-4
/
+2
2018-09-28
Remap only source files in the command line
Igor Matuszewski
-25
/
+22
2018-09-28
Emit only necessary compilation options in save-analysis
Igor Matuszewski
-22
/
+19
2018-09-28
Emit used rustc invocation in the save-analysis file
Igor Matuszewski
-3
/
+61
2018-09-03
A few cleanups and minor improvements to save_analysis
ljedrz
-13
/
+9
2018-09-03
Auto merge of #53838 - nrc:save-generic, r=eddyb
bors
-11
/
+18
2018-09-01
Auto merge of #53815 - F001:if-let-guard, r=petrochenkov
bors
-1
/
+4
2018-08-31
save-analysis: record info for the types in `where` clauses
Nick Cameron
-11
/
+18
2018-08-30
introduce Guard enum
F001
-1
/
+4
2018-08-28
Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.
Eduard-Mihai Burtescu
-2
/
+2
2018-08-20
Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb
bors
-18
/
+24
2018-08-19
mv codemap() source_map()
Donato Sciarra
-1
/
+1
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-08-19
Replace for_each with for
varkor
-18
/
+24
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
[prev]
[next]