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
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Fix fastmath for vararg +, *, min, max methods
#54513 opened May 17, 2024 by Zentrik Loading…
fix pow_fast(x, y) for large integer y
#54512 opened May 17, 2024 by KlausC Loading…
Compare Cholesky and BunchKaufman by properties domain:linear algebra Linear algebra
#54509 opened May 17, 2024 by jishnub Loading…
error hint for getproperty(::Dict, ::Symbol)
#54504 opened May 17, 2024 by arhik Loading…
Implement isopen() for Base.Event
#54503 opened May 17, 2024 by JamesWrigley Loading…
make @doc x work without REPL loaded backport 1.11 Change should be backported to release-1.11 docsystem The documentation building system
#54499 opened May 16, 2024 by JeffBezanson Loading… 1.11
2
1
Make TestLogger thread-safe (introduce a lock) domain:multithreading Base.Threads and related functionality testsystem The unit testing framework and Test stdlib
#54497 opened May 16, 2024 by NHDaly Loading…
Make deepcopy_internal inferrable for BigInt and BigFloat needs tests Unit tests are required for this change performance Must go faster
#54496 opened May 16, 2024 by lgoettgens Loading…
Add sort for NTuples, make it extensible by packages, and make DefaultStable and DefaultUnstable dispatchable domain:sorting Put things in order kind:re-land This relands a PR that was previously merged but was later reverted.
#54494 opened May 16, 2024 by LilithHafner Loading…
reimplement the recursive variant of map(::Any, ::Tuple) domain:collections Data structures holding multiple items, e.g. sets
#54490 opened May 16, 2024 by nsajko Draft
Fix checked_pow() perf: BigInts can never overflow, so don't need checked math. domain:bignums BigInt and BigFloat domain:maths Mathematical functions performance Must go faster
#54484 opened May 15, 2024 by NHDaly Loading…
reimplement the recursive impls of findfirst, findlast domain:collections Data structures holding multiple items, e.g. sets
#54480 opened May 15, 2024 by nsajko Loading…
reimplement _setindex using recursion domain:collections Data structures holding multiple items, e.g. sets
#54479 opened May 15, 2024 by nsajko Loading…
reimplement afoldl using recursion domain:collections Data structures holding multiple items, e.g. sets domain:fold sum, maximum, reduce, foldl, etc.
#54478 opened May 15, 2024 by nsajko Draft
Delete redundant xcat methods that previously improved performance kind:excision Removal of code from Base or the repository needs pkgeval Tests for all registered packages should be run with this change
#54477 opened May 15, 2024 by LilithHafner Loading…
Copy parent in copy_similar for Symmetric/Hermitian compiler:latency Compiler latency domain:linear algebra Linear algebra
#54473 opened May 15, 2024 by jishnub Loading…
Actually setup jit targets when compiling packageimages instead of targeting only one backport 1.10 Change should be backported to the 1.10 release backport 1.11 Change should be backported to release-1.11 compiler:precompilation Precompilation of modules pkgimage
#54471 opened May 14, 2024 by gbaraldi Loading…
Base.setindex return type inference quick fix domain:collections Data structures holding multiple items, e.g. sets
#54463 opened May 14, 2024 by nsajko Loading…
Make String(::Memory) copy backport 1.11 Change should be backported to release-1.11 domain:arrays [a, r, r, a, y, s] domain:strings "Strings!"
#54457 opened May 13, 2024 by nhz2 Loading…
Do not give StringVectors to users domain:strings "Strings!"
#54452 opened May 13, 2024 by jakobnissen Loading…
Apply syntax highlighting to Exprs in REPL domain:display and printing Aesthetics and correctness of printed representations of objects. stdlib:REPL Julia's REPL (Read Eval Print Loop)
#54446 opened May 12, 2024 by tecosaur Loading…
ProTip! no:milestone will show everything without a milestone.