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

AllocOpt: Fix stack lowering where object contains both julia and non… backport 1.6 Change should be backported to release-1.6 backport 1.10 Change should be backported to the 1.10 release backport 1.11 Change should be backported to release-1.11 compiler:codegen Generation of LLVM IR and native code compiler:llvm For issues that relate to LLVM compiler:optimizer Optimization passes (mostly in base/compiler/ssair/)
#55306 opened Jul 29, 2024 by wsmoses Loading…
avoid overflowing show for OffsetArrays around typemax domain:arrays [a, r, r, a, y, s] domain:display and printing Aesthetics and correctness of printed representations of objects.
#55303 opened Jul 29, 2024 by mbauman Loading…
avoid intermediate map allocations in multi-arg mapreduce domain:fold sum, maximum, reduce, foldl, etc.
#55301 opened Jul 29, 2024 by mbauman Loading…
2
6
typeintersect: fix bounds merging during inner intersect_all. backport 1.10 Change should be backported to the 1.10 release backport 1.11 Change should be backported to release-1.11 domain:types and dispatch Types, subtyping and method dispatch kind:bugfix This change fixes an existing bug
#55299 opened Jul 29, 2024 by N5N3 Loading…
PropertyError similar to FieldError needs nanosoldier run This PR should have benchmarks run on it
#55298 opened Jul 29, 2024 by arhik Draft
LAPACK: Aggressive constprop to concretely infer syev!/syevd! backport 1.10 Change should be backported to the 1.10 release backport 1.11 Change should be backported to release-1.11 domain:linear algebra Linear algebra
#55295 opened Jul 29, 2024 by jishnub Loading…
expand the doc string of Union{} domain:docs This change adds or pertains to documentation domain:types and dispatch Types, subtyping and method dispatch
#55291 opened Jul 28, 2024 by nsajko Loading…
inference: Remove special case for for >: compiler:inference Type inference needs pkgeval Tests for all registered packages should be run with this change
#55272 opened Jul 26, 2024 by Keno Loading…
inference: Remove special casing for ! compiler:inference Type inference needs pkgeval Tests for all registered packages should be run with this change
#55271 opened Jul 26, 2024 by Keno Loading…
add delete for NamedTuple domain:collections Data structures holding multiple items, e.g. sets kind:feature Indicates new feature / enhancement requests
#55270 opened Jul 26, 2024 by JeffBezanson Loading…
simplify complex atanh and remove singularity perturbation backport 1.10 Change should be backported to the 1.10 release backport 1.11 Change should be backported to release-1.11 domain:complex Complex numbers domain:maths Mathematical functions kind:bugfix This change fixes an existing bug needs tests Unit tests are required for this change performance Must go faster
#55268 opened Jul 26, 2024 by oscardssmith Loading…
Docs: check that exports are documented, with check for regression/improvement docsystem The documentation building system domain:docs This change adds or pertains to documentation
#55267 opened Jul 26, 2024 by IanButterworth Loading…
allow -m to run the entry point in a submodule
#55265 opened Jul 26, 2024 by KristofferC Loading…
document the return types of fieldname and fieldnames domain:docs This change adds or pertains to documentation
#55259 opened Jul 26, 2024 by nsajko Loading…
WIP/NFC: create GC interface for third-party GCs GC Garbage collector
#55256 opened Jul 25, 2024 by d-netto Loading…
2 tasks done
more small changes for trimming
#55255 opened Jul 25, 2024 by JeffBezanson Loading…
LinearAlgebra: diagzero for non-OneTo axes domain:linear algebra Linear algebra
#55252 opened Jul 25, 2024 by jishnub Loading…
add an actionable suggestion to UndefVarError domain:error messages Better, more actionable error messages
#55248 opened Jul 25, 2024 by aplavin Loading…
add show methods for ReentrantLock, Condition, and GenericCondition domain:display and printing Aesthetics and correctness of printed representations of objects.
#55239 opened Jul 24, 2024 by ericphanson Loading…
InteractiveUtils: add @repeat
#55232 opened Jul 24, 2024 by IanButterworth Loading…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.