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

Make var"#self#" also work for callable structs
#58913 opened Jul 5, 2025 by MilesCranmer Loading…
Define @__FUNCTION__ as an alias to var"#self#" feature Indicates new feature / enhancement requests macros @macros needs news A NEWS entry is required for this change
#58909 opened Jul 5, 2025 by MilesCranmer Loading…
Add the fact that functions ending with ! may allocate to the FAQ docs This change adds or pertains to documentation
#58904 opened Jul 4, 2025 by LilithHafner Loading…
Don't call sort! and partialsort! "in-place" docs This change adds or pertains to documentation sorting Put things in order
#58901 opened Jul 4, 2025 by LilithHafner Loading…
make ReinterpretArray more Offset-safe arrays [a, r, r, a, y, s] bugfix This change fixes an existing bug
#58898 opened Jul 4, 2025 by adienes Loading…
[backports-release-1.10]: Distributed: Worker: Bind to the first non-link-local IPv4 address bugfix This change fixes an existing bug parallelism Parallel or distributed computation
#58895 opened Jul 3, 2025 by DilumAluthge Loading…
Support "functors" for code reflection utilities
#58891 opened Jul 3, 2025 by topolarity Loading…
Backports for Julia 1.10.11
#58889 opened Jul 3, 2025 by KristofferC Loading…
1 task
Update lock hierarchy devdocs docs This change adds or pertains to documentation
#58884 opened Jul 3, 2025 by xal-0 Loading…
Improve error message for missing dependencies in packages error messages Better, more actionable error messages packages Package management and loading
#58878 opened Jul 2, 2025 by eschnett Loading…
Base: Add count argument to Base.summarysize
#58874 opened Jul 2, 2025 by topolarity Loading…
fix #57749, model ccall binding access in inference backport 1.12 Change should be backported to release-1.12 bugfix This change fixes an existing bug
#58872 opened Jul 1, 2025 by JeffBezanson Loading… 1.12
optimize length(::OrdinalRange) for large bit-ints performance Must go faster ranges Everything AbstractRange
#58864 opened Jul 1, 2025 by mbauman Loading…
fix show of self referential arrays arrays [a, r, r, a, y, s] bugfix This change fixes an existing bug display and printing Aesthetics and correctness of printed representations of objects.
#58863 opened Jul 1, 2025 by adienes Loading…
correctly encode and validate fully_covers as edges backport 1.12 Change should be backported to release-1.12 don't squash Don't squash merge
#58861 opened Jul 1, 2025 by vtjnash Loading…
Make current_terminfo a OncePerProcess
#58854 opened Jun 30, 2025 by Keno Loading…
remove excessive code from trim script
#58853 opened Jun 30, 2025 by vtjnash Loading…
Set array size only when safe to do so arrays [a, r, r, a, y, s] backport 1.11 Change should be backported to release-1.11
#58848 opened Jun 29, 2025 by MilesCranmer Loading…
Dates.Time compatibility with StepRangeLen dates Dates, times, and the Dates stdlib module
#58846 opened Jun 29, 2025 by mtd321 Loading…
ProTip! Filter pull requests by the default branch with base:master.