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