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
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-2
/
+2
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-2
/
+2
2016-05-03
save-analysis: use a decoupled representation for dumped data
Adolfo OchagavĂa
-57
/
+54
2016-05-01
Avoid using the lowering context in `librustc_save_analysis`
Jeffrey Seyfried
-4
/
+2
2016-04-28
Fix #33213, a bug in which glob imports are not included in save-analysis data
Jeffrey Seyfried
-2
/
+2
2016-04-25
save-analysis: implement JSON dumps
Nick Cameron
-4
/
+7
2016-04-25
save-analysis: remove dump spans stuff
Nick Cameron
-48
/
+48
2016-04-25
Rollup merge of #33041 - petrochenkov:path, r=nrc,Manishearth
Manish Goregaokar
-2
/
+2
2016-04-24
syntax: Make static/super/self/Self keywords + special ident cleanup
Vadim Petrochenkov
-2
/
+2
2016-04-24
thread tighter span for closures around
Niko Matsakis
-1
/
+1
2016-04-20
debugging, misc fixes
Nick Cameron
-13
/
+10
2016-04-06
Rollup merge of #32570 - eddyb:tis-but-a-front, r=nikomatsakis
Manish Goregaokar
-7
/
+7
2016-04-06
rustc: retire hir::map's paths.
Eduard Burtescu
-4
/
+4
2016-04-06
Move span into `StructField`
Vadim Petrochenkov
-2
/
+2
2016-04-06
rustc: move middle::{def,def_id,pat_util} to hir.
Eduard Burtescu
-2
/
+2
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-1
/
+1
2016-03-31
librustc_save_analysis: use bug!(), span_bug!()
Benjamin Herr
-29
/
+26
2016-03-27
rustc_trans: move save to librustc_save_analysis.
Eduard Burtescu
-0
/
+1389
[prev]