julia
Backports for 0.6.1
#23670
Merged

Backports for 0.6.1 #23670

ararslan merged 88 commits into release-0.6 from aa/backports-0.6
ararslan
ararslan ararslan requested a review from StefanKarpinski StefanKarpinski 8 years ago
ararslan ararslan requested a review from vtjnash vtjnash 8 years ago
ararslan ararslan requested a review from JeffBezanson JeffBezanson 8 years ago
ararslan ararslan added this to the 0.6.x milestone 8 years ago
ararslan
ararslan ararslan force pushed from 29f58bdf to 6afd88ea 8 years ago
ararslan
vtjnash
vtjnash vtjnash force pushed from 6afd88ea to 92900b8b 8 years ago
ararslan
jrevels redesign type inference outer loop (PR #21677)
88fa433b
JeffBezanson various improvements to parser (#22161)
e4dc00ca
vtjnash better static printing of typemap entries
d02d7343
amitmurthy Fix reuse of client port on Linux. Implement for OSX.
c1fe105d
amitmurthy fix listenany to return correct port number for porthint of 0
a50154e3
amitmurthy added NEWS entry
152f8140
Gollor Fixed relative path include on remote machines
8b3ec359
vtjnash Method overwriting by an ambiguity should also invalidate the method …
4aa8d72b
amitmurthy Return socket correctly in socket_reuse_port (#22017)
b8cf2856
Keno Add necessary LLVM patches
718828b9
bjarthur fix extrema(A,dim) when length(dim)>1
acba61a2
rfourquet fix base(b, big(0), 0) == "0"
29cc5b04
vtjnash prevent Docs.apropos from breaking on random stuff interpolated into …
3e6545e7
KristofferC add some doctest to test (#22287)
ca44bb37
KristofferC add a few doctests to broadcast, parse, intfuncs, number and permuted…
9e76e657
mtfishman Extend definition of StridedReshapedArray (#22429)
34e485c5
KristofferC update docs for sysimg to show that default_sysimg_path is a function…
2389523c
fredrikekre add missing method for eigvecs(A::HermOrSym) (#22453)
96ddec8f
vtjnash fix homedir error handling for 1020+ character usernames
464079a8
stevengj optimize repeat(string, n) for repeating single ASCII chars (#22462)
e205c0f5
ararslan
fredrikekre fix matrix multiplication interaction with HermOrSym and Diagonal (#2…
21dcfec0
fredrikekre document Upper/LowerTriangular
cdb53359
kshyatt More doctests and cleanup for intfuncs (#22515)
7bbc17cb
kshyatt I love # Example
8ff738e0
KristofferC test elementwise leftshift on BigInt by vector of ints (#22524)
2a1b86e9
KristofferC fix not using type in argument list
60c1351b
fredrikekre use where syntax in deprecated.jl (#22527)
5ac4706b
KristofferC add test for filtering empty iterator (#22528)
50c3588c
KristofferC test fixed inlining bug #18735 (#22530)
e8ed7123
fredrikekre document SparseVector and SparseMatrixCSC (#22541)
78831902
JeffBezanson fix bug in HTML showing of method table of function with parameters
b51fce7a
JeffBezanson fix #22624, crash in certain circular type definitions
eb8cbce0
JeffBezanson speed up common cases of type application. helps #22593
7da0638e
Handle 32 bit architecture when creating float ranges
bb81ca38
annimesh2809 Add efficient hashing of CartesianIndex objects
585f3877
JeffBezanson small improvements to (de)serialize perf. helps #22593
875bfced
amitmurthy fix bug in serialization of nested anonymous functions across process…
656813da
stevengj simplified a test
46e68a9e
stevengj fix graphemes eltype for substrings (fixes #22693)
b2feda0d
JeffBezanson fix and simplify subtyping rule for `x <: Type{T}`
015cf6d9
yuyichao Remove extra JL_GC_POP in emit_a_ccall error path
48e850ef
JeffBezanson fix field types of Method type
524ec4ab
p-zubieta Fix repeat for arrays of arrays
5496bb28
ararslan ararslan force pushed from 92900b8b to 6ec2c77e 8 years ago
mbauman mbauman added backport pending 0.6
JeffBezanson look up constructors by type name in depwarn. fixes #21972
7347c57a
andreasnoack Make var(Range) type stable (#22778)
a5d70fe1
JeffBezanson fix `let` bound functions with `where` and return types
46e176d7
GunnarFarneback Bugfix for zero matrix in A_ldiv_B! for QRPivoted (#22831)
fb082ccd
rfourquet Base.ndigits0z(0, b) must return 0 (fix #22837)
20558e12
JeffBezanson fix #22908, typemap ordering of `Union` vs. `Type{Union{...}}`.
856e413f
JeffBezanson fix `tuple_type_head` and `tuple_type_tail` on `UnionAll`
776be41c
JeffBezanson fix codegen bug in `===` on two `SimpleVector`s
7994c640
ararslan ararslan force pushed from 6ec2c77e to 7c2e2962 8 years ago
vtjnash mark julia threads as initialized
c1cbc985
JeffBezanson fix backedge restore list order in incremental serializer
25d23e41
stevengj suppress warning for redefining docstrings if the symbol is in Main (…
9db7fd94
maleadt Add a test for #22582/#22022.
5961643a
musm Update deprecated tuple type call's in cfunction (#23046)
bd8ca630
vtjnash fix method lookup intersection error
2a18f338
vtjnash inference: fix and improve instanceof_tfunc-based queries
2548c22d
fredrikekre remove mentioning of internal .typ field in Expr objects
f01ad7f9
fredrikekre fix math in condskeel docstring (#23083)
9950d82f
JeffBezanson fix #23091, function in LHS of destructuring assignment
b5adafb2
Show in doc that thin is a keyword argument. (#23096)
d79a2ef8
rfourquet symdiff! on IntSet: fix too permissive bounds checking (#23099)
9c5f8e31
Fix typo: subsitution -> substitution. (#23141)
262de92e
amitmurthy Release a Future only after it has been fetched locally by sending a …
2f580779
omus Fix style issues with manual METADATA publishing (#23184)
dcf7ff33
fredrikekre remove .jl extension in Pkg.update (#23214)
21ba42ef
JeffBezanson fix #23218, lowering error in `(a,) = (b...,)` (#23242)
bd22138c
JeffBezanson fix #23236 (#23243)
dc839597
JeffBezanson fix #23234, parsing `function (x=0) ...` (#23258)
01c61bbe
KristofferC no longer warn in code_warntype for unused variables (#23280)
2f64bb01
KristofferC add RowVectors to to list of types included in sparse concatinations …
17c4a243
timholy Fix eltype conversion for StepRangeLen{BigFloat} (fixes #23300)
bb2a918f
andreasnoack Fix Schur Factorization for 0x0 matrices (#23360)
98158c10
rfourquet define Symbol(s::Symbol) = s for performance
8e610d5f
JeffBezanson fix #23430, counter overflow in subtyping
2780edb8
JeffBezanson fix bug in printing generator expressions with n-d ranges
1aea74e9
vtjnash test-codegen: make jl_dump_compiles test more reliable (#23486)
2fe7cb97
fredrikekre fix documentation for IOBuffer, close #23398 (#23514)
815a962f
JeffBezanson fix #23558, bug in recursive let-bound functions
5b847695
omus Display STDOUT from Pkg.build
2c2f5772
ararslan Adjust capitalization in LibGit2 test to be version agnostic
269db8ef
mbauman Fix missing bounds checks for trailing zero dimensions (#23723)
7861fe81
ararslan Move write_build to the outer scope
65405cc4
ararslan ararslan force pushed from 04f7f5fe to 65405cc4 8 years ago
bmharsha
ararslan
StefanKarpinski
ararslan
ararslan
ViralBShah
jrevels
nanosoldier
ararslan
maleadt Add a small patch that allows us to generate code for PTX ISA 6.0.
9b348ff6
ViralBShah
staticfloat
ararslan
staticfloat
ararslan
yuyichao
ararslan
KristofferC
fredrikekre fix doctests for 0.6.1 (#23916)
44a6ad3b
ararslan
ararslan
nanosoldier
fredrikekre
fredrikekre
fredrikekre commented on 2017-10-06
p-zubieta Restore repeat preformance for arrays of scalars (#24022)
1a1ef7ac
ararslan
mbauman
ararslan
iamed2 Make print_matrix O(1) again (#23681)
f6512774
ararslan ararslan changed the title WIP: Backports for 0.6.1 Backports for 0.6.1 8 years ago
ararslan
nanosoldier
ararslan ararslan merged 389b23cf into release-0.6 8 years ago
ararslan ararslan deleted the aa/backports-0.6 branch 8 years ago
ararslan ararslan removed backport pending 0.6
mauro3
tkelman
StefanKarpinski
ViralBShah
StefanKarpinski
ararslan
ararslan
ararslan
tkelman
StefanKarpinski
ViralBShah
StefanKarpinski
ararslan
ararslan

Login to write a write a comment.

Login via GitHub

Assignees
No one assigned
Labels
Milestone