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

Include default user depot when JULIA_DEPOT_PATH has leading empty entry backport 1.11 Change should be backported to release-1.11 packages Package management and loading
#56195 opened Oct 16, 2024 by IanButterworth Loading…
Add AnnotatedString display interface (eliminate StyledStrings type-piracy) display and printing Aesthetics and correctness of printed representations of objects.
#56194 opened Oct 16, 2024 by topolarity Draft
Move eachregion(::AnnotatedString) implementation to Base strings "Strings!"
#56192 opened Oct 16, 2024 by topolarity Loading…
Markdown: Resolve Faces eagerly when styling markdown
#56191 opened Oct 16, 2024 by topolarity Loading…
Fix goto insertion when dom-sorting IR in slot2ssa pass bugfix This change fixes an existing bug compiler:optimizer Optimization passes (mostly in base/compiler/ssair/)
#56189 opened Oct 16, 2024 by topolarity Loading…
Move EffectsOverride to expr.jl
#56187 opened Oct 16, 2024 by Keno Loading…
Break dependency between loading and Core.Compiler
#56186 opened Oct 16, 2024 by Keno Loading…
linux markdown table building Build system, or building Julia or its dependencies docs This change adds or pertains to documentation
#56181 opened Oct 15, 2024 by spaette Loading…
Split up the one big codegen lock into per-function locks and dependency edge tracking compiler:codegen Generation of LLVM IR and native code
#56179 opened Oct 15, 2024 by vtjnash Loading…
Add diagview to obtain a view along a diagonal arrays [a, r, r, a, y, s] feature Indicates new feature / enhancement requests linear algebra Linear algebra
#56175 opened Oct 15, 2024 by jishnub Loading…
Add a convenience constructor for MulAddMul linear algebra Linear algebra
#56170 opened Oct 15, 2024 by jishnub Loading…
Specialize haszero for Union{Missing,<:Number} linear algebra Linear algebra missing data Base.missing and related functionality
#56169 opened Oct 15, 2024 by jishnub Loading…
Fix indexing for block triangular matrices arrays [a, r, r, a, y, s] linear algebra Linear algebra
#56168 opened Oct 15, 2024 by jishnub Loading…
[CRC32c] Support AbstractVector{UInt8} as input feature Indicates new feature / enhancement requests
#56164 opened Oct 14, 2024 by nhz2 Loading…
Add news entry for matprod_dest docs This change adds or pertains to documentation linear algebra Linear algebra
#56160 opened Oct 14, 2024 by jishnub Loading…
precompile: compile inlinable methods that were inferred backport 1.11 Change should be backported to release-1.11
#56156 opened Oct 14, 2024 by topolarity Loading…
support for-else and while-else compiler:lowering Syntax lowering (compiler front end, 2nd stage) feature Indicates new feature / enhancement requests parser Language parsing and surface syntax
#56153 opened Oct 14, 2024 by simeonschaub Draft
propagate inbounds in a few more places for memoryref arrays [a, r, r, a, y, s]
#56151 opened Oct 14, 2024 by vchuravy Loading…
Specialize adding/subtracting mixed Upper/LowerTriangular arrays [a, r, r, a, y, s] backport 1.11 Change should be backported to release-1.11 bugfix This change fixes an existing bug linear algebra Linear algebra
#56149 opened Oct 14, 2024 by jishnub Loading…
Allow sealing of Core.MethodTables feature Indicates new feature / enhancement requests
#56143 opened Oct 13, 2024 by fatteneder Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.