sort by:
Revision Author Date Message Commit Date
8d5da6a simple pass at giving union fields an optimized layout unlike codegen, only bitstypes (!isptr) fields are permitted in the union and the offset count starts from 0 instead of 1 but otherwise the tindex counter is compatible 03 May 2017, 22:11:39 UTC
5f296f3 Merge pull request #21623 from JuliaLang/jb/parallel_overhead more performance improvements to `Distributed` 03 May 2017, 18:24:30 UTC
0155f51 Merge pull request #21657 from iamnapo/napo/0I_zeroinsert Fixed zero insertion when concatenate sparse matrices with 0*I 03 May 2017, 17:29:07 UTC
70db8be Merge pull request #21676 from JuliaLang/tk/shouldhavebeenadoctest Minor doctest fixes 03 May 2017, 16:05:06 UTC
df66fe6 Merge pull request #21665 from JuliaLang/yyc/libgit2 Add libgit2 patch to allow NULL refspec in git_remote_push 03 May 2017, 14:12:08 UTC
82eb74c 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 03 May 2017, 07:35:47 UTC
970a742 Merge pull request #20921 from JuliaLang/sjk/quantile Allow quantile function to accept tuples 02 May 2017, 21:00:45 UTC
fef650b change a few example code blocks to doctests and fix quoted output of a Cmd object 02 May 2017, 18:55:26 UTC
17d882b fix existing doctest outputs 02 May 2017, 18:50:51 UTC
b6e4e70 Merge pull request #21660 from musm/patch-1 Use where syntax in types.md for show method 02 May 2017, 15:35:44 UTC
63c269e Reopen master for breaking changes (#21610) 02 May 2017, 12:16:30 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
45dc18d fixed zero insertion when concatenate sparse matrices with 0*I 01 May 2017, 19:12:30 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
c984203 Add libgit2 patch to allow NULL refspec in git_remote_push Ref libgit2/libgit2#4225 Fix #21639 01 May 2017, 15:46:44 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
91ec5bd Use where syntax in types.md for show method 01 May 2017, 06:43:53 UTC
e1e7442 more performance improvements to `Distributed` 01 May 2017, 04:12:13 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
8fcbd74 Merge pull request #21514 from JuliaLang/jb/improve_serialize improvements to serializer 27 April 2017, 13:36:33 UTC
back to top