| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2023-06-21 | Warn on unused offset_of!() result | Chayim Refael Friedman | -49/+49 |
| 2023-06-15 | change `std::marker::Sized` to just `Sized` | Lukas Markeffsky | -1/+1 |
| 2023-06-08 | Support float-like tuple indices in offset_of!() | est31 | -18/+298 |
| 2023-06-02 | Test invalid tuple field identifiers | clubby789 | -0/+47 |
| 2023-06-02 | Check tuple elements are `Sized` in `offset_of` | clubby789 | -6/+18 |
| 2023-05-29 | offset_of: Don't require type to be sized | clubby789 | -0/+15 |
| 2023-05-20 | don't skip inference for type in `offset_of!` | Lukas Markeffsky | -3/+33 |
| 2023-05-18 | Add more tests for the offset_of!() macro | est31 | -7/+330 |
| 2023-05-16 | Erase regions of type in `offset_of!` | clubby789 | -0/+5 |
| 2023-05-05 | Add feature gate | est31 | -2/+2 |
| 2023-05-05 | Migrate offset_of from a macro to builtin # syntax | est31 | -13/+177 |
| 2023-04-21 | major test improvements | DrMeepster | -9/+239 |
| 2023-04-21 | offset_of | DrMeepster | -0/+79 |
