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
/
data.rs
Age
Commit message (
Expand
)
Author
Lines
2017-06-16
Remove intermediate forms and some other refactoring
Nick Cameron
-421
/
+0
2017-06-12
Use the new signature stuff
Nick Cameron
-33
/
+8
2017-05-11
Ensure we walk the root module of the crate
Nick Cameron
-1
/
+1
2017-03-15
Use out-of-tree rustc serialize
Nick Cameron
-30
/
+30
2017-03-15
Change json dumper (and a few other bits and pieces) to use rls-data rather t...
Nick Cameron
-8
/
+2
2017-03-10
Export attributes in save-analysis data
Jonas Bushart
-1
/
+11
2016-12-22
signature info for other items (mods, fns, methods, etc.)
Nick Cameron
-2
/
+10
2016-12-22
field signatures
Nick Cameron
-0
/
+1
2016-12-22
save-analysis: add `Signature` info to structs
Nick Cameron
-0
/
+26
2016-09-20
rustc_metadata: go only through rustc_serialize in astencode.
Eduard Burtescu
-2
/
+2
2016-09-19
save-analysis: better 'parent' info
Nick Cameron
-5
/
+6
2016-09-07
save-analysis: add docs data
Nick Cameron
-0
/
+11
2016-09-01
save-analysis: add parent info to api dumps
Nick Cameron
-2
/
+7
2016-09-01
Thread visibility info through save-analysis and filter save-analysis-api on it.
Nick Cameron
-4
/
+43
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-06-16
save-analysis: add a decl_id for methods
Nick Cameron
-0
/
+1
2016-06-11
save-analysis: some refinements to JSON data
Nick Cameron
-2
/
+16
2016-05-11
save-analysis: attempt number 2 at a JSON version
Nick Cameron
-2
/
+10
2016-05-09
Rollup merge of #33370 - aochagavia:dump, r=nrc
Manish Goregaokar
-87
/
+1
2016-05-03
save-analysis: use a decoupled representation for dumped data
Adolfo OchagavĂa
-87
/
+1
2016-05-03
Remove unused trait imports flagged by lint
Seo Sanghyeon
-2
/
+0
2016-04-25
save-analysis-json: introduce a lowering step
Nick Cameron
-1
/
+31
2016-04-25
save-analysis: implement JSON dumps
Nick Cameron
-30
/
+33
2016-04-06
rustc: move middle::{def,def_id,pat_util} to hir.
Eduard Burtescu
-1
/
+1
2016-03-31
librustc_save_analysis: remove duplicate macro def
Benjamin Herr
-11
/
+0
2016-03-31
librustc_save_analysis: use bug!(), span_bug!()
Benjamin Herr
-2
/
+2
2016-03-27
rustc_trans: move save to librustc_save_analysis.
Eduard Burtescu
-0
/
+394