about summary refs log tree commit diff
path: root/compiler/rustc_incremental/src/errors.rs
AgeCommit message (Expand)AuthorLines
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-3/+2
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-08-27Add `warn(unreachable_pub)` to `rustc_incremental`.Nicholas Nethercote-41/+41
2024-08-25Removes dead code from the compilermu001999-7/+0
2024-08-21Use bool in favor of Option<()> for diagnosticsMichael Goulet-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
2024-05-21Add a footer in FileEncoder and check for it in MemDecoderBen Kimock-0/+6
2023-11-04Remove unused LoadResult::DecodeIncrCache variantbjorn3-6/+0
2023-10-09Remove cgu_reuse_tracker from Sessionbjorn3-50/+0
2023-01-30incremental: migrate diagnosticsDavid Wood-0/+364