1
Fork 0
rust/compiler/rustc_query_system/src/dep_graph
nils fd7a159710 Fix uninlined_format_args for some compiler crates
Convert all the crates that have had their diagnostic migration
completed (except save_analysis because that will be deleted soon and
apfloat because of the licensing problem).
2023-01-05 19:01:12 +01:00
..
debug.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
dep_node.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
graph.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
mod.rs Improve tracing logging 2022-11-06 13:25:06 +01: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 Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00

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