-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backports for 0.6.1 #23670
Merged
Merged
Backports for 0.6.1 #23670
Changes from 43 commits
Commits
Show all changes
88 commits
Select commit
Hold shift + click to select a range
88fa433
redesign type inference outer loop (PR #21677)
jrevels e4dc00c
various improvements to parser (#22161)
JeffBezanson d02d734
better static printing of typemap entries
vtjnash c1fe105
Fix reuse of client port on Linux. Implement for OSX.
amitmurthy a50154e
fix listenany to return correct port number for porthint of 0
amitmurthy 152f814
added NEWS entry
amitmurthy 8b3ec35
Fixed relative path include on remote machines
Gollor 4aa8d72
Method overwriting by an ambiguity should also invalidate the method …
vtjnash b8cf285
Return socket correctly in socket_reuse_port (#22017)
amitmurthy 718828b
Add necessary LLVM patches
Keno acba61a
fix extrema(A,dim) when length(dim)>1
bjarthur 29cc5b0
fix base(b, big(0), 0) == "0"
rfourquet 3e6545e
prevent Docs.apropos from breaking on random stuff interpolated into …
vtjnash ca44bb3
add some doctest to test (#22287)
KristofferC 9e76e65
add a few doctests to broadcast, parse, intfuncs, number and permuted…
KristofferC 34e485c
Extend definition of StridedReshapedArray (#22429)
mtfishman 2389523
update docs for sysimg to show that default_sysimg_path is a function…
KristofferC 96ddec8
add missing method for eigvecs(A::HermOrSym) (#22453)
fredrikekre 464079a
fix homedir error handling for 1020+ character usernames
vtjnash e205c0f
optimize repeat(string, n) for repeating single ASCII chars (#22462)
stevengj 21dcfec
fix matrix multiplication interaction with HermOrSym and Diagonal (#2…
fredrikekre cdb5335
document Upper/LowerTriangular
fredrikekre 7bbc17c
More doctests and cleanup for intfuncs (#22515)
kshyatt 8ff738e
I love # Example
kshyatt 2a1b86e
test elementwise leftshift on BigInt by vector of ints (#22524)
KristofferC 60c1351
fix not using type in argument list
KristofferC 5ac4706
use where syntax in deprecated.jl (#22527)
fredrikekre 50c3588
add test for filtering empty iterator (#22528)
KristofferC e8ed712
test fixed inlining bug #18735 (#22530)
KristofferC 7883190
document SparseVector and SparseMatrixCSC (#22541)
fredrikekre b51fce7
fix bug in HTML showing of method table of function with parameters
JeffBezanson eb8cbce
fix #22624, crash in certain circular type definitions
JeffBezanson 7da0638
speed up common cases of type application. helps #22593
JeffBezanson bb81ca3
Handle 32 bit architecture when creating float ranges
585f387
Add efficient hashing of CartesianIndex objects
annimesh2809 875bfce
small improvements to (de)serialize perf. helps #22593
JeffBezanson 656813d
fix bug in serialization of nested anonymous functions across process…
amitmurthy 46e68a9
simplified a test
stevengj b2feda0
fix graphemes eltype for substrings (fixes #22693)
stevengj 015cf6d
fix and simplify subtyping rule for `x <: Type{T}`
JeffBezanson 48e850e
Remove extra JL_GC_POP in emit_a_ccall error path
yuyichao 524ec4a
fix field types of Method type
JeffBezanson 5496bb2
Fix repeat for arrays of arrays
pabloferz 7347c57
look up constructors by type name in depwarn. fixes #21972
JeffBezanson a5d70fe
Make var(Range) type stable (#22778)
andreasnoack 46e176d
fix `let` bound functions with `where` and return types
JeffBezanson fb082cc
Bugfix for zero matrix in A_ldiv_B! for QRPivoted (#22831)
GunnarFarneback 20558e1
Base.ndigits0z(0, b) must return 0 (fix #22837)
rfourquet 856e413
fix #22908, typemap ordering of `Union` vs. `Type{Union{...}}`.
JeffBezanson 776be41
fix `tuple_type_head` and `tuple_type_tail` on `UnionAll`
JeffBezanson 7994c64
fix codegen bug in `===` on two `SimpleVector`s
JeffBezanson c1cbc98
mark julia threads as initialized
vtjnash 25d23e4
fix backedge restore list order in incremental serializer
JeffBezanson 9db7fd9
suppress warning for redefining docstrings if the symbol is in Main (…
stevengj 5961643
Add a test for #22582/#22022.
maleadt bd8ca63
Update deprecated tuple type call's in cfunction (#23046)
musm 2a18f33
fix method lookup intersection error
vtjnash 2548c22
inference: fix and improve instanceof_tfunc-based queries
vtjnash f01ad7f
remove mentioning of internal .typ field in Expr objects
fredrikekre 9950d82
fix math in condskeel docstring (#23083)
fredrikekre b5adafb
fix #23091, function in LHS of destructuring assignment
JeffBezanson d79a2ef
Show in doc that thin is a keyword argument. (#23096)
mschauer 9c5f8e3
symdiff! on IntSet: fix too permissive bounds checking (#23099)
rfourquet 262de92
Fix typo: subsitution -> substitution. (#23141)
2f58077
Release a Future only after it has been fetched locally by sending a …
amitmurthy dcf7ff3
Fix style issues with manual METADATA publishing (#23184)
omus 21ba42e
remove .jl extension in Pkg.update (#23214)
fredrikekre bd22138
fix #23218, lowering error in `(a,) = (b...,)` (#23242)
JeffBezanson dc83959
fix #23236 (#23243)
JeffBezanson 01c61bb
fix #23234, parsing `function (x=0) ...` (#23258)
JeffBezanson 2f64bb0
no longer warn in code_warntype for unused variables (#23280)
KristofferC 17c4a24
add RowVectors to to list of types included in sparse concatinations …
KristofferC bb2a918
Fix eltype conversion for StepRangeLen{BigFloat} (fixes #23300)
timholy 98158c1
Fix Schur Factorization for 0x0 matrices (#23360)
andreasnoack 8e610d5
define Symbol(s::Symbol) = s for performance
rfourquet 2780edb
fix #23430, counter overflow in subtyping
JeffBezanson 1aea74e
fix bug in printing generator expressions with n-d ranges
JeffBezanson 2fe7cb9
test-codegen: make jl_dump_compiles test more reliable (#23486)
vtjnash 815a962
fix documentation for IOBuffer, close #23398 (#23514)
fredrikekre 5b84769
fix #23558, bug in recursive let-bound functions
JeffBezanson 2c2f577
Display STDOUT from Pkg.build
omus 269db8e
Adjust capitalization in LibGit2 test to be version agnostic
ararslan 7861fe8
Fix missing bounds checks for trailing zero dimensions (#23723)
mbauman 65405cc
Move write_build to the outer scope
ararslan 9b348ff
Add a small patch that allows us to generate code for PTX ISA 6.0.
maleadt 44a6ad3
fix doctests for 0.6.1 (#23916)
fredrikekre 1a1ef7a
Restore repeat preformance for arrays of scalars (#24022)
pabloferz f651277
Make print_matrix O(1) again (#23681)
iamed2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This must be the cause of the repeat regression, @pabloferz
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a necessary fix, it's meant for the case when
A[c]
is itself an array. I can think of a way of trying to preserve the speed for the cases whenA[c]
is not an array, but I don't know what would be the action to take with regards to the backport.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#24022