-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Insights: JuliaLang/julia
Overview
Could not load contribution data
Please try again later
53 Pull requests merged by 16 people
-
prevent deadlock when releasing the jl_unique_gcsafe_lock causes gc
#56563 merged
Nov 14, 2024 -
inference: Don't try to infer optimized opaque_closure
#56557 merged
Nov 14, 2024 -
add LICENSE.md and
[compat]
entry for the Compiler.jl stdlib#56559 merged
Nov 14, 2024 -
inference: complete the inference even for recursive cycles
#56551 merged
Nov 14, 2024 -
compiler: fix several more specialization mistake introduced by #40985
#56547 merged
Nov 14, 2024 -
allow the Compiler.jl stdlib to be installed on older version of Julia
#56553 merged
Nov 14, 2024 -
inference: infer_compilation_signatures for even more cases
#56552 merged
Nov 14, 2024 -
[backports-release-1.11] Update Documenter v1.3.0 => v1.8.0
#56550 merged
Nov 14, 2024 -
precompile: do better union split and concrete compilation search
#56496 merged
Nov 13, 2024 -
remove type piracy from
==
defined inCompiler
#56541 merged
Nov 13, 2024 -
fix
IRShow.show
of the standard libraryCompiler
#56542 merged
Nov 13, 2024 -
Some misc compiler-related code cleanup
#56540 merged
Nov 13, 2024 -
Fix and test special loading support for Compiler
#56535 merged
Nov 13, 2024 -
Improve docstrings for
filesize
andstat
#56244 merged
Nov 13, 2024 -
[libblastrampoline_jll] Upgrade to v5.11.2
#56534 merged
Nov 13, 2024 -
Update Documenter 1.4.0 => 1.8.0
#56538 merged
Nov 13, 2024 -
Merge Compiler.isready and Base.isready
#56536 merged
Nov 13, 2024 -
Add lowering and interpreter support for
:latestworld
#56523 merged
Nov 12, 2024 -
Move
compiler
tests toCompiler
package#56522 merged
Nov 12, 2024 -
Backports for Julia 1.10.7
#56381 merged
Nov 12, 2024 -
infer_compilation_signatures for more cases
#56495 merged
Nov 12, 2024 -
simplifies the definitions of
@test_[no]warn
#56525 merged
Nov 12, 2024 -
🤖 [master] Bump the SparseArrays stdlib from 0dd8d45 to 14333ea
#56531 merged
Nov 12, 2024 -
Replace
MulAddMul
byalpha,beta
in__muldiag
#56360 merged
Nov 11, 2024 -
Tighten signature of
repeat
to match what's documented#55444 merged
Nov 11, 2024 -
Specialize
isbanded
forStridedMatrix
#56487 merged
Nov 11, 2024 -
Add
diagview
to obtain a view along a diagonal#56175 merged
Nov 11, 2024 -
For loop instead of while in generic
copyto!
#56517 merged
Nov 11, 2024 -
Test: Don't change scope kind in
test_{warn,nowarn}
#56524 merged
Nov 11, 2024 -
Change in-place exp to out-of-place in matrix trig functions
#56242 merged
Nov 11, 2024 -
Profile: add helper method for printing profile report to file
#56505 merged
Nov 10, 2024 -
Check
isdiag
in dense trig functions#56483 merged
Nov 10, 2024 -
Profile: fix Compiler short path
#56515 merged
Nov 10, 2024 -
codegen: Respect binding partition
#56494 merged
Nov 10, 2024 -
Scaling loop instead of broadcasting in strided matrix exp
#56463 merged
Nov 10, 2024 -
The
info
in LAPACK calls should be a Ref instead of a Ptr#56511 merged
Nov 9, 2024 -
Safer indexing in dense linalg methods
#56451 merged
Nov 9, 2024 -
better error message for rpad/lpad with zero-width padding
#56488 merged
Nov 9, 2024 -
Loop over
Iterators.rest
in_foldl_impl
#56492 merged
Nov 9, 2024 -
Specialize findlast for integer AbstractUnitRanges and StepRanges
#54902 merged
Nov 9, 2024 -
Merge identical methods for Symmetric/Hermitian and SymTridiagonal
#56434 merged
Nov 9, 2024 -
Undo the decision to publish incomplete types to the binding table
#56497 merged
Nov 9, 2024 -
remove top-level branches checking for Base
#56507 merged
Nov 9, 2024 -
speed up bootstrapping by compiling few optimizer subroutines earlier
#56501 merged
Nov 8, 2024 -
make: define
basecompiler.ji
target#56498 merged
Nov 8, 2024 -
Avoid constprop in
syevd!
andsyev!
#56442 merged
Nov 8, 2024 -
Specialize 2-arg
show
forLinearIndices
#56482 merged
Nov 8, 2024 -
sincos
for non-float symmetric matrices#56484 merged
Nov 8, 2024 -
Remove aggressive constprop annotation from 2x2 and 3x3 matmul
#56453 merged
Nov 8, 2024 -
NEWS.md: clarify
--trim
#56460 merged
Nov 8, 2024 -
Make
popat!
support@inbounds
#56323 merged
Nov 8, 2024 -
Simplify first index in
FastContiguousSubArray
definition#56491 merged
Nov 8, 2024 -
Allow indexing
UniformScaling
withCartesianIndex{2}
#56461 merged
Nov 8, 2024
21 Pull requests opened by 17 people
-
aot: move `jl_insert_backedges` to Julia side
#56499 opened
Nov 8, 2024 -
Fixed opnorm
#56500 opened
Nov 8, 2024 -
Generalize signature of `checkbounds(A, I...)`
#56502 opened
Nov 8, 2024 -
Make Threads.Condition public
#56503 opened
Nov 8, 2024 -
use LQ for "wide A" \ b, not QR
#56506 opened
Nov 8, 2024 -
WIP: Make world-age increments explicit
#56509 opened
Nov 9, 2024 -
Tests for annotated string/char c-tors
#56513 opened
Nov 9, 2024 -
improved function partial application design
#56518 opened
Nov 10, 2024 -
[backports-release-1.11] Make `String(::Memory)` copy
#56519 opened
Nov 10, 2024 -
Sockets: fix `getipaddr()`
#56528 opened
Nov 11, 2024 -
inference: (slightly) improve type stability of capturing closures
#56532 opened
Nov 12, 2024 -
release-1.10: bump SparseArrays to latest v1.10
#56543 opened
Nov 13, 2024 -
[backports-release-1.11] fix pkgdir during inits on 1.11
#56546 opened
Nov 13, 2024 -
WIP: Add ABIOverwrite type for owner field
#56555 opened
Nov 14, 2024 -
OpenBLAS: Source build fixes for RISC-V
#56556 opened
Nov 14, 2024 -
make `choosetests` find the test files for devved stdlibs
#56558 opened
Nov 14, 2024 -
optimize `abstract_invoke`
#56560 opened
Nov 14, 2024 -
Add missing `convert` methods for `Cholesky`
#56562 opened
Nov 14, 2024 -
Delete unnecessary methods in OffsetArrays.jl
#56564 opened
Nov 14, 2024 -
infer more completely everything that the optimizer/codegen requires
#56565 opened
Nov 14, 2024 -
Try the `build aarch64-linux-gnu` CI job on master
#56567 opened
Nov 15, 2024
11 Issues closed by 12 people
-
Test failures caused by Downloads.jl upgrade
#56116 closed
Nov 14, 2024 -
Define `findfirst` for generators
#16884 closed
Nov 14, 2024 -
Uninformative error message when calling keyword argument function with one of the argument typed wrongly
#56554 closed
Nov 14, 2024 -
LinearAlgebra.norm(x, n) should be recursive?
#56539 closed
Nov 14, 2024 -
Matrix(hessenberg(A)) returns A not the hessenberg form
#56419 closed
Nov 13, 2024 -
iterator for diagonal of a matrix ?
#30250 closed
Nov 11, 2024 -
Subtyping not transitive with `Type`
#32190 closed
Nov 11, 2024 -
New Compiler package needs `@Compiler` tag in Profile
#56504 closed
Nov 10, 2024 -
Bug in reduce function?
#56514 closed
Nov 9, 2024 -
Developer mode (for REPL)
#56512 closed
Nov 9, 2024 -
rpad throws DivideError when using zero-width padding
#45339 closed
Nov 9, 2024
18 Issues opened by 18 people
-
how to define a more general `unique` function conveniently?
#56568 opened
Nov 15, 2024 -
Clean up docs ignore oldest versions?
#56566 opened
Nov 14, 2024 -
unnecessary boxing of variables that are not reassigned within a closure
#56561 opened
Nov 14, 2024 -
Bugs in julia/stdlib/LinearAlgebra/src/bunchkaufman.jl
#56549 opened
Nov 13, 2024 -
Should `keys(::KeySet)` just be an identity?
#56548 opened
Nov 13, 2024 -
Memory corruption when interrupting a computation with BigInt
#56545 opened
Nov 13, 2024 -
Syntax error message strips whitespace and comments
#56544 opened
Nov 13, 2024 -
`Base.cp` seems to have a bug when copying large files
#56537 opened
Nov 12, 2024 -
Building Julia aborts when `JULIA_NUM_THREADS=4,1` is set
#56533 opened
Nov 12, 2024 -
Julia 1.11 regression: Parallel precompilation recompiles repeatedly
#56529 opened
Nov 11, 2024 -
Undesirable automatic conversion from`Vector{Vector{T}}` to `Vector{T}`
#56527 opened
Nov 11, 2024 -
Recursive irinterp is not compiled into the sysimage
#56526 opened
Nov 11, 2024 -
Madvise HUGEPAGE for large arrays
#56521 opened
Nov 10, 2024 -
Julia on servers without IPv4
#56520 opened
Nov 10, 2024 -
`KeyError` in `Pkg` tests in CI
#56516 opened
Nov 10, 2024 -
Bug in closure conversion for cursed code
#56510 opened
Nov 9, 2024 -
In Julia 1.11, jl_array_data() can return integers cast as pointers
#56508 opened
Nov 9, 2024
41 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Make Expr(:invoke) target be a CodeInstance, not MethodInstance
#54899 commented on
Nov 14, 2024 • 6 new comments -
Fixing the //(x::Number, y::Complex) one liner to accomodate silent overflows and division by zero/infinity
#56478 commented on
Nov 13, 2024 • 3 new comments -
WIP: Tests for Base.cwstring
#56123 commented on
Nov 13, 2024 • 2 new comments -
Batch Channel Operations
#56473 commented on
Nov 11, 2024 • 1 new comment -
Implement `PaddedSpinLock`, which avoids false sharing.
#55944 commented on
Nov 12, 2024 • 0 new comments -
2-arg `show` for `Symmetric`/`Hermitian` and triangular
#56013 commented on
Nov 8, 2024 • 0 new comments -
cli: Add required `--experimental` flag for experimental features (e.g. `--trim`)
#56045 commented on
Nov 11, 2024 • 0 new comments -
Backports for 1.11.2
#56228 commented on
Nov 14, 2024 • 0 new comments -
LinearAlgebra support for cross product of 3-tuples
#56259 commented on
Nov 9, 2024 • 0 new comments -
Add per-Task cpu time metric
#56320 commented on
Nov 8, 2024 • 0 new comments -
Refactor julia initialization to behave better when used as a dylib
#56334 commented on
Nov 14, 2024 • 0 new comments -
Add jl_stdout_obj back fixing regression of r-juliacall
#56340 commented on
Nov 14, 2024 • 0 new comments -
[1.11.x] Revert "yet more atomics & cache-line fixes on work-stealing…
#56342 commented on
Nov 11, 2024 • 0 new comments -
Move all platforms to use llvm.minimum/llvm.maximum for fmin/fmax
#56371 commented on
Nov 8, 2024 • 0 new comments -
Fix and test lcm([1//2, 1//2]) == 1//1
#56423 commented on
Nov 8, 2024 • 0 new comments -
support sorting tuples
#56425 commented on
Nov 12, 2024 • 0 new comments -
Gitignore dot directory
#56427 commented on
Nov 10, 2024 • 0 new comments -
(WIP) Support ranges where step is `AbstractIrrational`
#56433 commented on
Nov 14, 2024 • 0 new comments -
[LinearAlgebra] Use BLAS.trsm! instead of LAPACK.trtrs! in generic_trimatdiv!
#56439 commented on
Nov 12, 2024 • 0 new comments -
Support indexing `Broadcasted` objects using `Integer`s
#56470 commented on
Nov 9, 2024 • 0 new comments -
[backports-release-1.11] Loading backports
#56476 commented on
Nov 11, 2024 • 0 new comments -
Julia seems to crash in VS Code when accessing a SQL Server DB dia ODBC 64Bit -- Same code DOES NOT crash from CMD window
#56467 commented on
Nov 8, 2024 • 0 new comments -
REPL hints and tab completion freezes the REPL
#55434 commented on
Nov 8, 2024 • 0 new comments -
Segmentation fault in GraphPPL.jl tests on 1.11, works fine in debugger
#56459 commented on
Nov 9, 2024 • 0 new comments -
`real(Number) -> Int`
#27285 commented on
Nov 11, 2024 • 0 new comments -
recursive closure doesn't infer
#29298 commented on
Nov 11, 2024 • 0 new comments -
functions `tan` and `cot` with multiples of pi
#28943 commented on
Nov 11, 2024 • 0 new comments -
Provide a way to replace default malloc to investigate different allocators
#35772 commented on
Nov 11, 2024 • 0 new comments -
`pkgdir(@__MODULE__)` returns `nothing` during `__init__` on 1.11.0
#56077 commented on
Nov 12, 2024 • 0 new comments -
Type signature abbreviation in method error sometimes hides the information you need to know why it doesn't match
#52113 commented on
Nov 12, 2024 • 0 new comments -
Ctrl+c on `@threads` loop causes Julia exit rather than error
#56462 commented on
Nov 12, 2024 • 0 new comments -
make repl_history.jl less racy
#37015 commented on
Nov 12, 2024 • 0 new comments -
Add `isunitary` & `isorthogonal` functions to `LinearAlgebra` stdlib?
#56126 commented on
Nov 14, 2024 • 0 new comments -
compiler: hunt type instabilities
#46046 commented on
Nov 14, 2024 • 0 new comments -
show function arguments in different colors in method errors
#50884 commented on
Nov 13, 2024 • 0 new comments -
Add `ispositive`, etc.
#53677 commented on
Nov 8, 2024 • 0 new comments -
Add sort for NTuples, make it extensible by packages, and make DefaultStable and DefaultUnstable dispatchable
#54494 commented on
Nov 9, 2024 • 0 new comments -
make Base.setindex() public
#55129 commented on
Nov 13, 2024 • 0 new comments -
Accept more general Integer sizes in reshape
#55521 commented on
Nov 12, 2024 • 0 new comments -
Refactor stacktrace processing and display pipeline for more clarity and less redundancy
#55841 commented on
Nov 9, 2024 • 0 new comments -
doc: MathConstants: add admonitions noting unknown rationality
#55897 commented on
Nov 10, 2024 • 0 new comments