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
2018-07-18
Implement existential types
Oliver Schneider
-0
/
+1
2018-07-16
Update a debug string
Oliver Schneider
-1
/
+1
2018-07-16
ItemKind
csmoe
-15
/
+15
2018-07-16
Revert "Persist ThinLTO import data in incr. comp. session directory."
Michael Woerister
-1
/
+0
2018-07-11
Persist ThinLTO import data in incr. comp. session directory.
Michael Woerister
-0
/
+1
2018-06-27
Make opaque::Encoder append-only and make it infallible
John Kåre Alsaker
-34
/
+20
2018-06-19
Save query results and the dep graph in parallel
John Kåre Alsaker
-8
/
+14
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-2
/
+2
2018-05-18
Serialize attributes into the CrateRoot
Isaac Whitfield
-10
/
+14
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-2
/
+2
2018-05-11
Update an old method name in debug logging
Isaac Whitfield
-1
/
+1
2018-05-11
Update naming in line with PR comments
Isaac Whitfield
-13
/
+14
2018-05-11
Remove shared access to DepGraph::work_products
Isaac Whitfield
-19
/
+18
2018-05-08
Fix comment
Wesley Wiser
-1
/
+1
2018-05-07
Make DepGraph::previous_work_products immutable
Wesley Wiser
-55
/
+57
2018-04-15
Add misc timings
John Kåre Alsaker
-4
/
+14
2018-03-28
[incremental] Don't panic if decoding the cache fails
Wesley Wiser
-1
/
+3
2018-03-19
Convert SerializedDepGraph to be a struct-of-arrays
Wesley Wiser
-1
/
+1
2018-03-09
Move PROFQ_CHAN to a Session field
John Kåre Alsaker
-5
/
+7
2018-03-05
Turn features() into a query.
Michael Woerister
-1
/
+1
2018-02-13
incr.comp.: Run cache directory garbage collection before loading dep-graph.
Michael Woerister
-2
/
+17
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-3
/
+0
2018-01-13
Rollup merge of #47328 - mbrubeck:fs_read, r=sfackler
kennytm
-9
/
+5
2018-01-11
Auto merge of #47087 - Zoxc:incr_no_in_ignore, r=michaelwoerister
bors
-37
/
+39
2018-01-10
Use the new fs_read_write functions in rustc internals
Matt Brubeck
-9
/
+5
2018-01-09
Replace uses of DepGraph.in_ignore with DepGraph.with_ignore
John Kåre Alsaker
-37
/
+39
2018-01-08
Shorten names of some compiler generated artifacts.
Michael Woerister
-7
/
+8
2017-12-20
incr.comp.: Use an IndexVec instead of a hashmap for storing result hashes.
Michael Woerister
-2
/
+4
2017-12-15
Resolves #46555 - Moving loading and decoding of dependency graph to backgrou...
David Teller
-55
/
+117
2017-11-29
incr.comp.: Remove on-export crate metadata hashing.
Michael Woerister
-346
/
+3
2017-11-19
Remove some trailing whitespace.
Michael Woerister
-1
/
+1
2017-11-19
Fix tidy line-length issue.
Michael Woerister
-1
/
+2
2017-11-17
[incremental] Collect stats about duplicated edge reads from queries
Wesley Wiser
-0
/
+3
2017-11-16
incr.comp.: Remove default serialization implementations for things in rustc:...
Michael Woerister
-5
/
+4
2017-11-15
incr.comp.: Only save and load query result cache when -Zincremental-queries ...
Michael Woerister
-6
/
+9
2017-11-14
incr.comp.: Store the query result index which records where query results ca...
Michael Woerister
-1
/
+1
2017-11-13
incr.comp.: Include header when loading cache files in order to get the same ...
Michael Woerister
-18
/
+26
2017-11-08
std: Remove `rand` crate and module
Alex Crichton
-1
/
+2
2017-11-03
Fix tests and rebase conflict
leonardo.yvens
-1
/
+1
2017-11-01
Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakis
bors
-1
/
+32
2017-10-25
incr.comp.: Implement query diagnostic persistence.
Michael Woerister
-1
/
+32
2017-10-24
Introduce CrateDisambiguator newtype and fix tests
Igor Matuszewski
-8
/
+9
2017-10-23
Use 128 bit instead of Symbol for crate disambiguator
Igor Matuszewski
-10
/
+5
2017-10-21
rustc: Move bytecode compression into codegen
Alex Crichton
-5
/
+9
2017-10-14
Auto merge of #45104 - vitiral:incr_auto_assert2, r=michaelwoerister
bors
-28
/
+393
2017-10-13
fix review comments
Garrett Berg
-18
/
+17
2017-10-13
Auto merge of #45063 - michaelwoerister:bring-back-incremental-info, r=nikoma...
bors
-13
/
+87
2017-10-12
incr comp: rustc_clean/dirty auto assert
Garrett Berg
-28
/
+394
2017-10-08
Auto merge of #44983 - vitiral:dirty_clean_groups, r=michaelwoerister
bors
-12
/
+45
2017-10-06
incr.comp.: Bring back output of -Zincremental-info.
Michael Woerister
-13
/
+87
[next]