about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/query/job.rs
AgeCommit message (Expand)AuthorLines
2022-12-23Auto merge of #105550 - gimbles:master, r=Nilstriebbors-43/+61
2022-12-23Use DepKind instead of &strgimbles-43/+61
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-3/+3
2022-11-06Rename `Ctxt` and `CTX` to `Tcx` and `Qcx`Nilstrieb-2/+2
2022-11-06Rename `tcx` to `qcx` when it's a `QueryContext`Nilstrieb-2/+2
2022-10-07Rewrite representabilityCameron Steffen-3/+3
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-1/+1
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-1/+1
2022-09-21UPDATE - move SessionDiagnostic from rustc_session to rustc_errorsJhonny Bill Mena-2/+4
2022-09-15correct span, add help message and add UI test when query depth overflowsSparrowLii-4/+1
2022-09-15add note for `layout_of` when query depth overflowsSparrowLii-1/+23
2022-09-05UPDATE - into_diagnostic to take a Handler instead of a ParseSessJhonny Bill Mena-1/+1
2022-08-31delete leftover commentLi Yuanheng-1/+0
2022-08-31use derive proc macro to impl SessionDiagnosticYuanheng Li-13/+30
2022-08-31migrate rustc_query_system to use SessionDiagnosticYuanheng Li-37/+18
2022-07-29Remove useless closure.Camille GILLOT-5/+3
2022-07-28Remove guess_head_span.Camille GILLOT-6/+2
2022-07-07Miscellaneous inlining improvementsTomasz Miąsko-0/+2
2022-06-29get rid of `tcx` in deadlock handler when parallel compilationSparrowLii-2/+1
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-2/+4
2022-02-23rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".Eduard-Mihai Burtescu-2/+2
2022-02-17Remove SimpleDefKindMark Rousskov-8/+7
2022-02-08Switch QueryJobId to a single global counterMark Rousskov-101/+54
2021-10-16Adopt let_else across the compilerest31-3/+1
2021-09-11Auto merge of #78780 - cjgillot:req, r=Mark-Simulacrumbors-0/+2
2021-09-01Remove redundant `Span` in `QueryJobInfo`Noah Lev-9/+6
2021-08-27Note that trait aliases cannot be recursiveNoah Lev-9/+16
2021-08-27Note that type aliases cannot be recursiveNoah Lev-1/+13
2021-08-22Decouple JobOwner from cache.Camille GILLOT-0/+2
2021-08-21Improve errors for recursive type aliasesNoah Lev-4/+8
2021-05-02Streamline try_start codeMark Rousskov-18/+3
2021-03-26Use iter::zip in compiler/Josh Stone-2/+2
2021-02-21Simplify hashing.Camille GILLOT-22/+14
2021-02-20Move print_query_stack to rustc_query_system.Camille GILLOT-4/+42
2021-02-20Move report_cycle to rustc_query_system.Camille GILLOT-0/+36
2021-02-20Move Query to rustc_query_system.Camille GILLOT-48/+43
2021-02-19Decouple QueryContext from DepContext.Camille GILLOT-2/+3
2020-11-21Fix typosDániel Buga-3/+3
2020-10-19Remove <CTX: QueryContext> in a bunch of places.Julian Wollersberger-72/+98
2020-08-30mv compiler to compiler/mark-0/+570