| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Auto-format * Changes: - Add rustfmt.toml with max-width override. - Run cargo fmt. * Motivation: Not perfect, but consistent. | 2 年前 | |
Document inflexibility with simultaneous mutable borrows of ZSTs. * Changes: - Add documentation explaining why GhostBorrowMut cannot allow simultaneous mutable borrows of a given ZST instance without potentially introducing unsoundness. - Add tests to verify that such cases are detected. - Simplify checking code, removing one use of `unsafe`. * Motivation: As demonstrated by @wackbyte in #32, there are ways to leverage simultaneous mutable borrows of a given ZST instance to obtain two mutable references to a GhostToken simultaneously, and it's all downhill from there. | 2 年前 | |
Add transposition for tuples * Changes: - Add transposition between GhostCell of tuple and tuple of GhostCells. * Motivation: While sound, it requires an unsafe implementation. | 2 年前 | |
Auto-format * Changes: - Add rustfmt.toml with max-width override. - Run cargo fmt. * Motivation: Not perfect, but consistent. | 2 年前 | |
Auto-format * Changes: - Add rustfmt.toml with max-width override. - Run cargo fmt. * Motivation: Not perfect, but consistent. | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 |