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
/
save.rs
Age
Commit message (
Expand
)
Author
Lines
2021-08-28
Drop the query result memmap before serializing it back.
Camille GILLOT
-0
/
+5
2021-08-28
Move save_in to file_format.
Camille GILLOT
-56
/
+6
2021-06-01
Avoid creating anonymous nodes with zero or one dependency.
Camille GILLOT
-0
/
+1
2021-05-22
Get rid of PreviousDepGraph.
Camille GILLOT
-2
/
+2
2021-04-27
Add [TRACKED_NO_CRATE_HASH] and [SUBSTRUCT] directives
Joshua Nelson
-1
/
+1
2021-03-30
Also profile finishing the encoding.
Camille GILLOT
-1
/
+1
2021-03-30
Address review.
Camille GILLOT
-4
/
+2
2021-03-30
Stream the dep-graph to a file.
Camille GILLOT
-23
/
+84
2021-01-12
Serialize dependency graph directly from DepGraph
Tyson Nottingham
-75
/
+7
2021-01-11
Serialize incr comp structures to file via fixed-size buffer
Tyson Nottingham
-32
/
+38
2021-01-06
Optimize away some `fs::metadata` calls.
Dan Gohman
-13
/
+13
2020-11-07
Allow making `RUSTC_BOOTSTRAP` conditional on the crate name
Joshua Nelson
-1
/
+1
2020-10-28
Clean up encode_dep_graph
Dániel Buga
-12
/
+5
2020-08-30
mv compiler to compiler/
mark
-0
/
+248