-
-
Notifications
You must be signed in to change notification settings - Fork 45
Issues: inko-lang/inko
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Replace usage of the rand crate with a custom ChaCha12 CSPRNG
feature
New things to add to Inko, such as a new standard library module
runtime
Changes related to the Rust-based runtime library
std
Changes related to the standard library
#813
opened Feb 5, 2025 by
yorickpeterse
Replace "volatile" MoveRegister instructions with something better
compiler
Changes related to the compiler
#812
opened Feb 4, 2025 by
yorickpeterse
Strings are dropped prematurely/unconditionally in certain cases
bug
Defects, unintended behaviour, etc
compiler
Changes related to the compiler
Find a way to allow mutating inline types in-place
compiler
Changes related to the compiler
feature
New things to add to Inko, such as a new standard library module
#810
opened Jan 31, 2025 by
yorickpeterse
Emit a warning when a method returns a value that's unused
accepting contributions
Issues that are suitable to be worked on by anybody, not just maintainers
compiler
Changes related to the compiler
feature
New things to add to Inko, such as a new standard library module
Undefined symbol error during linking as a result of incremental compilation
accepting contributions
Issues that are suitable to be worked on by anybody, not just maintainers
bug
Defects, unintended behaviour, etc
compiler
Changes related to the compiler
#808
opened Jan 31, 2025 by
yorickpeterse
Use an u8 for the tag of enums with up to 255 constructors
compiler
Changes related to the compiler
feature
New things to add to Inko, such as a new standard library module
performance
Changes related to improving performance
#807
opened Jan 30, 2025 by
yorickpeterse
Turn FutureState into an inline type and allocate it using std.ptr.resize
performance
Changes related to improving performance
std
Changes related to the standard library
#806
opened Jan 30, 2025 by
yorickpeterse
Blocked OS threads can prevent a program from shutting down
accepting contributions
Issues that are suitable to be worked on by anybody, not just maintainers
bug
Defects, unintended behaviour, etc
runtime
Changes related to the Rust-based runtime library
Borrowing of inline types allows violating of unique value constraints
bug
Defects, unintended behaviour, etc
compiler
Changes related to the compiler
Devirtualize CallClosure calls whenever possible
compiler
Changes related to the compiler
feature
New things to add to Inko, such as a new standard library module
performance
Changes related to improving performance
Don't generate runtime "Type" structures for inline types
accepting contributions
Issues that are suitable to be worked on by anybody, not just maintainers
compiler
Changes related to the compiler
Don't generate $constants functions for modules that don't have any constants
accepting contributions
Issues that are suitable to be worked on by anybody, not just maintainers
compiler
Changes related to the compiler
Compile integer patterns to a switch instead of a nested if/else tree
compiler
Changes related to the compiler
feature
New things to add to Inko, such as a new standard library module
#790
opened Dec 23, 2024 by
yorickpeterse
Find a way to stack allocate sockets
feature
New things to add to Inko, such as a new standard library module
runtime
Changes related to the Rust-based runtime library
std
Changes related to the standard library
#789
opened Dec 16, 2024 by
yorickpeterse
Gracefully handle deeply nested expressions, instead of blowing the stack
accepting contributions
Issues that are suitable to be worked on by anybody, not just maintainers
bug
Defects, unintended behaviour, etc
compiler
Changes related to the compiler
#788
opened Dec 16, 2024 by
yorickpeterse
Casting Defects, unintended behaviour, etc
compiler
Changes related to the compiler
std
Changes related to the standard library
self
to a trait inside a default method is unsound
bug
Find a way to stack allocate closures
compiler
Changes related to the compiler
feature
New things to add to Inko, such as a new standard library module
performance
Changes related to improving performance
Find a way to write tests for asserting certain LLVM output
compiler
Changes related to the compiler
#781
opened Nov 29, 2024 by
yorickpeterse
String literals can technically be dropped prematurely
bug
Defects, unintended behaviour, etc
compiler
Changes related to the compiler
runtime
Changes related to the Rust-based runtime library
#777
opened Nov 6, 2024 by
yorickpeterse
Implement some form of escape analysis to allocate values on the stack
compiler
Changes related to the compiler
feature
New things to add to Inko, such as a new standard library module
performance
Changes related to improving performance
Enable Link-Time Optimization (LTO) for Inko
accepting contributions
Issues that are suitable to be worked on by anybody, not just maintainers
compiler
Changes related to the compiler
feature
New things to add to Inko, such as a new standard library module
release
Work related to a new Inko release
#770
opened Oct 17, 2024 by
yorickpeterse
The compiler doesn't always emit an error if a type can't be fully inferred
accepting contributions
Issues that are suitable to be worked on by anybody, not just maintainers
bug
Defects, unintended behaviour, etc
compiler
Changes related to the compiler
Type checking fails when iterating over C types
accepting contributions
Issues that are suitable to be worked on by anybody, not just maintainers
bug
Defects, unintended behaviour, etc
compiler
Changes related to the compiler
#757
opened Sep 4, 2024 by
yorickpeterse
Previous Next
ProTip!
Adding no:label will show everything without a label.