| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-07-03 | Remove chalk from the compiler | Michael Goulet | -22/+0 | |
| 2023-06-19 | update tests | lcnr | -1/+1 | |
| 2023-05-31 | Check that RPITs are compatible with the opaques inferred during HIR typeck too | Michael Goulet | -10/+3 | |
| 2023-04-20 | Give more descriptive names to queries. | Camille GILLOT | -1/+1 | |
| 2023-04-03 | Perform match checking on THIR. | Camille GILLOT | -8/+9 | |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -32/+2 | |
| This was previously needed because the indirection used to hide some unexplained lifetime errors, which it turned out were related to the `min_choice` algorithm. Removing the indirection also solves a couple of cycle errors, large moves and makes async blocks support the `#[track_caller]` annotation. | ||||
| 2023-01-17 | Hide `_use_mk_alias_ty_instead` in `<AliasTy as Debug>::fmt` | nils | -1/+1 | |
| 2023-01-12 | Normalize test output more thoroughly | Mark Rousskov | -24/+42 | |
| This prevents differences in local environments, which may (for example) end up with a longer backtrace with more digits in the backtrace prefix, as happened to me. While we're at it, clean more of the output up, including the exact location of the error in the compiler. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+40 | |
