about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/dep_graph/graph.rs
AgeCommit message (Expand)AuthorLines
2024-04-22Add more context to the forbidden dep-graph read ICE error message.Michael Woerister-1/+5
2024-04-22Improve ICE message for forbidden dep-graph reads.Michael Woerister-1/+40
2024-04-05Auto merge of #122070 - Zoxc:dep-edges-from-previous, r=cjgillotbors-10/+12
2024-04-03rustc_index: Add a `ZERO` constant to index typesVadim Petrochenkov-1/+1
2024-03-23Add some comments and do some renamesJohn Kåre Alsaker-1/+1
2024-03-23Encode dep graph edges directly from the previous graph when promotingJohn Kåre Alsaker-10/+12
2024-03-06Avoid the double lock around `EncoderState`John Kåre Alsaker-10/+9
2024-03-06Remove profiling from `intern_node`John Kåre Alsaker-32/+5
2024-03-06Add a profiler reference to `GraphEncoder`John Kåre Alsaker-26/+10
2024-02-22Adjust the `has_errors*` methods.Nicholas Nethercote-1/+1
2024-02-02Remove dead args from functionsMichael Goulet-3/+2
2024-01-22Tweak error counting.Nicholas Nethercote-1/+1
2024-01-20Avoid code generation for ThinVec<Diagnostic>'s destructor in the query systemJohn Kåre Alsaker-1/+1
2024-01-06don't reexport atomic::ordering via rustc_data_structures, use std importklensy-7/+7
2023-12-24Remove more `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-1/+1
2023-12-18Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.Nicholas Nethercote-2/+2
2023-12-18Rename `Session::span_diagnostic` as `Session::dcx`.Nicholas Nethercote-1/+1
2023-12-15Split `Handler::emit_diagnostic` in two.Nicholas Nethercote-2/+2
2023-12-02Rename `HandlerInner::delayed_span_bugs` as `HandlerInner::span_delayed_bugs`.Nicholas Nethercote-1/+1
2023-11-22Call FileEncoder::finish in rmeta encodingBen Kimock-1/+1
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-1/+1
2023-11-16Reduce exposure of things.Nicholas Nethercote-18/+18
2023-10-28Rollup merge of #116534 - cjgillot:no-dep-tasks, r=davidtwcoJubilee-22/+4
2023-10-22fix broken link: update incremental compilation urlgvozdvmozgu-1/+1
2023-10-08Remove -Zdep-tasks.Camille GILLOT-22/+4
2023-09-21Move `DepKind` to `rustc_query_system` and define it as `u16`John Kåre Alsaker-83/+80
2023-09-08Add optimized lock methods for `Sharded`John Kåre Alsaker-9/+3
2023-09-06Add comments with the same level of detail as the PR descriptionBen Kimock-5/+1
2023-09-04Use a specialized varint + bitpacking scheme for DepGraph encodingBen Kimock-16/+15
2023-08-16Keep SHARDS fixed instead of a function of `cfg!(parallel_compiler)`John Kåre Alsaker-1/+1
2023-08-13Pass WorkProductMap to build_dep_graph instead of FxIndexMapbjorn3-4/+6
2023-08-04replace few explicit use of parking_lot with rustc_data_structures::sync oncesklensy-2/+1
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-2/+2
2023-06-04Fixed failing test + minor cleanupAndrew Xie-1/+2
2023-06-04Removed use of iteration through a HashMap/HashSet in rustc_incremental and r...Andrew Xie-5/+5
2023-05-24Use `Option::is_some_and` and `Result::is_ok_and` in the compilerMaybe Waffle-3/+3
2023-04-27Factor out common code in `intern_node`.Nicholas Nethercote-54/+26
2023-04-27Clean up `with_task`.Nicholas Nethercote-10/+6
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2023-04-17Spelling - compilerJosh Soref-1/+1
2023-04-12Auto merge of #109935 - michaelwoerister:fix-feed-in-eval-always, r=cjgillotbors-11/+33
2023-04-06Don't rely on `Debug` impl for `Erased`John Kåre Alsaker-1/+8
2023-04-04incr.comp.: Make sure dependencies are recorded when feeding queries during e...Michael Woerister-11/+33
2023-03-27Rollup merge of #109587 - cjgillot:no-hashmap-fingerprint, r=NilstriebMatthias Krüger-10/+4
2023-03-25Use an IndexVec to debug fingerprints.Camille GILLOT-10/+4
2023-03-25Split the `if` to release the lock earlierJohn Kåre Alsaker-9/+14
2023-03-25Optimize `incremental_verify_ich`John Kåre Alsaker-9/+16
2023-03-20Auto merge of #109046 - Zoxc:split-execute-job, r=cjgillot,michaelwoeristerbors-0/+1
2023-03-19Add some assertionsJohn Kåre Alsaker-0/+1
2023-03-12Use `Debug` for formatting the dep nodesJohn Kåre Alsaker-2/+1