Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/JuliaLang/julia

The Julia Programming Language
https://github.com/JuliaLang/julia

GC: report times spent in each step of sweeping

d-netto opened this pull request 18 days ago
Deepcopy Fix

willtebbutt opened this pull request 18 days ago
staticdata: remove `reinit_ccallable`

aviatesk opened this pull request 19 days ago
remove fence that GC change made unnecessary

oscardssmith opened this pull request 19 days ago
Add timeout parameter to `wait(::Condition)`

kpamnany opened this pull request 20 days ago
Julia Kernel Fails to Start in JupyterLab

MaybeTommorow opened this issue 20 days ago
add detection for zen 5

simeonschaub opened this pull request 20 days ago
a failure to infer `:consistent`

nsajko opened this issue 20 days ago
Install correct libgcc_s on darwin

fxcoudert opened this pull request 20 days ago
[build] Enable Intel JIT events only on x86_64

giordano opened this pull request 21 days ago
REPL: Limit method lookup when completing kwargs

IanButterworth opened this pull request 21 days ago
Inconsistent return types of `map` when applied to `Memory`

frankwswang opened this issue 21 days ago
Add compat annotation for sorting NTuples.

LilithHafner opened this pull request 21 days ago
[deps] Fix build systems of curl and openssl

giordano opened this pull request 21 days ago
Update suitesparse to 7.8.3

fxcoudert opened this pull request 21 days ago
[deps] Update most jll stdlibs to newer builds

giordano opened this pull request 21 days ago
curl: remove patch

fxcoudert opened this pull request 21 days ago
Add "mea culpa" to foreign module assignment error.

Keno opened this pull request 21 days ago
Update LibGit2 to 1.9.0

fxcoudert opened this pull request 21 days ago
Performance regression for BitMatrix multiplication in 1.11.2

jonocarroll opened this issue 21 days ago
🤖 [master] Bump the Downloads stdlib from afd04be to e692e77

DilumAluthgeBot opened this pull request 22 days ago
Fix running Compiler tests standalone

Keno opened this pull request 22 days ago
Curl 8.11.1 and nghttp2 1.64.0

fxcoudert opened this pull request 22 days ago
ParseError when typing multi-line input with comment

lgoettgens opened this issue 22 days ago
🤖 [master] Bump the NetworkOptions stdlib from 8eec5cb to c090626

DilumAluthgeBot opened this pull request 22 days ago
1.10: Apparent segfault in precompilation serialization

wsmoses opened this issue 23 days ago
fix handling of unknown setting in `@constprop`, fix error message

nsajko opened this pull request 23 days ago
fix handling of experimental module compile flag

vtjnash opened this pull request 23 days ago
gc: fix assertion / ASAN violation in gc_big_object_link

vtjnash opened this pull request 23 days ago
Add append(_, _) and ++

jariji opened this pull request 23 days ago
Update MIME docstring

nathanrboyer opened this pull request 23 days ago
Support ranges as shape information in `randn`/`rand`

mtfishman opened this issue 24 days ago
Make `ScopedValues.get` a method of `Base.get`

LilithHafner opened this pull request 24 days ago
We lie to LLVM about alignment of `VecElement` types.

oscardssmith opened this issue 24 days ago
Code printing of illegal identifiers, e.g. var"do"

StefanKarpinski opened this issue 24 days ago
Update emoji completions for Unicode 16

inkydragon opened this issue 24 days ago
Remove unused variable from `endswith`

llbit opened this pull request 25 days ago
Breaking change in module variable assignment

MilesCranmer opened this issue 25 days ago
`@kwdef` doesn't allow `@atomic` fields with default values

JamesWrigley opened this issue 25 days ago
Properly mark `Meta.parse` as public

christiangnrd opened this pull request 25 days ago
🤖 [master] Bump the Pkg stdlib from 739a64a0b to 8d3cf02e5

DilumAluthgeBot opened this pull request 25 days ago
base/strings: Add documentation to unicode conversion table

eschnett opened this pull request 25 days ago
define `Core.Closure` and make compiler-generated closures subtype of it

aviatesk opened this pull request 26 days ago
🤖 [master] Bump the Pkg stdlib from c7e611bc8 to 739a64a0b

DilumAluthgeBot opened this pull request 26 days ago
precompilepkgs: color the "is currently loaded" text to make meaning clearer

IanButterworth opened this pull request 26 days ago
support Unicode 16 via utf8proc 2.10.0

