| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-10-11 | Note what qualifier | Michael Goulet | -5/+5 | |
| 2024-10-11 | Remove unadorned | Michael Goulet | -2/+2 | |
| 2024-09-14 | stabilize `const_extern_fn` | Folkert de Vries | -2/+0 | |
| 2024-06-04 | Fail when using safe/unsafe items inside unadorned extern blocks | Santiago Pastorino | -1/+2 | |
| 2024-06-04 | Allow using unsafe on functions inside extern blocks | Santiago Pastorino | -3/+3 | |
| 2024-04-04 | Fix diagnostic for qualifier in extern block | Arthur Carcano | -1/+4 | |
| Closes: https://github.com/rust-lang/rust/issues/123306 | ||||
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2024-01-02 | E0379: Make diagnostic more precise | León Orell Valerian Liehr | -2/+2 | |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -6/+4 | |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -3/+0 | |
| 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/+58 | |
