Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-11 | Don't run trybuild on miri feature/more-closures | SoniEx2 | |
2022-12-11 | Add tests for moving the pin | SoniEx2 | |
2022-12-05 | Use closures for new_with | SoniEx2 | |
2022-12-04 | Add test by steffahn | SoniEx2 | |
2022-12-04 | Use a wrapper struct to enable closures | SoniEx2 | |
2022-10-08 | Improve errors | SoniEx2 | |
2022-10-08 | Fix support for ?Sized | SoniEx2 | |
2022-10-07 | Port to Rust 1.65.0 | SoniEx2 | |
2022-08-28 | Improve crate documentation | SoniEx2 | |
2022-08-18 | Attempt support for dyn Trait in Holder | SoniEx2 | |
This is a potentially-breaking change, so 0.2.0. | |||
2022-06-23 | Relicense to MIT/Apache2 | SoniEx2 | |
It has come to our attention that others have independently come up with the same techniques we used here before us. In particular, ouroboros uses the same ub_check technique. The only advantage of this crate is the ability to have full Self-references which is something apparently nobody else has ever needed. | |||
2022-06-19 | Deprecate trait SelfRef | SoniEx2 | |
It isn't needed | |||
2022-06-17 | Add some Cell impls | SoniEx2 | |
2022-06-16 | Fix example | SoniEx2 | |
2022-06-16 | Add links | SoniEx2 | |
2022-06-16 | [Project] selfref.rs | SoniEx2 | |
Pain-free self-referential pinned types |