about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/query
AgeCommit message (Expand)AuthorLines
2021-02-13Return a Result for query cache.Camille GILLOT-87/+68
2021-02-13Merge {get,ensure}_query.Camille GILLOT-24/+22
2021-02-09Auto merge of #81892 - jyn514:no-inline, r=cjgillotbors-10/+0
2021-02-08Switch query descriptions to just StringMark Rousskov-2/+1
2021-02-08[experiment] remove `#[inline]` from rustc_query_system::plumbingJoshua Nelson-10/+0
2021-01-16Undo assertion changeAaron Hill-6/+1
2021-01-16Run fmtAaron Hill-3/+8
2021-01-16Print result on unstable fingerprint errorAaron Hill-1/+1
2021-01-16Enforce that query results implement DebugAaron Hill-6/+8
2021-01-08Don't mark `force_query_with_job` as `inline(always)`Joshua Nelson-1/+0
2020-11-21Fix typosDániel Buga-3/+3
2020-10-30Fix even more clippy warningsJoshua Nelson-4/+2
2020-10-22Remove unused ProfileCategory.Camille GILLOT-2/+0
2020-10-19Remove <CTX: QueryContext> in a bunch of places.Julian Wollersberger-152/+193
2020-10-12Remove generic argument from `QueryConfig`.Julian Wollersberger-4/+2
2020-08-30mv compiler to compiler/mark-0/+1732