Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / edef1c/libfringe issues and pull requests

#89 - Add 32 bits RISC-V support

Pull Request - State: open - Opened by occheung almost 3 years ago

#88 - use updated syntax llvm_asm cf https://github.com/rust-lang/rfcs/blob…

Pull Request - State: open - Opened by nrolland almost 4 years ago - 1 comment

#87 - fix cargo config file for using no extra features

Pull Request - State: open - Opened by nrolland almost 4 years ago

#86 - Switch to llvm_asm to compile on latest nightly.

Pull Request - State: open - Opened by gz about 4 years ago - 1 comment

#84 - Add rustfmt.toml with tab_spaces set to 2 & run cargo fmt

Pull Request - State: open - Opened by Atul9 over 4 years ago

#83 - Fix compilation on latest nightly (#82).

Pull Request - State: closed - Opened by gz over 4 years ago - 1 comment

#82 - unions may not contain fields that need dropping

Issue - State: closed - Opened by gz over 4 years ago - 1 comment

#81 - Keep docs in sync

Issue - State: open - Opened by vinaychandra almost 5 years ago

#80 - Release a new version

Issue - State: open - Opened by vinaychandra almost 5 years ago - 2 comments

#79 - Make libfringe compile on latest nightly

Pull Request - State: closed - Opened by gz over 5 years ago - 1 comment

#78 - Update alloc usage to support latest nightly; work around check in llvm that broke x86

Pull Request - State: closed - Opened by alecmocatta almost 6 years ago - 3 comments

#77 - Support nightly-may-16-2018

Pull Request - State: closed - Opened by MarkSwanson about 6 years ago - 1 comment

#76 - nightly changes

Issue - State: closed - Opened by MarkSwanson about 6 years ago - 1 comment

#75 - Crash when run test on linux

Issue - State: open - Opened by Xudong-Huang over 6 years ago - 3 comments

#74 - project abandoned?

Issue - State: closed - Opened by alkis over 6 years ago - 5 comments

#73 - Session

Pull Request - State: closed - Opened by aeleos over 6 years ago - 1 comment

#72 - Consider interactions with real generators

Issue - State: closed - Opened by whitequark almost 7 years ago - 4 comments

#71 - Windows Fiber Support

Issue - State: closed - Opened by cramertj about 7 years ago - 2 comments

#70 - Unwinding support

Pull Request - State: open - Opened by Amanieu over 7 years ago - 6 comments

#69 - Add tests for Generator::unwrap

Pull Request - State: closed - Opened by edef1c over 7 years ago

#68 - Crash with the example from the readme

Issue - State: open - Opened by arturoc over 7 years ago - 10 comments

#67 - Don't implement Send at all

Pull Request - State: closed - Opened by edef1c over 7 years ago - 3 comments

#66 - Panic and leak the stack if it's unsafe to drop it

Pull Request - State: closed - Opened by edef1c over 7 years ago - 3 comments

#65 - Crash when non-move closure passed to Generator::new

Issue - State: open - Opened by rhn over 7 years ago - 2 comments

#64 - Fix usage of default-features key

Pull Request - State: closed - Opened by rhn over 7 years ago

#63 - Made Yielder constructor public.

Pull Request - State: closed - Opened by valarauca over 7 years ago - 5 comments

#62 - Inline the swap trampoline on x86_64 and AArch64

Pull Request - State: closed - Opened by Amanieu over 7 years ago - 3 comments

#61 - Unsoudness?

Issue - State: closed - Opened by dpc over 7 years ago - 1 comment

#60 - No swap() inline

Pull Request - State: closed - Opened by MarkSwanson over 7 years ago - 3 comments

#59 - fPIC troubles? relocation R_X86_64_PC32 against symbol

Issue - State: closed - Opened by MarkSwanson over 7 years ago - 9 comments

#58 - swap ... bench: 29 ns/iter (not 6?)

Issue - State: closed - Opened by MarkSwanson over 7 years ago - 3 comments

#57 - Releasing owned resources on Generator drop

Issue - State: open - Opened by cstorey over 7 years ago - 1 comment

#56 - Implement Eq on generator::State

Pull Request - State: closed - Opened by whitequark over 7 years ago

#55 - Allow Generator to have !Send inputs and outputs

Pull Request - State: closed - Opened by Amanieu almost 8 years ago

#54 - Clean up the stack implementations

Pull Request - State: closed - Opened by Amanieu almost 8 years ago - 9 comments

#53 - Unbreak or1k

Pull Request - State: closed - Opened by whitequark almost 8 years ago - 2 comments

#52 - Unwinding support

Pull Request - State: closed - Opened by Amanieu almost 8 years ago - 13 comments

#51 - Set the stack pointer to zero once the context function returns

Pull Request - State: closed - Opened by Amanieu almost 8 years ago - 1 comment

#50 - Ensure that the closure outlives the generator [breaking-change]

Pull Request - State: closed - Opened by edef1c almost 8 years ago - 3 comments

#49 - Clean up generator implementation and inline asm

Pull Request - State: closed - Opened by Amanieu almost 8 years ago - 1 comment

#48 - Yielder: use Cell internally to allow suspending via multiple borrows

Pull Request - State: closed - Opened by whitequark almost 8 years ago

#47 - File not found or module 'imp'

Issue - State: closed - Opened by SethDusek almost 8 years ago - 4 comments

#46 - Fix link to Stack in readme

Pull Request - State: closed - Opened by steveklabnik almost 8 years ago - 1 comment

#45 - Stack should be an unsafe trait

