Skip to content

No labels!

There aren’t any labels for this repository quite yet.

compiler:musl
compiler:musl
Support for musl linked binaries on linux instead of glibc
compiler:optimizer
compiler:optimizer
Optimization passes (mostly in base/compiler/ssair/)
compiler:plugins
compiler:plugins
compiler:precompilation
compiler:precompilation
Precompilation of modules
compiler:simd
compiler:simd
instruction-level vectorization
compiler:wasm
compiler:wasm
Related to WebAssembly (WASM) support
completions
completions
Tab and autocompletion in the repl
complex
complex
Complex numbers
correctness bug ⚠
correctness bug ⚠
Bugs that are likely to lead to incorrect results in user code without throwing
dates
dates
Dates, times, and the Dates stdlib module
dependencies
dependencies
deprecation
deprecation
This change introduces or involves a deprecation
design
design
Design of APIs or of the language itself
display and printing
display and printing
Aesthetics and correctness of printed representations of objects.
DO NOT MERGE
DO NOT MERGE
Do not merge this PR!
docs
docs
This change adds or pertains to documentation
docsystem
docsystem
The documentation building system
don't squash
don't squash
Don't squash merge
duplicate
duplicate
Indicates similar issues or pull requests
embarrassing-bugfix
embarrassing-bugfix
Whoops!
embedding
embedding
Embedding Julia using the C API
equality
equality
Issues relating to equality relations: ==, ===, isequal
error handling
error handling
Handling of exceptions by Julia or the user
error messages
error messages
Better, more actionable error messages
excision
excision
Removal of code from Base or the repository
existential crisis
existential crisis
experimental
experimental
external dependencies
external dependencies
Involves LLVM, OpenBLAS, or other linked libraries
feature
feature
Indicates new feature / enhancement requests
ffi
ffi
foreign function interfaces, ccall, etc.