]> git.lizzy.rs Git - rust.git/commit
Initial support for recording query keys in self-profiling data.
authorMichael Woerister <michaelwoerister@posteo>
Tue, 17 Dec 2019 13:44:07 +0000 (14:44 +0100)
committerMichael Woerister <michaelwoerister@posteo>
Fri, 10 Jan 2020 09:19:39 +0000 (10:19 +0100)
commitb8ead417a6c2c6befff26f05393a4c213bf4a66c
tree3bf1b168fd1b00c1232d75e9f02a3ae0a39a091a
parent996511a45655e452ec3132094e08dcbebee36a67
Initial support for recording query keys in self-profiling data.
Cargo.lock
src/librustc/Cargo.toml
src/librustc/dep_graph/graph.rs
src/librustc/ty/query/mod.rs
src/librustc/ty/query/plumbing.rs
src/librustc/ty/query/profiling_support.rs [new file with mode: 0644]
src/librustc_codegen_ssa/base.rs
src/librustc_data_structures/Cargo.toml
src/librustc_data_structures/profiling.rs