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

[JuliaLowering] ccall((lib,sym)...) and cfunction fixes compiler:lowering Syntax lowering (compiler front end, 2nd stage)
#60257 opened Nov 26, 2025 by mlechu Loading…
Enhance GC devdocs docs This change adds or pertains to documentation GC Garbage collector
#60256 opened Nov 26, 2025 by d-netto Loading…
[JuliaLowering] Restrict K"VERSION" to module arg compiler:lowering Syntax lowering (compiler front end, 2nd stage)
#60255 opened Nov 26, 2025 by mlechu Loading…
Avoid using fork() when probing system libstdc++ system:linux Affects only Linux
#60254 opened Nov 26, 2025 by topolarity Loading…
loading: Delete normpath where possible
#60251 opened Nov 26, 2025 by Keno Loading…
JLJITLinkMemoryManager: Disable when CodeModel != Large bugfix This change fixes an existing bug embarrassing-bugfix Whoops!
#60245 opened Nov 25, 2025 by xal-0 Loading…
debug: always show precompile message DO NOT MERGE Do not merge this PR!
#60240 opened Nov 25, 2025 by IanButterworth Draft
🤖 Bump Tar stdlib 9dd8ed1 → d236fa0
#60238 opened Nov 25, 2025 by DilumAluthgeBot Loading…
Backports for 1.12.3
#60225 opened Nov 24, 2025 by KristofferC Loading…
4 of 23 tasks
JuliaSyntax: fix anonymous function parsing parser Language parsing and surface syntax
#60221 opened Nov 24, 2025 by IanButterworth Loading…
Backport to 1.10: bump Documenter to 1.16.1
#60218 opened Nov 23, 2025 by fingolfin Loading…
Backport to 1.12: bump Documenter to 1.16.1
#60217 opened Nov 23, 2025 by fingolfin Loading…
Backport to 1.13: bump Documenter to 1.16.1
#60216 opened Nov 23, 2025 by fingolfin Loading…
🤖 Bump NetworkOptions stdlib 46e14ef → 7034c55
#60210 opened Nov 23, 2025 by DilumAluthgeBot Loading…
🤖 Bump LinearAlgebra stdlib 7e11b5e → b599095
#60209 opened Nov 23, 2025 by DilumAluthgeBot Loading…
update utf8proc to 2.11.2 bugfix This change fixes an existing bug external dependencies Involves LLVM, OpenBLAS, or other linked libraries unicode Related to unicode characters and encodings
#60207 opened Nov 22, 2025 by stevengj Loading…
Random: faster seed hashing performance Must go faster randomness Random number generation and the Random stdlib
#60206 opened Nov 22, 2025 by rfourquet Loading…
MersenneTwister: simplify seeding logic display and printing Aesthetics and correctness of printed representations of objects. randomness Random number generation and the Random stdlib
#60204 opened Nov 22, 2025 by rfourquet Loading…
[JuliaLowering] Tidy up node creation functions compiler:lowering Syntax lowering (compiler front end, 2nd stage)
#60191 opened Nov 21, 2025 by mlechu Loading…
Make radix sort slightly more hackable sorting Put things in order
#60190 opened Nov 21, 2025 by LilithHafner Loading…
Use error hints for convert and (::Type)(args...) MethodErrors error messages Better, more actionable error messages
#60188 opened Nov 21, 2025 by MasonProtter Loading…
[JuliaSyntax] Allow macros enclosed in parens to treat newlines as whitespace macros @macros parser Language parsing and surface syntax
#60181 opened Nov 20, 2025 by MasonProtter Loading…
ProTip! Filter pull requests by the default branch with base:master.