about summary refs log tree commit diff
path: root/compiler/rustc_query_system
AgeCommit message (Expand)AuthorLines
2025-09-08fixup limit handling codeJana Dönszelmann-1/+1
2025-09-04Rollup merge of #146112 - scrabsha:push-utkysktvulto, r=WaffleLapkinStuart Cook-2/+2
2025-09-03don't uppercase error messagesSasha Pourcelot-2/+2
2025-09-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-27Add `tracing` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-2/+0
2025-07-28Auto merge of #144469 - Kivooeo:chains-cleanup, r=SparrowLiibors-10/+10
2025-07-28use let chains in mir, resolve, targetKivooeo-10/+10
2025-07-24Use LocalKey<Cell> methods moreCameron Steffen-2/+2
2025-07-05use `is_multiple_of` instead of manual moduloFolkert de Vries-1/+1
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-06-20Rollup merge of #142384 - celinval:chores-rayon-mv, r=oli-obkTrevor Gross-6/+6
2025-06-11Do not clone Arc when hashing span.Camille GILLOT-4/+4
2025-06-11Use `rustc_thread_pool` instead of `rustc-rayon-core`Celina G. Val-6/+6
2025-06-08Remove all unused feature gates from the compilerbjorn3-1/+0
2025-06-03Ensure query keys are printed with reduced queriesMichael Goulet-5/+8
2025-05-14Handle `rustc_query_system` cases of `rustc::potential_query_instability` lintismailarilik-1/+9
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-05-07Auto merge of #139758 - Zoxc:thread-local-graph, r=oli-obkbors-171/+287
2025-05-06Use the portable `AtomicU64`John Kåre Alsaker-2/+2
2025-05-06Rename `graph::implementation::Graph` to `LinkedGraph`Zalathar-3/+3
2025-05-05Add some comments about thread local indicesJohn Kåre Alsaker-1/+5
2025-05-05Tweak index chunk allocationJohn Kåre Alsaker-5/+9
2025-05-01Add some commentsJohn Kåre Alsaker-1/+3
2025-05-01Use thread local dep graph encodingJohn Kåre Alsaker-170/+276
2025-04-29Add some commentsJohn Kåre Alsaker-0/+2
2025-04-29Add a jobserver proxy to ensure at least one token is always heldJohn Kåre Alsaker-6/+10
2025-04-25Auto merge of #139756 - Zoxc:out-of-order-dep-graph, r=oli-obkbors-43/+85
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-1/+1
2025-04-22Make sure there's no duplicate indices in the dep graphJohn Kåre Alsaker-1/+5
2025-04-22Tweak edgesJohn Kåre Alsaker-8/+5
2025-04-22Use `IndexVec::from_elem_n`John Kåre Alsaker-10/+7
2025-04-22Add index to the dep graph format and encode via `MemEncoder`John Kåre Alsaker-39/+83
2025-04-17Rollup merge of #139236 - Zoxc:anon-counter, r=davidtwcoMatthias Krüger-8/+16
2025-04-13Rollup merge of #139636 - Zoxc:graph-edges-len-u32, r=compiler-errorsJacob Pratt-8/+10
2025-04-10Encode dep node edge count as u32 instead of usizeJohn Kåre Alsaker-8/+10
2025-04-05Reuse the index from promoted nodes when coloring executed tasksJohn Kåre Alsaker-36/+88
2025-04-02Add a dep kind for use of the anon node with zero dependenciesJohn Kåre Alsaker-5/+8
2025-04-02Use a session counter to make anon dep nodes uniqueJohn Kåre Alsaker-8/+16
2025-03-30Encode synthetic by-move coroutine body with a different DefPathDataMichael Goulet-3/+4
2025-03-27Rollup merge of #138844 - petrochenkov:cfgtrace2, r=nnethercoteJacob Pratt-1/+1
2025-03-27Rollup merge of #138672 - Zoxc:deferred-queries-in-deadlock-handler, r=oli-obkStuart Cook-100/+217
2025-03-26Auto merge of #138824 - Zoxc:dep-graph-no-prev-map, r=oli-obkbors-185/+144
2025-03-26expand: Leave traces when expanding `cfg` attributesVadim Petrochenkov-1/+1
2025-03-26Use a function to create `QueryStackDeferred` to ensure context is CopyJohn Kåre Alsaker-3/+7
2025-03-26Avoiding calling queries when collecting active queriesJohn Kåre Alsaker-100/+213
2025-03-25Rollup merge of #138874 - Zoxc:waiter-race, r=SparrowLii,davidtwcoJacob Pratt-25/+12
2025-03-25Rollup merge of #138581 - Zoxc:abort-handler-if-locked, r=SparrowLiiMatthias Krüger-4/+12
2025-03-24Remove `prev_index_to_index` field from `CurrentDepGraph`John Kåre Alsaker-185/+144
2025-03-24Auto merge of #138629 - Zoxc:graph-anon-hashmap, r=oli-obkbors-49/+115