8000 Tags · maciejhirsz/beef · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: maciejhirsz/beef

Tags

v0.5.2

Toggle v0.5.2's commit message
Version bump

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 0.5.1 (#45)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Sync and Send markers, add Unpin (#39)

* Fix Sync and Send markers, add Unpin

* rustfmt

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add impl Default for Cow (#32)

* Add impl Default for Cow

* Fix type inference on &[]

v0.4.3

Toggle v0.4.3's commit message
Version bump

v.4.2

Toggle v.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
0.4.2 (#27)

* const_str working on stable

* Update Cargo.toml

* Fix const_fn on no_str

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add tests, bump version (#21)

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
0.4.0 (#14)

* Private Capacity type for beef::Cow

* Fix const_fn

* Add serde support

* Test serde in CI

* Fix CI

* Fix memory leak on beef::lean::Cow

* fat -> wide internally to be consistent

* fat -> wide again

* Don't re-reference a potentially invalid fat pointer

* Re-enable leak checking in miri

* Splitting NonNull<[T]> into NonNull<T> + usize

* Renamed len to fat where appropriate, documented fields on Cow

* Disable Miri on stress tests

* Remove mentions of lean::Cow being a fat pointer

* Limit iterations in miri

* Serde tests

* Explaining is_borrowed / is_owned

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
beef::lean::Cow (#10)

* Benches

* Bench as_ref() only

* Crank up bench profile

* Split the fat pointer

* as_ptr is unnecessary

* Skinny and Fat Cow

* Fat and skinny

* Recursifying 1

* Generic cursed beef!

* Missing Eq derive

* Working on docs

* Fixed PartialEq impls with macros

* Docs, comments, fixing cursed borrows

* More readme

* Add const_fn back

* skinny -> lean

* Cursed -> Lean

* Removed commented code

* Doc comment links

* Test for soundness of beef::lean::Cow

* Minor doc tweaks

* Better illustrate beef::lean::Cow in readme

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cast fat raw pointers to thin raw pointers without going through refs (

…#9)
0