rust/compiler/rustc_query_system/src/dep_graph
bors ed897d5f85 Auto merge of #138267 - matthiaskrgr:rollup-vt76bhs, r=matthiaskrgr
Rollup of 12 pull requests

Successful merges:

 - #136127 (Allow `*const W<dyn A> -> *const dyn A` ptr cast)
 - #136968 (Turn order dependent trait objects future incompat warning into a hard error)
 - #137319 (Stabilize `const_vec_string_slice`)
 - #137885 (tidy: add triagebot checks)
 - #138040 (compiler: Use `size_of` from the prelude instead of imported)
 - #138084 (Use workspace lints for crates in `compiler/`)
 - #138158 (Move more layouting logic to `rustc_abi`)
 - #138160 (depend more on attr_data_structures and move find_attr! there)
 - #138192 (crashes: couple more tests)
 - #138216 (bootstrap: Fix stack printing when a step cycle is detected)
 - #138232 (Reduce verbosity of GCC build log)
 - #138242 (Revert "Don't test new error messages with the stage 0 compiler")

r? `@ghost`
`@rustbot` modify labels: rollup
2025-03-09 12:29:49 +00:00
..
debug.rs Use more slice patterns inside the compiler 2024-08-07 13:37:52 +02:00
dep_node.rs Remove dep_node comment duplication. 2025-02-04 08:34:10 +11:00
edges.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
graph.rs Changed the dependency graph to start preallocated with 128 capacity 2025-02-27 16:11:39 +01:00
mod.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
query.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
serialized.rs compiler: Use size_of from the prelude instead of imported 2025-03-07 13:37:04 -08:00

To learn more about how dependency tracking works in rustc, see the [rustc guide].