issues
search
edef1c
/
libfringe
a Rust library implementing safe, lightweight context switches, without relying on kernel services
https://edef1c.github.io/libfringe
Apache License 2.0
512
stars
31
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add 32 bits RISC-V support
#89
occheung
opened
3 years ago
0
use updated syntax llvm_asm cf https://github.com/rust-lang/rfcs/blob…
#88
nrolland
opened
4 years ago
1
fix cargo config file for using no extra features
#87
nrolland
opened
4 years ago
0
Switch to llvm_asm to compile on latest nightly.
#86
gz
opened
4 years ago
1
Ask for help: Is there any way to increase stack size when generator is suspeneded?
#85
playXE
opened
4 years ago
1
Add rustfmt.toml with tab_spaces set to 2 & run cargo fmt
#84
Atul9
opened
4 years ago
0
Fix compilation on latest nightly (#82).
#83
gz
closed
5 years ago
1
unions may not contain fields that need dropping
#82
gz
closed
5 years ago
1
Keep docs in sync
#81
vinaychandra
opened
5 years ago
0
Release a new version
#80
vinaychandra
opened
5 years ago
2
Make libfringe compile on latest nightly
#79
gz
closed
5 years ago
1
Update alloc usage to support latest nightly; work around check in llvm that broke x86
#78
alecmocatta
closed
5 years ago
3
Support nightly-may-16-2018
#77
MarkSwanson
closed
6 years ago
1
nightly changes
#76
MarkSwanson
closed
6 years ago
1
Crash when run test on linux
#75
Xudong-Huang
opened
6 years ago
3
project abandoned?
#74
alkis
closed
6 years ago
5
Session
#73
aeleos
closed
7 years ago
1
Consider interactions with real generators
#72
whitequark
closed
7 years ago
4
Windows Fiber Support
#71
cramertj
closed
7 years ago
2
Unwinding support
#70
Amanieu
opened
7 years ago
6
Add tests for Generator::unwrap
#69
edef1c
closed
7 years ago
0
Crash with the example from the readme
#68
arturoc
opened
7 years ago
10
Don't implement Send at all
#67
edef1c
closed
7 years ago
3
Panic and leak the stack if it's unsafe to drop it
#66
edef1c
closed
7 years ago
3
Crash when non-move closure passed to Generator::new
#65
rhn
opened
7 years ago
2
Fix usage of default-features key
#64
rhn
closed
7 years ago
0
Made Yielder constructor public.
#63
valarauca
closed
8 years ago
5
Inline the swap trampoline on x86_64 and AArch64
#62
Amanieu
closed
8 years ago
3
Unsoudness?
#61
dpc
closed
8 years ago
1
No swap() inline
#60
MarkSwanson
closed
8 years ago
3
fPIC troubles? relocation R_X86_64_PC32 against symbol
#59
MarkSwanson
closed
8 years ago
9
swap ... bench: 29 ns/iter (not 6?)
#58
MarkSwanson
closed
8 years ago
3
Releasing owned resources on Generator drop
#57
cstorey
opened
8 years ago
1
Implement Eq on generator::State
#56
whitequark
closed
8 years ago
0
Allow Generator to have !Send inputs and outputs
#55
Amanieu
closed
8 years ago
0
Clean up the stack implementations
#54
Amanieu
closed
8 years ago
9
Unbreak or1k
#53
whitequark
closed
8 years ago
2
Unwinding support
#52
Amanieu
closed
7 years ago
13
Set the stack pointer to zero once the context function returns
#51
Amanieu
closed
8 years ago
1
Ensure that the closure outlives the generator [breaking-change]
#50
edef1c
closed
8 years ago
3
Clean up generator implementation and inline asm
#49
Amanieu
closed
8 years ago
1
Yielder: use Cell internally to allow suspending via multiple borrows
#48
whitequark
closed
8 years ago
0
File not found or module 'imp'
#47
SethDusek
closed
8 years ago
4
Fix link to Stack in readme
#46
steveklabnik
closed
8 years ago
1
Stack should be an unsafe trait
#45
rphmeier
closed
8 years ago
2
Radically simplify stack linking.
#44
whitequark
closed
8 years ago
1
Add support for AArch64
#43
Amanieu
closed
8 years ago
0
Expose fringe::STACK_ALIGNMENT, and make OwnedStack respect it
#42
whitequark
closed
8 years ago
1
Explicitly state the contracts of Stack and GuardedStack
#41
whitequark
closed
8 years ago
5
Stack alignment
#40
Amanieu
closed
8 years ago
3
Next