| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-02-27 | safe transmute: revise safety analysis | Jack Wrenn | -46/+37 | |
| Migrate to a simplified safety analysis that does not use visibility. Closes https://github.com/rust-lang/project-safe-transmute/issues/15 | ||||
| 2024-01-13 | Bless tests | George-lewis | -0/+2 | |
| Update tests | ||||
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -2/+2 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-06-12 | Safe Transmute: Refactor error handling and Answer type | Bryan Garza | -3/+19 | |
| - Create `Answer` type that is not just a type alias of `Result` - Remove a usage of `map_layouts` to make the code easier to read - Don't hide errors related to Unknown Layout when computing transmutability | ||||
| 2023-01-12 | Render missing generics suggestion verbosely | Michael Goulet | -6/+10 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+207 | |
