sort by:
Revision Author Date Message Commit Date
c0d41c9 Fix #14813, Pkg.submit and other functions that use curl on Windows 29 January 2016, 09:02:11 UTC
0824cf5 Fix application of llvm patches 26 January 2016, 07:52:31 UTC
aba8e90 Revert "Introduce BUILDDIR in deps/Makefile" This reverts commit dfba26bde58b9b9fae66001b136c67391243c394. This is a detail of the out of tree builds which only exist on master. Any backport that relies on this was not resolved correctly for release-0.4. 26 January 2016, 07:20:09 UTC
57fc0bc Revert "Disable check targets in deps during a regular build." This reverts commit d93b819bb7ea159efbbebf271049d1c4db5b1fd6. There are too many changes between master and release-0.4 that were not resolved properly here. For example, get-fftw-single is broken (and hence get-fftw, and full-source-dist) because it refers to the srccache location that only exists with out-of-tree-builds on master. The dependency check targets also need to be running (and passing) in a different target that runs when the buildbots produce releases before this can be backported. 26 January 2016, 07:18:28 UTC
7239400 Revert "update fftw build process" This reverts commit a5c6a1ac2a232ef01a2c9fa11eed3ded4f2bbb36. 26 January 2016, 07:15:14 UTC
e1e5d7e Use = rather than :=, as the release-0.4 makefiles do elsewhere for these same variables 26 January 2016, 05:00:18 UTC
4c1c9c7 Add second round of LLVM 3.7.1 patches (cherry picked from commit bcfc9673357df5d4dbeef84bc51099ff743e3757) 26 January 2016, 04:47:23 UTC
0e92bac Add necessary patches for LLVM 3.7(.1) And make ORC JIT the default for those LLVM versions. This does not activate the new LLVM versions by default yet, to give time to update everything on CI, etc., but doing the actual activation is a one line change after this. (cherry picked from commit a38fa5fbab3f1ec2cc4a7a4b6e968767da41a153) ref #14430 26 January 2016, 04:47:23 UTC
57e415b Revert "Implement ARM ABI." This reverts commit e5977581262d34fbcf48424fa1eeddd60612d61a. Conflicts: src/ccall.cpp 25 January 2016, 12:40:21 UTC
d138092 Revert "ARM ABI: fix HA member counting in the case of nested composite types." This reverts commit a7aacd131a7bad3bef07d6d7f378e0ca68c735d8. 25 January 2016, 12:39:23 UTC
2224f8f Revert "ARM ABI: add fast path checks." This reverts commit 4049f49d4bcf2a0d5b11a87b9edfed07012b0312. 25 January 2016, 12:39:16 UTC
a93b04e Add checksums for llvm 3.7.1 25 January 2016, 09:52:57 UTC
dfba26b Introduce BUILDDIR in deps/Makefile 25 January 2016, 09:47:09 UTC
a5c6a1a update fftw build process (cherry picked from commit 65564e166c235cc4d57a82847b7a23198796d69b) 24 January 2016, 17:51:56 UTC
d93b819 Disable check targets in deps during a regular build. (cherry picked from commit 43127aa13059a1c028a2f11d0d58e9029e8951ee) Conflicts: deps/Makefile 24 January 2016, 17:51:39 UTC
5b6e5f7 Leave out aarch64 for now. 24 January 2016, 17:41:53 UTC
52d4386 Disable FastISel on ARM. Fix #13321 (cherry picked from commit 72c88f66347c09a6f9b53692dd538698b1a9ae33) Conflicts: src/codegen.cpp 24 January 2016, 17:40:21 UTC
c98ae00 Fix SIGBUS in the `random` test on ARM. We should be robust against non-16bytes aligned addresses but it still has to be naturally aligned. (cherry picked from commit fd860872c198a9471be0ea7e24f18f2cf7b8297c) 24 January 2016, 17:38:14 UTC
4049f49 ARM ABI: add fast path checks. (cherry picked from commit d2d6df56adcd51298b41c248fcae56ca2eac0965) 24 January 2016, 17:37:29 UTC
a7aacd1 ARM ABI: fix HA member counting in the case of nested composite types. (cherry picked from commit b7238d473547fc6cccef2d789032373833b74116) 24 January 2016, 17:37:21 UTC
e597758 Implement ARM ABI. (cherry picked from commit 0eae5e5208e3b07d14f2d26f498606f742996fd2) Conflicts: src/ccall.cpp 24 January 2016, 17:36:50 UTC
e8c44f6 Use the system libm on ARM, since we have some known crashes/hangs with openlibm when using the fe* functions. (cherry picked from commit 79374f113fb0641fd9ef4789d594dab0a3c68246) Conflicts: Make.inc 24 January 2016, 17:32:35 UTC
ffff467 Use LLVM 3.7.1 and apply patches. 24 January 2016, 17:30:58 UTC
a85c3a0 check popen(ldconfig) return value (cherry picked from commit 5a66fba2169a8f7369f95e41548b1c57c3b458f1) ref #13719 18 January 2016, 02:17:36 UTC
e3ad75f Begin the march towards 0.4.4 with a "-pre" mark 12 January 2016, 22:08:26 UTC
a2f713d Tag v0.4.3 12 January 2016, 21:37:53 UTC
cdc14fb Merge pull request #14611 from JuliaLang/tk/backports-0.4.3 [release-0.4, WIP]: backports for 0.4.3 12 January 2016, 20:01:51 UTC
961c8f5 Revert "Add test for missing linfo root for jlcall function object" This reverts commit d2fc2c0f7e223e8d69bade8f827b7edb8900a56d. This test can't pass without the previous commit 12 January 2016, 10:11:51 UTC
62fcf22 Revert "Root the function object in jlcall" This reverts commit 147db98a43bc9481d0ebbb68f11f91a02ea24ad8. According to bisect on Cbc.jl this was causing segfaults in jl_restore_incremental 12 January 2016, 10:04:19 UTC
1a3b723 Merge pull request #14647 from yebai/patch-1 updated missing doc on macro @~ 11 January 2016, 21:04:49 UTC
86b3a30 updated missing doc on macro @~ 11 January 2016, 20:50:33 UTC
a416435 use brew deps of release julia on osx travis 10 January 2016, 16:54:00 UTC
6b59785 Updating parallell computing text Behaviour was not as documented. (cherry picked from commit 312de214f1caeee3ded83308bdaee8769aa68516) ref #14606 10 January 2016, 08:15:36 UTC
bc35739 Merge pull request #14618 from JuliaLang/teh/backport_14293 matmul: don't assume the existence of type-conversions 09 January 2016, 21:57:11 UTC
e472c5a Loosen signature on scale (cherry picked from commit 2c534376fd940350a62631acc1a55ce314ea6ef1) 09 January 2016, 20:02:27 UTC
b37abd3 matmul: don't assume the existence of type-conversions (cherry picked from commit 709c867291ef0b4b6637cbad1c4ec9093bbed99d) 09 January 2016, 19:24:43 UTC
b4f7de3 fix line numbers again 09 January 2016, 09:39:36 UTC
b90f488 improve quantile: reduce allocations, use partial sort (cherry picked from commit f6ad90e42b9e69886f407476b0ade0680f165198) ref #14413 09 January 2016, 09:23:43 UTC
36567e9 Type-stability fixes for matmul (cherry picked from commit 6db0a4f31259cee57865d131bd591382a18cca86) ref #14335 09 January 2016, 09:07:18 UTC
90c39a0 Remove text that was moved to I/O and Networking (cherry picked from commit 9608bb641595839b2e620707460a5e76c114743e) 09 January 2016, 09:07:18 UTC
2875a58 Add doc for `open(::Cmd)` to section on I/O and Networking (cherry picked from commit 939bb28810bd4349e089d1ab9a32f0a4ae70b6e0) ref #14298 09 January 2016, 09:07:18 UTC
58b22c2 Update to use 2D (matrix indexing) mandelperf(). (cherry picked from commit 661a57e413d11b6e66bee858bdb3dd29644d7035) 09 January 2016, 07:50:18 UTC
27cbbfd Fixed Lua timeit(), ported to SciLua. (cherry picked from commit 827fe3df94b10e82372eced2d4223c410a2db70b) ref #14297 09 January 2016, 07:49:47 UTC
2c365af add option '--debug', separate release/debug version while building sysimg (cherry picked from commit 61aba5a245ad3f557a573b2b87386330b5de1d4b) ref #14176 09 January 2016, 07:49:06 UTC
5518051 Check that pointers to SuiteSparse object haven't been zeroed before calling SuiteSparse routines. Fixes #14134 (cherry picked from commit 899552fbff8d5d962f8778a48e4b5640123bbf12) ref #14149 09 January 2016, 07:40:13 UTC
34af337 Fix locale-dependent sort order when parsing headers (cherry picked from commit f64ca7e5805b1d220838dc2a8bf37284857aaeb2) ref #14363 09 January 2016, 07:29:43 UTC
d2fc2c0 Add test for missing linfo root for jlcall function object (cherry picked from commit f95ffcd25671f21075eed9fe9e78d1525d46f087) 09 January 2016, 07:27:00 UTC
147db98 Root the function object in jlcall (cherry picked from commit c1005bf3dd1be42aaec4356b23d9942b163dabdb) ref #14301 09 January 2016, 07:24:58 UTC
f12b49c Initialize the `pooled` field early so that the GC can correctly mark the page if this is a pooled object. (cherry picked from commit 12e1fe68e94761cccc391c873feadd9e5238d41a) ref #14361 09 January 2016, 07:23:52 UTC
0aeffc4 Update deprecated syntax. (cherry picked from commit c3b0c65814d995577c32e8f2b94023850616deec) ref #14393 09 January 2016, 07:18:10 UTC
86d5543 create new cache files in default path when recompiling (fixes #14368) (cherry picked from commit 06de426da40463a15d2dfeb51f226ac9700a54c4) ref #14369 09 January 2016, 07:14:05 UTC
90b948a codegen was over-aggressively eliding the first argument to `isa` (cherry picked from commit d2f6ce55d1f4c23a47baa5d0f3cc4517df6a9c1c) ref #14394 09 January 2016, 07:03:40 UTC
11196a0 fix #14339, `T<:Union{}` should not match any argument (cherry picked from commit 63e553711d1634dfdf74ebb5d5e877592a61ff10) 09 January 2016, 06:34:22 UTC
20af3ea Correct auto-detected CPU type for Raspberry Pi The Raspberry Pi CPU is misdetected by LLVM, which means that hardware floating point instructions are not disassembled properly. `codegen.cpp` already has a work-around for this problem, explicitly enabling hardware floating point instructions on ARM systems. This patch is the counterpart for disassembling code. (cherry picked from commit 0f52021a66c35fb73e37373970299426426c1c0f) ref #14386 09 January 2016, 06:34:22 UTC
152e3e3 Simplify the launch script on os x. Currently it always opens two terminals for me. This will always reliably open only one new terminal for Julia in all the different cases. (cherry picked from commit 8656840586d98d1e055f2a0b979a2d89943bdc62) ref #14365 09 January 2016, 06:34:22 UTC
b215433 Refactor java benchmark to remove duplicated code. Replace tabs with spaces. (cherry picked from commit 145658ebcbe9d0c8c12491aaa6aff4238b4dbd01) ref #14235 09 January 2016, 06:34:22 UTC
1232380 fix embedding docs of jl_atexit_hook (cherry picked from commit 109dcc072fbfa8da9e39a20edd5b18929e788cf6) ref #14262 09 January 2016, 06:34:22 UTC
693a9d9 add tests for REPL rsearch with UTF8 (cherry picked from commit 773fb3b5de5bed07042404ea155d600fb68ab05e) 09 January 2016, 06:34:22 UTC
ef55dd6 make repl rsearch utf8 compatible (cherry picked from commit 7efffc7c7f13a8fe9460d66c890e5a2dafbc8c49) 09 January 2016, 06:34:22 UTC
85ae4f8 fix repl rsearch with one-char query The backward i-search needs to set the "start" parameter of rsearch to the end (minus 1) of the current search window. This fixes e.g.: * searching backwards only one character remains stuck on the same match * searching backwards 'aaa' skips one of the matches in 'aaaa' (cherry picked from commit b3a57c6bd78ab4c2e0ed3d914fcbc9c6f8395265) ref #9352 09 January 2016, 06:34:22 UTC
407e072 Shared Arrays no longer considered experimental (cherry picked from commit 6cacd7d565f6af318d5bee8d4d10aa70c79abb09) ref #14226 09 January 2016, 06:34:22 UTC
ad4ec58 consistenly use jl_dlsym_e in jl_dlfind_win32 (cherry picked from commit 2535fbe954e0caa01b2c51267373b78ab88cbcb5) ref #14514 09 January 2016, 06:34:22 UTC
e91da1a fix line numbers in doctest 09 January 2016, 06:34:22 UTC
275231a Fix #10124 by adding check for undefined behaviour (cherry picked from commit aa739ec68b4f7ebdeb801440df7514661d57df2b) ref #14520 09 January 2016, 05:39:21 UTC
3d0a0e0 Document Makefile syntax for genstdlib documentation (cherry picked from commit b2f333dd025f8309bb59d430689df0aa49194694) 09 January 2016, 03:57:18 UTC
2fcdcbe Fix and update documentation for Profile.print (cherry picked from commit 5e72ae2dd88d10589c3a376ec92bdfab59f8c264) 09 January 2016, 03:57:18 UTC
02af545 Document `localindexes` and `SharedArray(filename, ...)`. (cherry picked from commit edc762c5e06e9b9bb08732c9ae82032c80186c74) ref #14532 09 January 2016, 03:53:12 UTC
bb2475c Makefile: add back rules for julia-genstdlib, docs (cherry picked from commit 743e4eb1de14a6295be88e4b3eed33b98dda0862) 09 January 2016, 03:53:12 UTC
3000319 Fix stride1 computation for sub. Fixes #14509 (cherry picked from commit 2c90f8f24049c214c4943aed0dd641cb61d31539) ref #14529 09 January 2016, 01:34:43 UTC
cf1aac9 Make sure pointerfree is initialized so that jl_compute_field_offsets can work correctly (cherry picked from commit 5fe47bd4a2d18dea14a0b6a5a6e0a9d610006f2a) ref #14567 09 January 2016, 01:31:06 UTC
93ccda0 fixes IntSet copy!(a,a) for a === a; #14581 (cherry picked from commit 166f4846b091d6d2ef73642525e9904d0f415df9) ref #14582 09 January 2016, 01:30:37 UTC
4cd00d1 Bump libuv version to include linux AArch64 fix. (modified backport of commit 7161449e73d1b42d7db3f2b7d93c50afc778e268) ref #14511 09 January 2016, 01:23:07 UTC
d78cd3d Do not try to call uname on Windows during versioninfo(true) Add a test that versioninfo(IOBuffer(), true) works (cherry picked from commit ccf716ee138ad2db5b9084084458d10ca27cb637) ref #14579 09 January 2016, 00:40:23 UTC
6e40621 add a test for #14174, eigfact of a not-tiny matrix (cherry picked from commit 4cf37ebe213cee5e09f93446a27e926b1e8e36c7) ref #14587 09 January 2016, 00:40:23 UTC
b2a1eba add -fPIC to julia-config.jl and update example in docs (cherry picked from commit e0d08ed4acb329e589cf1a18361115555d19e8dc) ref #14443 09 January 2016, 00:40:23 UTC
1e7853d Added test for new show() function for UDPSocket() (cherry picked from commit 09721f0c28831be1fdab9797b0485e007c48092b) 09 January 2016, 00:40:23 UTC
b901098 Fix show() error (cherry picked from commit 43c958380376bf053451caebe2529cd7e752ba56) ref #14325 09 January 2016, 00:40:23 UTC
b06c4ae Fix invalid documentation about eachindex - Fix incorrect statements - Use a deterministic example and so doctest could be used (cherry picked from commit 8267848d826fdaf9bd5959398ba252be02d3a6ac) ref #14254 09 January 2016, 00:40:23 UTC
727d41a license header for test/inline.jl 09 January 2016, 00:40:23 UTC
69df85a fixed issue #12620 (cherry picked from commit dec1d2983df549ee033be59397e5ba1e5bf22351) ref #14014 enabled all tests (cherry picked from commit 65855b0f526d79325bcd531f4a12da0978ee9fd0) fixed trailing whitespace (cherry picked from commit 5f7f559dd8c85eb56c2a4b0f66e2fc1a5b604bc6) 09 January 2016, 00:40:23 UTC
93235e8 test for #14245: `(let v = []; push!(v, length(v)) end) == [0]` (cherry picked from commit 932129250e31c85e091515881a13454edeb4e402) ref #14266 09 January 2016, 00:40:23 UTC
8402319 Merge pull request #14457 from JuliaLang/amitm/0.4_dictfinalizer workaround for a dict access from a finalizer bug for 0.4 09 January 2016, 00:36:13 UTC
2195260 workaround for a dict access from a finalizer bug 22 December 2015, 06:09:14 UTC
adffe19 Merge pull request #14359 from waldyrious/patch-1 minor tweak: OSX --> OS X [ci skip] 11 December 2015, 00:38:52 UTC
4181972 minor tweak: OSX --> OS X 10 December 2015, 19:57:36 UTC
926513f Replace a bunch of tabs with spaces found via: grep -n -P '\t' */*.c* */*.h* src/*/*.c* src/*/*.h* */*.jl */*/*.jl */*/*/*.jl (cherry picked from commit 2259b8c7fef64dc75862f5994c948cd178dfee60) 07 December 2015, 23:47:31 UTC
85e9b8d Increase the allocation threshold for #14173 test The old threshold causes this test to fail in MEMDEBUG mode (cherry picked from commit 78bc312de0dc0a3792db327d7edf897c8cc98d62) 07 December 2015, 13:47:13 UTC
4a85b18 use separate caches for 32 vs 64 bit by setting compiler delete all of julia-env and pcre2 since travis caching has issues with symlinks 07 December 2015, 07:36:48 UTC
2aa0a1a Begin the march towards 0.4.3 with a "pre" mark 06 December 2015, 21:49:24 UTC
bb73f34 Tag v0.4.2 06 December 2015, 21:47:01 UTC
4f951cf Merge pull request #14186 from JuliaLang/tk/backports-0.4.2 [release-0.4, RFC] backports for 0.4.2 06 December 2015, 21:09:34 UTC
652d1de Travis caching adjustments for release-0.4 06 December 2015, 13:42:11 UTC
c490067 use sudo: false worker on linux travis with cached source build of deps ref #13569 (cherry picked from commit d7fc5d81a3ed42587bbd43413ef0518b4cf1af92) Only cache deps on Travis for master and release branches (cherry picked from commit 05301b9b8827b67d506f136e1d24eecb4d739bd9) leave old travis cache in place for non-master builds delete .pyc files from doc build (cherry picked from commit 005510711adc779ef47fa0586b3922b8d9c78ba4) 06 December 2015, 10:33:42 UTC
d0af15f Fix travis_fastfail.sh for null case when an old PR build gets restarted after some time, the travis API request might not return enough builds to include the most recent one for the PR, so the null result would incorrectly cause a 'superceded' fast-fail condition (cherry picked from commit 111f5e5a0d18be556060fb4f91a89505f9116ff7) 06 December 2015, 10:30:46 UTC
bea4d83 Only apply openblas patch on Windows (cherry picked from commit a4f2e2ec0b1cf2dbc59a134b08c2c2f49e5498b1) 06 December 2015, 10:30:46 UTC
09b44c2 add a test for reading 128 bit ints from RandomDevice (cherry picked from commit 358f2ef7af43aa7e4665c21fdb22bf81698f89b5) ref #14283 06 December 2015, 10:22:58 UTC
0a268e7 build with assertions enabled on appveyor (cherry picked from commit b0cf837b9cf26f25cc68d52b2fa24354be894c77) 06 December 2015, 10:22:46 UTC
f9d049b Ignore non-rst files when generating stdlib documentation Most importantly this skips backup files left by some editors, which otherwise confuse the script. (cherry picked from commit 98292947d60f7617593a742c72b4167fe9a8ecd6) ref #14250 06 December 2015, 10:21:51 UTC
2092e10 Merge pull request #14259 from zhmz90/reverse_release-0.4 Fix reverse(p::Pair) on release-0.4 04 December 2015, 03:31:05 UTC
d0f16d4 Fix reverse(p::Pair) on release-0.4 04 December 2015, 00:43:25 UTC
back to top