summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/dep_graph
AgeCommit message (Expand)AuthorLines
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-7/+7
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-24/+17
2022-12-25Ignore span references from diagnostics.Camille GILLOT-2/+4
2022-12-18A few small cleanups for `newtype_index`Nilstrieb-4/+3
2022-12-18Make `#[max]` an attribute in `newtype_index`Nilstrieb-1/+1
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-2/+1
2022-12-05feed resolver_for_lowering instead of storing it in a fieldOli Scherer-6/+9
2022-12-01Fill in `def_span` when creating def ids.Oli Scherer-1/+2
2022-11-29Expand hash check.Camille GILLOT-7/+10
2022-11-29Allow to set a query's result as a side effect.Camille GILLOT-0/+82
2022-11-29Sanity check fingerprints in the dep-graph.Camille GILLOT-19/+35
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-12/+12
2022-11-24make `error_reported` check for delayed bugsBoxy-1/+1
2022-11-06Rename `Ctxt` and `CTX` to `Tcx` and `Qcx`Nilstrieb-29/+29
2022-11-06Rename `tcx` to `qcx` when it's a `QueryContext`Nilstrieb-19/+19
2022-11-06Improve tracing loggingNilstrieb-41/+15
2022-10-01Allow query system to recover a HirId.Camille GILLOT-1/+5
2022-09-25Move the `codegen_unit` debug assert from `rustc_query_system` to `query_impl`Joshua Nelson-20/+0
2022-09-25Move some more code from rustc_middle to rustc_query_systemJoshua Nelson-0/+12
2022-09-25Move functions on `DepKindStruct` from rustc_middle to rustc_query_systemJoshua Nelson-5/+52
2022-09-25Move `DepKindStruct` from rustc_middle to rustc_query_systemJoshua Nelson-1/+62
2022-09-22Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"Camille GILLOT-5/+1
2022-09-14Allow query system to recover a HirId.Camille GILLOT-1/+5
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-3/+3
2022-07-09Auto merge of #99028 - tmiasko:inline, r=estebankbors-0/+1
2022-07-07Miscellaneous inlining improvementsTomasz Miąsko-0/+1
2022-07-07Auto merge of #95573 - cjgillot:lower-query, r=michaelwoeristerbors-14/+31
2022-07-06Use a dedicated DepKind for the forever-red node.Camille GILLOT-6/+8
2022-07-06Create a forever red node and use it to force side effects.Camille GILLOT-2/+20
2022-07-06Allow to create definitions inside the query system.Camille GILLOT-11/+8
2022-07-06incr: cache dwarf objects in work productsDavid Wood-2/+6
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