julia
Backports for Julia 1.10.11
#58889
Merged

Backports for Julia 1.10.11 #58889

KristofferC merged 57 commits into release-1.10 from backports-release-1.10
KristofferC
gbaraldi Actually setup jit targets when compiling packageimages instead of ta…
7a28ad5a
DilumAluthge `[backports-release-1.10]`: Distributed: Worker: Bind to the first no…
c96d5070
maleadt Fixes for bitcast bugs with LLVM 17 / opaque pointers (#54548)
2a53722a
kpamnany Add boundscheck in speccache_eq to avoid OOB access due to data race …
54e11198
nsajko fix special function `::Real` fallback stack overflow (#57790)
19983643
IanButterworth Logging: Improve threadsafety (#57591)
9c892c69
adienes Switch from segfault to `zip` behavior for mismatched indices in `map…
7ac9a80c
gbaraldi Fix removal of globals with addrspaces in removeAddrspaces (#58322)
029abadd
IanButterworth Update install link in warning (#58638)
f507ecbf
Keno Unicode: Force-inline isgraphemebreak! (#58674)
623884c0
IanButterworth Test: Fix failfast for for loops (#58695)
6f3d23ee
IanButterworth Test: Hide REPL internals in backtraces (#58732)
8cf61582
ararslan Add a `similar` method for `Type{<:CodeUnits}` (#57826)
3104bec0
IanButterworth Fix nthreadpools size in JLOptions (#58937)
ed63f5a5
IanButterworth Clarify and enhance confusing precompile test (#59170)
03b53d3e
ajwheeler Update the developer docs to reflect the use of JuliaSyntax.jl (#59300)
951d5655
imciner2
imciner2 [backports-release-1.10] Remove bfloat16 condition accidentally backp…
3fffb598
imciner2 [OpenBLAS_jll] Include patches to fix CASUM in 1.10 (#59346)
1a3c229c
vtjnash remove workaround for controlling terminal behavior in repl_cmd (#58554)
37d1127e
nsajko `@nospecialize` for `string_index_err` (#57604)
0269d45f
wsmoses Enable getting non-boxed LLVM type from Julia Type (#56890)
ed38aed5
gbaraldi [backports-release-1.11] Don't forget to decay value on struct initia…
d269b23f
DilumAluthge DilumAluthge added release
DilumAluthge DilumAluthge marked this pull request as draft 215 days ago
DilumAluthge DilumAluthge added don't squash
DilumAluthge Fix intrinsics test on 1.10 backports branch
0741bfe3
gbaraldi Remove bad test
05ee0aa9
DilumAluthge CI 1.10: Use the 1.10-specific Buildkite branch (#59761)
6901dde9
vchuravy Remove bitrotten debug-only code in 1.10 (#59917)
7bf0208a
kpamnany [backports-release-1.10] fix accidental save (and restore) of sigmask…
8988c1b0
fingolfin
mbauman
fingolfin
DilumAluthge
KristofferC
DilumAluthge
christiangnrd
DilumAluthge
DilumAluthge DilumAluthge assigned DilumAluthge DilumAluthge 87 days ago
DilumAluthge DilumAluthge unassigned DilumAluthge DilumAluthge 87 days ago
DilumAluthge
fingolfin Backport to 1.10: bump Documenter to 1.15.0
704fae4c
mortenpi doc: correct unicode-input table generation (#51328)
62173111
mortenpi Update Documenter 0.27.23 => 1.2.1 (#47105)
c390c127
mortenpi Fix docs builds when not in Git tree (#54445)
413d4348
fingolfin Backport to 1.10: bump Documenter to 1.16.1 (#60218)
bd15dbec
DilumAluthge Unicode: Remove the allocations test added in #58674
c927f6b5
wsmoses 1.10: add getter for global variable pointer matching jlvalue (#60683)
0c2ae557
dkarrasch Backport "Fix structure test for strided matrices" (#57218)
ddab6aae
M-PERSIC Fix devcontainer definition (#57006)
c84bf042
ViralBShah Remove GPL libraries from the Julia build for binary-dist target (#59…
e211c0c4
adienes fix `powermod` correctness on unsigned power of half typemax (#59680)
36a1469e
IanButterworth also redirect JL_STDERR etc. when redirecting to devnull (#55958)
a52d5e0e
DilumAluthge DilumAluthge force pushed from 58d23419 to dad8fca9 86 days ago
DilumAluthge DilumAluthge force pushed from dad8fca9 to cf1f71ad 86 days ago
IanButterworth Add note about `@threads` threadpool (#59802)
3688cece
IanButterworth Don't trigger full rebuild if git is dirty (#60023)
3354280a
KristofferC allow finding stdlibs that are normal packages in the manifest but ar…
8d0578b3
nalimilan Fix removal of GPL libs (#60100)
583b5708
EdsterG Logging: define isless between Integer and LogLevel (#60330)
b176b26e
vtjnash add wb_back on all task switch paths (#60617)
c9452de8
giordano Correct version in which at-lock was exported (#60279)
5501fd73
JeffBezanson fix #45494, error in ssa conversion with complex type decl (#55744)
4a02acf0
DilumAluthge CI: Pin external actions to full-length commit hashes
fd43584b
mlechu Fix `hygienic-scope`s in inner macro expansions (#58965)
a6d3bd2e
eschnett 1.10: Update cacert to 2025-12-02 (#60745)
75f1a802
wsmoses [1.10] [LLVMAllocOpt] Preserve metadata lowering an alloca (#60776) (…
f1d9e851
fingolfin Make `jl_reinit_foreign_type` idempotent even with asserts (#60827)
c5f8d0d5
rokke-git Merge pull request #60834 from rokke-git/patch-5
ec3ef8bc
DilumAluthge DilumAluthge force pushed from 5982ccd0 to ec3ef8bc 76 days ago
oscardssmith Fix typo in partially_inline! (#60854)
0fcf1614
KristofferC
DilumAluthge 1.10: Bump MbedTLS from 2.28.2 to 2.28.1010 (2.28.10 plus patches) (#…
c8be17dc
KristofferC KristofferC force pushed from 3c13ebe6 to c8be17dc 73 days ago
KristofferC KristofferC marked this pull request as ready for review 73 days ago
KristofferC KristofferC requested a review 73 days ago
KristofferC
KristofferC
lgoettgens
nanosoldier
DilumAluthge DilumAluthge removed review request 73 days ago
nanosoldier
KristofferC
KristofferC Revert "Fix `hygienic-scope`s in inner macro expansions (#58965)"
df86fe4d
KristofferC
nanosoldier
KristofferC
DilumAluthge
DilumAluthge
gbaraldi Fix test causing assertion
925f31f9
DilumAluthge
KristofferC KristofferC merged ba37fb06 into release-1.10 56 days ago
KristofferC KristofferC deleted the backports-release-1.10 branch 56 days ago

Login to write a write a comment.

Login via GitHub

Reviewers
No reviews
Assignees
No one assigned
Labels
Milestone