| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-03-13 | coverage: Make `is_eligible_for_coverage` a hook method | Zalathar | -0/+7 | |
| This will allow MIR building to check whether a function is eligible for coverage instrumentation, and avoid collecting branch coverage info if it is not. | ||||
| 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 | |
