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_incremental
/
persist
Age
Commit message (
Expand
)
Author
Lines
2016-10-10
std: Stabilize and deprecate APIs for 1.13
Alex Crichton
-4
/
+6
2016-09-26
incr.comp.: Fix build issue in rustc_incremental if CFG_VERSION is not set.
Michael Woerister
-3
/
+5
2016-09-26
incr.comp.: Add test case for cache artifact file headers.
Michael Woerister
-3
/
+18
2016-09-26
incr.comp.: Add file header to on-disk artifacts for validation.
Michael Woerister
-40
/
+156
2016-09-23
ICH: Add ability to test the ICH of exported metadata items.
Michael Woerister
-70
/
+271
2016-09-20
Remove librbml and the RBML-tagged auto-encoder/decoder.
Eduard Burtescu
-7
/
+5
2016-09-20
rustc_metadata: go only through rustc_serialize in astencode.
Eduard Burtescu
-18
/
+14
2016-09-11
Use question_mark feature in librustc_incremental.
Ahmed Charles
-11
/
+11
2016-09-04
Replace `_, _` with `..`
Vadim Petrochenkov
-2
/
+2
2016-08-31
Auto merge of #35718 - michaelwoerister:incr-comp-dir-locking, r=alexcrichton
bors
-129
/
+1141
2016-08-29
incr.comp.: Canonicalize path to session directory before deleteing it.
Michael Woerister
-5
/
+29
2016-08-29
Fix tidy-errors
Michael Woerister
-2
/
+2
2016-08-29
incr.comp.: Make path's of session directories slightly shorter.
Michael Woerister
-38
/
+75
2016-08-29
incr. comp.: Fix test_timestamp_serialization so it does not overflow on some...
Michael Woerister
-2
/
+2
2016-08-29
incr.comp.: Move lock files out of directory being locked
Michael Woerister
-159
/
+251
2016-08-29
Implement copy-on-write scheme for managing the incremental compilation cache.
Michael Woerister
-129
/
+988
2016-08-25
Refactor away `AttrMetaMethods`.
Jeffrey Seyfried
-1
/
+0
2016-08-25
Refactor away `AttrNestedMetaItemMethods`.
Jeffrey Seyfried
-1
/
+1
2016-08-25
Implement RFC#1559: allow all literals in attributes.
Sergio Benitez
-6
/
+10
2016-08-23
consider DepNode::Krate to be an input
Niko Matsakis
-5
/
+12
2016-08-23
rename HashesMap to IncrementalHashesMap
Niko Matsakis
-17
/
+23
2016-08-20
compute and cache HIR hashes at beginning
Niko Matsakis
-28
/
+31
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
-1
/
+1
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
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-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
-27
/
+52
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-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
/
+64
2016-07-28
Code to save/load the work-products map from disk
Niko Matsakis
-50
/
+181
2016-05-31
expand `DepNode::TraitSelect` to include type ids
Niko Matsakis
-14
/
+14
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
make the filename computation take a cratenum
Niko Matsakis
-8
/
+10
2016-05-18
identify inputs of `MetaData(X)` nodes
Niko Matsakis
-68
/
+190
2016-05-18
rename the dep-graph file to include crate ident
Niko Matsakis
-1
/
+7
[next]