about summary refs log tree commit diff
path: root/compiler/rustc_query_impl/src/profiling_support.rs
AgeCommit message (Expand)AuthorLines
2024-11-09Move some code from Compiler::enter to GlobalCtxt::finishbjorn3-0/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-13Rename and reorder lots of lifetimes.Nicholas Nethercote-7/+7
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+3
2024-04-11move QueryKeyStringCache from rustc_middle to rustc_query_impl, where it actu...klensy-1/+11
2023-05-21Replace `QueryStruct` with arrays local to `rustc_query_impl`John Kåre Alsaker-2/+2
2023-05-17Finish move of query.rsJohn Kåre Alsaker-1/+1
2023-04-26Remove QueryEngine traitJohn Kåre Alsaker-14/+2
2023-04-20Remove WithOptconstParam.Camille GILLOT-32/+1
2023-04-15fix clippy::{clone_on_copy, useless_conversion}Matthias Krüger-1/+1
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-1/+1
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-1/+1
2022-11-06Remove one lifetime from `QueryKeyStringBuilder`Nilstrieb-36/+15
2022-09-25Use function pointers instead of macro-unrolled loops in rustc_query_implJoshua Nelson-18/+7
2022-09-06Get rid of the emitted `rustc_query_names` and `rustc_cached_queries` macroJoshua Nelson-5/+5
2022-09-06Support doc-comments in `define_dep_nodes`Joshua Nelson-2/+2
2022-09-06Further simplify the macros generated by `rustc_queries`Joshua Nelson-2/+2
2022-08-24Simplify the syntax for macros generated by `rustc_queries`Joshua Nelson-1/+1
2022-08-23Remove `$tcx` metavariable from `rustc_query_append`Joshua Nelson-2/+2
2022-06-13Integrate measureme's hardware performance counter support.Eduard-Mihai Burtescu-0/+3
2022-04-17Stop using CRATE_DEF_INDEX.Camille GILLOT-2/+2
2022-02-20Move Sharded maps into each QueryCache implMark Rousskov-4/+4
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-2/+2
2021-12-15Remove `SymbolStr`.Nicholas Nethercote-2/+2
2021-12-14Remove `in_band_lifetimes` from `rustc_query_impl`LegionMammal978-1/+1
2021-06-02Restrict access to crate_name.Camille GILLOT-1/+1
2021-06-01Revert "Reduce the amount of untracked state in TyCtxt"Camille Gillot-1/+1
2021-05-30Restrict access to crate_name.Camille GILLOT-1/+1
2021-04-29Move iter_results to dyn FnMut rather than a genericMark Rousskov-9/+10
2021-02-19Move the query system to rustc_query_impl.Camille GILLOT-0/+320