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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2017-09-08
Use NodeId/HirId instead of DefId for local variables.
Eduard-Mihai Burtescu
-7
/
+22
2017-09-07
rustc: Remove `CrateStore::crates` as a method
Alex Crichton
-1
/
+1
2017-09-05
rustc: Flag some CrateStore methods as "untracked"
Alex Crichton
-1
/
+1
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-6
/
+6
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-08-21
Auto merge of #43971 - alexcrichton:lint-statements, r=michaelwoerister
bors
-1
/
+1
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-8
/
+1
2017-08-17
rustc: Rename NodeLocal to NodeBinding
Alex Crichton
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-4
/
+4
2017-08-11
Improve validation of TypeckTables keys.
Michael Woerister
-1
/
+1
2017-08-11
Encapsulate sub-table access in TypeckTables and validate keys on each access.
Michael Woerister
-2
/
+2
2017-08-11
Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId.
Michael Woerister
-3
/
+5
2017-08-01
review changes
Nick Cameron
-0
/
+1
2017-07-24
Point RLS submodule at a branch with required changes
Nick Cameron
-1
/
+2
2017-07-22
Use config::pub_only rather than a spearate api mode
Nick Cameron
-54
/
+13
2017-07-22
Use Config::full_docs to trim documentation
Nick Cameron
-29
/
+35
2017-07-22
Use a config file with save-analysis
Nick Cameron
-30
/
+49
2017-07-11
Downgrade ProjectionTy's TraitRef to its substs
Tobias Schottdorf
-7
/
+1
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-4
/
+0
2017-06-17
Auto merge of #42650 - nrc:save-slim, r=eddyb
bors
-301
/
+334
2017-06-16
Remove intermediate forms and some other refactoring
Nick Cameron
-293
/
+333
2017-06-14
Switch CrateNum queries to DefId
Taylor Cramer
-1
/
+1
2017-06-14
On-demandify extern_crate
Taylor Cramer
-1
/
+1
2017-06-14
Remove CSV format of save-analysis data
Nick Cameron
-8
/
+1
2017-06-12
Impl and trait item sigs
Nick Cameron
-3
/
+5
2017-06-12
Implement a bunch more signature functions
Nick Cameron
-6
/
+3
2017-06-12
Small refactoring + docs
Nick Cameron
-1
/
+15
2017-06-12
Use the new signature stuff
Nick Cameron
-65
/
+14
2017-06-12
Add a sig module to save-analysis
Nick Cameron
-0
/
+1
2017-06-01
Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis
bors
-2
/
+1
2017-06-01
rustc: replace method_map with Def::Method and node_substs entries.
Eduard-Mihai Burtescu
-1
/
+1
2017-06-01
rustc: keep overloaded autoderef MethodCallee's in Adjust.
Eduard-Mihai Burtescu
-2
/
+1
2017-05-31
Upgrade ProjectionTy's Name to a DefId
Tobias Schottdorf
-1
/
+1
2017-05-25
Hygienize lifetimes.
Jeffrey Seyfried
-1
/
+1
2017-05-13
Auto merge of #41919 - nrc:save-crate, r=eddyb
bors
-1
/
+1
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-3
/
+4
2017-05-11
Ensure we walk the root module of the crate
Nick Cameron
-1
/
+1
2017-05-03
convert save-analysis to use `ItemCtxt` and not `ast_ty_to_ty_cache`
Niko Matsakis
-6
/
+11
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-1
/
+1
2017-04-12
First attempt at global_asm! macro
A.J. Gardner
-0
/
+1
2017-04-04
rebased
Nick Cameron
-1
/
+5
2017-04-04
save-analysis: index extern blocks
Nick Cameron
-0
/
+55
2017-03-29
Refactor how spans are combined in the parser.
Jeffrey Seyfried
-1
/
+1
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-4
/
+3
2017-03-23
save-analysis: allow clients to get data directly without writing to a file
Nick Cameron
-56
/
+119
2017-03-19
Rollup merge of #40554 - nrc:rls-data, r=alexcrichton
Corey Farwell
-1
/
+4
2017-03-19
Auto merge of #39799 - dpc:create_dir_all, r=alexcrichton
bors
-1
/
+1
2017-03-17
Fix race condition in fs::create_dir_all
David Roundy
-1
/
+1
2017-03-15
Add rls-span to do some conversions into rls-data.
Nick Cameron
-0
/
+1
2017-03-15
Use out-of-tree rustc serialize
Nick Cameron
-1
/
+1
[next]