This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_incremental
/
src
/
persist
History
Camille GILLOT
db9fea508a
Avoid more invocations of hir_crate query.
2021-09-29 23:16:47 +02:00
..
fs
…
data.rs
…
dirty_clean.rs
Avoid more invocations of hir_crate query.
2021-09-29 23:16:47 +02:00
file_format.rs
Drop the query result memmap before serializing it back.
2021-08-28 21:45:02 +02:00
fs.rs
…
load.rs
Mmap the incremental data instead of reading it.
2021-08-28 21:45:02 +02:00
mod.rs
…
README.md
…
save.rs
Drop the query result memmap before serializing it back.
2021-08-28 21:45:02 +02:00
work_product.rs
…
README.md
For info on how the incremental compilation works, see the
rustc dev guide
.