summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/dep_graph/graph.rs
AgeCommit message (Expand)AuthorLines
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
2023-03-12Remove `graph` parameter from `try_force_from_dep_node`John Kåre Alsaker-3/+5
2023-03-12Optimize dep node backtrace and ignore fatal errorsJohn Kåre Alsaker-46/+44
2023-03-09Remove `dep_node_index_of_opt` and `dep_node_index_of`John Kåre Alsaker-12/+2
2023-03-09Address commentsJohn Kåre Alsaker-2/+2
2023-03-09Move dep graph methods to DepGraphData to avoid branches and `unwrap`sJohn Kåre Alsaker-123/+166
2023-02-25Add inlining attributes for query system functionsJohn Kåre Alsaker-0/+5
2023-02-24Auto merge of #91742 - cjgillot:force-backtrace, r=estebankbors-11/+45
2023-02-06Make an optimal cold path for query_cache_hitJohn Kåre Alsaker-1/+1
2023-01-28Use OnDrop.Camille GILLOT-39/+32
2023-01-28Attempt to reduce perf impact.Camille GILLOT-10/+17
2023-01-28Print a backtrace when query forcing fails.Camille GILLOT-11/+45
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-5/+5
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-13/+9
2022-12-25Ignore span references from diagnostics.Camille GILLOT-2/+4
2022-12-18A few small cleanups for `newtype_index`Nilstrieb-2/+2
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-1/+1
2022-12-05feed resolver_for_lowering instead of storing it in a fieldOli Scherer-6/+9
2022-12-01Fill in `def_span` when creating def ids.Oli Scherer-1/+2
2022-11-29Expand hash check.Camille GILLOT-7/+10
2022-11-29Allow to set a query's result as a side effect.Camille GILLOT-0/+82
2022-11-29Sanity check fingerprints in the dep-graph.Camille GILLOT-19/+35
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-12/+12
2022-11-24make `error_reported` check for delayed bugsBoxy-1/+1
2022-11-06Rename `Ctxt` and `CTX` to `Tcx` and `Qcx`Nilstrieb-11/+11
2022-11-06Rename `tcx` to `qcx` when it's a `QueryContext`Nilstrieb-19/+19
2022-11-06Improve tracing loggingNilstrieb-39/+14
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-1/+1
2022-07-09Auto merge of #99028 - tmiasko:inline, r=estebankbors-0/+1
2022-07-07Miscellaneous inlining improvementsTomasz Miąsko-0/+1
2022-07-07Auto merge of #95573 - cjgillot:lower-query, r=michaelwoeristerbors-7/+21
2022-07-06Use a dedicated DepKind for the forever-red node.Camille GILLOT-6/+4
2022-07-06Create a forever red node and use it to force side effects.Camille GILLOT-2/+20
2022-07-06Allow to create definitions inside the query system.Camille GILLOT-4/+2
2022-07-06incr: cache dwarf objects in work productsDavid Wood-2/+6
2022-06-18Remove `likely!` and `unlikely!` macro from compilerGary Guo-1/+1