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

string docs: add dynamic language example

spaette opened this pull request 3 months ago
teach llvm-alloc-helpers about `gc_loaded`

oscardssmith opened this pull request 3 months ago
fix `_growbeg!` unncessary resizing

oscardssmith opened this pull request 3 months ago
EA: use `is_mutation_free_argtype` for the escapability check

aviatesk opened this pull request 3 months ago
add require_lock call to maybe_loaded_precompile

vtjnash opened this pull request 3 months ago
Backports for 1.11.1

KristofferC opened this pull request 3 months ago
Improve IOBuffer docs

haberdashPI opened this pull request 3 months ago
Sockets: Warn when local network access not granted.

maleadt opened this pull request 3 months ago
macOS 15: Socket tests fail with EHOSTUNREACH

maleadt opened this issue 3 months ago
release-1.11: bump StyledStrings to include experimental API notice

KristofferC opened this pull request 3 months ago
Fix no-arg `ScopedValues.@with` within a scope

IanButterworth opened this pull request 3 months ago
Make `isapprox` error unless shapes match

jariji opened this issue 3 months ago
No-arg `ScopedValues.@with` doesn't like being in a scope

IanButterworth opened this issue 3 months ago
`isapprox(a, b)` does not check that `a` and `b` are identical

jlapeyre opened this issue 3 months ago
Combine `diag` methods for `SymTridiagonal`

jishnub opened this pull request 3 months ago
2-arg `show` for `Symmetric`/`Hermitian` and triangular

jishnub opened this pull request 3 months ago
`julia` CLI option tab completion

jariji opened this issue 3 months ago
[LinearAlgebra] Remove unreliable doctests

giordano opened this pull request 3 months ago
Disallow partial matching in CLI options

jariji opened this issue 3 months ago
Fix printing of `AbstractDict`s with unknown length

ararslan opened this pull request 3 months ago
fix typos

spaette opened this pull request 3 months ago
Subtype: some performance tuning.

N5N3 opened this pull request 3 months ago
Aarch64 bad fast register allocator result

vtjnash opened this issue 3 months ago
Document type-piracy / type-leakage restrictions for `require_stdlib`

topolarity opened this pull request 3 months ago
mod(pi,pi) not defined

andreasvarga opened this issue 3 months ago
structure-preserving broadcast for `SymTridiagonal`

jishnub opened this pull request 3 months ago
fixup: for #55988

Mo-Gul opened this pull request 3 months ago
[CI] Doctests in `LinearAlgebra` depend on the CPU

giordano opened this issue 3 months ago
Vectorise random vectors of `Float16`

giordano opened this pull request 3 months ago
🤖 [backports-release-1.10] Bump the Pkg stdlib from edfa2ed0e to e2f463263

DilumAluthgeBot opened this pull request 3 months ago
Improve remarks of the alloc opt pass slightly.

gbaraldi opened this pull request 3 months ago
Avoid conversions to `Float64` in non-literal powers of `Float16`

giordano opened this pull request 3 months ago
Update test due to switch to intel syntax by default in #48103

Zentrik opened this pull request 3 months ago
Avoid `stat`-ing stdlib path if it's unreadable

giordano opened this pull request 3 months ago
optimizer: enable load forwarding with the `finalizer` elision

aviatesk opened this pull request 3 months ago
optimizer: support early finalization

aviatesk opened this pull request 3 months ago
improve getproperty(Pairs) warnings

aplavin opened this pull request 3 months ago
docs: make mod an operator

Mo-Gul opened this pull request 3 months ago
FR: allow MIME type for `showerror`

fonsp opened this issue 3 months ago
adjust EA to JuliaLang/julia#52527

aviatesk opened this pull request 3 months ago
Remove unreachable error branch in memset calls (and in repeat)

jakobnissen opened this pull request 3 months ago
Reroute` (Upper/Lower)Triangular * Diagonal` through `__muldiag`

