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
2019-01-08
save-analysis: use a fallback when access levels couldn't be computed
Igor Matuszewski
-3
/
+3
2019-01-04
Replace CrateAnalysis::access_levels with query
Igor Matuszewski
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-10
/
+10
2018-11-16
Auto merge of #55936 - nrc:save-rename, r=eddyb
bors
-5
/
+7
2018-11-14
save-analysis: be even more aggressive about ignorning macro-generated defs
Nick Cameron
-5
/
+7
2018-11-11
save-analysis: Don't panic for macro-generated use globs
Igor Matuszewski
-15
/
+19
2018-10-31
save analysis: don't dump macro refs
Nick Cameron
-12
/
+14
2018-10-31
save-analysis: make sure we save the def for the last segment of a path
Nick Cameron
-2
/
+1
2018-10-26
Remove redundant clone
Shotaro Yamada
-1
/
+1
2018-10-26
Fix tests and assertions; add some comments
Nick Cameron
-4
/
+0
2018-10-26
dump refs for path segments in save-analysis
Nick Cameron
-4
/
+3
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
[next]