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_middle
/
src
/
hooks
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-26
Make `def_path_hash_to_def_id` not panic when passed an invalid hash
Li-yao Xia
-1
/
+1
2025-07-23
Remove useless lifetime parameter.
Camille GILLOT
-2
/
+2
2025-02-05
Pretty print pattern type values with `transmute` if they don't satisfy their...
Oli Scherer
-0
/
+4
2025-02-03
Remove hook calling via `TyCtxtAt`.
Nicholas Nethercote
-17
/
+3
2025-01-31
Remove the `mir_build` hook.
Nicholas Nethercote
-6
/
+0
2025-01-31
Remove the `thir_{tree,flat}` hooks.
Nicholas Nethercote
-6
/
+0
2025-01-31
Add/clarify comments about hooks.
Nicholas Nethercote
-4
/
+7
2024-11-09
Move some code from Compiler::enter to GlobalCtxt::finish
bjorn3
-0
/
+13
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+4
2024-07-15
Introduce and provide a hook for `should_codegen_locally`
Mohammad Omidvar
-0
/
+4
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-04-16
Rollup merge of #124016 - DaniPopes:dedup-default-providers, r=lcnr
Guillaume Gomez
-7
/
+8
2024-04-16
Outline default query and hook provider function implementations
DaniPopes
-7
/
+8
2024-04-15
Make thir_tree and thir_flat into hooks
Michael Goulet
-0
/
+6
2024-03-27
Make `def_path_hash_to_def_id` a hook
Oli Scherer
-0
/
+8
2024-03-27
Move `CrateStore::expn_hash_to_expn_id` to a hook
Oli Scherer
-1
/
+7
2024-03-27
Start replacing `CStore` trait methods with hooks.
Oli Scherer
-3
/
+8
2024-03-20
Rename mir_const query to mir_built
Oli Scherer
-1
/
+1
2024-03-20
Replace `mir_built` query with a hook and use mir_const everywhere instead
Oli Scherer
-0
/
+6
2024-03-13
coverage: Make `is_eligible_for_coverage` a hook method
Zalathar
-0
/
+7
2023-11-01
Rename hook.
Camille GILLOT
-1
/
+1
2023-10-31
Turn const_caller_location from a query to a hook
Oli Scherer
-0
/
+3
2023-09-30
add some docs to hooks/mod.rs
Ralf Jung
-0
/
+5
2023-09-22
Add tracing instrumentation, just like queries automatically add it
Oli Scherer
-0
/
+1
2023-09-22
Add a way to decouple the implementation and the declaration of a TyCtxt method.
Oli Scherer
-0
/
+64