summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/dep_graph
AgeCommit message (Expand)AuthorLines
2022-06-18Remove `likely!` and `unlikely!` macro from compilerGary Guo-1/+1
2022-06-16Move `finish` out of the `Encoder` trait.Nicholas Nethercote-1/+1
2022-06-14Rename rustc_serialize::opaque::Encoder as MemEncoder.Nicholas Nethercote-3/+3
2022-06-10Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1.Nicholas Nethercote-1/+1
2022-06-10Revert b983e42936feab29f6333e9835913afc6b4a394e.Nicholas Nethercote-3/+3
2022-06-08Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.Nicholas Nethercote-3/+3
2022-06-08Move `finish` out of the `Encoder` trait.Nicholas Nethercote-1/+1
2022-06-08Use delayed error handling for `Encodable` and `Encoder` infallible.Nicholas Nethercote-15/+12
2022-06-06Make saved_file field of WorkProduct non-optionalbjorn3-1/+1
2022-06-06Remove unnecessary cgu name length hashbjorn3-1/+0
2022-05-02fix most compiler/ doctestsElliot Roberts-3/+3
2022-03-30Spellchecking compiler commentsYuri Astrakhan-1/+1
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-2/+0
2022-03-20Take &mut Diagnostic in emit_diagnostic.Camille GILLOT-2/+2
2022-02-20Delete Decoder::read_seqMark Rousskov-10/+10
2022-02-20Delete Decoder::read_seq_eltMark Rousskov-1/+1
2022-02-20Delete Decoder::read_struct_fieldMark Rousskov-13/+11
2022-02-20Delete Decoder::read_structMark Rousskov-22/+19
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-0/+2
2022-02-07Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakisbors-2/+0
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-2/+0
2022-02-02Use Option::then in two placesest31-1/+1
2022-01-22Address review comments.Nicholas Nethercote-1/+0
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-9/+9
2022-01-08Introduce new `TaskDepsRef` enum to track allow/ignore/forbid statusAaron Hill-55/+75
2022-01-08Auto merge of #91919 - Aaron1011:query-recursive-read, r=michaelwoeristerbors-0/+69
2021-12-23Adjust wording of commentAaron Hill-8/+13
2021-12-23Address review commentsAaron Hill-1/+57
2021-12-23Error if we try to read dep during deserializationAaron Hill-0/+8
2021-12-21Add `#[rustc_clean(loaded_from_disk)]` to assert loading of query resultAaron Hill-0/+14
2021-10-20Inline DepNodeParams methods.Camille GILLOT-1/+4
2021-10-20Store node_intern_event_id in CurrentDepGraph.Camille GILLOT-22/+24
2021-10-20Build jump table at runtime.Camille GILLOT-4/+4
2021-10-20Invoke callbacks from rustc_middle.Camille GILLOT-4/+9
2021-10-20Merge two query callbacks arrays.Camille GILLOT-13/+16
2021-10-20Drop has_params.Camille GILLOT-5/+2
2021-10-20Make hash_result an Option.Camille GILLOT-7/+8
2021-10-20Rollup merge of #87404 - rylev:artifact-size-profiling, r=wesleywiserYuki Okushi-3/+7
2021-10-07Add support for artifact size profilingRyan Levick-3/+7
2021-10-06Query the fingerprint style during key reconstructionMark Rousskov-7/+28
2021-10-03Access StableHashingContext in rustc_query_system.Camille GILLOT-16/+11
2021-09-18Auto merge of #82183 - michaelwoerister:lazier-defpathhash-loading2, r=wesley...bors-28/+0
2021-09-15Use explicit log level in tracing instrument macroTomasz Miąsko-2/+2
2021-09-14Remove RawDefId tracking infrastructure from incr. comp. framework.Michael Woerister-28/+0
2021-08-22Unify `with_task` functions.Camille GILLOT-86/+69
2021-08-22Remove try_mark_green_and_read.Camille GILLOT-13/+2
2021-08-22Move assertion inwards.Camille GILLOT-3/+18
2021-07-25Create `QuerySideEffects` and use it for diagnosticsAaron Hill-49/+14
2021-07-07Add docs to new methodsRyan Levick-1/+2
2021-07-07Profile incremental hashingRyan Levick-3/+24