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
/
compiler
/
rustc_incremental
/
src
/
persist
/
load.rs
Age
Commit message (
Expand
)
Author
Lines
2021-08-28
Mmap the incremental data instead of reading it.
Camille GILLOT
-1
/
+2
2021-07-18
Move OnDiskCache to rustc_query_impl.
Camille GILLOT
-6
/
+4
2021-06-30
Simplify DepGraph creation.
Camille GILLOT
-6
/
+9
2021-06-08
Do not require the DefPathTable to construct the on-disk cache.
Camille GILLOT
-6
/
+2
2021-05-22
Get rid of PreviousDepGraph.
Camille GILLOT
-5
/
+5
2021-05-12
Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
bors
-3
/
+3
2021-05-02
Let load_query_result_cache take a &DefPathTable
bjorn3
-3
/
+3
2021-04-27
Add [TRACKED_NO_CRATE_HASH] and [SUBSTRUCT] directives
Joshua Nelson
-1
/
+1
2021-03-30
Stream the dep-graph to a file.
Camille GILLOT
-2
/
+2
2021-02-18
Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.
Eduard-Mihai Burtescu
-1
/
+1
2021-01-12
Remove DepKind::CrateMetadata and pre-allocation of DepNodes
Tyson Nottingham
-9
/
+0
2020-11-25
Fix rebase fallout
Aaron Hill
-2
/
+7
2020-11-25
Lazy DefPath decoding for incremental compilation
Aaron Hill
-4
/
+3
2020-11-19
Only create `OnDiskCache` in incremental compilation mode
Aaron Hill
-4
/
+11
2020-11-07
Allow making `RUSTC_BOOTSTRAP` conditional on the crate name
Joshua Nelson
-5
/
+14
2020-08-30
mv compiler to compiler/
mark
-0
/
+208