about summary refs log tree commit diff
path: root/compiler/rustc_incremental/src
AgeCommit message (Expand)AuthorLines
2021-03-27Remove (lots of) dead codeJoshua Nelson-14/+0
2021-03-22Only enable assert_dep_graph when query-dep-graph is enabled.Camille GILLOT-0/+8
2021-03-22Auto merge of #83273 - cjgillot:endecode, r=michaelwoeristerbors-0/+1
2021-03-19Move raw bytes handling to Encoder/Decoder.Camille GILLOT-0/+1
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-2/+2
2021-03-09Deduplicate unchecked_attrs errors.Camille GILLOT-2/+3
2021-03-09Track HirId when visiting attributes.Camille GILLOT-1/+1
2021-03-09Remove hir::Crate::attrs.Camille GILLOT-1/+1
2021-03-09Access attrs directly from HirId in rustc_incremental::assert_dep_graph.Camille GILLOT-6/+7
2021-02-18Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.Eduard-Mihai Burtescu-4/+4
2021-02-15Use less HirId when referring to items.Camille GILLOT-14/+14
2021-02-15Only store a LocalDefId in hir::ForeignItem.Camille GILLOT-1/+1
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-2/+2
2021-02-15Only store a LocalDefId in hir::TraitItem.Camille GILLOT-2/+2
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-2/+2
2021-01-19Auto merge of #80957 - tgnottingham:direct_serialize_depgraph, r=michaelwoeri...bors-75/+7
2021-01-12Serialize dependency graph directly from DepGraphTyson Nottingham-75/+7
2021-01-12Remove DepKind::CrateMetadata and pre-allocation of DepNodesTyson Nottingham-11/+0
2021-01-11Serialize incr comp structures to file via fixed-size bufferTyson Nottingham-39/+47
2021-01-06Optimize away some `fs::metadata` calls.Dan Gohman-32/+34
2021-01-02reduce borrowing and (de)referencing around match patterns (clippy::match_ref...Matthias Krüger-3/+3
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-1/+1
2020-12-01Auto merge of #74967 - Aaron1011:feature/incr-def-path-table, r=pnkfelixbors-2/+6
2020-11-26Remove ForeignMod struct.Camille GILLOT-1/+1
2020-11-26Store ForeignItem in a side table.Camille GILLOT-0/+4
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-12/+21
2020-10-28Delete files immediately, instead of collecting into vectorDániel Buga-20/+17
2020-10-28Avoid reallocating cgu_path_componentsDániel Buga-2/+4
2020-10-28Clean up encode_dep_graphDániel Buga-12/+5
2020-10-28Fix typos and replace static vector with sliceDániel Buga-8/+8
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-08-30mv compiler to compiler/mark-0/+2912