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
Age
Commit message (
Expand
)
Author
Lines
2017-10-08
Auto merge of #44983 - vitiral:dirty_clean_groups, r=michaelwoerister
bors
-12
/
+45
2017-10-04
groundwork for #45009: rustc_dirty/clean enhancements
Garrett Berg
-12
/
+45
2017-10-03
incr.comp.: Fix some merge fallout.
Michael Woerister
-0
/
+7
2017-10-02
incr.comp.: Remove saving and loading of legacy dep-graph.
Michael Woerister
-1616
/
+58
2017-10-02
incr.comp.: Build DepGraphQuery from new dep-graph impl.
Michael Woerister
-1
/
+1
2017-10-02
incr.comp.: Use red/green tracking for CGU re-use.
Michael Woerister
-26
/
+21
2017-10-02
incr.comp.: Determine red/green state of every new node.
Michael Woerister
-2
/
+2
2017-09-27
Remove DepNodeIndex::new is already impl for Idx
Santiago Pastorino
-9
/
+1
2017-09-23
incr.comp.: Remove out-dated unit test and unnecessary assertion.
Michael Woerister
-49
/
+0
2017-09-23
incr.comp.: Make #[rustc_dirty/clean] test for fingerprint equality instead o...
Michael Woerister
-84
/
+26
2017-09-23
incr.comp.: Remove support for loading metadata fingerprints.
Michael Woerister
-302
/
+30
2017-09-23
incr.comp.: Serialize and deserialize new DepGraph
Michael Woerister
-0
/
+55
2017-09-20
incr.comp.: Remove IncrementalHashesMap and calculate_svh module.
Michael Woerister
-357
/
+26
2017-09-20
incr.comp.: Store result fingerprints in DepGraph.
Michael Woerister
-15
/
+6
2017-09-20
incr.comp.: Allow for marking DepKinds as inputs.
Michael Woerister
-21
/
+4
2017-09-18
incr.comp.: Remove tcx from StableHashingContext.
Michael Woerister
-3
/
+3
2017-09-18
incr.comp.: Make the StableHashingContext mostly independent of the tcx.
Michael Woerister
-14
/
+13
2017-09-18
Fix issues uncovered by rebasing:
Michael Woerister
-21
/
+35
2017-09-14
rustc: Remove `Session::dep_graph`
Alex Crichton
-53
/
+50
2017-09-05
rustc: Move crate_hash to a query
Alex Crichton
-2
/
+2
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-6
/
+0
2017-08-17
Rollup merge of #43891 - Fourchaux:master, r=steveklabnik
Corey Farwell
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-14
/
+14
2017-08-15
Fix typos & us spellings
Fourchaux
-1
/
+1
2017-07-31
async-llvm(18): Instantiate OngoingCrateTranslation before starting translation.
Michael Woerister
-2
/
+2
2017-07-22
rustc: Add some build scripts for librustc crates
Alex Crichton
-0
/
+14
2017-07-10
incr.comp.: Manage dependency graph on main thread.
Michael Woerister
-8
/
+2
2017-07-10
incr.comp.: Improve debug output for work products.
Michael Woerister
-5
/
+10
2017-07-02
Remove the remaining feature gates
Stjepan Glavina
-1
/
+0
2017-06-22
Print -Zincremental-info to stderr instead of stdout.
Michael Woerister
-18
/
+18
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-4
/
+0
2017-06-12
kill various tasks we no longer need and remove outdated README text
Niko Matsakis
-2
/
+1
2017-06-09
incr.comp.: Clean up and optimize dep-graph loading.
Michael Woerister
-89
/
+116
2017-06-09
incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.
Michael Woerister
-264
/
+262
2017-06-07
Allocate DefIndices for global crate metadata.
Michael Woerister
-37
/
+10
2017-06-06
incr.comp.: Make WorkProductId opaque so we don't accidentally rely on being ...
Michael Woerister
-8
/
+5
2017-06-06
ICH: Make StableHashingContext work with any TyCtxt, not just the global one.
Michael Woerister
-2
/
+2
2017-06-01
incr.comp.: Use a more efficient encoding for the on-disk dependency graph.
Michael Woerister
-58
/
+110
2017-05-31
incr.comp.: Use DefPathHash-based DepNodes in the serialized DepGraph and rem...
Michael Woerister
-268
/
+74
2017-05-31
Make a newtype for DefPathHash so they are not confused with content hashes
Michael Woerister
-1
/
+2
2017-05-23
incr.comp.: Track expanded spans instead of FileMaps.
Michael Woerister
-42
/
+2
2017-05-18
Use 128 instead of 64 bits for DefPath hashes
Michael Woerister
-1
/
+1
2017-05-17
Auto merge of #41911 - michaelwoerister:querify_trait_def, r=nikomatsakis
bors
-1
/
+54
2017-05-15
ICH: Hash lists of local trait impls as part of the HIR.
Michael Woerister
-1
/
+54
2017-05-14
librustc_incremental: remove unused macro in test case
est31
-11
/
+0
2017-05-13
Auto merge of #41847 - alexcrichton:less-unstable-annotations, r=eddyb
bors
-3
/
+4
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-3
/
+4
2017-05-10
ICH: Handle case of removed FileMaps.
Michael Woerister
-1
/
+5
2017-05-09
Auto merge of #41709 - michaelwoerister:close-metadata-ich-holes, r=nikomatsakis
bors
-58
/
+159
[next]