about summary refs log tree commit diff
path: root/compiler/rustc_incremental/src/persist/file_format.rs
AgeCommit message (Expand)AuthorLines
2025-03-07compiler: Use size_of from the prelude instead of importedThalia Archibald-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-08-27Add `warn(unreachable_pub)` to `rustc_incremental`.Nicholas Nethercote-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-6/+7
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_incremental`.Nicholas Nethercote-0/+1
2024-01-02Report I/O errors with emit_fatal not emit_errBen Kimock-11/+3
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-3/+3
2023-11-22Call FileEncoder::finish in rmeta encodingBen Kimock-2/+2
2023-05-17Only depend on CFG_VERSION in rustc_interfacejyn-20/+15
2023-01-30incremental: migrate diagnosticsDavid Wood-13/+8
2022-06-08Use delayed error handling for `Encodable` and `Encoder` infallible.Nicholas Nethercote-29/+20
2022-01-12Rename environment variable for overriding rustc versionpierwill-1/+1
2021-10-07Add support for artifact size profilingRyan Levick-0/+6
2021-08-28Drop the query result memmap before serializing it back.Camille GILLOT-1/+10
2021-08-28Move save_in to file_format.Camille GILLOT-2/+55
2021-08-28Mmap the incremental data instead of reading it.Camille GILLOT-5/+7
2021-03-19Move raw bytes handling to Encoder/Decoder.Camille GILLOT-0/+1
2021-02-18Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.Eduard-Mihai Burtescu-1/+1
2021-01-11Serialize incr comp structures to file via fixed-size bufferTyson Nottingham-7/+9
2021-01-06Optimize away some `fs::metadata` calls.Dan Gohman-5/+5
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-6/+6
2020-08-30mv compiler to compiler/mark-0/+131