about summary refs log tree commit diff
path: root/compiler/rustc_query_system
AgeCommit message (Expand)AuthorLines
2021-02-08[experiment] remove `#[inline]` from rustc_query_system::plumbingJoshua Nelson-10/+0
2021-01-26Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebankbors-6/+8
2021-01-19Auto merge of #80957 - tgnottingham:direct_serialize_depgraph, r=michaelwoeri...bors-95/+321
2021-01-16Undo assertion changeAaron Hill-6/+1
2021-01-16Run fmtAaron Hill-3/+8
2021-01-16Print result on unstable fingerprint errorAaron Hill-1/+1
2021-01-16Enforce that query results implement DebugAaron Hill-6/+8
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-1/+1
2021-01-12Serialize dependency graph directly from DepGraphTyson Nottingham-95/+321
2021-01-08Don't mark `force_query_with_job` as `inline(always)`Joshua Nelson-1/+0
2021-01-08Use a side-table of consts instead of matching on the DepKind enum.Camille GILLOT-1/+1
2021-01-08Simplify DepNodeParams.Camille GILLOT-6/+0
2020-12-22rustc_query_system: avoid race condition when using edge_countTyson Nottingham-11/+6
2020-12-22rustc_query_system: add more comments for dependency graphTyson Nottingham-1/+33
2020-12-22rustc_query_system: rename intern_node to intern_new_nodeTyson Nottingham-3/+3
2020-12-22rustc_query_system: remove inline annotation from edge_countTyson Nottingham-1/+0
2020-12-22rustc_query_system: minor cleanupTyson Nottingham-17/+3
2020-12-22rustc_query_system: use more space-efficient edges representationTyson Nottingham-52/+103
2020-12-22rustc_query_system: share previous graph edges with current graphTyson Nottingham-65/+159
2020-12-22rustc_query_system: share previous graph data with current graphTyson Nottingham-216/+499
2020-12-18rustc_query_system: explicitly register reused dep nodesTyson Nottingham-50/+23
2020-12-10Use `def_path_hash_to_def_id` when re-using a `RawDefId`Aaron Hill-2/+2
2020-12-04Properly re-use def path hash in incremental modeAaron Hill-19/+58
2020-11-25Fix rebase falloutAaron Hill-1/+1
2020-11-25Lazy DefPath decoding for incremental compilationAaron Hill-0/+16
2020-11-21Fix typosDániel Buga-3/+3
2020-11-18Make PackedFingerprint's Fingerprint privateTyson Nottingham-4/+4
2020-11-18Use PackedFingerprint in DepNode to reduce memory consumptionTyson Nottingham-6/+6
2020-10-30Fix even more clippy warningsJoshua Nelson-8/+4
2020-10-22Remove unused ProfileCategory.Camille GILLOT-2/+0
2020-10-22Auto merge of #77871 - Julian-Wollersberger:less-query-context, r=oli-obkbors-156/+195
2020-10-19Remove <CTX: QueryContext> in a bunch of places.Julian Wollersberger-152/+193
2020-10-14Remove unused code from rustc_query_systemest31-27/+1
2020-10-12Remove generic argument from `QueryConfig`.Julian Wollersberger-4/+2
2020-09-12update the version of itertools and parking_lotAndreas Jonson-1/+1
2020-08-30mv compiler to compiler/mark-0/+3467