sort by:
Revision Author Date Message Commit Date
2b1c2a0 Fix real Hermitian inverse error (#20562) * Fix real Hermitian inverse error * Test inverse of real Hermitian and Symmetric matrix constructed from an asymmetric matrix 14 February 2017, 02:13:51 UTC
021e11e Make `parse(T, "")` and `parse(T, " ")` etc, more specific regarding whitespace and empty strings (#20588) Make `parse` display specific error messages if string is empty or contains only whitespace 13 February 2017, 23:11:09 UTC
cddd197 Change string output for BigFloat Inf and NaN (#19939) 13 February 2017, 21:13:47 UTC
209945c Merge pull request #20543 from Sacha0/devecnot deprecate vectorized ! and ~ in favor of dot syntax 13 February 2017, 20:52:56 UTC
3f14659 Merge pull request #20343 from JuliaLang/mh/infer_apply_union RFC: Better inference of `_apply()` (splatting) 13 February 2017, 17:19:14 UTC
61dc531 Fix spelling 13 February 2017, 15:15:23 UTC
a434dfc Simulate iteration protocal when inferring splatted arguments Closes #20518 and improves inference when splatting genetal iterables. 13 February 2017, 07:54:11 UTC
cee29b0 make sparse arrays print more consistently, also add some doctests (#20488) * make sparse and dense arrays print more similarly * update doctest after dropstored fix * add extra method for isassigned for mixed indices * change confusing doctest * fixup * change adding isassigned to Int on call ot it * various fixes * address review * more .+1 13 February 2017, 07:50:16 UTC
dc2459d Refactor `abstract_apply` and `precise_container_types` Loop over the arguments in `abstract_apply` and invoke the modified/renamed `precise_container_type` for each individual argument. Translate some cases where the container type cannot be inferred precisely into Vararg's (instead of bailing out and inferring `f(::Any...)`) and fuse Vararg's with further arguments into a single trailing Vararg. 13 February 2017, 07:46:38 UTC
2c5db52 Merge pull request #20592 from JuliaLang/jb/fix16424 fix #16424, allow redefining a type to an equivalent one 13 February 2017, 06:11:55 UTC
b1e2b9c Merge pull request #20591 from JuliaLang/jb/reorgoperators reorganize operators.jl 13 February 2017, 03:53:23 UTC
88c365b fix #16424, allow redefining a type to an equivalent one this logic needed to be updated for jb/subtype 13 February 2017, 03:47:38 UTC
a9e7a9a Merge pull request #20374 from JuliaLang/jn/codegen-minor minor codegen and inference changes 13 February 2017, 03:06:56 UTC
f74cb71 Merge pull request #20589 from JuliaLang/jb/tparamnamecheck better error message for using a non-symbol as a typevar name 13 February 2017, 02:29:07 UTC
409c2e2 Merge pull request #20590 from JuliaLang/jb/reorg2 reorg code for builtins and intrinsics 13 February 2017, 02:28:37 UTC
c1f45b0 reorganize operators.jl 13 February 2017, 02:25:14 UTC
525f33e better error message for using a non-symbol as a typevar name 13 February 2017, 00:43:24 UTC
5393e66 reorg code for builtins and intrinsics 13 February 2017, 00:27:27 UTC
8341444 Merge pull request #20467 from yuyichao/yyc/gc/mark2 GC marking micro optimizations 12 February 2017, 23:04:42 UTC
3956bd4 Merge pull request #20584 from JuliaLang/yyc/prod_next Call constructor instead of `oftype(..., nothing)` to construct a null Nullable. 12 February 2017, 18:53:48 UTC
c14fcc9 Merge pull request #20500 from JuliaLang/jb/typealias deprecate `typealias` in favor of `const` assignment or `A{B} = ...` 12 February 2017, 18:10:21 UTC
3453200 Call constructor instead of `oftype(..., nothing)` to construct a null Nullable. Fix #20078 12 February 2017, 16:17:07 UTC
2bb2727 Merge pull request #20577 from JuliaLang/teh/floatrange-otherdep Improve FloatRange deprecation. Fixes #20506. 12 February 2017, 11:23:23 UTC
71f6bc9 Merge pull request #20568 from JuliaLang/teh/eltype_bottom Throw informative error for `eltype(Union{})` 12 February 2017, 11:20:14 UTC
8944c68 Deprecate vectorized ~ over AbstractArray and BitArray. 12 February 2017, 05:02:33 UTC
fa9a55f Make .~ parse (to match other unary operators). 12 February 2017, 05:02:32 UTC
18e730c Deprecate vectorized ! over AbstractArray{Bool} and BitArray. 12 February 2017, 05:02:32 UTC
339c3bc inference: tmerge slot-assignment types to preserve Union information for disjoint assignments 12 February 2017, 04:24:15 UTC
aa69272 inference: record slot-types more directly during inference no functional change, but I think this better reflects the way inference is collecting this information 12 February 2017, 04:24:13 UTC
1133651 codegen: simplify code for handling isa / type-assert / is / subtype this also allows them to handle more cases 12 February 2017, 04:23:28 UTC
954595f codegen: some minor code movement to prepare for better handling of Union types 12 February 2017, 04:23:28 UTC
4e8fa97 inference: improve type-stability of code 12 February 2017, 04:23:28 UTC
e08a663 inference: correct ssa spill of invoke arg 1 12 February 2017, 04:23:27 UTC
9440ab5 allow running tests in any random subdirectory, not just linalg 12 February 2017, 04:23:27 UTC
203ac69 Yet another reorganize of marking code * Set mark without dispatch on the tag * Fine performance optimization 12 February 2017, 00:20:00 UTC
c2c259a Remove the verify_parent callback for stack since the the barrier is always in GC and no mutator 12 February 2017, 00:20:00 UTC
15454f1 Store nptr in the type layout 12 February 2017, 00:20:00 UTC
338581f Merge pull request #20565 from fredrikekre/fe/repmat fix repmat overflow 11 February 2017, 23:08:45 UTC
43e2aad RFC: tests for dimensional correctness of Base (#20484) * tests for dimensional correctness of Base * missing promotion for colon(start, step, stop) * fix sqrtm for dimensionful * stats dimensionful tests, fixed units of momenttype 11 February 2017, 23:05:19 UTC
4467508 deprecate `typealias` in favor of `const` assignment or `A{B} = ...` 11 February 2017, 23:02:41 UTC
99f00f2 Merge pull request #20574 from JuliaLang/jb/primtyperename rename bitstype to primitivetype in internal functions 11 February 2017, 22:48:37 UTC
6974bde Add logical indexing in deleteat!() (#20465) * Add logical indexing in deleteat!() More consistent with what getindex() supports. This can allow avoiding an allocation when the caller already has a boolean vector of logical indices. * Use to_indices() and @boundscheck * Remove ineffective @boundscheck annotation 11 February 2017, 22:10:54 UTC
3e23532 Improve FloatRange deprecation. Fixes #20506. 11 February 2017, 22:03:42 UTC
1eee998 Merge pull request #20572 from JuliaLang/jb/fix20541 fix #20541, remove `.!` from prec-comparison 11 February 2017, 20:42:37 UTC
96a372e rename bitstype to primitive type in internal functions 11 February 2017, 20:23:23 UTC
12d25f9 fix repmat stack overflow 11 February 2017, 19:56:28 UTC
8f6ecd6 fix #20541, remove `.!` from prec-comparison 11 February 2017, 19:18:46 UTC
7b332ac Provide informative error for `eltype(Union{})` 11 February 2017, 14:35:15 UTC
379f18e Fix #20566 11 February 2017, 09:37:58 UTC
e355685 Remove some special functions from Base (#20427) 11 February 2017, 06:32:44 UTC
1c64cc9 NEWS for #4615 (#20563) [ci skip] 11 February 2017, 04:54:00 UTC
9560130 Fix at-deprecate (#20551) * Make the `ex` optional argument work for methods definitions too * Use correct function name. Fix #20220 and revert #20538 11 February 2017, 02:35:28 UTC
ffc86a4 parse environment arg JULIA_POLLY_ARGS into polly optimizers (#20432) create make flag USE_POLLY_OPENMP for openmp support replaced JULIA_POLLY_ARGS with preexisting JULIA_LLVM_ARGS moved env arg parsing 11 February 2017, 02:21:18 UTC
6fa37f6 Merge pull request #20407 from JuliaLang/jn/grabbag-subtypes grabbag of subtyping punchlist items 11 February 2017, 01:53:10 UTC
c16e252 One more type -> mutable struct change introduced while #20418 was pending 10 February 2017, 18:39:10 UTC
3159acc Merge branch 'master' into jn/grabbag-subtypes 10 February 2017, 17:20:59 UTC
08cb76b Merge pull request #20546 from JuliaLang/jb/tvarsfields remove redundant `tvars` fields 10 February 2017, 16:39:34 UTC
5151271 Merge pull request #20418 from JuliaLang/jb/structkeywords use `abstract|primitive type`, `struct`, `mutable struct` for type definitions 10 February 2017, 16:38:34 UTC
78f3c82 Merge pull request #20554 from JuliaLang/yyc/less-anon Use fewer anonymous functions for sprint 10 February 2017, 13:35:51 UTC
9b7cf84 Better inference of `_apply(..., Union{Tuple...}, ...)` If a Union is splatted, inference tries the individual types, unless this would exceed MAX_APPLY_UNION_ENUM=8 total tries. As a stopgap in that case, a Union of several Tuples of the same length is rewritten to a Tuple of Unions. 10 February 2017, 12:21:58 UTC
db7a995 grabbag of doctests (#20491) * grabbag of doctests * fix doctest block * highlight ix * some fixups * fix noop thingy 10 February 2017, 08:44:17 UTC
30d0280 Merge pull request #20545 from JuliaLang/kf/replnit Two REPL fixes 10 February 2017, 04:03:40 UTC
506c964 Merge pull request #20544 from JuliaLang/sk/tweaks a couple of tweaks for tkelman 10 February 2017, 03:49:31 UTC
421165e build: introduce var `LOCALBASE` for FreeBSD (#20536) fix #11380 10 February 2017, 02:57:30 UTC
f7a69bd Use fewer anonymous functions for sprint 10 February 2017, 00:17:03 UTC
5258d51 Drop an unnecessary period (#20553) This matches the surrounding style of the doc. 09 February 2017, 23:54:28 UTC
08f6480 Add a missing "a" (#20552) 09 February 2017, 23:53:28 UTC
79471c1 Merge pull request #20446 from pabloferz/pz/newparamsyntax Use new compact parametric syntax where possible 09 February 2017, 22:26:59 UTC
03278a6 Work around #20220, deprecation warning for Array repeating endlessly (#20538) 09 February 2017, 21:59:30 UTC
f195d11 remove redundant `tvars` fields 09 February 2017, 21:17:48 UTC
dee86b3 use new "where" syntax in dumpsubtypes 09 February 2017, 20:43:33 UTC
7c09084 Two REPL fixes 1. Use `eval` in REPL.respond, to fix external REPL modes (world age problem) 2. Another instance of 0-indexed terminal columns that should be 1 indexed. 09 February 2017, 19:31:34 UTC
745da8d repl tests: make test for special chars in shell mode UNIX-only 09 February 2017, 18:47:41 UTC
35a0bf4 range tests: add comment explaining tests from #20533 09 February 2017, 18:47:35 UTC
ddb1e1e Merge pull request #20525 from JuliaLang/jb/fix20524 fix #20524, macros not handling nested tuple destructuring 09 February 2017, 18:28:25 UTC
c027cf4 Merge pull request #20534 from Sacha0/nqueens make queens more regal 09 February 2017, 18:25:15 UTC
dc84a12 update ctags and editor files for new type definition keywords 09 February 2017, 18:14:25 UTC
1519a2f update manual for changed type keywords 09 February 2017, 18:14:25 UTC
977e659 rename type keywords to `abstract|primitive type`, `[mutable ]struct` 09 February 2017, 18:14:25 UTC
82a63fd Use compact parametric syntax in base/u*.jl 09 February 2017, 16:39:24 UTC
5989549 Use compact parametric syntax in base/t*.jl 09 February 2017, 16:39:24 UTC
3d8e7d8 Use compact parametric syntax in base/s*.jl 09 February 2017, 16:39:24 UTC
ec9505d Use compact parametric syntax in base/r*.jl 09 February 2017, 16:39:24 UTC
bbbfce0 Use compact parametric syntax in base/p*.jl 09 February 2017, 16:39:24 UTC
5175b6b Use compact parametric syntax in base/o*.jl 09 February 2017, 16:39:24 UTC
84e0863 Use compact parametric syntax in base/n*.jl 09 February 2017, 16:39:24 UTC
73dabe0 Use compact parametric syntax in base/m*.jl 09 February 2017, 16:39:23 UTC
72d208b Use compact parametric syntax in base/i*.jl 09 February 2017, 16:39:23 UTC
590cb53 Use compact parametric syntax in base/h*.jl 09 February 2017, 16:39:23 UTC
e0a18dd Use compact parametric syntax in base/g*.jl 09 February 2017, 16:39:23 UTC
3350ea8 Use compact parametric syntax in base/f*.jl 09 February 2017, 16:39:23 UTC
a3186b4 Use compact parametric syntax in base/e*.jl 09 February 2017, 16:39:23 UTC
f7be095 Use compact parametric syntax in base/d*.jl 09 February 2017, 16:39:23 UTC
038c8c5 Use compact parametric syntax in base/c*.jl 09 February 2017, 16:39:23 UTC
bacc024 Use compact parametric syntax in base/b*.jl 09 February 2017, 16:39:23 UTC
f00a2eb Use compact parametric syntax in base/a*.jl 09 February 2017, 16:39:23 UTC
8454b61 Use compact parametric syntax in LineEdit.jl 09 February 2017, 16:39:23 UTC
2ca4e64 Use compact parametric syntax in base/strings 09 February 2017, 16:39:23 UTC
0f0ef4a Use compact parametric syntax in base/sparse 09 February 2017, 16:39:23 UTC
aadd68c Use compact parametric syntax in base/pkg 09 February 2017, 16:39:23 UTC
back to top