Skip to content

Pull requests: JuliaLang/julia

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

don't print using at-NamedTuple for types that don't match its structure bugfix This change fixes an existing bug display and printing Aesthetics and correctness of printed representations of objects.
#60363 opened Dec 10, 2025 by JeffBezanson Loading…
🤖 Bump Pkg stdlib 1e90f07f9 → 01c6f36b7
#60361 opened Dec 10, 2025 by DilumAluthgeBot Loading…
apply 1.13 news edits to history
#60360 opened Dec 10, 2025 by JeffBezanson Loading…
Fix custom EHFrame registration on llvm21
#60358 opened Dec 10, 2025 by yuyichao Loading…
(Mostly) Trivial part of LLVM 21 support
#60356 opened Dec 10, 2025 by yuyichao Loading…
codegen load/store/union cleanup and fix compiler:codegen Generation of LLVM IR and native code don't squash Don't squash merge merge me PR is reviewed. Merge when all tests are passing
#60353 opened Dec 10, 2025 by vtjnash Loading…
2
2
Only elide the copy if the previous type is also all pointers bugfix This change fixes an existing bug
#60351 opened Dec 9, 2025 by gbaraldi Loading…
set VERSION to 1.12.3 release Release management and versioning.
#60346 opened Dec 9, 2025 by KristofferC Loading…
jitlayers: Use GlobalISel on AArch64 at -O0/-O1 compiler:codegen Generation of LLVM IR and native code
#60339 opened Dec 7, 2025 by IanButterworth Loading…
Implement a cmp specialization for ranges performance Must go faster ranges Everything AbstractRange sorting Put things in order
#60337 opened Dec 7, 2025 by LilithHafner Loading…
Highlight files in stack frames
#60336 opened Dec 6, 2025 by jakobjpeters Loading…
Use NVTX payload API profiler
#60322 opened Dec 5, 2025 by simonbyrne Loading…
Handle large read/write/sendfile to File; return actual bytes written bugfix This change fixes an existing bug io Involving the I/O subsystem: libuv, read, write, etc.
#60321 opened Dec 5, 2025 by xal-0 Loading…
[JuliaLowering] Refactor scope resolution pass compiler:lowering Syntax lowering (compiler front end, 2nd stage)
#60316 opened Dec 4, 2025 by mlechu Loading…
Backports for 1.13.0-beta1 release Release management and versioning.
#60312 opened Dec 4, 2025 by KristofferC Loading…
threads: Implement asymmetric atomic fences
#60311 opened Dec 4, 2025 by Keno Loading…
Update #33515; unzip: the inverse of zip #33515 feature Indicates new feature / enhancement requests iteration Involves iteration or the iteration protocol
#60289 opened Dec 1, 2025 by mkitti Loading…
Improve documentation of operators docs This change adds or pertains to documentation
#60286 opened Dec 1, 2025 by moble Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.