swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40

sort by:
Revision Author Date Message Commit Date
6bdb395 Tag v0.6.0-rc1 07 May 2017, 00:00:24 UTC
b66792a Merge pull request #21694 from JuliaLang/tk/backports-0.6.0-rc1 [release-0.6] backports for 0.6.0-rc1 06 May 2017, 15:06:01 UTC
7e19aa3 recover some lost build flags for openblas (#21688) (cherry picked from commit 9beece6e999fd7e3f7ffd13df43146fad4c9ffe3) 04 May 2017, 22:47:49 UTC
dbd6628 fix finalizer's doc (#21691) (cherry picked from commit 0af901f5390088821fce6cfa6e98666589ebdee1) 04 May 2017, 22:44:34 UTC
0a21816 Add examples to GitRemote docs (#21681) * Add examples to GitRemote docs * Add examples for name and for url (cherry picked from commit dfe5a3037c68914c7a6c1c26e9f5caf9c21c3fb8) 04 May 2017, 22:44:33 UTC
5602e9e Fix a bad link and document DiffDelta type (cherry picked from commit 8c32d9c124cc32f742435fd2c50ac1da61be0810) ref #21668 04 May 2017, 16:45:32 UTC
5d609ec Remove exports for operators added in #21469 this came well after feature freeze and causes issues in any packages that were exporting local versions fix tests for export removal 04 May 2017, 07:06:02 UTC
b63ab72 Examples for set_remote_url, xrefs (cherry picked from commit 9b7584428b8adce42988d83d6f025975aa05edf4) ref #21669 04 May 2017, 07:05:59 UTC
e40c972 More examples, clarification for git docs (cherry picked from commit a9fd67d21ed1816cfc108390cf3853377f2b915c) ref #21682 04 May 2017, 07:05:58 UTC
be46bc8 Make reshape(::Bitarray,...) type stable (#21670) This works around some of the performance regressions flagged in #20993. The instability itself is not new nor is it the cause of the regression. The trouble is just that there are a few more inlined functions now, each of which needs a dynamic dispatch. It is worth noting that 0.6 (with this patch) is significantly faster than 0.5 (with this patch). I measure an improvement of ~30%. (cherry picked from commit 253fa74996c19129dfa326de141e479a9e3150df) 04 May 2017, 07:05:56 UTC
a482cc2 more performance improvements to `Distributed` (cherry picked from commit e1e7442011a0ef32b6cfbd71b3d39b61dc9f4f11) ref #21623 04 May 2017, 07:05:55 UTC
f71c099 upgrade libssl on travis to hopefully fix curl certificate issues have only seen this on release-0.5 so far, but could hit master or release-0.6 too if they need to build from a clean cache (cherry picked from commit 82eb74c8effa85c7398b42dfa38aa1accb9c56a2) ref #21676 04 May 2017, 07:05:54 UTC
e45bb72 change a few example code blocks to doctests and fix quoted output of a Cmd object (cherry picked from commit fef650ba6fb6166f9765345c9e7986cad8fbe495) ref #21676 04 May 2017, 07:05:52 UTC
a31ac05 fix existing doctest outputs (cherry picked from commit 17d882b5ec9c36e7f9db9a301cbc4a432c7991b6) ref #21676 04 May 2017, 07:05:51 UTC
8b5a2e7 Add libgit2 patch to allow NULL refspec in git_remote_push Ref libgit2/libgit2#4225 Fix #21639 (cherry picked from commit c984203b3c8171b2ff6e6b3a6296952490729c09) ref #21665 04 May 2017, 07:05:50 UTC
63ae651 use release-0.6 instead of master in version.jl and version_git.sh 02 May 2017, 12:18:53 UTC
609b3d1 pass exeflags consistently to all julia test processes (#21652) 02 May 2017, 04:05:12 UTC
3a181fe Merge pull request #21620 from JuliaLang/jb/nonleaf_fields optimize field access when field types don't depend on parameters 02 May 2017, 02:52:18 UTC
8d93b4d Use where syntax for SharedArray constructor (#21661) Use `where` syntax in sharedarray.jl 02 May 2017, 02:49:59 UTC
ef02bc6 Support isless and == between all Period subtypes (#21378) 02 May 2017, 02:48:54 UTC
9fc78ae Update to where syntax in misc files (#21641) * Update to where syntax in misc files 01 May 2017, 17:01:11 UTC
9e0dca2 Merge pull request #21642 from Sacha0/avumfpack replace instances of Array with Vector in sparse/umfpack.jl 01 May 2017, 16:27:04 UTC
0be9996 add documentation for Function type (#21649) 01 May 2017, 14:35:18 UTC
3ea63a4 Merge pull request #21441 from JuliaLang/vc/loading_callbacks Add a callback to Base.require 01 May 2017, 13:56:06 UTC
f11dc15 optimize field access when field types don't depend on parameters also computes layout and shares it for all instantiations for such types 01 May 2017, 13:47:32 UTC
1732bb3 Fix bug in nprocs()/nworkers()/procs() in non :all_to_all topology case. (#21651) * Fix bug in nprocs()/nworkers()/procs() in non :all_to_all topology case. 01 May 2017, 03:58:22 UTC
41757ef Merge pull request #21601 from JuliaLang/jb/faster_empty_kw small optimization to `f(...; kw...)` when `kw` is empty 01 May 2017, 00:23:28 UTC
3ebdbae Merge pull request #21655 from JuliaLang/amitm/minorfixes Some fixes in Distributed 30 April 2017, 22:15:16 UTC
dfc6063 SSHManager now supports keyword arg exename as a Cmd type 30 April 2017, 18:16:35 UTC
057fa2a small optimization to `f(...; kw...)` when `kw` is empty 30 April 2017, 18:01:08 UTC
4a81480 Merge pull request #21640 from JuliaLang/jb/dep_func_bindings improve binding deprecation message for functions 30 April 2017, 17:57:45 UTC
37c7fe0 fix wrong error message with ssh addprocs tunnel option 30 April 2017, 17:57:18 UTC
10140fa Fix bug in parsing port number from host spec. Added tests. 30 April 2017, 17:57:18 UTC
29f8959 initial docs for Base.require 30 April 2017, 16:25:16 UTC
c37ce31 add tests for package_callbacks 30 April 2017, 16:25:16 UTC
cb11d80 Add a callback to Base.require Packages such as `Requires.jl` need to be notified when a package is successfully loaded. Currently we have to resolve to a horrible hack that overrides `Base.require`. In a post 265 world this is no longer feasible. 30 April 2017, 16:25:16 UTC
552626c Fix matrix logarithm (#21643) Closes #21179 30 April 2017, 05:06:42 UTC
46551cd Replace various instances of Array with Vector. (#21645) 30 April 2017, 05:01:41 UTC
da69be2 fix line number in a doctest (#21633) 30 April 2017, 02:06:50 UTC
6d24098 Make python benchmark more idiomatic (#21628) 30 April 2017, 01:01:21 UTC
7ef029a Merge pull request #21607 from TotalVerb/fw/check-any-runtime Fix #21604, check Any fields at runtime 30 April 2017, 00:47:49 UTC
a64b66b Merge pull request #21636 from JuliaLang/yyc/libgit2 Fix libgit2 config write with symlink 30 April 2017, 00:45:32 UTC
98649ed Merge pull request #21469 from SaschaMann/smann/issubset-inverse-operator RFC: Add ⊇, ⊉, ⊋ analogous to ⊆, ⊈, ⊊. (#21461) 29 April 2017, 19:05:11 UTC
be633c1 improve binding deprecation message for functions fixes #21606 29 April 2017, 18:58:55 UTC
d53bc64 Replace instances of Array with Vector in sparse/umfpack.jl. 29 April 2017, 18:28:26 UTC
ba0fbe1 Merge pull request #21627 from nsmith5/doc/bitshift document left and right bitshift for `BitVector` 29 April 2017, 17:12:47 UTC
da1a444 add documentation for abspath(p1, p2...) (#21626) * add documentation for abspath(p1, p2...) * replace tab with spaces and fix spelling mistake 29 April 2017, 17:04:38 UTC
66de6eb fix constructors of Symmetric and Hermitian (#21622) 29 April 2017, 16:58:20 UTC
94352ed Add libgit2 patch to fix double free of GitConfig Fix #21635 Ref libgit2/libgit2#4224 29 April 2017, 16:49:49 UTC
4767110 Fix config write with symlink Ref https://github.com/libgit2/libgit2/pull/4169 * Test this on unix * Do not write to user's global gitconfig 29 April 2017, 16:49:49 UTC
9f48ca0 document >>, << and >>> for BitVector 29 April 2017, 15:33:36 UTC
101dccc Merge pull request #21618 from JuliaLang/ksh/addprocs Add coverage flag passthrough to addprocs 29 April 2017, 15:17:43 UTC
a0c1429 Make exp(::Complex{Irrational}) work (#21596) Addresses #21204. 29 April 2017, 10:48:54 UTC
41376e2 test/compile test warning from subprocess (#21585) 29 April 2017, 10:21:49 UTC
1ae1b79 Remove parseline method since 9888 is fixed (#21605) 29 April 2017, 10:18:32 UTC
19b3f50 Merge pull request #21625 from JuliaLang/tk/fix-llvm-win-build Fix Windows LLVM build for addition of LLVM_LINK_LLVM_DYLIB flag 29 April 2017, 09:02:27 UTC
6d518bc make a bit more concise 29 April 2017, 02:22:05 UTC
b49b8a4 Fix Windows LLVM build for addition of LLVM_LINK_LLVM_DYLIB flag fixes #21621, since this flag was enabled in #21498 the llvm tools have been linking against the LLVM shared library, which means on windows the dll has to be copied to build_depsbindir in order for llvm-config to run 29 April 2017, 01:48:41 UTC
8eca027 Merge pull request #21614 from JuliaLang/mh/fix_21613 Catch more substituition failures in finish_unionall (closes #21613) 28 April 2017, 22:34:32 UTC
7230edf Improve 'Any to '(core Any) in various places 28 April 2017, 22:28:37 UTC
7af579d Implement Jeff suggestion 28 April 2017, 20:48:16 UTC
7d5a624 Merge pull request #21593 from musm/mwar Syntax to using where 28 April 2017, 20:32:41 UTC
3782d62 Merge pull request #21615 from Sacha0/avlapack replace instances of Array with Vector in linalg/lapack.jl 28 April 2017, 20:15:02 UTC
fb22520 Add coverage flag passthrough to addprocs 28 April 2017, 19:34:02 UTC
36b056e Merge pull request #21597 from JuliaLang/ksh/pushfail Test that push doesn't work for local non-bare repos 28 April 2017, 19:29:10 UTC
521550d Replace instances of Array with Vector in linalg/lapack.jl. 28 April 2017, 16:18:08 UTC
46c991c Test that push doesn't work for local non-bare repos 28 April 2017, 15:50:42 UTC
de15be0 Merge pull request #21603 from JuliaLang/ksh/fhann Add test for creating GitAnnotated from FetchHead 28 April 2017, 15:49:07 UTC
70c855f Catch more substituition failures in finish_unionall (closes #21613) 28 April 2017, 15:10:48 UTC
e6ab126 perf.m: missing semi-colon in pisumvec causes matrix of 10000 els to be printed to command line, taking non negligible time. (#21609) 28 April 2017, 10:39:23 UTC
44a011b Mention sparse/structured broadcast in NEWS.md. (#21602) 28 April 2017, 10:38:59 UTC
bc96f76 Fix unsis download link for make win-extras (#21608) google code moved all the archived downloads around 28 April 2017, 10:38:09 UTC
991b581 Make building against MKL on Windows a bit easier (#21588) account for mkl_rt.dll naming, and tweak blas linking flags to work around an issue with libtool in arpack where it says *** Warning: linker path does not have real file for library -lmkl_rt. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libmkl_rt but no candidates were found. (...for file magic test) *** The inter-library dependencies that have been dropped here will be *** automatically added whenever a program is linked with this library *** or is declared to -dlopen it. *** Since this library must not contain undefined symbols, *** because either the platform does not support them or *** it was explicitly requested with -no-undefined, *** libtool will only create a static version of it. then refuses to build the shared library we want 28 April 2017, 08:52:33 UTC
7de4596 New syntax conversion for Array in boot.jl (#21583) * New syntax conversion * Tuple too * Update boot.jl 28 April 2017, 08:51:28 UTC
b164848 break long rsplit lines 28 April 2017, 08:47:52 UTC
e2f81b7 Ensure tryparse for dates returns null instead of throwing (#21509) Fixes #21504 In implementing this, the constructors for subtypes of TimeType have been refactored to use a helper function that checks the validity of the arguments passed to the constructor. This function returns a Nullable that's null when the arguments are valid and contains an ArgumentError object otherwise. 28 April 2017, 08:39:28 UTC
3f20d80 Remove hacks for 6721 for typealias in symmetric.jl (#21565) 28 April 2017, 08:38:24 UTC
0b6be27 Replace Array with Vector in various locations. (#21572) (Instances matching another search expression.) 28 April 2017, 08:36:21 UTC
341a410 Fix #21604, check Any fields at runtime 28 April 2017, 03:12:57 UTC
8df8c30 M 28 April 2017, 02:47:11 UTC
9f5b4ad Add test for creating GitAnnotated from FetchHead 28 April 2017, 00:52:58 UTC
d7c00fa Merge pull request #21521 from bmharsha/Harsha-MKL-FFTW Includes FFTW if USE_INTEL_MKL is enabled 27 April 2017, 21:32:51 UTC
4ddd9fa Add a test for profile deserialization (#21575) xref #21025 which is fixed on master, and a one-character fix on release-0.5, but should be tested on both branches 27 April 2017, 21:25:17 UTC
19e3f1b Merge pull request #21203 from giordano/iszero-irrational Add iszero method with Irrational argument 27 April 2017, 18:24:15 UTC
711291a Merge pull request #21255 from pfitzseb/patch-1 improve error message for unescape_string 27 April 2017, 18:20:55 UTC
45373a5 Syntax to using where 27 April 2017, 18:13:07 UTC
471c4cd Merge pull request #21543 from JuliaLang/jb/messageser simpler and faster message (de)serialize 27 April 2017, 16:49:25 UTC
f680888 Merge pull request #21582 from TotalVerb/fw/remove-comparison-function-lhs Remove obsolete comparison LHS code 27 April 2017, 16:42:09 UTC
fdfec7b Merge pull request #21561 from fredrikekre/fe/isposdef Add method to isposdef! for Hermitian and Symmetric 27 April 2017, 16:40:58 UTC
275efe4 Conversion to new syntax in refpointer.jl (#21584) 27 April 2017, 16:27:12 UTC
29806d5 allow mkl_rt name in fftw_vendor on non windows 27 April 2017, 16:25:25 UTC
8e501ee Fix line numbers in doctests (#21569) * Fix line numbers in doctests and run contrib/add_license_to_files.jl keeping `make release-candidate` passing locally, so [ci skip] * Remove space after comma in 1-element tuples and a few similar occurrences of ', )' * remove another extraneous ', ' 27 April 2017, 16:03:16 UTC
86bf95f Change to where syntax in misc places (#21558) * Change to where syntax 27 April 2017, 15:59:20 UTC
d11e233 Merge pull request #21564 from Sacha0/nixarray replace more instances of Array with Vector 27 April 2017, 15:57:19 UTC
df6670f Merge pull request #21566 from JuliaLang/ksh/gittestwarn Test some libgit2 warnings 27 April 2017, 15:45:34 UTC
670c09f Add a test for branch ref name merge (#21573) * Add a test for branch ref name merge * add a note about branch string formatting 27 April 2017, 15:45:00 UTC
2ca451e Merge pull request #21574 from JuliaLang/ksh/rebaseerr Add a test for a failing rebase case 27 April 2017, 15:35:02 UTC
e62a7db simpler and faster message (de)serialize also separate `serialize_msg` from `serialize` 27 April 2017, 14:11:22 UTC
b838f2e Merge pull request #21587 from TotalVerb/fw/unescape-keyword-argument Unescape A in A=B keyword argument 27 April 2017, 14:08:33 UTC
0929572 Merge pull request #21552 from JuliaLang/jn/coverage don't drop profile / coverage information for statements 27 April 2017, 13:50:21 UTC
back to top