julia
Backports 1.6-rc1
#39160
Merged

Backports 1.6-rc1 #39160

KristofferC merged 79 commits into release-1.6 from backports-release-1.6
KristofferC
belamenso Fix #23646: relpath recognizes Windows drive letters (#38259)
7be97312
DebadityaPal added automatic keyword assignment support to test macro (#38270)
f3eabcd2
vchuravy mark integer parameters as sext/zext
cae992f9
vchuravy silence unused variable warning
db13dccc
staticfloat [REPL]: Don't write to the user's home directory
7657c36a
staticfloat [REPL] Do not require test to run within `/tmp`
684156d9
vtjnash gf: avoid adding cache entries wider than the original method (#39140)
07a3c9e9
simeonschaub fix count(::BitArray; dims) (#39149)
56ff37a5
KristofferC KristofferC added release
KristofferC
KristofferC
nanosoldier
nanosoldier
fingolfin Ensure underscore is applied to trampoline symbols on OSX [#38925] (#…
452fd949
staticfloat Bump `Pkg` to latest tip of `release-1.6` (#39258)
4d96149a
vchuravy add patches for PPC
8c7e6070
imciner2 Backport LLVM patch to fix LLVM build on GCC 11
3a8fc631
vchuravy move LLVM assert subversion to llvm.mk
fbb68c34
vchuravy update LLVM binaries
582b1e8e
vchuravy use BINARYBUILDER_LLVM_ASSERTS for downloading assert builds
ddcffdea
vchuravy don't dereference Expected
5264d862
vchuravy [JITLayers] Consume errors on address lookup
b20a60f2
vchuravy [LLVM] Adjust patch list for LLVM 11.0.1
c7b5b47b
vchuravy [LLVM] Upgrade LLVM to 11.0.1
1b266d6b
vchuravy [Make] remove BINARYBUILDER_LLVM_ASSERTS and use LLVM_ASSERTIONS instead
7e2e822c
vchuravy [CCall] Don't ZExt half
fa6e44bb
aviatesk fix erroneous code path within `show_sym` (#38830)
55cd5ef6
staticfloat Fix `p7zip_jll` environment setup (#39155)
476209e3
dkarrasch [WIP] Speed up dense-sparse matmul (#38876)
15008b18
JeffBezanson fix return type for `jl_uncompress_argnames` (#39215)
8714f1b3
staticfloat [Artifacts]: Support `using Pkg.Artifacts` with LazyArtifacts (#39210)
b004ef31
timholy Fix binaryplatforms `union` invalidation (#39251)
969cb57a
vtjnash staticdata: fix unreferenced data assertion (#39246)
908eea7f
vtjnash codegen: mostly fix uses of undefined PhiNodes (#39236)
51653b4a
JeffBezanson fix #39259, leave `Main.ARGS` unresolved on startup (#39262)
987c521f
staticfloat Fix macos codesign workflow (#39152)
9ed54c96
staticfloat Use arch-independent magic number as start seed for Preferences hash …
7b848f8c
vtjnash aotcompile: avoid cache lookup when disallowed (#39265)
9b79f5e3
timholy Prevent TOML invalidation by pirates of `T[elements...]` (#39252)
f873e56b
JeffBezanson fix #39218, bug in subtyping fast path for tuples with repeated eleme…
99069e70
vchuravy Merge pull request #39297 from JuliaLang/vc/bp_llvm
4ccfd6d6
JeffBezanson improve performance of disabling finalizers in locks (#39153)
a7a9fe57
KristofferC Rebase: Performance regression of scalar randn() between Julia 1.4 an…
fdf9ea2a
timholy Force-specialize on `T` in `cat_similar` (#39292)
4904312b
timholy Improve inferability of shape::Dims for cat (#39294)
e8d527e1
timholy Use lispy tuples in cat (fixes #21673) (#39314)
4c081891
timholy Preserve input type for unaliascopy(::ReinterpretArray) (#39316)
9719e6e5
JeffBezanson make `extrema` with dims inferrable (#39321)
14ba71b9
maleadt Only construct legal int types during alloc opt.
3c3e2e34
maleadt Adapt the alloc-opt tests.
a1c8ec8f
KristofferC KristofferC force pushed from 42851f4c to 18e812d6 5 years ago
KristofferC KristofferC force pushed from 18e812d6 to 88cbbc27 5 years ago
KristofferC KristofferC force pushed from 88cbbc27 to a1c8ec8f 5 years ago
omus MbedTLS source build fixes (#39131)
ba1f4cf9
kimikage Fix performance regression in broadcasting with CartesianIndices (#39…
f28385cc
JeffBezanson fix failing `enable_finalizers` test
8bcc60f7
vtjnash inference: remove dead check for NOT_FOUND
d9306d4b
aviatesk inference: minor code quality improvements
83d77fc3
vtjnash inference: correction to ifelse Conditional lattice
2a2f4979
aviatesk inference: yet more fix for `ifelse` lattice (#39247)
bc49839a
vtjnash inference: stop re-converging worlds after optimization (#38820)
2845d87d
aviatesk rm unnecessary `widenconst_bestguess` call (#38871)
38b3048f
vtjnash inference: make Limited tracking part of the type lattice (#39116)
7d1533db
KristofferC
KristofferC
KristofferC
nanosoldier
nanosoldier
nanosoldier
aviatesk inference: improve code qualities (#39250)
336ebb7f
mkitti Prepend build_bindir to LLVM_CONFIG_PATH_FIX rather than append (#39275)
3f30e423
KristofferC bump to latest Pkg release-1.6
2e524c9e
StefanKarpinski LibGit2: patch to pass hostkey & port to host verify callback (#39324)
0d75f03b
KristofferC
fingolfin
nanosoldier
omus Add libldl to SuiteSparse libs (#39211)
f5be2e55
omus Copy libgomp as part of CSL build (#39212)
ba575cad
Sacha0 Correct mbedtls-cmake-findpy.patch whitespace.
d5d50f3c
StefanKarpinski libgit2: fix for broken SSH host callback (#39364)
5ba2d9c4
vtjnash inference: SCC handling missing for return_type_tfunc (#39375)
e8e17659
vtjnash gf: invalidate when adding new methods (#39343)
a5d3675e
fingolfin Add basic docs for (Lazy)Artifacts stdlibs (#39073)
bfae07c8
maleadt Don't touch gvars when compiling for an external back-end.
d0b97ea7
maleadt Update src/aotcompile.cpp
fa66cb34
vtjnash show: fix duplicate typealias printing bug
aeca6f18
vtjnash show: fix some bugs in typealias printing
52fbe7fe
vtjnash show: consolidate wheres with {} in printing
5d0a7dc0
martinholters Fix `tmeet` for vararg `PartialStruct`s
0fa7ab9c
vchuravy replace PPC half patch
8a2dc271
JeffBezanson fix #39405, saving modules with renamed imports (#39408)
84ee166f
KristofferC bump Pkg version
afa7544b
vtjnash implement with fewer afoldl methods (#39414)
0348505d
mbauman fix #39379, use first∘LinearIndices instead of 1 (#39393)
8b7c1331
DilumAluthgeBot [automated] Bump the Downloads stdlib from 9d841d9 to 4e55241 (#39445)
4aaeaf72
vtjnash remove bad method specialization from cache (#39429)
0e90f6c2
KristofferC
KristofferC
nanosoldier
krrutkow
KristofferC
KristofferC KristofferC merged 42e1176a into release-1.6 5 years ago
KristofferC KristofferC deleted the backports-release-1.6 branch 5 years ago

Login to write a write a comment.

Login via GitHub

Reviewers
No reviews
Assignees
No one assigned
Labels
Milestone