rust/compiler/rustc_query_system/src/dep_graph
Joshua Nelson 3c9765cff1 Rename debugging_opts to unstable_opts
This is no longer used only for debugging options (e.g. `-Zoutput-width`, `-Zallow-features`).
Rename it to be more clear.
2022-07-13 17:47:06 -05:00
..
debug.rs fix most compiler/ doctests 2022-05-02 17:40:30 -07:00
dep_node.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
graph.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
mod.rs Use a dedicated DepKind for the forever-red node. 2022-07-06 23:20:12 +02:00
query.rs Address review. 2021-03-30 18:10:08 +02:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
serialized.rs Move finish out of the Encoder trait. 2022-06-16 16:20:32 +10:00

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