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
/
persist
/
load.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-208
/
+0
2020-05-12
Change `WorkProduct::saved_files` to an `Option`.
Nicholas Nethercote
-1
/
+1
2020-05-01
Don't copy bytecode files into the incr. comp. cache.
Nicholas Nethercote
-1
/
+1
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-3
/
+3
2020-03-24
Remove `-Z incremental-queries`.
Nicholas Nethercote
-1
/
+1
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-1
/
+1
2020-01-09
Label unmarked time
John Kåre Alsaker
-0
/
+2
2020-01-09
Change -Z time event naming scheme and make them generic activities
John Kåre Alsaker
-1
/
+1
2020-01-05
Use self profile infrastructure for -Z time and -Z time-passes
John Kåre Alsaker
-29
/
+25
2019-12-22
Format the world
Mark Rousskov
-37
/
+37
2019-10-09
self-profiling: Add events for everything except trait selection.
Michael Woerister
-0
/
+5
2019-10-03
Remove -Zprofile-queries
Mark Rousskov
-1
/
+1
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
Fix fallout from `deny(unused_lifetimes)`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-11
Remove precompute_in_scope_traits_hashes
John Kåre Alsaker
-1
/
+0
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-3
/
+3
2019-02-08
librustc_incremental => 2018
Taiki Endo
-1
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-3
/
+3
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-4
/
+4
2018-08-19
mv codemap() source_map()
Donato Sciarra
-2
/
+2
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-08
Fix comment
Wesley Wiser
-1
/
+1
2018-05-07
Make DepGraph::previous_work_products immutable
Wesley Wiser
-55
/
+57
2018-03-28
[incremental] Don't panic if decoding the cache fails
Wesley Wiser
-1
/
+2
2018-03-09
Move PROFQ_CHAN to a Session field
John Kåre Alsaker
-3
/
+5
2017-12-15
Resolves #46555 - Moving loading and decoding of dependency graph to backgrou...
David Teller
-48
/
+106
2017-11-29
incr.comp.: Remove on-export crate metadata hashing.
Michael Woerister
-61
/
+0
2017-11-15
incr.comp.: Only save and load query result cache when -Zincremental-queries ...
Michael Woerister
-1
/
+2
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
-11
/
+15
2017-10-25
incr.comp.: Implement query diagnostic persistence.
Michael Woerister
-0
/
+13
2017-10-06
incr.comp.: Bring back output of -Zincremental-info.
Michael Woerister
-2
/
+2
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
-310
/
+41
2017-10-02
incr.comp.: Use red/green tracking for CGU re-use.
Michael Woerister
-22
/
+18
2017-09-23
incr.comp.: Make #[rustc_dirty/clean] test for fingerprint equality instead o...
Michael Woerister
-4
/
+0
2017-09-23
incr.comp.: Remove support for loading metadata fingerprints.
Michael Woerister
-8
/
+5
2017-09-23
incr.comp.: Serialize and deserialize new DepGraph
Michael Woerister
-0
/
+35
2017-09-20
incr.comp.: Remove IncrementalHashesMap and calculate_svh module.
Michael Woerister
-18
/
+14
2017-09-20
incr.comp.: Store result fingerprints in DepGraph.
Michael Woerister
-3
/
+2
2017-09-18
Fix issues uncovered by rebasing:
Michael Woerister
-0
/
+1
2017-09-14
rustc: Remove `Session::dep_graph`
Alex Crichton
-23
/
+3
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
/
+9
2017-06-22
Print -Zincremental-info to stderr instead of stdout.
Michael Woerister
-8
/
+8
[next]