index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_query_system
/
src
/
dep_graph
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-03
Ensure query keys are printed with reduced queries
Michael Goulet
-0
/
+2
2025-05-01
Use thread local dep graph encoding
John Kåre Alsaker
-1
/
+2
2025-04-02
Add a dep kind for use of the anon node with zero dependencies
John Kåre Alsaker
-0
/
+3
2025-03-19
Pass in dep kind names to the duplicate dep node check
John Kåre Alsaker
-1
/
+3
2025-03-14
Represent diagnostic side effects as dep nodes
John Kåre Alsaker
-2
/
+10
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+5
2024-06-19
Allow for try_force_from_dep_node to fail
Michael Baikov
-7
/
+11
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-3
/
+2
2023-11-16
Reduce exposure of things.
Nicholas Nethercote
-5
/
+2
2023-09-21
Move `DepKind` to `rustc_query_system` and define it as `u16`
John Kåre Alsaker
-48
/
+36
2023-09-04
Use a specialized varint + bitpacking scheme for DepGraph encoding
Ben Kimock
-0
/
+8
2023-08-13
Pass WorkProductMap to build_dep_graph instead of FxIndexMap
bjorn3
-1
/
+1
2023-03-12
Remove `graph` parameter from `try_force_from_dep_node`
John Kåre Alsaker
-4
/
+3
2023-03-12
Optimize dep node backtrace and ignore fatal errors
John Kåre Alsaker
-4
/
+19
2023-03-09
Move dep graph methods to DepGraphData to avoid branches and `unwrap`s
John Kåre Alsaker
-1
/
+2
2023-02-26
Avoid implementing Debug for QueryConfig
John Kåre Alsaker
-0
/
+9
2023-02-14
Pass `DepContext` and `QueryContext` by value when practical
John Kåre Alsaker
-3
/
+3
2022-11-06
Improve tracing logging
Nilstrieb
-2
/
+1
2022-10-01
Allow query system to recover a HirId.
Camille GILLOT
-1
/
+5
2022-09-25
Move the `codegen_unit` debug assert from `rustc_query_system` to `query_impl`
Joshua Nelson
-20
/
+0
2022-09-25
Move functions on `DepKindStruct` from rustc_middle to rustc_query_system
Joshua Nelson
-5
/
+52
2022-09-25
Move `DepKindStruct` from rustc_middle to rustc_query_system
Joshua Nelson
-1
/
+1
2022-09-22
Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"
Camille GILLOT
-5
/
+1
2022-09-14
Allow query system to recover a HirId.
Camille GILLOT
-1
/
+5
2022-07-06
Use a dedicated DepKind for the forever-red node.
Camille GILLOT
-0
/
+4
2022-07-06
Allow to create definitions inside the query system.
Camille GILLOT
-1
/
+1
2022-01-08
Introduce new `TaskDepsRef` enum to track allow/ignore/forbid status
Aaron Hill
-4
/
+5
2021-10-20
Build jump table at runtime.
Camille GILLOT
-2
/
+2
2021-10-20
Invoke callbacks from rustc_middle.
Camille GILLOT
-0
/
+6
2021-10-20
Merge two query callbacks arrays.
Camille GILLOT
-5
/
+5
2021-10-20
Drop has_params.
Camille GILLOT
-4
/
+1
2021-10-06
Query the fingerprint style during key reconstruction
Mark Rousskov
-1
/
+22
2021-10-03
Access StableHashingContext in rustc_query_system.
Camille GILLOT
-8
/
+3
2021-09-14
Remove RawDefId tracking infrastructure from incr. comp. framework.
Michael Woerister
-2
/
+0
2021-05-22
Get rid of PreviousDepGraph.
Camille GILLOT
-2
/
+0
2021-03-30
Stream the dep-graph to a file.
Camille GILLOT
-1
/
+2
2021-02-20
Access the session directly from DepContext.
Camille GILLOT
-3
/
+4
2021-02-19
Use a QueryContext for try_mark_green.
Camille GILLOT
-24
/
+0
2021-02-19
Move try_load_from_on_disk_cache to the QueryContext.
Camille GILLOT
-3
/
+0
2021-02-19
Decouple QueryContext from DepContext.
Camille GILLOT
-0
/
+21
2021-02-19
Don't require a QueryContext to access the DepGraph.
Camille GILLOT
-0
/
+3
2021-01-08
Use a side-table of consts instead of matching on the DepKind enum.
Camille GILLOT
-1
/
+1
2020-12-18
rustc_query_system: explicitly register reused dep nodes
Tyson Nottingham
-2
/
+1
2020-11-25
Lazy DefPath decoding for incremental compilation
Aaron Hill
-0
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+85