about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/query/job.rs
AgeCommit message (Expand)AuthorLines
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