Avril
|
51bc5113b5
|
Bump version 1.2.1: change core::intrinsics::r#try -> catch_unwind (https://github.com/notflan/stackalloc-rs/pull/2)
Fortune for stackalloc's current commit: Small curse − 小凶
|
7 months ago |
Avril
|
54009f74e8
|
Merge pull request #2 from elrafoon/catch_unwind
fix: change core::intrinsics::r#try -> catch_unwind
|
7 months ago |
Avril
|
247895452c
|
Added feature `no_unwind_protection` for tests. build.rs: Added `rustc-check-cfg` for cfg flag `nightly`.
Fortune for stackalloc's current commit: Half curse − 半凶
|
7 months ago |
Stanislav Ravas
|
a702bc88ff
|
fix: change core::intrinsics::r#try -> catch_unwind
Follow change in rust core library in commit b4ca582b898.
|
7 months ago |
Avril
|
391a537107
|
Version bump (minor): New feature `no_std`. (https://github.com/notflan/stackalloc-rs/pull/1)
Removed unwind protection test for `no_std`: It will always cause an abort, this is expected.
Fortune for stackalloc's current commit: Blessing − 吉
|
2 years ago |
Avril
|
ebb4f8d653
|
Merge pull request #1 from ParkerTenBroeck/master
Added optional no_std feature
|
2 years ago |
Parker TenBroeck
|
84255549df
|
Added catch_unwind for no_std
added catch_unwind functionality for no_std where unwinding panics are turned into aborting panics
|
2 years ago |
Parker TenBroeck
|
72d2860851
|
fixed test feature not being enabled for nightly no_std
|
2 years ago |
Parker TenBroeck
|
58ee35daad
|
fixed test dependency not being present for tests on nightly
|
2 years ago |
Parker TenBroeck
|
dc421e002b
|
added optional no_std feature
|
2 years ago |
Avril
|
be0bc7b612
|
Added PLT for C trampolnine.
Fortune for stackalloc's current commit: Curse − 凶
|
3 years ago |
Avril
|
3a42d22081
|
fix linking error
|
3 years ago |
Avril
|
675cd7cf37
|
added iterator functions
|
4 years ago |
Avril
|
bdba08664e
|
update README
|
4 years ago |
Avril
|
da1ccd15e6
|
update Cargo.toml
|
4 years ago |
Avril
|
b3403cd6cc
|
update README
|
4 years ago |
Avril
|
82a4e2a0ba
|
added README
|
4 years ago |
Avril
|
0fcca646ef
|
fix size bug
added drop for types that need dropping
|
4 years ago |
Avril
|
9173d8b63f
|
added initialised stackalloc variants
|
4 years ago |
Avril
|
7353b45f27
|
added stackalloc
|
4 years ago |
Avril
|
10593b62be
|
avec public despite being unfinished
|
4 years ago |
Avril
|
c2f664c431
|
added alloca_zero
benchmarked against vec with runtime value
started growable vector type impl for stackalloc'd memory
|
4 years ago |
Avril
|
b0a52b992b
|
rename funtion bytes to alloca
|
4 years ago |
Avril
|
5a5b4cc623
|
remove noinline from main function
|
4 years ago |
Avril
|
6fc4d9e8ed
|
update description
|
4 years ago |
Avril
|
468b7ed86e
|
document the 'bytes' alloca function
|
4 years ago |
Avril
|
3564de893e
|
with_alloca works
|
4 years ago |
Avril
|
c127cf0bfd
|
more C build flags
|
4 years ago |
Avril
|
c1aea27653
|
more C build flags
|
4 years ago |
Avril
|
1c8795d93d
|
added -Wextra
|
4 years ago |
Avril
|
c003bb9643
|
add description
|
4 years ago |
Avril
|
dfd1a025bd
|
update ffi wrapper
|
4 years ago |
Avril
|
dc0d856640
|
remove redundant cc build flag
|
4 years ago |
Avril
|
ab99d0927b
|
test pointer is safely writeable
|
4 years ago |
Avril
|
02bcfeb3fe
|
Initial commit
calling C trampoline works
|
4 years ago |