summary refs log tree commit diff
path: root/compiler/rustc_incremental/src/persist/load.rs
AgeCommit message (Expand)AuthorLines
2022-06-14Rename rustc_serialize::opaque::Encoder as MemEncoder.Nicholas Nethercote-3/+3
2022-06-10Revert b983e42936feab29f6333e9835913afc6b4a394e.Nicholas Nethercote-3/+3
2022-06-08Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.Nicholas Nethercote-3/+3
2022-06-06Make saved_file field of WorkProduct non-optionalbjorn3-11/+9
2022-03-03all: fix some typoscuishuang-1/+1
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-12/+3
2021-12-10Rollup merge of #91625 - est31:remove_indexes, r=oli-obkMatthias Krüger-1/+1
2021-12-09Remove redundant [..]sest31-1/+1
2021-12-07Document all public items in `rustc_incremental`pierwill-2/+15
2021-11-12Add `-Zassert-incr-state` to assert state of incremental cachepierwill-1/+23
2021-11-09Remove `rustc_incremental::persist::fs::dep_graph_path_from`pierwill-1/+1
2021-08-28Mmap the incremental data instead of reading it.Camille GILLOT-1/+2
2021-07-18Move OnDiskCache to rustc_query_impl.Camille GILLOT-6/+4
2021-06-30Simplify DepGraph creation.Camille GILLOT-6/+9
2021-06-08Do not require the DefPathTable to construct the on-disk cache.Camille GILLOT-6/+2
2021-05-22Get rid of PreviousDepGraph.Camille GILLOT-5/+5
2021-05-12Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillotbors-3/+3
2021-05-02Let load_query_result_cache take a &DefPathTablebjorn3-3/+3
2021-04-27Add [TRACKED_NO_CRATE_HASH] and [SUBSTRUCT] directivesJoshua Nelson-1/+1
2021-03-30Stream the dep-graph to a file.Camille GILLOT-2/+2
2021-02-18Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.Eduard-Mihai Burtescu-1/+1
2021-01-12Remove DepKind::CrateMetadata and pre-allocation of DepNodesTyson Nottingham-9/+0
2020-11-25Fix rebase falloutAaron Hill-2/+7
2020-11-25Lazy DefPath decoding for incremental compilationAaron Hill-4/+3
2020-11-19Only create `OnDiskCache` in incremental compilation modeAaron Hill-4/+11
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-5/+14
2020-08-30mv compiler to compiler/mark-0/+208