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
2025-05-01
Use thread local dep graph encoding
John Kåre Alsaker
-12
/
+1
2025-03-19
Only use the new node hashmap for anonymous nodes.
Camille GILLOT
-1
/
+1
2024-11-09
Move some code from Compiler::enter to GlobalCtxt::finish
bjorn3
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+6
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_incremental`.
Nicholas Nethercote
-0
/
+1
2024-03-23
Encode dep graph edges directly from the previous graph when promoting
John Kåre Alsaker
-1
/
+2
2024-02-22
Adjust the `has_errors*` methods.
Nicholas Nethercote
-2
/
+2
2024-01-22
Tweak error counting.
Nicholas Nethercote
-3
/
+3
2024-01-04
Split StableCompare trait out of StableOrd trait.
Michael Woerister
-1
/
+1
2023-12-24
Remove more `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-2
/
+2
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-2
/
+2
2023-12-02
Rename `HandlerInner::delayed_span_bugs` as `HandlerInner::span_delayed_bugs`.
Nicholas Nethercote
-2
/
+2
2023-11-22
Call FileEncoder::finish in rmeta encoding
Ben Kimock
-3
/
+0
2023-10-26
Move a `use` to a more sensible spot.
Nicholas Nethercote
-1
/
+2
2023-09-24
Don't use a thread to load the dep graph
John Kåre Alsaker
-1
/
+1
2023-09-08
Avoid a `source_span` query when encoding Spans into query results
John Kåre Alsaker
-12
/
+14
2023-08-13
Pass WorkProductMap to build_dep_graph instead of FxIndexMap
bjorn3
-3
/
+5
2023-06-04
Fixed failing test + minor cleanup
Andrew Xie
-2
/
+2
2023-06-04
Removed use of iteration through a HashMap/HashSet in rustc_incremental and r...
Andrew Xie
-4
/
+4
2023-05-17
Only depend on CFG_VERSION in rustc_interface
jyn
-1
/
+1
2023-04-26
Remove QueryEngine trait
John Kåre Alsaker
-1
/
+1
2023-01-30
incremental: migrate diagnostics
David Wood
-16
/
+8
2022-11-24
make `error_reported` check for delayed bugs
Boxy
-2
/
+2
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-3
/
+3
2022-07-06
incr: cache dwarf objects in work products
David Wood
-5
/
+6
2022-06-16
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-1
/
+1
2022-06-10
Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1.
Nicholas Nethercote
-1
/
+1
2022-06-10
Revert b983e42936feab29f6333e9835913afc6b4a394e.
Nicholas Nethercote
-1
/
+1
2022-06-08
Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.
Nicholas Nethercote
-1
/
+1
2022-06-08
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-1
/
+1
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-21
/
+8
2022-06-06
Make saved_file field of WorkProduct non-optional
bjorn3
-7
/
+2
2022-03-30
Spellchecking some comments
Yuri Astrakhan
-1
/
+1
2021-12-07
Document all public items in `rustc_incremental`
pierwill
-2
/
+13
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