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
/
file_format.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-07
compiler: Use size_of from the prelude instead of imported
Thalia Archibald
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-08-27
Add `warn(unreachable_pub)` to `rustc_incremental`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+7
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_incremental`.
Nicholas Nethercote
-0
/
+1
2024-01-02
Report I/O errors with emit_fatal not emit_err
Ben Kimock
-11
/
+3
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-3
/
+3
2023-11-22
Call FileEncoder::finish in rmeta encoding
Ben Kimock
-2
/
+2
2023-05-17
Only depend on CFG_VERSION in rustc_interface
jyn
-20
/
+15
2023-01-30
incremental: migrate diagnostics
David Wood
-13
/
+8
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-29
/
+20
2022-01-12
Rename environment variable for overriding rustc version
pierwill
-1
/
+1
2021-10-07
Add support for artifact size profiling
Ryan Levick
-0
/
+6
2021-08-28
Drop the query result memmap before serializing it back.
Camille GILLOT
-1
/
+10
2021-08-28
Move save_in to file_format.
Camille GILLOT
-2
/
+55
2021-08-28
Mmap the incremental data instead of reading it.
Camille GILLOT
-5
/
+7
2021-03-19
Move raw bytes handling to Encoder/Decoder.
Camille GILLOT
-0
/
+1
2021-02-18
Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.
Eduard-Mihai Burtescu
-1
/
+1
2021-01-11
Serialize incr comp structures to file via fixed-size buffer
Tyson Nottingham
-7
/
+9
2021-01-06
Optimize away some `fs::metadata` calls.
Dan Gohman
-5
/
+5
2020-11-07
Allow making `RUSTC_BOOTSTRAP` conditional on the crate name
Joshua Nelson
-6
/
+6
2020-08-30
mv compiler to compiler/
mark
-0
/
+131