sort by:
Revision Author Date Message Commit Date
6d33adc Fix build_sysimg on windows (cherry picked from commit 59c1cdaba7b5d0e3f01d9688b54fea4b340b0b77) ref #18393 16 September 2016, 16:59:39 UTC
b6ff8a6 Prevent repl tests from hanging if homedir() is a symlink I am testing julia on a machine where my home directory is a symlink. Unfortunately, this means the repl tests hang, as they wait for the homedir to be given at the shell prompt, but instead the pwd() is printed. `pwd()` calls `uv_cwd()` which calls `getcwd()`, which [will always resolve symbolic links](http://stackoverflow.com/a/1545838/1558890), thus printing something other than `homedir()` on my system. This changes the repl tests to wait for `realpath(homedir())` instead of `homedir()`. (cherry picked from commit f26aee226f3479d5b0d4f47f7cb2259a57d03deb) ref #18416 16 September 2016, 16:59:38 UTC
ff6cf2c fix jl_method_lookup_by_type disabling the wrong cache we want cache=false to disable putting the method in mt->cache (possibly with a wider signature) but it should still be doing the expected unique-ing through the method->specializations cache fix #18404 (cherry picked from commit 9402af3fedbabdccbefb977ef108fd29b03dc028) ref #18415 16 September 2016, 16:59:37 UTC
a0fc08d show replacement for module deprecation (cherry picked from commit 92de96b197903044a3f4e82e095c944897e73952) ref #18392 16 September 2016, 16:44:03 UTC
68ad8d8 Fix for a similar case in `alloc_elim_pass!` Preserve/update `NewvarNode`. (cherry picked from commit 7dc06b00cc4c3a6ac981335a4292af4855c3fded) ref #18386 16 September 2016, 16:43:17 UTC
21e0998 Do not swallow UndefVarError in alloc_elim_pass! Fix #18385 (cherry picked from commit c21b22f30c335f9f45d456e7a977904f65bd08f9) ref #18386 16 September 2016, 16:43:05 UTC
4a681b7 Add accuracy note for 2-arg log (#18360) * Add accuracy note for 2-arg log Addresses #18298. * update based on comments (cherry picked from commit 5f74d16553197ae78b55cf9ff222cd7215e0390b) 16 September 2016, 16:42:12 UTC
8af23c3 Fix dependencies for sysimg out-of-tree builds (cherry picked from commit d80fedfa1ea7815dd7eca212bb6e2513a5f62b85) ref #18324 16 September 2016, 16:40:19 UTC
3b7d29a Install julia_version.h from BUILDROOT (cherry picked from commit 4e845df54f25cb71ac4a632a5a3adf443b89cd39) ref #18322 16 September 2016, 16:39:50 UTC
aa1b840 Updated Juno documentation shortcut (cherry picked from commit e53160048db88d688758f20943352b08f97dac06) ref #18333 16 September 2016, 16:39:28 UTC
9ac7312 Disambiguate sub2ind Also adds a broken test for #18307 (cherry picked from commit e242d4606589d9753a512f9977f37cbd6007b3d5) ref #18352 16 September 2016, 16:38:47 UTC
1666d7c meet_tvars: return bound tvar if both inputs are bound. Fixes #17648 (cherry picked from commit c1ad0cb28dd51b10cb0858d1dc412d1b18c368f0) ref #18355 16 September 2016, 16:35:59 UTC
cfbb42f Check for paths instead of path strings (cherry picked from commit 788ce677f6043b52caf97323f9de4d6975882561) ref #18514 and #18375 16 September 2016, 08:41:33 UTC
9c76c3e Tag v0.5.0-rc4 09 September 2016, 01:43:44 UTC
e1d2965 Merge pull request #18276 from JuliaLang/tk/backports-0.5.0-rc4 [release-0.5] Backports for 0.5.0-rc4 08 September 2016, 05:47:35 UTC
67e398b fix line numbers in a doctest 08 September 2016, 00:36:09 UTC
a384e7f fix an inverted return conditional from stale_cachefile (#18366) also add plenty of helpful debugging information enabled by the environment variable: JULIA_DEBUG_LOADING this bug would cause compilation to become confused and likely tardy at recompiling files when it should that would up with longer dependency chains where one of the files had been updated this is a fix for #18150 (cherry picked from commit 718bd3ef9db4474400c18160d42ce85be4a69988) 07 September 2016, 23:14:50 UTC
becc272 rm stray : in manual (cherry picked from commit f50dd6a5777c1ef6a7b0060ab7d3de6c18158ac7) 06 September 2016, 19:33:05 UTC
9601961 Rename a few 'err' variables to avoid invalid redefinition errors when running test/math.jl and test/misc.jl on the same worker (cherry picked from commit b3d2f3055c1d663b0790414c93d04874be6fc7e4) ref #18373 06 September 2016, 18:04:09 UTC
794de80 Removed confusing array of types in readcsv help (#18308) * Removed confusing array of types in readcsv * Restored brackets to `T` in readcsv doc and added clarifying text * genstdlib rst output for docstring change. (cherry picked from commit 22cc7a5dc6699f42de1e2cfaec7ad1caf7daa4f1) 06 September 2016, 18:02:40 UTC
ee92c24 Fix docs for isdefined (cherry picked from commit 00cb3f7c80e605e7112cef8dde9ddf2b09e3d052) ref #18345 06 September 2016, 18:02:13 UTC
a9e753b Fix `jl_get_specialization` signature mismatch (partial backport of b7c25d1ef4442f745006a527700a07c04da60944) ref #18334 06 September 2016, 18:00:57 UTC
2274a88 Fix #18189 (Add deprecation of @unix_only, etc. to NEWS) (#18254) * Fix #18189 (Add deprecation of etc. to NEWS) * Remove mentioning of @static, add as a note * Added reference to Handling Operating System Variation section in manual * Changed reference numbers * Change PR number (cherry picked from commit 1af52d007e1e3d4d9b6c62c63d9dea9f7a9bad65) 06 September 2016, 17:53:57 UTC
a69e2e8 Avoid aliasing in in UniformScaling*AbstractMatrix (#18286) * Avoid aliasing in in UniformScaling*AbstractMatrix ...and remove unnecessary UniformScaling*SparseMatrixCSC methods * Broaden the tests for non-commutative multiplication * Add Quaternion test case for q*[q] and clean up the Quaternion test type (cherry picked from commit cd94c996877b798fe0b3b74b433c4bfecfabc076) 06 September 2016, 17:53:42 UTC
0ef4739 ppc64 build cleanups (cherry picked from commit 83b05891c6ceaa489f4b895097b98dddf6328f88) ref #18301 Update OpenBLAS to v0.2.19 for Power8. (cherry picked from commit 857469d5c028020312288f13d93a89386a72c3a7) 06 September 2016, 17:52:41 UTC
884b75b set JULIA_CPU_TARGET default after MARCH-dependent block otherwise #18258 causes "Target architecture mismatch" errors in generic linux binaries (cherry picked from commit 3eeec8f53c4b3bb7e57b354413d0a0faa5d4be18) ref #18311 31 August 2016, 20:40:35 UTC
8ca206f Revert "Improve arch/cpu detection/selection on ARM and AArch64" This reverts commit 01c76ea366710dd5dba36f13b966a0cae8af7022. release-0.5 for now Revert "fix "recommanded" typo" This reverts commit 22a73dd4c2e1e9cf6260190776e683342f04e938. 31 August 2016, 13:59:00 UTC
5a0a788 Remove comments from same line of variable declarations in Make.inc (cherry picked from commit 02bb60a7c0c1ecacd931b3452b279d56d541dbad) ref #18291 31 August 2016, 13:56:57 UTC
f0707ac Add tests for Hermitian cholesky methods (#18284) (cherry picked from commit 8eed82ef4a8a6221739d27fe5c02fd6ff97a2edd) 31 August 2016, 13:56:09 UTC
0de3481 Fix deprecated flag in Pkg tests. (#18283) (cherry picked from commit cc30dd151e80494d7b52250ecdc13af917dd711c) 31 August 2016, 13:55:52 UTC
0422fd6 Small build system modifications to make ppc64le compileable (#18258) * Small build system modifications to make ppc64le compileable * Make things more explicit for big-endian PPC64 (cherry picked from commit fc17a98bcf5441753fd6475a2f264ca1c9d68236) 31 August 2016, 13:55:33 UTC
fe30255 Add a more efficient implementation of in(::CartesianIndex, ::CartesianRange) (#18277) (cherry picked from commit 10c2be1e6e3b9d9964cd27b3eceeda0c42b0ac9c) 31 August 2016, 13:54:57 UTC
7c4ffae Add tests for conversions from ReshapedArray to Array/Vector/Matrix (#18262) These were not tested systematically, and are more generally useful to test conversions from AbstractArray. (cherry picked from commit 4d6ceac5860a413803d3c853e7af18764164e18a) 29 August 2016, 19:20:34 UTC
f34a3a8 Rename the FooBar type in test/core.jl (#18279) so `JULIA_CPU_CORES=1 ./julia test/runtests.jl core compile` passes after #18150 (cherry picked from commit 10f3c35f3a29cb4ead0937dd8f22977a532abe17) 29 August 2016, 19:19:10 UTC
53c7720 Some broadcast fixes (#18200) * Fix #18176 (broadcast over mixtures of arrays and numeric scalars) * Fix #17984 (broadcast behavior over empty arrays) (cherry picked from commit a232a0ba7de5b396c3c8ef6f1bcaa0312005cbfb) 29 August 2016, 19:18:59 UTC
6d16bc4 Add missing convert(Vector, ...) and convert(Matrix, ...) methods (#17848) This commit will allow a user to call: convert(Vector, my_abstractvector_of_eltype_Foo) convert(Matrix, my_abstractmatrix_of_eltype_Foo) which is useful because - for the case that the variable is a subarray of the same dimensionality - for consistency with PR #17066 (cherry picked from commit bffeedbb40722664d6ca4f2d08d4355b8aeb2aed) 29 August 2016, 19:18:46 UTC
15019c1 Fix line number in a doctest 29 August 2016, 11:08:13 UTC
245b9f6 Test for Dict not triggering a deprecation due to ::Integer==::Char comparison (#18234) See #18213. (cherry picked from commit 77176cd12d12972a39b314fb34327c8b53899782) 29 August 2016, 10:49:05 UTC
936a9a8 Use inbounds in reductions with generic iterators (cherry picked from commit 9743f8d3dd7d4f2c3ba12283fd56d57953515d1a) ref #18269 29 August 2016, 10:46:49 UTC
b9ec3fd Speed up indices for SubArray (cherry picked from commit 8a70e1379b92ebddc8d1dabbc938d6994395f242) ref #18269 29 August 2016, 10:46:31 UTC
631f752 Clarifiy performance results (#18242) Closes #18231. (cherry picked from commit 2961c4d8f1716bc3a6258e8ce7288521d50e46e9) 29 August 2016, 10:46:04 UTC
4d8df07 Handle `VecElement` in `julia_const_to_llvm` Also clean up `julia_const_to_llvm` to avoid boxing due to `getfield`. Fix #18236 (cherry picked from commit c4093ba956ca1f4f3549a6684608211714742e83) ref #18238 29 August 2016, 10:45:34 UTC
7e2997a Make sure `:push_loc` meta always has a corresponding `:pop_loc` * Preserve meta node and line number info during dead code elimination * Insert `:push_loc` and `:pop_loc` in pairs during lowering Fix #16578 (cherry picked from commit b929c564bdc812d2ac9b5762d9332edfd1084124) ref #18180 29 August 2016, 10:44:17 UTC
f35bc7b hopefully unbreak osx travis llvm linking (#18241) ref https://github.com/staticfloat/homebrew-julia/commit/f57dcc20464c9ce4758a6fca088164a591daf1cd#diff-633fd9f8448015391714f35e04d39b5bL154 [av skip] (cherry picked from commit ad73afa7f7386274b5203f0953574892c862d740) 29 August 2016, 10:42:19 UTC
e59de27 In cgmemmgr, allow writing permissions on the read page for the debugger The permissions specified in MapViewOfFile specify the maximum permissions the file can ever have, which means that even permissions bypass by the debugger is not allowed to write it. Instead, set the maximum permissions to RWX and VirtualProtect down to the permissions we need. This is the same behavior as we use on Mac/Linux. (cherry picked from commit 4f1ba0cfa517d51652736b47854fedef74430de3) ref #18083 29 August 2016, 10:41:48 UTC
25979af add missing "Threads." in example (#18219) (cherry picked from commit f58aaef9b7aa202e9d59e59798ce7f5c32706a1e) 29 August 2016, 10:40:59 UTC
aa74d6d Don't throw in eigs on semidefinite Bs for generalized eigenproblems. (#17873) This makes it possible to solve problems with semidefinite B via explicit shift. (cherry picked from commit f95b8b12b128b1ed7de876f9a456d4dff4ec79db) 29 August 2016, 10:40:05 UTC
c0da8be Fix chol for Symmetric(A, :L). (#18142) (cherry picked from commit f3fe910b72837684c8c52319739638ea6343b741) 29 August 2016, 10:39:38 UTC
746cc0c document __init__ behavior during precompile fix #18115 (cherry picked from commit 5276a4d21d0a5dabf0da74e277192e5e3030feef) ref #18150 29 August 2016, 10:36:01 UTC
e012415 keep track of full dependency state while building incremental precompile caches this ensures that we only recompile a dependency if either: it can be loaded into the current session, or the user explicitly requests it (via reload) thereby reducing the occurrences and improving the accuracy of the "uuid didn't match" error message :) (cherry picked from commit 0df6e61051e9ed689b2755e003b015950d68dd0b) ref #18150 29 August 2016, 10:35:42 UTC
a51c614 change incremental serialize to use deferred errors this gives the caller more control over when an how errors get printed (cherry picked from commit 5abccb645185804f60244971230200c0f922772e) ref #18150 29 August 2016, 10:34:49 UTC
4568dd1 fix sort / fallback order for incremental precompile fix #18069 (cherry picked from commit 94ce57dd28e939ee0805766ae2809980a6a00067) ref #18150 29 August 2016, 10:34:24 UTC
ead4690 inliner needs to do method match tests early fix #18222 (cherry picked from commit 5d2ac0d8e4411a2f4c2a083bfa8c8b2b765ccdd0) ref #18225 29 August 2016, 10:21:57 UTC
d20ef05 Move specialized isequal definitions to avoid hitting #265 Fixes #18213. (cherry picked from commit 1c5f4ca485f4a526dfc30775ae0e4751cd8f6c8d) ref #18214 29 August 2016, 10:20:10 UTC
2634acb improve string docs to define String etc (#18216) * improve string docs to define String etc * tweak (cherry picked from commit 3ab4d761016f269ff5284df1b34374467f5d8176) 29 August 2016, 10:19:16 UTC
fcd8f2f typemap: handle vararg tuple subtyping in jl_typemap_assoc_by_type Fixes a crash while loading ASTInterpreter (cherry picked from commit 2a8e892fc14d565db4768e8f8db21e11cbd0c792) ref #18191 29 August 2016, 10:13:22 UTC
8884d9d precompile: major LLVM speed improvement fix #15048 (cherry picked from commit 95428baeffc53c14a73634510a334c230d1ddaa8) ref #18191 29 August 2016, 10:12:50 UTC
8e130ef incremental deserialize: optimize many simple common cases of flagref_list many types are easy to compute during deserialization, and don't need the full complexity of the flagref list to handle them some of these are easy to detect ahead-of-time, saving a small amount of deserialization effort (cherry picked from commit 649ce88dccd25063ad45c01765e375e3ba0bbb89) ref #18191 29 August 2016, 10:11:32 UTC
9bb8af8 incremental deserialize: handle LambdaInfo identity uniquing this works to avoid having `Expr(:invoke)` creating unintentional copies of LambdaInfo objects when they show up in the system image fix #18184 (cherry picked from commit b0e692a6418460a4b87c81a6dbbe78cc73ea318e) ref #18191 29 August 2016, 09:53:35 UTC
e8285b9 Provide a more useful error message for calling map on a Dict with a non-Pair return type (cherry picked from commit eb959193a50e5c28faff5cd1cd55b4cc86ca203b) ref #17968 29 August 2016, 09:42:24 UTC
78096f4 ASAN: disable leak detection for flisp. (cherry picked from commit c50e845793fc80a8711b38d3890e3a42fe4803b8) ref #18177 29 August 2016, 09:41:56 UTC
ed08c30 Describe negative bit shift counts in NEWS.md (#18188) (cherry picked from commit d14155b1bdccfe0acc0efab4c7986db332e6e191) 29 August 2016, 09:41:37 UTC
de2e847 ccalltest.c: ifndef Intel compiler for complex int (#18193) Complex int is GNU extension that Intel compiler does not support currently. #17145 (cherry picked from commit b94da94adfc8dd506bd2abdf69c20420959f14ea) 29 August 2016, 09:41:15 UTC
e6f843b Tag v0.5.0-rc3 22 August 2016, 23:43:04 UTC
37334d9 Merge pull request #18156 from JuliaLang/tk/backports-0.5.0-rc3 [release-0.5] backports for 0.5.0-rc3 22 August 2016, 22:02:02 UTC
e5b8332 fix #18173, closure lowering error caused by #18130 (cherry picked from commit ca5973ab56e0e212ba8b0e57266225ef28a1dcaa) ref #18183 22 August 2016, 16:35:11 UTC
fe17200 Revert "Revert "fix #18129, optimize some more cases of captured variables"" This reverts commit d45bcaeb76c2693834520f8f39785903ab85efd3. 22 August 2016, 16:35:01 UTC
2406ed9 Fix fft(::Vector{Complex{Int}}) (cherry picked from commit e4ea3a7e782e2ea21da64a14f7dfcf862342d18a) ref #18178 22 August 2016, 12:55:11 UTC
f06e0f1 fall back to dynamic dispatch in union-splitting optimization This should help #17932. If a function returns an unanticipated type that wasn't part of the `Union` seen by inference, do dynamic dispatch instead of erroring. (cherry picked from commit b0cf59170ceb4032c8a01c65b4f21ca878f566be) ref #18046 22 August 2016, 12:55:02 UTC
d45bcae Revert "fix #18129, optimize some more cases of captured variables" This reverts commit 09f7005d48e3390333cfd2d381b6b34aa5a5bece. un-backports #18130 for now until there's a fix for #18173 (was breaking BaseTestDeprecated.jl) 22 August 2016, 11:35:24 UTC
fafdc7b Increase MEMDEBUG allocation threshold for #14173 test (cherry picked from commit 8e96740236ae6da65f94335bd17139bd2f7884ab) ref #18171 22 August 2016, 00:44:28 UTC
69a605b reshape(::Array, Val{N}) always returns an Array (cherry picked from commit a3e6fcf138f5cc849eaa0ea626f53e8480270137) ref #18160 reshape: only call to_shape when it will return Dims (cherry picked from commit d92b2db4cc215f4568532876fae2e93fbe8bec6f) 21 August 2016, 22:31:39 UTC
a6a7fd2 Use unique identifier to avoid incorrect ditype reuse (cherry picked from commit 05cb1f54e84540e128a80d1e5b5ae1d876b046c0) ref #18134 21 August 2016, 22:30:55 UTC
285ef3e Add note about docstrings for aliases (#18157) As mentioned in https://github.com/JuliaLang/julia/pull/18041#issuecomment-241189817 docstrings attached to aliases of functions should be avoided where possible. (cherry picked from commit 3ed55a404eb425229f0556a4f7fdc614008c0ed6) 21 August 2016, 22:30:33 UTC
38bec84 fix more of the #18017 regression (cherry picked from commit b32fcc9765ae848a5b4be0c35795e2e330d4fb8e) ref #18126 21 August 2016, 22:30:17 UTC
55a5b12 Add test for PR #17803 The PR fixes jl_static_show for bitstypes (cherry picked from commit 718391db9ec76d4a12c128d2ae6165ad90a1fb8c) ref #17961 Change test to Int128(-1) (cherry picked from commit 462a1ebd9348ba46f7983b6e0b17a8cfcd9e3e4d) 21 August 2016, 22:29:47 UTC
458c832 fix #10633, remove redundant definitions for `map(Integer, a)` etc. (cherry picked from commit 90753676b686fc8d3511a9b6112f3054ec0320f7) ref #18062 21 August 2016, 22:28:50 UTC
2082241 do not catch everything in isassigned (cherry picked from commit bc0348e298f57e9774fefeb75ab848d581276c76) ref #18075 21 August 2016, 22:28:24 UTC
9e1dbfd remove some unnecessary anonymous functions Transform `x->f(x)` to `f`. (cherry picked from commit 9cead4f7874a2aa9b1a8d6adc59d836683c45e61) ref #17974 21 August 2016, 22:27:34 UTC
d8f5ea9 Merge pull request #18169 from JuliaLang/tb/backport-asan [release-0.5] additional ASAN-related backports 21 August 2016, 22:27:00 UTC
f3566be ASAN/MSAN: document use of sanitizers. (cherry picked from commit 030ff40d8f43fa4f98a44e81bc83e9c8ed2370ef, ref #18067) 21 August 2016, 20:41:59 UTC
727daa6 ASAN: provide default options. (cherry picked from commit 2d9f3a78adedc1b63a3fcba2f2d238a6245aeeae, ref #18067) 21 August 2016, 20:41:59 UTC
be350f2 Increase the signal stack size. This makes the SIGINT signal handler work in combination with ASAN. (partially cherry picked from commit 03c3c7004bec19eadb5b5dee70183d63ca765eec, ref #17727) 21 August 2016, 20:41:58 UTC
51d38f5 Expose MEMDEBUG, and use it to fix the #14173 test (cherry picked from commit 989e544445d38884e40403f20d1fced51b1141f6, ref #18143) 21 August 2016, 20:41:42 UTC
fa24dff Add test for #18054. Note that this test requires a memory sanitizer (ASAN, valgrind) to detect failure. (cherry picked from commit a5fdd74abcf53e5858b98833d64fa6bf84954607, ref #18054) 21 August 2016, 20:25:01 UTC
bfa4e62 Clear the IRBuilder's insertion point after emitting a function. The function might get finalized, invalidating the IP. However, in some cases this invalid IP may get saved and restored, accessing the invalid IP while doing so. Example code path accessing an invalid IP: -> jl_cfunction_object (nested_compile=true, but doesn't change IP) -> gen_cfun_wrapper -> jl_compile_linfo (saves and restores invalid IP) (cherry picked from commit ebd24a84f9f3746b78d4c9ae09f9a8e2bf2db793, ref #18054) 21 August 2016, 20:23:02 UTC
f5ed767 Force inlining on indices(A, d) (cherry picked from commit 95b858a65f50804b992e0f1979057e63e587822b) ref #18014 20 August 2016, 09:22:21 UTC
6da641f Fix doctests 20 August 2016, 09:14:18 UTC
d0a632b circcopy! needs qualification with Base. for 0.5 where it is not exported, ref #17919 20 August 2016, 08:38:32 UTC
e576c87 Make rpath settings a bit more consistent probably addresses #18106 (cherry picked from commit fb0e10651de33660d8d638af72156a032af021d6) ref #18153 Delete some files from libssh2 and curl that keep changing on travis causing the cache to get re-uploaded (cherry picked from commit 71bb974cd97be8a9a72234b2258b034eff12e039) Install all 3 mbedtls dlls on windows and build tests (cherry picked from commit 6b50d352816fcc517597f0e32eadc0dfa53f0786) disable libpsl in curl build should fix clean build of master indent line continuations (cherry picked from commit d14f169de72c9de04b570a0f3f7a3d69c15e1653) disable using zlib in mbedtls, libssh2, and libcurl since it requires additional dev headers fix #18101 (cherry picked from commit f714e835f0e16ebec091cdd7a5c57f2eb884e50f) Cleanup: replace misleading STAGE#_DEPS variables with DEP_LIBS (cherry picked from commit 0d634a3e973585fed4cdd45aa50d1fd559752560) Improve handling of curl, mbedtls, libssh2 USE_SYSTEM fix #17884 (cherry picked from commit 4526b65d7bfaf75e904f77b03e33f554d7ab5d14) Set CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_BINDIR in CMAKE_COMMON, so libssh2 installs without an x86_64-linux-gnu multiarch prefix (cherry picked from commit bf60b56fd95c1991839efd1aad42452d1711736d) Disable building static mbedtls library since we don't need it Go back to just copying the mbedtls dll even in cygwin-cross, otherwise it puts .dll.a files that we don't need alongside the dlls (should probably fix this upstream) (cherry picked from commit 658dc242f8f32927a4fc5f8fe55d7fd061e1fc40) Also just copy libgit2 dll for its install target since otherwise it puts pkg-config files in LIB_INSTALL_DIR which we don't need - if mbedtls separates runtime from library destinations then we could separate BIN_INSTALL_DIR from LIB_INSTALL_DIR or convince libgit2 to use the standard GNUInstallDirs names (cherry picked from commit 8e3f1c53b5ad7ef67211e4a513b5e0441169c585) 20 August 2016, 08:21:31 UTC
293f63a Fixes #18141, eliminating null in value when iterating over `ENV`. (#18144) * Eliminate trailing null from iterator over `ENV`. Fixes #18141. * Add failing test for #18141. (cherry picked from commit 03e7c798f9a0a5f3606abc0364b1a622218eb0c8) 20 August 2016, 08:15:36 UTC
add64d9 Add test for 15913 and 15896 (#17991) * Add test for 15913 and 15896 * Change name of test (cherry picked from commit 6f2c1c4ac0f01a448bf4e1238936d79125d262d1) 20 August 2016, 08:03:55 UTC
3239e25 Try fixing LLVM 3.3 compilation (#18138) (cherry picked from commit 065a208521036f0c22b13ce8dd3c3f4b864b9b00) 20 August 2016, 07:53:58 UTC
1fb052e replace branch in bit shift operators, helps #18135 (cherry picked from commit e02692f7720b000783f225692e9520376ce06fe5) ref #18149 20 August 2016, 07:53:15 UTC
09f7005 fix #18129, optimize some more cases of captured variables (cherry picked from commit 01378992c843d9aa99b2edddd19d387ffe65a673) ref #18130 20 August 2016, 07:53:00 UTC
782cf36 Tests for missing abstract array utils (cherry picked from commit 94c62eb41c95fde9a7cbe95342507936ebb35105) ref #18133 20 August 2016, 07:52:41 UTC
bd679a3 Missing tests for intfuncs (cherry picked from commit 9df2cb914fcdf770d064ed1d9c8118ad056fce5d) ref #18132 20 August 2016, 07:52:21 UTC
ca5c823 make sure .= uses Base.identity, not a local identity (#18122) (cherry picked from commit b117e59815813e90bf6953190c25c2c02f79db05) 20 August 2016, 07:51:55 UTC
fd5bfed Fix incorrect code block in rounding modes docs (#18137) The `::` syntax appearing before the `doctest::` block was causing the doctest not be rendered correctly. (cherry picked from commit ec5283719fe714876fa7b9c67ad6eab240a902d1) 20 August 2016, 07:51:05 UTC
a61909d Make similar faster and safer (#18107) * Make similar faster and safer By converting the eltype argument into a ::Type{T} parameter, we avoid runtime method lookup. Perhaps more importantly, the introduction of NeedsShaping makes `similar` safer, by preventing any possibility of an infinite recursion. * Test that similar throws a MethodError for unsupported dims types (cherry picked from commit 66bacece27a1c34fcca7a92c0ba496d5c444dce7) 20 August 2016, 07:50:47 UTC
back to top