julia
Backports for 1.11.2
#56228
Merged

Backports for 1.11.2 #56228

KristofferC merged 78 commits into release-1.11 from backports-release-1.11
KristofferC
nsajko irrationals: restrict assume effects annotations to known types (#55886)
32bee7cc
nsajko update `hash` doc string: `widen` not required any more (#55867)
4fe24a21
KristofferC slightly improve inference in precompilation code (#56084)
7c8fbbcf
KristofferC make `Base.ANSIIterator` have a concrete field (#56088)
a36ea4c6
KristofferC Fix `JULIA_CPU_TARGET` being propagated to workers precompiling stdli…
7f6a0809
abhro Fix markdown list in installation.md (#56165)
709e31cd
IanButterworth Make loading work when stdlib deps are missing in the manifest (#56148)
276e66c5
topolarity Fix implicit `convert(String, ...)` in several places (#56174)
b53bbe5c
IanButterworth Include default user depot when JULIA_DEPOT_PATH has leading empty en…
b27d83e5
vtjnash [REPL] fix lock ordering mistake in load_pkg (#56215)
0bd77f57
KristofferC KristofferC changed the title Backports for 1.11.3 Backports for 1.11.2 1 year ago
giordano giordano added release
topolarity Add invalidation barriers for `displaysize` and `implicit_typeinfo` (…
9dda314b
jishnub Call `MulAddMul` instead of multiplication in _generic_matmatmul! (#5…
415294a5
tecosaur Change annotation type to a NamedTuple
e20cc3e7
tecosaur Bump StyledStrings
b28fbd05
giordano Do not call `rand` during sysimage precompilation (#56227)
48e1a727
vtjnash stream: fix reading LibuvStream into array (#56092)
581e65d5
nsajko fix infinite recursion in `promote_type` for `Irrational` (#55870)
a10b94fe
IanButterworth rename: invalid -> incompatible cache header (#56240)
7d3cbd87
nickrobinson251 Restore support for checking for UndefVarError variable name in at-te…
6fadf5ad
JeffBezanson fix functional assert statements (#53737)
aea077b8
alongdate Fix some typos in comments (#54149)
d59df0ba
IanButterworth
IanButterworth REPL: run repl hint generation for modeswitch chars when not switchin…
e91b8bed
DilumAluthgeBot 🤖 [backports-release-1.11] Bump the Pkg stdlib from aba90d22b to 9438…
1f5c07f9
jishnub Specialize adding/subtracting mixed Upper/LowerTriangular (#56149)
168f7e76
KristofferC
KristofferC
maleadt maleadt force pushed from ff4549da to 9c8e43b3 1 year ago
KristofferC
KristofferC
nanosoldier
nanosoldier
KristofferC
nanosoldier
KristofferC
vtjnash fix precompile process flag propagation (#56214)
34a8c47b
IanButterworth Actually setup jit targets when compiling packageimages instead of ta…
ba0e9b96
gbaraldi Make ASAN build not be debug, following clangs recommendation (#54094)
7bc6e0c2
IanButterworth add Pkg 1.11 NEWS
8d077462
KristofferC KristofferC force pushed from df61bb15 to 8d077462 1 year ago
KristofferC
N5N3 typeintersect: allocation tuning for large `UnionAll` (#54745)
716cf46d
N5N3 typeintersect: more fastpath to skip intersect under circular env (#5…
addff452
gbaraldi Remove llvm-muladd pass and move it's functionality to to llvm-simdlo…
69ed5fdc
Revert "Remove llvm-muladd pass and move it's functionality to to llv…
71838b93
nanosoldier
PallHaraldsson
IanButterworth REPL: fix brace detection when ' is used for transpose (#56252)
c00ba05f
IanButterworth move time_imports and trace_* macros to Base but remain owned by Inte…
7b3408e5
IanButterworth REPL: fix closing quote on completing files in a ~ path (#56253)
70f87db2
IanButterworth REPL: Don't search for ?( completions when hinting (#56278)
32d97c47
IanButterworth REPL: don't complete str and cmd macros when the input matches the in…
6be0afc3
vtjnash add pending state back to jl_thread_suspend_and_get_state-machine (#5…
47061cea
vtjnash [Profile] fix threading issue (#55704)
0495045c
IanButterworth [backports-release-1.11] 1.11 Profiling threading fix backports (#56358)
0f7f762d
gbaraldi Make isbitstypes use memmove instead of the runtime function in copyt…
27f28b1d
jishnub Fix kron indexing for types without a unique zero (#56229)
aa54c81d
vtjnash precompile: add error for using require_stdlib during precompile (#56…
88ae46cf
jishnub Fix fetching parent in symmetric algebra (#56286)
8ec604d5
gbaraldi Fix trampoline warning on x86 as well (#56280)
ced7df7d
KristofferC recommend explicit `using Foo: Foo, ...` in package code (was: "using…
debbc22f
aravindh-krishnamoorthy Fix `log_quasitriu` for internal scaling `s=0` (#56311)
92405f29
oscardssmith make `_unsetindex` fast for isbits eltype (#56364)
05182dc3
KristofferC load extensions with fewer triggers earlier (#49891)
c558d263
jishnub Fix broken diagonal kron test
23cb1281
topolarity [backports-release-1.11] Allow ext → ext dependency if triggers are a…
bf5675bc
KristofferC
dkarrasch Fix dispatch for `rdiv!` with `LU` (#55764)
3ccd11c1
nanosoldier
DilumAluthgeBot 🤖 [backports-release-1.11] Bump the Pkg stdlib from 9438b6e99 to af10…
62081b89
DilumAluthge 🤖 [backports-release-1.11] Bump the Pkg stdlib from af1088b4e to 2c62…
64a046fd
IanButterworth 🤖 [backports-release-1.11] Bump the Pkg stdlib from af1088b4e to 2c62…
8e8b7b5a
gbaraldi Remove apple-m3 from cpu name to make enzyme happier (#56372)
8ec200d7
DilumAluthgeBot 🤖 [backports-release-1.11] Bump the Pkg stdlib from 2c625417c to 64bf…
52da829f
giordano Fix compilation warning on aarch64-linux (#56480)
94488d86
giordano Fix warning about comparison of integer expressions of different sign…
48772043
fredrikekre Remove zero arg methods of `+` and `*` from linalg tests (#56184)
cf965f3a
giordano giordano force pushed from a38fca6d to cf965f3a 1 year ago
LilithHafner Replace some occurrences of iteration over 1:length with more idiomat…
29e0a3e4
vtjnash add logic to prefer loading modules that are already loaded (#55908)
a25475cb
KristofferC fix a forgotten rename `readuntil` -> `copyuntil` (#56380)
fac5efc7
vtjnash precompile: fix performance issues with IO (#56370)
b3c3460d
KristofferC cache the `find_all_in_cache_path` call during parallel precompilatio…
bea9c9cc
giordano [docs] Fix note admonition in llvm-passes.md (#56392)
515326a7
giordano [docs] Fix rendering of warning admonition in llvm passes page (#56412)
0baca201
vtjnash Ensure that String(::Memory) returns only a String, not any owner (#5…
b06f2948
Moelf Profile: mention `kill -s SIGUSR1 julia_pid` for Linux (#56441)
57a29209
vtjnash missing gc-root store in subtype (#56472)
6cdcfef3
ViralBShah The `info` in LAPACK calls should be a Ref instead of a Ptr (#56511)
5a280aa6
KristofferC
nanosoldier
vtjnash add require_lock call to maybe_loaded_precompile (#56027)
157ab5ac
KristofferC
KristofferC
IanButterworth
KristofferC
tecosaur
KristofferC
dkarrasch pin SparseArrays branch to release-1.11
6abe9a32
dkarrasch
nanosoldier
KristofferC remove spurious file include
408ae906
KristofferC make failing to remove depot path in a loading test not error
88382f19
mortenpi [backports-release-1.11] Update Documenter v1.3.0 => v1.8.0 (#56550)
3e0c47c8
DilumAluthgeBot 🤖 [backports-release-1.11] Bump the SparseArrays stdlib from cb602d7 …
d59d80ba
topolarity [backports 1.11] precompile: improve precision of extension dependenc…
f55307c8
KristofferC KristofferC merged 229f0276 into release-1.11 1 year ago
KristofferC KristofferC deleted the backports-release-1.11 branch 1 year ago

Login to write a write a comment.

Login via GitHub

Reviewers
No reviews
Assignees
No one assigned
Labels
Milestone