about summary refs log tree commit diff
path: root/compiler/rustc_query_system
AgeCommit message (Expand)AuthorLines
2022-07-20consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)Ralf Jung-10/+10
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-9/+9
2022-07-09Auto merge of #99028 - tmiasko:inline, r=estebankbors-0/+4
2022-07-07Miscellaneous inlining improvementsTomasz Miąsko-0/+4
2022-07-07Auto merge of #95573 - cjgillot:lower-query, r=michaelwoeristerbors-22/+39
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-06Make AST lowering a query.Camille GILLOT-6/+6
2022-07-06Allow to create definitions inside the query system.Camille GILLOT-13/+10
2022-07-06incr: cache dwarf objects in work productsDavid Wood-2/+6
2022-07-03Auto merge of #98570 - SparrowLii:deadlock, r=cjgillotbors-2/+1
2022-06-29get rid of `tcx` in deadlock handler when parallel compilationSparrowLii-2/+1
2022-06-27Update `smallvec` to 1.8.1.Nicholas Nethercote-1/+1
2022-06-18Remove `likely!` and `unlikely!` macro from compilerGary Guo-8/+10
2022-06-17Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoeristerbors-2/+9
2022-06-16Move `finish` out of the `Encoder` trait.Nicholas Nethercote-1/+1
2022-06-15Auto merge of #98084 - nnethercote:rm-thread-local-IGNORED_ATTRIBUTES, r=mich...bors-10/+1
2022-06-15Rollup merge of #98083 - nnethercote:rename-Encoder, r=bjorn3Yuki Okushi-3/+3
2022-06-14Separate `source_span` and `expn_that_defined` from `Definitions`.Camille GILLOT-2/+9
2022-06-14Remove thread-local `IGNORED_ATTRIBUTES`.Nicholas Nethercote-10/+1
2022-06-14Rename rustc_serialize::opaque::Encoder as MemEncoder.Nicholas Nethercote-3/+3
2022-06-13remove currently unused depsklensy-1/+0
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-06-02Address review comments.Nicholas Nethercote-14/+11
2022-06-01Lazify `SourceFile::lines`.Nicholas Nethercote-5/+12
2022-05-29Auto merge of #97287 - compiler-errors:type-interner, r=jackh726,oli-obkbors-0/+1
2022-05-28Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ...Michael Goulet-122/+0
2022-05-28Move things to rustc_type_irWilco Kusee-0/+123
2022-05-27Update to rebased rustc-rayon 0.4Josh Stone-1/+1
2022-05-07Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errorsbors-3/+3
2022-05-05Rollup merge of #96697 - oli-obk:trace_queries, r=michaelwoeristerYuki Okushi-1/+1
2022-05-04Enable tracing for all queryiesOli Scherer-1/+1
2022-05-04Stabilize `bool::then_some`Josh Triplett-1/+0
2022-05-02fix most compiler/ doctestsElliot Roberts-3/+3
2022-04-12Remove NodeIdHashingMode.Camille GILLOT-107/+8
2022-04-09Auto merge of #95524 - oli-obk:cached_stable_hash_cleanups, r=nnethercotebors-0/+8
2022-04-05errors: implement fallback diagnostic translationDavid Wood-2/+2
2022-03-31Move stable hash from TyS into a datastructure that can be shared with other ...Oli Scherer-0/+8
2022-03-30Spellchecking compiler commentsYuri Astrakhan-1/+1
2022-03-30Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakisbors-2/+0
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-2/+0
2022-03-28Propagate `parallel_compiler` feature through rustc crates. Turned off featur...klensy-1/+4
2022-03-20Take &mut Diagnostic in emit_diagnostic.Camille GILLOT-2/+2
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-6/+8