| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -1/+1 | |
| This trait was a way to generalize over both `TyCtxt` and `Resolver`, but now `Resolver` has access to `TyCtxt`, so this trait is no longer necessary. | ||||
| 2023-02-22 | Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_misc | Michael Goulet | -2/+2 | |
| 2023-02-17 | Fix ICE on type alias in recursion | clubby789 | -2/+3 | |
| 2023-01-14 | add EarlyBinder::subst_identity; impl ParameterizedOverTcx (needed for ↵ | Kyle Matsuda | -0/+12 | |
| rustc_metadata) and Value for EarlyBinder | ||||
| 2022-12-23 | Use DepKind instead of &str | gimbles | -11/+12 | |
| 2022-12-01 | Properly synthesize fn sig value during cycle | Michael Goulet | -5/+15 | |
| 2022-11-09 | Add domain size check to fix ICE | Cameron Steffen | -1/+2 | |
| 2022-10-10 | Check representability in adt_sized_constraint | Cameron Steffen | -13/+1 | |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -5/+165 | |
| 2022-09-06 | Make `HandleCycleError` an enum instead of a macro-generated closure | Joshua Nelson | -0/+54 | |
| - 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. | ||||