jishnub opened this pull request 3 months ago
Improve doc example: Extracting the type parameter from a super-type

ArnoStrouwen opened this pull request 3 months ago
`@time` actually fix time report commas & add tests

IanButterworth opened this pull request 3 months ago
Avoid `stat`-ing stdlib path if it's unreadable

giordano opened this pull request 3 months ago
doc: manual: cmd: fix Markdown in table entry for `--trim`

nsajko opened this pull request 3 months ago
Julia 1.11: IOBuffer does not update size of a user specified array

haberdashPI opened this issue 3 months ago
fix comma logic in time_print

IanButterworth opened this pull request 3 months ago
Some small follow-ups to stackless compiler

Keno opened this pull request 3 months ago
Fix some formatting in NEWs.md

lanceXwq opened this pull request 3 months ago
[build] avoid libedit linkage and align libccalllazy* SONAMEs

cho-m opened this pull request 3 months ago
Code loading tries to `stat` a potentially unreadable file path

fredcouderc opened this issue 3 months ago
Make threadcall gc safe

gbaraldi opened this pull request 3 months ago
optimizer: allow EA-powered `finalizer` inlining

aviatesk opened this pull request 3 months ago
set VERSION to 1.11.0

KristofferC opened this pull request 3 months ago
Improve performance of depth-limited type printing in stack traces

charleskawczynski opened this issue 3 months ago
cleanup functions of Hermitian matrices

araujoms opened this pull request 3 months ago
fix `unwrap_macrocalls`

aviatesk opened this pull request 3 months ago
Use a curried helper for module-local eval/include

Keno opened this pull request 3 months ago
Remove specialized `ishermitian` method for `Diagonal{<:Real}`

jishnub opened this pull request 3 months ago
Subtraction breaks for empty CompoundPeriod

KronosTheLate opened this issue 3 months ago
improved `eltype` for `flatten` with tuple argument

matthias314 opened this pull request 3 months ago
Fix logic in `?` docstring example

IanButterworth opened this pull request 3 months ago
Implement `PaddedSpinLock`, which avoids false sharing.

kuszmaul opened this pull request 3 months ago
Markdown text interpolation bug

haakon-e opened this issue 3 months ago
SpinLocks suffer from false sharing

kuszmaul opened this issue 3 months ago
Fix zero elements for block-matrix kron involving Diagonal

jishnub opened this pull request 3 months ago
isequal very slow for SparseVectors

dpinol opened this issue 3 months ago
Backports release 1.11

KristofferC opened this pull request 3 months ago
Multi-argument `gcdx(a, b, c...)`

thchr opened this pull request 3 months ago
optimizer: simplify the finalizer inlining pass a bit

aviatesk opened this pull request 3 months ago
Undefined typevar when it is clearly defined

wsmoses opened this issue 3 months ago
REPL: make UndefVarError aware of imported modules

IanButterworth opened this pull request 3 months ago
Add `Float16` to `Base.HWReal`

giordano opened this pull request 3 months ago
Fix dispatch on `alg` in Float16 Hermitian eigen

jishnub opened this pull request 3 months ago
Strong zero in Diagonal triple multiplication

jishnub opened this pull request 3 months ago
`rounding(::Type{Float16})`

nsajko opened this issue 3 months ago
Customize test failure display

jariji opened this issue 3 months ago
Implement a fixed size `UniformScaling`

albertomercurio opened this issue 3 months ago
Constant can be set multiple times with `jl_set_const`

Taaitaaiger opened this issue 3 months ago
Allow function negation `-f` to work like `!f`

mcabbott opened this pull request 3 months ago
Clarify `div` docstring for floating-point input

Sagnac opened this pull request 3 months ago
fix rawbigints OOB issues

nsajko opened this pull request 3 months ago
`Vararg{T,T} where T` leads to internal error in `code_typed`

simeonschaub opened this issue 3 months ago