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
/
dep_node.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-03
Ensure query keys are printed with reduced queries
Michael Goulet
-5
/
+6
2025-03-14
Represent diagnostic side effects as dep nodes
John Kåre Alsaker
-2
/
+3
2025-02-04
Remove `dep_node` comment duplication.
Nicholas Nethercote
-13
/
+26
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+7
2024-06-22
Ensure careful consideration is given by impls
Alan Egerton
-0
/
+3
2024-06-12
Un-unsafe the `StableOrd` trait
Alan Egerton
-1
/
+1
2024-04-29
Remove `extern crate rustc_data_structures` from `rustc_query_system`.
Nicholas Nethercote
-11
/
+14
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-2
/
+2
2023-09-21
Move `DepKind` to `rustc_query_system` and define it as `u16`
John Kåre Alsaker
-17
/
+75
2023-06-08
Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis...
Andrew Xie
-1
/
+5
2023-06-04
Switched some uses to UnordMap
Andrew Xie
-1
/
+8
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-1
/
+1
2022-11-06
Rename `Ctxt` and `CTX` to `Tcx` and `Qcx`
Nilstrieb
-18
/
+18
2022-09-25
Move some more code from rustc_middle to rustc_query_system
Joshua Nelson
-0
/
+12
2022-09-25
Move `DepKindStruct` from rustc_middle to rustc_query_system
Joshua Nelson
-0
/
+61
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-2
/
+2
2022-07-06
Allow to create definitions inside the query system.
Camille GILLOT
-6
/
+5
2022-06-06
Remove unnecessary cgu name length hash
bjorn3
-1
/
+0
2021-10-20
Inline DepNodeParams methods.
Camille GILLOT
-1
/
+4
2021-10-20
Merge two query callbacks arrays.
Camille GILLOT
-3
/
+6
2021-10-20
Drop has_params.
Camille GILLOT
-1
/
+1
2021-10-06
Query the fingerprint style during key reconstruction
Mark Rousskov
-6
/
+6
2021-10-03
Access StableHashingContext in rustc_query_system.
Camille GILLOT
-2
/
+2
2021-09-14
Remove RawDefId tracking infrastructure from incr. comp. framework.
Michael Woerister
-12
/
+0
2021-04-08
Fix outdated crate names in compiler docs
pierwill
-1
/
+1
2021-02-20
Access the session directly from DepContext.
Camille GILLOT
-1
/
+4
2021-02-19
Don't require a QueryContext to access the DepGraph.
Camille GILLOT
-1
/
+1
2021-01-08
Simplify DepNodeParams.
Camille GILLOT
-6
/
+0
2020-12-18
rustc_query_system: explicitly register reused dep nodes
Tyson Nottingham
-3
/
+2
2020-12-04
Properly re-use def path hash in incremental mode
Aaron Hill
-0
/
+13
2020-11-18
Make PackedFingerprint's Fingerprint private
Tyson Nottingham
-2
/
+2
2020-11-18
Use PackedFingerprint in DepNode to reduce memory consumption
Tyson Nottingham
-4
/
+4
2020-10-14
Remove unused code from rustc_query_system
est31
-4
/
+0
2020-08-30
mv compiler to compiler/
mark
-0
/
+179