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
Sort

Pull requests list

Block thread from receiving profile signal with stackwalk lock bugfix This change fixes an existing bug
#57089 opened Jan 18, 2025 by ararslan Loading…
inference: ensure inferring reachable code methods bugfix This change fixes an existing bug compiler:inference Type inference
#57088 opened Jan 17, 2025 by vtjnash Loading…
Default to 1 interactive thread multithreading Base.Threads and related functionality
#57087 opened Jan 17, 2025 by IanButterworth Loading…
DO NOT MERGE: Using mmtk-immix as a default GC DO NOT MERGE Do not merge this PR! GC Garbage collector
#57086 opened Jan 17, 2025 by udesou Draft
Fix regular expressions in Test tests merge me PR is reviewed. Merge when all tests are passing testsystem The unit testing framework and Test stdlib
#57085 opened Jan 17, 2025 by mhauru Loading…
codegen: export all ABIs that we refer to in codegen
#57083 opened Jan 17, 2025 by vtjnash Loading…
codegen: use correct rettype ABI for aotcompile
#57082 opened Jan 17, 2025 by vtjnash Loading…
Add Timer args to struct and add show method needs docs Documentation for this change is required needs news A NEWS entry is required for this change needs tests Unit tests are required for this change
#57081 opened Jan 17, 2025 by IanButterworth Loading…
inference: fix lattice for unusual InterConditional return and Const Bool representations backport 1.10 Change should be backported to the 1.10 release backport 1.11 Change should be backported to release-1.11 compiler:inference Type inference
#57080 opened Jan 17, 2025 by vtjnash Loading…
Add @inline to Base.reinterpret
#57078 opened Jan 17, 2025 by jakobnissen Loading…
[release-1.11] Avoid dropping call edges in presence of identical invoke edges backport 1.10 Change should be backported to the 1.10 release backport 1.11 Change should be backported to release-1.11 bugfix This change fixes an existing bug compiler:inference Type inference
#57077 opened Jan 17, 2025 by topolarity Loading…
[internals] add time metrics for every CodeInstance compiler:codegen Generation of LLVM IR and native code compiler:inference Type inference observability metrics, timing, understandability, reflection, logging, ...
#57074 opened Jan 16, 2025 by vtjnash Draft
base: add Sys.detectwsl() system:windows Affects only Windows system:wsl Windows Subsystem Linux (WSL)
#57069 opened Jan 16, 2025 by inkydragon Loading…
2 tasks done
changed lcm and gcd implementations for when just one arg is infinite maths Mathematical functions rationals The Rational type and values thereof triage This should be discussed on a triage call
#57067 opened Jan 16, 2025 by Priynsh Loading…
Revert "linux: workaround to avoid deadlock inside dl_iterate_phdr in glibc" bugfix This change fixes an existing bug
#57059 opened Jan 15, 2025 by ararslan Loading… 1.12
Support native fma on riscv64 maths Mathematical functions system:riscv Support for Risc-V cpus
#57043 opened Jan 14, 2025 by giordano Loading…
minor fma cleanup float16 maths Mathematical functions performance Must go faster
#57041 opened Jan 14, 2025 by oscardssmith Loading…
Replace -> with :: where appropriate in docstrings docs This change adds or pertains to documentation
#57012 opened Jan 10, 2025 by LilithHafner Loading…
codegen: add a pass for late conversion of known modify ops to call atomicrmw atomics multithreading Base.Threads and related functionality performance Must go faster
#57010 opened Jan 10, 2025 by vtjnash Loading…
converted julia-repl to jldoctest in variables.md docs This change adds or pertains to documentation status: waiting for PR author
#56995 opened Jan 8, 2025 by xyz-harshal Loading…
staticdata: remove reinit_ccallable
#56987 opened Jan 8, 2025 by aviatesk Loading…
Support sort(keys(::Dict)) and sort(values(::Dict)) collections Data structures holding multiple items, e.g. sets iteration Involves iteration or the iteration protocol sorting Put things in order
#56978 opened Jan 6, 2025 by LilithHafner Loading…
ProTip! no:milestone will show everything without a milestone.