sort by:
Revision Author Date Message Commit Date
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
35c453e Use compact parametric syntax in base/parallel 09 February 2017, 16:39:23 UTC
f3e42c3 Use compact parametric syntax in base/markdown 09 February 2017, 16:39:23 UTC
cc34b19 Use compact parametric syntax in base/linalg 09 February 2017, 16:39:19 UTC
3bc9a16 Quick return for linspace when start == stop. Fixes #20520. (#20537) The old code worked in the case where the inputs are expressible as rationals, but when that fails we were getting an InexactError. 09 February 2017, 16:33:18 UTC
b04aa0f Use compact parametric syntax in base/libgit2 09 February 2017, 16:32:15 UTC
2cef684 Use compact parametric syntax in base/fft 09 February 2017, 16:32:15 UTC
ff6cdc6 Use compact parametric syntax in base/docs 09 February 2017, 16:32:15 UTC
d6b05ed Use compact parametric syntax in base/dates 09 February 2017, 16:32:15 UTC
15a1d7f Merge pull request #20480 from JuliaLang/cb/propagatereqs Pkg resolution improvements: propagate requirements (with backtrace) 09 February 2017, 16:31:11 UTC
71b659a Merge pull request #20533 from JuliaLang/sk/frfix2 disambiguating ambiguous-length float ranges 09 February 2017, 16:28:49 UTC
9750b20 float range construction: add explanatory comment [ci skip] 09 February 2017, 16:28:22 UTC
2ae16bb Merge pull request #20510 from JuliaLang/ksh/docgit6 More docs for git references 09 February 2017, 15:55:16 UTC
2479b4e Added `ConjArray` wrapper type for conjugate views (#20047) By default, this is used only in conjugation with `RowVector`, so that both `transpose(vec)` and `ctranspose(vec)` both return views. 09 February 2017, 15:49:46 UTC
3257ec9 Merge pull request #20529 from JuliaLang/jb/improvedeps improve two deprecations 09 February 2017, 14:44:34 UTC
2065842 float ranges: for ambiguous length, use round((stop-start)/step)+1 Fixes #20532 by defining which length to use when there's more than one length that is compatible with a given start:step:stop combo. This also tightens the tests to check for that specific result. 09 February 2017, 14:33:16 UTC
5ded761 fix and add doctest for eigs and svds (#20493) * add doctest for eigs and svds * dont show vectors 09 February 2017, 13:33:34 UTC
d6856af Merge pull request #20466 from JuliaLang/teh/lspromote Use promotion in linspace fallback 09 February 2017, 10:37:37 UTC
c26ccb6 Expand sig for ref_list 09 February 2017, 04:46:27 UTC
25e6592 Make n-queens example more idiomatic (and consequently more performant). 09 February 2017, 03:23:40 UTC
b7ad743 range tests: allow any range length that hits stop (#20532) This test was occasionally failing (~1 in 10 million times) since there are cases where the length of such a range is ambiguous, i.e. there is more than one `n` such that `start + (n-1)*step == stop`. This adjusts the test to allow any such choice of range length. 09 February 2017, 00:05:23 UTC
1edbe3e Tiny improvements in Pkg.Types 08 February 2017, 23:59:15 UTC
02f020e add location info to inner constructor deprecation warning 08 February 2017, 22:12:14 UTC
42c0cc0 add deprecation warning for `_` at the prompt 08 February 2017, 22:12:09 UTC
e24faa5 fix dropstored for sparse matrices (#20516) 08 February 2017, 21:01:29 UTC
a2da586 Add example for `shortname`. 08 February 2017, 20:59:53 UTC
27f3846 fix #20524, macros not handling nested tuple destructuring also don't recognize assigned globalrefs as potential local variables in lowering 08 February 2017, 20:03:26 UTC
bb2fabb More docs for git references 08 February 2017, 17:02:25 UTC
1b7a684 Merge pull request #20503 from JuliaLang/ksh/docgit5 MORE docs for libgit2 08 February 2017, 16:51:46 UTC
8fd280f Merge pull request #20328 from JuliaLang/jb/deprecate_ deprecate using `_` as an rvalue 08 February 2017, 14:53:43 UTC
266ff34 Merge pull request #20514 from JuliaLang/jb/fix20511 fix #20511, segfault showing a `UnionAll` 08 February 2017, 14:50:53 UTC
03b802d Merge pull request #20508 from JuliaLang/jb/fix20476 fix #20476, subtyping bug in `Union{Type{x},Type{y}}` 08 February 2017, 14:50:38 UTC
e849169 Fix computation of range length in certain cases (fix #20373) (#20377) Linspace construction fails on 32-bit systems, a failure mode uncovered by the new tests added in this change, but not caused by the change. Thus the failing tests are disabled and/or commented out to be fixed in another PR. 08 February 2017, 13:46:55 UTC
e2cceb6 Merge pull request #20317 from pabloferz/pz/unique Improve inferability of unique 08 February 2017, 04:42:22 UTC
b8c21cf Merge pull request #20494 from JuliaLang/sk/shellmode eliminate REPL shell mode deprecation warnings 08 February 2017, 04:31:08 UTC
4c4786d fix #20511, segfault showing a `UnionAll` 08 February 2017, 04:23:49 UTC
407985b Merge pull request #20501 from JuliaLang/jb/morebraces use more braces to avoid `where T = ...` syntax 08 February 2017, 03:53:41 UTC
33b725a More docs for tags 08 February 2017, 00:14:04 UTC
12dd7a5 Update documentation and news for raw_str macro (#20239) * update documentation and news * move to library improvements 07 February 2017, 23:07:25 UTC
c5d892f Merge pull request #20498 from JuliaLang/jb/semicolon add missing semicolon in `ByteSwap64` for older compilers 07 February 2017, 22:56:31 UTC
47301e2 fix #20476, subtyping bug in `Union{Type{x},Type{y}}` widening such unions should be done only when determining typevar values, not during the algorithm proper. 07 February 2017, 21:39:30 UTC
6799c72 expanding functionality of sum_kbn to iterators (#20336) 07 February 2017, 21:35:26 UTC
ac9be3a Fix Pkg require check (#20433) * Fix Pkg require check Pkg previously used `iszero` as a check on the return value of `revparseid`. `revparseid` no longer returns a zero hash if the result does not exist. Fixes #20419. * fix another revparseid issue * remove extra paranthesis * Use the git index to check if REQUIRE exists. Also fix a few miscellaneous bugs. * add tests for GitObject specifiers * correct variable name 07 February 2017, 21:11:50 UTC
b3b4608 fix missing backticks [ci skip] (#20505) 07 February 2017, 21:09:58 UTC
cd6beb9 More docs for status functions 07 February 2017, 20:27:21 UTC
f095d0f More docs for repo functions 07 February 2017, 20:27:13 UTC
fbd5da5 fix doc for generator guards and add doctest (#20492) fix doc for generator guards and add docstring 07 February 2017, 20:26:08 UTC
432478d Put unique loop in another function 07 February 2017, 20:17:41 UTC
b8d81c7 Improve inferability of unique 07 February 2017, 20:03:25 UTC
e4baea1 Merge pull request #20489 from innerlee/zz/trimtestspace remove trailing space when there are no tests 07 February 2017, 20:02:07 UTC
a777f21 use more braces to avoid `where T = ...` syntax 07 February 2017, 19:59:42 UTC
86f3ebd Merge pull request #20308 from JuliaLang/jb/innerctors deprecate special "inner constructor" syntax 07 February 2017, 19:14:12 UTC
3a35bff add missing semicolon in `ByteSwap64` for older compilers 07 February 2017, 17:06:04 UTC
8faae22 Merge pull request #20475 from JuliaLang/ksh/docgit4 Clean up branch docs, add diff-files docs 07 February 2017, 16:47:49 UTC
0c819fe remove several unnecessary special-case inliners the general inliner is better and also respects effect_free (related to #9765, although none of these specific cases were mentioned there) 07 February 2017, 16:42:41 UTC
5fc582b fix typetree example to demonstrate new type representations and subtyping relationships 07 February 2017, 16:42:41 UTC
ea55670 fix typetree dump to consider that a UnionAll may be the primary type declaration 07 February 2017, 16:42:41 UTC
19051e4 add supertype operator >: for symmetry with issubtype 07 February 2017, 16:42:40 UTC
209be03 add parenthetical to manual regarding absence of Float typealias Seems to be a common FAQ. Not sure if those users would have seen it here, but it's right after explaining the existance of the `Int` type-alias. 07 February 2017, 16:42:40 UTC
ec984b6 remove unnecessary work from check_ambiguous_visitor 07 February 2017, 16:42:40 UTC
6cd36bc correct the ambiguity detection test in ml_matches the previous version was effectively equivalent, but did more work than necessary and could fail in the wrong direction in the unlikely case that `ambi` was not a strict subtype of `mambig->sig`. 07 February 2017, 16:42:40 UTC
893a65b simplify process of printing UnionAll type-variables Since UnionAll bounds are encountered recursively, it's easiest to represent this the same way in the IOContext. Also avoid the performance / allocation overhead of using `IOContext(io)` as a no-op convert (not a no-op since keyword support was added) 07 February 2017, 16:42:39 UTC
6cc099c simplify / improve jl_typemap_intersection visitor now that isa should be correct 07 February 2017, 16:42:39 UTC
a73af21 fix offsetof(Task, ctx) ...by removing it. This type can't be represented in Julia correctly, but it also isn't needed. 07 February 2017, 16:42:39 UTC
3217db6 allow running tests in any random subdirectory, not just linalg 07 February 2017, 16:42:38 UTC
40831ac Merge pull request #20456 from JuliaLang/mb/intset-refactor Refactor IntSets 07 February 2017, 16:29:36 UTC
35aa4f1 shell mode "test" using special character '>' However, this does not raise an error even with --depwarn=error so the best we can get here is a visual warning when running the tests with --depwarn=yes. 07 February 2017, 16:27:51 UTC
6791752 deprecate special "inner constructor" syntax. part of #11310 07 February 2017, 16:16:30 UTC
754757c update comment for icc17-cmake patch. (#20481) 07 February 2017, 15:55:28 UTC
4fa1678 REPL shell mode: construct Cmd directly instead of with `@cmd` Fixes #20482 07 February 2017, 13:30:31 UTC
dd14457 shell_split: return Vector of String instead of AbstractString 07 February 2017, 13:30:31 UTC
cbf9842 Better error message when resolve fails. 07 February 2017, 13:29:38 UTC
98ced3b remove trailing space when no tests 07 February 2017, 11:02:29 UTC
df79161 Remove unused pkg/query.jl function 07 February 2017, 09:37:52 UTC
ef78539 Some code cosmetics in pkg functions 07 February 2017, 09:37:20 UTC
d054d36 Pkg: propagate requirements (with backtrace) Add a pre-pruning step in which requirements are propagated along the dependency graph, keeping a backtrace of the process. This has two benefits: 1. Make things easier for the solver, by simplifying the graph and reducing the number of versions 2. It should detect most common problems with requirements that introduce implicit contradictions, and it provides a useful error message to fix the situation. 07 February 2017, 08:12:31 UTC
d47f6e8 Add ResolveBacktrace types in Pkg prepares the way to keep track of the propagation of requirements 07 February 2017, 08:09:55 UTC
8d27c72 Implement union of VersionSets 07 February 2017, 08:08:12 UTC
0900553 Merge pull request #20468 from JuliaLang/aa/tuple-indexing Remove multidimensional indexing of tuples 07 February 2017, 07:49:02 UTC
a6600d1 add docstring for contains method (#19541) 07 February 2017, 07:30:25 UTC
f6fb342 runtests.jl: remove unnecessary final call stack (#20341) 07 February 2017, 05:40:04 UTC
7e27a28 make fftshift and ifftshift take iterables as dimension arguments (#20461) make fftshift and ifftshift take iterables as dimension arguments 07 February 2017, 01:36:43 UTC
8d657c4 More doctests for some reducedim methods (#20347) * More doctests for some reducedim methods 06 February 2017, 22:35:58 UTC
62988a4 Merge pull request #20460 from JuliaLang/jn/poll_fd fix poll_fd ArgumentError ordering 06 February 2017, 22:14:49 UTC
4632e5a another dump of random doctests (#20412) * doctest dump * fixes * convert to doctest [ci skip] * change (!) to bold [ci skip] * address review [ci skip] * change 0.0 to 0 [ci skip] * fix wording [ci skip] * change 0.0 to 0 [ci skip] * fix whitesåace 06 February 2017, 21:12:26 UTC
06e22b8 Update interactiveutil.jl (#20416) 06 February 2017, 21:06:12 UTC
4113c49 only colorize stackframes when used in backtraces (#20463) 06 February 2017, 21:05:54 UTC
back to top