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_incremental
Age
Commit message (
Expand
)
Author
Lines
2016-08-23
make svh independent of item ordering
Niko Matsakis
-28
/
+68
2016-08-23
cache def-path hashes across all items
Niko Matsakis
-10
/
+17
2016-08-23
rename HashesMap to IncrementalHashesMap
Niko Matsakis
-22
/
+29
2016-08-20
hash the traits-in-scope determinstically
Niko Matsakis
-9
/
+24
2016-08-20
compute and cache HIR hashes at beginning
Niko Matsakis
-124
/
+146
2016-08-11
Save dep-tracking hash of commandline arguments in dep-graph file.
Michael Woerister
-2
/
+25
2016-08-09
pacify the merciless tidy
Niko Matsakis
-3
/
+6
2016-08-09
incorporate resolve results into hashing
Niko Matsakis
-3
/
+96
2016-08-09
promote svh calculation into its own directory
Niko Matsakis
-450
/
+459
2016-08-09
stop hashing nested items, and add a test
Niko Matsakis
-20
/
+16
2016-08-09
make it possible to test if HIR is dirty
Niko Matsakis
-16
/
+67
2016-08-09
fix license
Niko Matsakis
-0
/
+10
2016-08-09
pacify the mercilous tidy
Niko Matsakis
-3
/
+0
2016-08-09
address comments from mw
Niko Matsakis
-5
/
+29
2016-08-09
use preds to serialize just what we need
Niko Matsakis
-209
/
+166
2016-08-09
add a `deterministic_hash` method to `DefPath`
Niko Matsakis
-1
/
+1
2016-08-09
make DepNode PartialOrd
Niko Matsakis
-0
/
+1
2016-08-09
isolate predecessor computation
Niko Matsakis
-0
/
+71
2016-08-08
rename KrateInfo to CrateInfo
Niko Matsakis
-4
/
+4
2016-08-05
rustfmt save.rs
Niko Matsakis
-106
/
+95
2016-08-03
skip assert-dep-graph unless unit testing
Niko Matsakis
-0
/
+7
2016-08-02
improve log when something no longer exists
Niko Matsakis
-9
/
+29
2016-08-02
replace graph rewriting with detecting inlined ids
Niko Matsakis
-52
/
+6
2016-08-02
make metadata hashes determinstic
Niko Matsakis
-33
/
+53
2016-08-02
watch out for krate numbers being reassigned
Niko Matsakis
-5
/
+73
2016-08-02
remap Hir(InlinedDefId) to MetaData(OriginalDefId)
Niko Matsakis
-22
/
+71
2016-08-01
hash foreign items too
Niko Matsakis
-2
/
+7
2016-07-30
Rollup merge of #35090 - michaelwoerister:get-rid-of-id-visitor, r=eddyb
Manish Goregaokar
-4
/
+4
2016-07-29
Auto merge of #34842 - cgswords:attr_enc, r=nrc
bors
-18
/
+14
2016-07-29
intravisit: Fold functionality of IdVisitor into the regular Visitor.
Michael Woerister
-4
/
+4
2016-07-28
make it possible to track where hash diverges
Niko Matsakis
-0
/
+23
2016-07-28
hash def-path's better
Niko Matsakis
-3
/
+13
2016-07-28
Keep multiple files per work-product
Niko Matsakis
-42
/
+57
2016-07-28
Address mw nits
Niko Matsakis
-9
/
+8
2016-07-28
Modify trans to skip generating `.o` files
Niko Matsakis
-0
/
+66
2016-07-28
Code to save/load the work-products map from disk
Niko Matsakis
-50
/
+183
2016-07-28
Store `crate_disambiguator` as an `InternedString`
Niko Matsakis
-4
/
+4
2016-07-25
Adressed PR comments.
cgswords
-6
/
+2
2016-07-25
General MetaItem encapsulation rewrites.
cgswords
-18
/
+18
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-2
/
+4
2016-05-31
expand `DepNode::TraitSelect` to include type ids
Niko Matsakis
-54
/
+54
2016-05-28
Rollup merge of #33854 - petrochenkov:prefvis, r=eddyb
Manish Goregaokar
-4
/
+0
2016-05-24
Apply visit_path to import prefixes by default
Vadim Petrochenkov
-4
/
+0
2016-05-24
syntax/hir: give loop labels a span
Georg Brandl
-1
/
+1
2016-05-18
nit: cache crate-hash for next time
Niko Matsakis
-0
/
+5
2016-05-18
load/save hashes of metadata
Niko Matsakis
-92
/
+249
2016-05-18
allow retracing paths across crates
Niko Matsakis
-1
/
+1
2016-05-18
cleanup dep-graph debugging code
Niko Matsakis
-19
/
+9
2016-05-18
change svh to store a u64
Niko Matsakis
-3
/
+10
2016-05-18
make the filename computation take a cratenum
Niko Matsakis
-8
/
+10
[prev]
[next]