| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-04-29 | Move iter_results to dyn FnMut rather than a generic | Mark Rousskov | -5/+4 | |
| This means that we're no longer generating the iteration/locking code for each invocation site of iter_results, rather just once per query. This is a 15% win in instruction counts when compiling the rustc_query_impl crate. | ||||
| 2021-02-19 | Move the query system to rustc_query_impl. | Camille GILLOT | -0/+140 | |
