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