summary refs log tree commit diff
path: root/compiler/rustc_incremental/src
AgeCommit message (Expand)AuthorLines
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-4/+1
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+1
2021-10-20Merge two query callbacks arrays.Camille GILLOT-32/+29
2021-10-20Rollup merge of #87404 - rylev:artifact-size-profiling, r=wesleywiserYuki Okushi-0/+6
2021-10-16Adopt let_else across the compilerest31-8/+6
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
2021-10-07Add support for artifact size profilingRyan Levick-0/+6
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-3/+2
2021-09-06Auto merge of #83214 - cjgillot:dep-map, r=michaelwoeristerbors-64/+84
2021-09-02Stop using walk_crate.Camille GILLOT-1/+1
2021-08-28Drop the query result memmap before serializing it back.Camille GILLOT-1/+15
2021-08-28Move save_in to file_format.Camille GILLOT-58/+61
2021-08-28Mmap the incremental data instead of reading it.Camille GILLOT-6/+9
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-24/+23
2021-07-18Move OnDiskCache to rustc_query_impl.Camille GILLOT-6/+4
2021-07-06Revert "Revert "Merge CrateDisambiguator into StableCrateId""bjorn3-13/+6
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-06-07Revert "Merge CrateDisambiguator into StableCrateId"bjorn3-6/+13
2021-06-02Auto merge of #85337 - cjgillot:less-anon, r=michaelwoeristerbors-0/+1
2021-06-01Auto merge of #85331 - cjgillot:dirty-dancing, r=Aaron1011bors-100/+28
2021-06-01Avoid creating anonymous nodes with zero or one dependency.Camille GILLOT-0/+1
2021-05-30Merge CrateDisambiguator into StableCrateIdbjorn3-13/+6
2021-05-29Auto merge of #85698 - ehuss:incremental-session-panic, r=estebankbors-23/+43
2021-05-28Add specific help for *how* to fix an incremental lock error.Eric Huss-0/+13
2021-05-25Don't panic when failing to initialize incremental directory.Eric Huss-23/+30
2021-05-22Get rid of PreviousDepGraph.Camille GILLOT-7/+7
2021-05-16Remove remains of rustc_dirty.Camille GILLOT-43/+18
2021-05-15Fix tests on traits.Camille GILLOT-14/+7
2021-05-15Remove `label` in dirty/clean annotations.Camille GILLOT-44/+4
2021-05-12Use () for codegen queries.Camille GILLOT-1/+1
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-2/+2
2021-03-30Also profile finishing the encoding.Camille GILLOT-1/+1
2021-03-30Address review.Camille GILLOT-6/+2
2021-03-30Stream the dep-graph to a file.Camille GILLOT-70/+117
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