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
2025-03-19
Pass in dep kind names to the duplicate dep node check
John Kåre Alsaker
-4
/
+7
2025-02-21
Use StableHasher + Hash64 for dep_tracking_hash
Ben Kimock
-1
/
+2
2025-02-15
Reject macro calls inside of `#![crate_name]`
León Orell Valerian Liehr
-2
/
+3
2024-12-06
Remove all threading through of ErrorGuaranteed from the driver
bjorn3
-9
/
+7
2024-12-06
Remove 'tcx lifetime from OnDiskCache
bjorn3
-3
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+5
2024-05-24
Run rustfmt on files that need it.
Nicholas Nethercote
-2
/
+1
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_incremental`.
Nicholas Nethercote
-0
/
+1
2024-05-21
PR feedback
Ben Kimock
-3
/
+3
2024-05-21
Add a footer in FileEncoder and check for it in MemDecoder
Ben Kimock
-4
/
+17
2024-03-23
Encode dep graph edges directly from the previous graph when promoting
John Kåre Alsaker
-1
/
+2
2024-03-13
Make incremental sessions identity no longer depend on the crate names provid...
John Kåre Alsaker
-8
/
+4
2024-01-10
Rename `{create,emit}_warning` as `{create,emit}_warn`.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-4
/
+5
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-04
Remove unused LoadResult::DecodeIncrCache variant
bjorn3
-10
/
+1
2023-10-26
Tiny comment fixes.
Nicholas Nethercote
-1
/
+1
2023-09-24
Don't use a thread to load the dep graph
John Kåre Alsaker
-70
/
+62
2023-09-21
Move `DepKind` to `rustc_query_system` and define it as `u16`
John Kåre Alsaker
-2
/
+2
2023-08-13
Pass WorkProductMap to build_dep_graph instead of FxIndexMap
bjorn3
-3
/
+1
2023-06-05
Fixed to_sorted => to_sorted_stable_ord
Andrew Xie
-1
/
+1
2023-06-04
Fixed failing test + minor cleanup
Andrew Xie
-1
/
+1
2023-06-04
Switched some uses to UnordMap
Andrew Xie
-2
/
+2
2023-06-04
Removed use of iteration through a HashMap/HashSet in rustc_incremental and r...
Andrew Xie
-3
/
+3
2023-05-17
Only depend on CFG_VERSION in rustc_interface
jyn
-12
/
+20
2023-04-26
Remove QueryEngine trait
John Kåre Alsaker
-4
/
+6
2023-01-30
incremental: migrate diagnostics
David Wood
-30
/
+24
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
-12
/
+6
2022-06-14
Rename rustc_serialize::opaque::Encoder as MemEncoder.
Nicholas Nethercote
-3
/
+3
2022-06-10
Revert b983e42936feab29f6333e9835913afc6b4a394e.
Nicholas Nethercote
-3
/
+3
2022-06-08
Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.
Nicholas Nethercote
-3
/
+3
2022-06-06
Make saved_file field of WorkProduct non-optional
bjorn3
-11
/
+9
2022-03-03
all: fix some typos
cuishuang
-1
/
+1
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-12
/
+3
2021-12-10
Rollup merge of #91625 - est31:remove_indexes, r=oli-obk
Matthias Krüger
-1
/
+1
2021-12-09
Remove redundant [..]s
est31
-1
/
+1
2021-12-07
Document all public items in `rustc_incremental`
pierwill
-2
/
+15
2021-11-12
Add `-Zassert-incr-state` to assert state of incremental cache
pierwill
-1
/
+23
2021-11-09
Remove `rustc_incremental::persist::fs::dep_graph_path_from`
pierwill
-1
/
+1
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
[next]