rust/compiler/rustc_query_system/src/dep_graph
Tomasz Miąsko 87374de3ad Miscellaneous inlining improvements
Add `#[inline]` to a few trivial non-generic methods from a perf report
that otherwise wouldn't be candidates for inlining.
2022-07-07 22:20:08 +02:00
..
debug.rs fix most compiler/ doctests 2022-05-02 17:40:30 -07:00
dep_node.rs Remove unnecessary cgu name length hash 2022-06-06 12:29:44 +00:00
graph.rs Miscellaneous inlining improvements 2022-07-07 22:20:08 +02:00
mod.rs Introduce new TaskDepsRef enum to track allow/ignore/forbid status 2022-01-08 18:22:06 -05: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].