Skip to content

Tags: h33p/cglue

Tags

v0.3.5

Toggle v0.3.5's commit message

Verified

This commit was signed with the committer’s verified signature.
h33p Auri
Update CHANGELOG

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was signed with the committer’s verified signature.
h33p Auri
Hack around a soundness issue

Prevent `CBox` from being opaquable if it isn't `Send`. This effectively
works around #18, albeit does not solve it. This will prevent `!Send`
futures from being turned into CGlue's opaque, `CBox: Send`.

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was signed with the committer’s verified signature.
h33p Auri
Remove FastCWaker and VUB

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
h33p Auri
Remove FastCWaker

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was signed with the committer’s verified signature.
h33p Auri
Fix FastCWakerState drop code

v0.2.12

Toggle v0.2.12's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
h33p Auri
Update CHANGELOG, fix old builds

v0.2.11

Toggle v0.2.11's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
h33p Auri
Fix a borrowing safety bug in slices

v0.2.10

Toggle v0.2.10's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
h33p Auri
Update changelog

v0.2.9

Toggle v0.2.9's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
h33p Auri
Bump version, update CHANGELOG

v0.2.7

Toggle v0.2.7's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
h33p Auri
Fix an oopsie