| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -3/+3 | |
| 2024-10-16 | Stop inverting expectation in normalization errors | Michael Goulet | -1/+1 | |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -1/+1 | |
| 2024-01-13 | Bless tests | George-lewis | -0/+1 | |
| Update tests | ||||
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -1/+1 | |
| 2023-07-07 | Require TAITs to be mentioned in the signatures of functions that register ↵ | Oli Scherer | -3/+3 | |
| hidden types for them | ||||
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -11/+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-11 | Move /src/test to /tests | Albert Larsan | -0/+28 | |
