about summary refs log tree commit diff
path: root/compiler/rustc_incremental/src/persist/work_product.rs
AgeCommit message (Expand)AuthorLines
2025-02-24Avoid no-op unlink+link dances in incr compBen Kimock-1/+6
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+6
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_incremental`.Nicholas Nethercote-0/+1
2024-01-10Rename `{create,emit}_warning` as `{create,emit}_warn`.Nicholas Nethercote-2/+2
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-2/+2
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-1/+1
2023-10-26Tiny comment fixes.Nicholas Nethercote-1/+2
2023-10-26Reduce exposure of three functions used only within `rustc_incremental`.Nicholas Nethercote-1/+1
2023-06-08Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis...Andrew Xie-6/+1
2023-06-05Fixed to_sorted => to_sorted_stable_ordAndrew Xie-2/+7
2023-06-04Fixed unord mistakeAndrew Xie-1/+1
2023-06-04Fixed failing test + minor cleanupAndrew Xie-4/+4
2023-06-04Removed use of iteration through a HashMap/HashSet in rustc_incremental and r...Andrew Xie-2/+2
2023-01-30incremental: migrate diagnosticsDavid Wood-11/+7
2022-07-20Remove unused StableMap and StableSet types from rustc_data_structuresMichael Woerister-1/+1
2022-07-06incr: cache dwarf objects in work productsDavid Wood-21/+25
2022-06-06Make saved_file field of WorkProduct non-optionalbjorn3-12/+10
2022-06-06Factor Option out of copy_cgu_workproduct_to_incr_comp_cache_dir callbjorn3-17/+13
2022-06-06Avoid an unnecessary clone for copy_cgu_workproduct_to_incr_comp_cache_dir callsbjorn3-2/+2
2021-12-07Document all public items in `rustc_incremental`pierwill-1/+5
2020-08-30mv compiler to compiler/mark-0/+57