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
/
work_product.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-24
Avoid no-op unlink+link dances in incr comp
Ben Kimock
-1
/
+6
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+6
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_incremental`.
Nicholas Nethercote
-0
/
+1
2024-01-10
Rename `{create,emit}_warning` as `{create,emit}_warn`.
Nicholas Nethercote
-2
/
+2
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-2
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-10-26
Tiny comment fixes.
Nicholas Nethercote
-1
/
+2
2023-10-26
Reduce exposure of three functions used only within `rustc_incremental`.
Nicholas Nethercote
-1
/
+1
2023-06-08
Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis...
Andrew Xie
-6
/
+1
2023-06-05
Fixed to_sorted => to_sorted_stable_ord
Andrew Xie
-2
/
+7
2023-06-04
Fixed unord mistake
Andrew Xie
-1
/
+1
2023-06-04
Fixed failing test + minor cleanup
Andrew Xie
-4
/
+4
2023-06-04
Removed use of iteration through a HashMap/HashSet in rustc_incremental and r...
Andrew Xie
-2
/
+2
2023-01-30
incremental: migrate diagnostics
David Wood
-11
/
+7
2022-07-20
Remove unused StableMap and StableSet types from rustc_data_structures
Michael Woerister
-1
/
+1
2022-07-06
incr: cache dwarf objects in work products
David Wood
-21
/
+25
2022-06-06
Make saved_file field of WorkProduct non-optional
bjorn3
-12
/
+10
2022-06-06
Factor Option out of copy_cgu_workproduct_to_incr_comp_cache_dir call
bjorn3
-17
/
+13
2022-06-06
Avoid an unnecessary clone for copy_cgu_workproduct_to_incr_comp_cache_dir calls
bjorn3
-2
/
+2
2021-12-07
Document all public items in `rustc_incremental`
pierwill
-1
/
+5
2020-08-30
mv compiler to compiler/
mark
-0
/
+57