| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-02 | collateral damage in derive tests, improves errors by not refering to ↵ | Jana Dönszelmann | -9/+11 | |
| implementation details | ||||
| 2025-04-15 | Update tests. | Mara Bos | -15/+14 | |
| 2025-04-15 | Implement `pin!()` using `super let`. | Mara Bos | -24/+0 | |
| 2025-03-29 | Add more tests for pin!(). | Mara Bos | -0/+64 | |
| Co-authored-by: Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com> | ||||
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable ↵ | dianne | -2/+2 | |
| library feature" This is consistent with all other diagnostics I could find containing features and enables the use of `DiagSymbolList` for generalizing diagnostics for unstable library features to multiple features. | ||||
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -2/+2 | |
| 2024-01-16 | Rename `pointer` field on `Pin` | LegionMammal978 | -3/+3 | |
| The internal, unstable field of `Pin` can conflict with fields from the inner type accessed via the `Deref` impl. Rename it from `pointer` to `__pointer`, to make it less likely to conflict with anything else. | ||||
| 2024-01-13 | Bless tests | George-lewis | -0/+1 | |
| Update tests | ||||
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -1/+1 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-07-28 | Account for macros when suggesting a new let binding | Esteban Küber | -1/+5 | |
| 2023-01-11 | Stabilize `::{core,std}::pin::pin!` | Daniel Henry-Mantilla | -5/+3 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+84 | |