stevengj opened this pull request 26 days ago
Don't error when initializing LibGit2 with CA roots path

visr opened this pull request 26 days ago
Use `jldoctest` wherever possible

LilithHafner opened this issue 27 days ago
[build] Fix value of `CMAKE_C{,XX}_ARG` when `CC_ARG` doesn't have args

giordano opened this pull request 27 days ago
🤖 [master] Bump the Pkg stdlib from e7c37f342 to c7e611bc8

DilumAluthgeBot opened this pull request 28 days ago
doc: manual: give the Performance Tips a table of contents

nsajko opened this pull request 29 days ago
Cannot serialize during __init__

willow-ahrens opened this issue 29 days ago
Don't report only-inferred methods as recompiles

IanButterworth opened this pull request 30 days ago
restrict `optimize_until` argument type correctly

aviatesk opened this pull request about 1 month ago
Add #53664, public&export error to news

LilithHafner opened this pull request about 1 month ago
`Unreachable reached` in DocStringExtensions test suite

nsajko opened this issue about 1 month ago
Stacktraces from the repl aren't shortened from within `@testset`s

IanButterworth opened this issue about 1 month ago
document that unsafe_string accepts Cstring

stevengj opened this pull request about 1 month ago
add `shuffle(::NTuple)` to `Random`

nsajko opened this pull request about 1 month ago
fix precompilation error printing if `CI` is set

simeonschaub opened this pull request about 1 month ago
lowering regression on nightly causing spurious syntax errors

nsajko opened this issue about 1 month ago
refactor Base.GMP.MPZ.import! to be consistent with Base.GMP.MPZ.export!

NegaScout opened this pull request about 1 month ago
Add `AbstractOneTo` and have `OneTo` be its subtype

jishnub opened this pull request about 1 month ago
precompilepkgs: respect loaded dependencies when precompiling for load

IanButterworth opened this pull request about 1 month ago
Add "See also" sections to regex function docstrings

AnkitaVekariya opened this pull request about 1 month ago
more precise `eltype` for some `Generator` subtypes

nsajko opened this pull request about 1 month ago
`HasEltype` and `EltypeUnknown` should be `public` from `Base`?

nsajko opened this issue about 1 month ago
Sink CodeInfo transformation into `transform_result_for_cache`

Keno opened this pull request about 1 month ago
Specialize common reductions for ranges with `init` specified

jishnub opened this pull request about 1 month ago
REPL: Disable hints during non-bracketed paste

IanButterworth opened this pull request about 1 month ago
fix: Base.GMP.MPZ.invert yielding return code instead of return value

NegaScout opened this pull request about 1 month ago
Unexpected allocation on ternary operation

theogf opened this issue about 1 month ago
Update the OffsetArrays test helper

jishnub opened this pull request about 1 month ago
`eltype` inference for `Iterators.map` could be more precise

ehehela opened this issue about 1 month ago
Enable getting non-boxed LLVM type from Julia Type

wsmoses opened this pull request about 1 month ago
binaryplatforms.jl: Remove duplicated riscv64 entry

eschnett opened this pull request about 1 month ago
Crosscompile julia with aarch64 about flisp

billfang2024 opened this issue about 1 month ago
Avoid promotion in `muladd` involving unitful `Furlong`

dkarrasch opened this pull request about 1 month ago
test: add a bunch of `@inferred` to the iterators test set

nsajko opened this pull request about 1 month ago
tab completion hinting slows down paste on Windows

WalterMadelim opened this issue about 1 month ago
Minor documentation updates

abhro opened this pull request about 1 month ago
Limit the scope of `@inbounds` in `searchsorted*`

jishnub opened this pull request about 1 month ago
Remove `similar` specialization with `Integer`s

jishnub opened this pull request about 1 month ago
inference-directed codegen via CodeInstance edges and typeinf_ext_toplevel APIs

vtjnash opened this pull request about 1 month ago
`isapprox` for dates and times

aplavin opened this issue about 1 month ago
Switch debug registry mapping to `CodeInstance`

Keno opened this pull request about 1 month ago
Small ABIOverride follow up and add basic test

Keno opened this pull request about 1 month ago
Switch LLVM reflection utilities to be `CodeInstance` based

Keno opened this pull request about 1 month ago
build: remove openlibm

inkydragon opened this pull request about 1 month ago
Struct corruption/seg fault with exact same code only inside function

mattsignorelli opened this issue about 1 month ago
Garbage collection thread safety issues on 1.11

MilesCranmer opened this issue about 1 month ago