Issue - State: closed - Opened by rphmeier almost 8 years ago - 2 comments

#44 - Radically simplify stack linking.

Pull Request - State: closed - Opened by whitequark almost 8 years ago - 1 comment

#43 - Add support for AArch64

Pull Request - State: closed - Opened by Amanieu almost 8 years ago

#42 - Expose fringe::STACK_ALIGNMENT, and make OwnedStack respect it

Pull Request - State: closed - Opened by whitequark almost 8 years ago - 1 comment

#41 - Explicitly state the contracts of Stack and GuardedStack

Pull Request - State: closed - Opened by whitequark almost 8 years ago - 5 comments

#40 - Stack alignment

Issue - State: closed - Opened by Amanieu almost 8 years ago - 3 comments

#39 - Stack should be an unsafe trait

Issue - State: open - Opened by Amanieu almost 8 years ago - 10 comments

#38 - Add proper CFI and other inline assembly cleanups

Pull Request - State: closed - Opened by Amanieu almost 8 years ago - 10 comments

#37 - Change README to use suspend()

Pull Request - State: closed - Opened by jcsoo almost 8 years ago

#36 - arch/x86_64: hack to work around ld64 shortcomings on OS X.

Pull Request - State: closed - Opened by whitequark almost 8 years ago

#35 - osx support?

Issue - State: closed - Opened by seanjensengrey almost 8 years ago - 5 comments

#34 - arch/arm: implement (WIP)

Pull Request - State: closed - Opened by whitequark almost 8 years ago

#33 - arch: bring back clobbers for input operands.

Pull Request - State: closed - Opened by whitequark almost 8 years ago - 1 comment

#32 - Update README.md

Pull Request - State: closed - Opened by retep998 almost 8 years ago - 4 comments

#31 - Yielded values are dropped by the generator

Issue - State: closed - Opened by edef1c almost 8 years ago

#30 - Updates

Pull Request - State: closed - Opened by whitequark almost 8 years ago - 2 comments

#29 - Updates

Pull Request - State: closed - Opened by whitequark almost 8 years ago - 1 comment

#28 - Updates

Pull Request - State: closed - Opened by whitequark almost 8 years ago - 3 comments

#27 - Fancy coroutines

Pull Request - State: closed - Opened by Ericson2314 almost 8 years ago - 3 comments

#26 - Relicense to dual MIT/Apache-2.0

Pull Request - State: closed - Opened by emberian almost 8 years ago - 2 comments

#25 - Name of `top` function is misleading

Issue - State: closed - Opened by Diggsey almost 8 years ago - 1 comment

#24 - Generators

Pull Request - State: closed - Opened by whitequark almost 8 years ago

#23 - Relicense under dual MIT/Apache-2.0

Issue - State: closed - Opened by emberian almost 8 years ago - 3 comments

#22 - Allocate guard page under existing stack, not in it

Pull Request - State: closed - Opened by whitequark almost 8 years ago

#21 - Completely rework fringe::Context and fringe::arch

Pull Request - State: closed - Opened by whitequark almost 8 years ago

#20 - Change paths since `include_str!` is now hygienic.

Pull Request - State: closed - Opened by Ericson2314 about 8 years ago - 3 comments

#19 - Use consistent register names where free, and make trampoline its own function

Pull Request - State: closed - Opened by Ericson2314 about 8 years ago - 8 comments

#18 - add Windows support to OsStack

Pull Request - State: closed - Opened by edef1c about 8 years ago

#17 - Factor out common code between x86 and x86_64

Pull Request - State: closed - Opened by Ericson2314 about 8 years ago

#16 - Don't bring in std by mistake

Pull Request - State: closed - Opened by Ericson2314 about 8 years ago

#15 - Remove unnecessary unsafety

Pull Request - State: closed - Opened by Ericson2314 about 8 years ago - 1 comment

#14 - Turn the example into a test

Pull Request - State: closed - Opened by Ericson2314 about 8 years ago

#13 - FPE

Pull Request - State: closed - Opened by Ericson2314 about 8 years ago

#12 - Fix bug and warning

Pull Request - State: closed - Opened by Ericson2314 almost 9 years ago - 1 comment

#11 - Use Void to ensure that the new thread diverges

Pull Request - State: closed - Opened by Ericson2314 almost 9 years ago - 2 comments

#10 - Save/restore floating point exception state

Pull Request - State: closed - Opened by edef1c almost 9 years ago

#9 - X86_64 Windows Support And Ergonomic Context Wrapper

Pull Request - State: closed - Opened by mark3982 about 9 years ago - 2 comments

#8 - Use the correct TLS slots for stack limits

Issue - State: closed - Opened by edef1c about 9 years ago - 1 comment

#7 - Allow stack providers to fail

Issue - State: closed - Opened by edef1c about 9 years ago

#6 - Loosen the lifetime bound on Context::new

Issue - State: closed - Opened by edef1c about 9 years ago

#5 - Context design

Issue - State: closed - Opened by edef1c about 9 years ago

#4 - automated verification of clobbers

Issue - State: open - Opened by edef1c about 9 years ago - 1 comment
Labels: enhancement

#3 - improve Valgrind integration, and figure out where it fits in

Issue - State: closed - Opened by edef1c about 9 years ago - 5 comments

#2 - investigate loosening the function bounds

Issue - State: closed - Opened by edef1c about 9 years ago - 1 comment

#1 - support more architectures

Issue - State: open - Opened by edef1c about 9 years ago - 3 comments
Labels: enhancement