| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-12-23 | Use DepKind instead of &str | gimbles | -5/+5 | |
| 2022-11-06 | Rename `Ctxt` and `CTX` to `Tcx` and `Qcx` | Nilstrieb | -4/+4 | |
| This makes it consistent and clear which context is used. | ||||
| 2022-10-07 | Rewrite representability | Cameron Steffen | -2/+3 | |
| 2022-09-06 | Make `HandleCycleError` an enum instead of a macro-generated closure | Joshua Nelson | -0/+14 | |
| - Add a `HandleCycleError` enum to rustc_query_system, along with a `handle_cycle_error` function - Move `Value` to rustc_query_system, so `handle_cycle_error` can use it - Move the `Value` impls from rustc_query_impl to rustc_middle. This is necessary due to orphan rules. | ||||
