Skip to content

Pull requests: JuliaLang/julia

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

Pull requests list

Add test for invperm for incorrect permutation test This change adds or pertains to unit tests
#47869 opened Dec 11, 2022 by petvana Loading…
Subtype: avoid some false alarm in subtype_unionall types and dispatch Types, subtyping and method dispatch
#47868 opened Dec 11, 2022 by N5N3 Loading…
2
convert algorithms to SCC
#47866 opened Dec 11, 2022 by vtjnash Loading…
Fix missing GC root in Symbol construction backport 1.8 Change should be backported to release-1.8 backport 1.9 Change should be backported to release-1.9 GC Garbage collector
#47865 opened Dec 11, 2022 by Keno Loading…
[CompilerSupportLibraries_jll] Upgrade to v1.0.2 and install libsspdll.a on Windows build Build system, or building Julia or its dependencies external dependencies Involves LLVM, OpenBLAS, or other linked libraries stdlib JLLs
#47864 opened Dec 10, 2022 by giordano Loading…
debug rename race
#47861 opened Dec 10, 2022 by IanButterworth Draft
Make array mutable in combinatorics.jl arrays [a, r, r, a, y, s] needs tests Unit tests are required for this change
#47855 opened Dec 9, 2022 by shogohida Draft
Fixed the order of arguments in Dates (ceil, round, floor) with documentation & test dates Dates, times, and the Dates stdlib module
#47854 opened Dec 9, 2022 by ndinsmore Loading…
inference: normalize lattice naming inference Type inference
#47851 opened Dec 9, 2022 by aviatesk Loading…
Experiment with the ipo effects on LLVM llvm For issues that relate to LLVM
#47844 opened Dec 9, 2022 by gbaraldi Draft
Fixed the order of arguments in Dates (ceil, round, floor) - Resolves #47786 dates Dates, times, and the Dates stdlib module
#47843 opened Dec 9, 2022 by x0samnan Loading…
Dict: implement in-place rehash to remove tombstones collections Data structures holding multiple items, e.g. sets performance Must go faster
#47841 opened Dec 8, 2022 by petvana Draft
provide documentation for the as keyword doc This change adds or pertains to documentation
#47838 opened Dec 8, 2022 by udohjeremiah Loading…
Lock around JIT operations multithreading Base.Threads and related functionality
#47831 opened Dec 7, 2022 by pchintalapudi Loading…
revert Improve effect analysis of bitshifts #47567 bugfix This change fixes an existing bug
#47830 opened Dec 7, 2022 by oscardssmith Loading…
Clean closure and task-local-state in jl_finish_task backport 1.9 Change should be backported to release-1.9 needs pkgeval Tests for all registered packages should be run with this change
#47829 opened Dec 7, 2022 by vchuravy Loading…
Fixups for #47383 (fixes runbenchmarks("sort")) backport 1.9 Change should be backported to release-1.9 bugfix This change fixes an existing bug sort Put things in order
#47822 opened Dec 7, 2022 by LilithHafner Loading… 1.9
Explain Reentrant doc This change adds or pertains to documentation merge me PR is reviewed. Merge when all tests are passing
#47817 opened Dec 6, 2022 by cossio Loading…
Use native fmin/fmax in aarch64 performance Must go faster
#47814 opened Dec 6, 2022 by gbaraldi Loading…
intersect: fix a minor soundness issue with supertypes backport 1.9 Change should be backported to release-1.9
#47813 opened Dec 6, 2022 by vtjnash Loading…
Change @test ex broken=true to error if ex evaluates to non-boolean testsystem The unit testing framework and Test stdlib
#47804 opened Dec 5, 2022 by staticfloat Loading…
Move reflection documentation from devdocs to base doc This change adds or pertains to documentation
#47800 opened Dec 5, 2022 by LilithHafner Loading…
ProTip! Filter pull requests by the default branch with base:master.