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