| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-10-11 | Note what qualifier | Michael Goulet | -12/+12 | |
| 2024-10-11 | Remove unadorned | Michael Goulet | -4/+4 | |
| 2024-09-14 | stabilize `const_extern_fn` | Folkert de Vries | -17/+17 | |
| 2024-06-26 | Fix bad replacement for unsafe extern block suggestion | yukang | -6/+10 | |
| 2024-06-21 | Do not allow safe usafe on static and fn items | Santiago Pastorino | -9/+9 | |
| 2024-06-04 | Fail when using safe/unsafe items inside unadorned extern blocks | Santiago Pastorino | -1/+19 | |
| 2024-06-04 | Allow using unsafe on functions inside extern blocks | Santiago Pastorino | -19/+1 | |
| 2024-04-04 | Fix diagnostic for qualifier in extern block | Arthur Carcano | -33/+35 | |
| Closes: https://github.com/rust-lang/rust/issues/123306 | ||||
| 2024-01-02 | E0379: Provide suggestions | León Orell Valerian Liehr | -4/+16 | |
| 2024-01-02 | E0379: Make diagnostic more precise | León Orell Valerian Liehr | -4/+4 | |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -65/+12 | |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -127/+19 | |
| 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-02-02 | Don't cause a cycle when formatting query description that references a FnDef | Michael Goulet | -6/+6 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+302 | |
