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

doc: Get stdlib dir from make system rather than executable docsystem The documentation building system
#58530 opened May 26, 2025 by Keno Loading…
Windows shell support in REPL
#58526 opened May 25, 2025 by MilesCranmer Loading…
expand the IteratorSize(::Type{Char}) method to cover AbstractChar design Design of APIs or of the language itself iteration Involves iteration or the iteration protocol strings "Strings!"
#58524 opened May 25, 2025 by nsajko Loading…
faster iteration over a Flatten of heterogenous iterators iteration Involves iteration or the iteration protocol performance Must go faster status: waiting for PR reviewer
#58522 opened May 25, 2025 by adienes Loading…
Allow collect to return non-Array types arrays [a, r, r, a, y, s] docs This change adds or pertains to documentation needs decision A decision on this change is needed
#58513 opened May 23, 2025 by nalimilan Loading…
Make more types jl_static_show readably backport 1.10 Change should be backported to the 1.10 release backport 1.11 Change should be backported to release-1.11 backport 1.12 Change should be backported to release-1.12 bugfix This change fixes an existing bug
#58512 opened May 23, 2025 by xal-0 Loading…
Don't filter Core methods from newly-inferred list backport 1.10 Change should be backported to the 1.10 release backport 1.11 Change should be backported to release-1.11 backport 1.12 Change should be backported to release-1.12 latency Latency
#58510 opened May 23, 2025 by topolarity Loading…
Update showarg docstring
#58509 opened May 23, 2025 by LilithHafner Loading…
Don't emit module metadata for non-toplevel modules. compiler:codegen Generation of LLVM IR and native code gpu Affects running Julia on a GPU
#58508 opened May 23, 2025 by maleadt Loading…
Use type wrapper directly rather than typename in FieldError error messages Better, more actionable error messages
#58507 opened May 23, 2025 by MasonProtter Loading…
Rearrange CONTRIBUTING.md into devdoc chapter and add jldoctests page docs This change adds or pertains to documentation
#58506 opened May 23, 2025 by Keno Draft
tiny PR to fix writeshortest for 0.0 when hash==false needs tests Unit tests are required for this change
#58502 opened May 22, 2025 by digital-carver Loading…
Workstealing take 3
#58500 opened May 22, 2025 by gbaraldi Draft
avoid error just computing coverage of generated functions backport 1.12 Change should be backported to release-1.12
#58488 opened May 21, 2025 by vtjnash Loading…
Introduce a few GC controls to limit the heap size when running benchmarks GC: MMTK MMTK GC integration GC Garbage collector
#58487 opened May 21, 2025 by d-netto Loading…
docs: revise and expand ImmutableDict docstring. collections Data structures holding multiple items, e.g. sets docs This change adds or pertains to documentation
#58445 opened May 17, 2025 by rfritz Loading…
Convert remaining JLL stdlibs to LazyLibraries JLLs latency Latency
#58444 opened May 17, 2025 by IanButterworth Loading…
4 of 5 tasks
Integer can be hashed rapidly as well bignums BigInt and BigFloat hashing performance Must go faster status: waiting for PR reviewer
#58440 opened May 16, 2025 by adienes Loading…
Revert "Documentation: Remove warning that nonstandard primitive type sizes may reveal LLVM bugs" docs This change adds or pertains to documentation revert This reverts a previously merged PR. types and dispatch Types, subtyping and method dispatch
#58439 opened May 16, 2025 by LilithHafner Loading…
Add vscale_range attribute to functions with sve
#58433 opened May 16, 2025 by gbaraldi Loading…
Add attribute inference passes to the LLVM pipeline.
#58424 opened May 15, 2025 by gbaraldi Loading…
ProTip! Exclude everything labeled bug with -label:bug.