about summary refs log tree commit diff
path: root/compiler/rustc_incremental/src/errors.rs
AgeCommit message (Collapse)AuthorLines
2023-11-04Remove unused LoadResult::DecodeIncrCache variantbjorn3-6/+0
2023-10-09Remove cgu_reuse_tracker from Sessionbjorn3-50/+0
This removes a bit of global mutable state
2023-01-30incremental: migrate diagnosticsDavid Wood-0/+364
Migrate the `rustc_incremental` crate's diagnostics to translatable diagnostic structs. Signed-off-by: David Wood <david.wood@huawei.com>