https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
1c78aca bump LLVM version required for ppc (cherry picked from commit c0eedf06c6a5290fafd02b1c77ead98af5250e36) x-ref:#18557 06 October 2016, 06:15:37 UTC
b542d5b Add patch for lowering of atomicrmw on ppc only apply patch to 3.9 for now. (cherry picked from commit 9926ef7b49cb89cc1c8225a016749bd5f1dbf926) x-ref: #18557 06 October 2016, 06:13:09 UTC
f0d40ec Should have tested that on linux on a branch first didn't go through a PR because Travis treats branch builds and PR builds differently for caching purposes [av skip] 20 September 2016, 03:34:34 UTC
1fc0190 ensure travis cache comes from the correct branch and change osx_image to xcode6.3 to avoid compilatione error with libssh2 [av skip] 19 September 2016, 22:09:13 UTC
89a1e8e -pre mark towards 0.5.1 19 September 2016, 18:15:07 UTC
3c9d753 Tag v0.5.0 19 September 2016, 18:14:48 UTC
db7eaf9 Merge pull request #18546 from JuliaLang/tk/backports-0.5.0 [release-0.5] final backports for 0.5.0 19 September 2016, 17:19:41 UTC
feb57e6 Revert "Simplify and relax logical indexing bounds checks" This reverts commit 15096f04a6d521c76a535ee642a745b40f5085de. See the comment at https://github.com/JuliaLang/julia/pull/18401#issuecomment-247754494 18 September 2016, 17:19:31 UTC
58e163c Attempt to fix osx travis (#18563) * Attempt to fix osx travis We're now getting > Error: You must `brew link autoconf` before staticfloat/julia/julia can be installed Probably because Homebrew officially started supporting 10.12 Sierra, and that broke something. Try to use the 10.10 Travis OSX image instead of the default 10.9 (https://docs.travis-ci.com/user/osx-ci-environment/) * explicitly install cmake on osx travis (cherry picked from commit 45bc17d41b40f271dd5ebb2357e7f3564f969007) 17 September 2016, 16:33:03 UTC
15096f0 Simplify and relax logical indexing bounds checks Fixes #18271. Allow multidimensional logical arrays as indices into a particular dimension so long as there is only one non-singleton dimension. (cherry picked from commit 5fa5b7f1e3e3afc6109335b5b210554033f93938) ref #18401 Fixup inline comment (cherry picked from commit 2bbcd808ae9ff326790ea3ec2dfb0463313836ae) Update devdocs for bounds checking following #18401 I had forgotten that this behavior was documented in the developer section of the manual when authoring #18401. (cherry picked from commit b8406ff4cb0f8e0000cfc956c52459add7b7870b) ref #18552 17 September 2016, 12:57:33 UTC
aad3046 Merge pull request #18452 from JuliaLang/jn/18449 [release 0.5] hack in a fix to getting the right lambda for the incremental deserializer 17 September 2016, 11:51:29 UTC
8ee99a5 fix docs for how to change colors in REPL (#18506) * fix docs for how to change colors in REPL * double backticks (cherry picked from commit 07cf50f9ce139f54b13dda91804f29e45a8629ed) 17 September 2016, 11:17:39 UTC
fb96ca7 Reword doctest description (#18539) Fixes #18531. (cherry picked from commit adcbf1e2f55c833e2cbfb0b20da805e1a49b8160) 17 September 2016, 11:15:29 UTC
d62d212 Remove unnecessary/deprecated promote_rule & promote_op from conversion and promotion man (#18368) * Remove uneccesary promote_rule from doc for conversion and promotion * remove promote_op reference since it's dep * Fixed oversights. (cherry picked from commit 7423d727530b54b2fd79bb850cdf99f469941068) 17 September 2016, 11:11:09 UTC
7919b44 ensure cgmemmgr caches are consistent this ensures that the writes are completed before flushing the icache otherwise, platforms like ARM would potentially fail to see some of the writes and were especially likely to miss the relocations applied to the JIT code fix #17577 (cherry picked from commit 6f57c4007ad4dcbf695dff47bc2def10758d082c) ref #18516 17 September 2016, 11:10:13 UTC
b9ec73c Don't require blank line before markdown lists Fixes #11249 to follow the CommonMark spec for lists which does not require a blank line prior to the start of a list. (cherry picked from commit d8da082781dcb170e1aea7cb4eb58911f06b4e7b) ref #18229 16 September 2016, 19:30:42 UTC
cf6395f Fix doctest line numbers 16 September 2016, 18:05:42 UTC
a62e15b Fix #18544, cmdlineargs test failing in Mac binary due to default juliarc Pass through `ENV["PATH"]` in the `setenv` call since it is read from in https://github.com/JuliaLang/julia/blob/v0.5.0-rc4/contrib/mac/juliarc.jl (cherry picked from commit db01a8fd6e01ae62b66d65df077f1e0dd132e4c9) ref #18545 also make the test a little more robust against contents of /tmp (cherry picked from commit ffbb0eb9c66dc288207240f29a36bf6b574106b4) 16 September 2016, 17:21:32 UTC
682a397 Fix compilation with MEMDEBUG2 flag Has been broken since 172fdb2d. (cherry picked from commit 46773afc9bc8325a48ec1dcb6336fc98fce7715e) ref #18536 16 September 2016, 17:14:55 UTC
b7be1c0 fix docstring for `print_matrix`, fixes #18439 (cherry picked from commit fb503a0f6420d2443b90e4584f58aa1baec1868e) 16 September 2016, 17:08:02 UTC
de37d5d Use typed_hcat in typed_hvcat (#18398) Fixes 18395 (cherry picked from commit fa4c02cb51cdb7eec7a4cc10ec0ed7d6a1e2c3ff) 16 September 2016, 17:04:24 UTC
4de501d Remove ppc specific treatment in unwind.mk. It is getting installed correctly (cherry picked from commit 5f91c39b1c0540b6929933048adff8ab87b9068e) ref #18418 16 September 2016, 17:03:42 UTC
2b4c040 fix compile=all fix #18080 (cherry picked from commit a78ad7bede804da3363e483f60e876dade52b5ac) ref #18430 16 September 2016, 17:01:10 UTC
6955092 recompute sparams during inference after widening a method signature also avoid an expensive loop in the common case of the hotpath fix #18399 (cherry picked from commit a188f9522f5e15f77fbe5e14c3708479bdfacd2e) ref #18428 16 September 2016, 17:00:49 UTC
99df770 Remove inference0 (cherry picked from commit df99e2097ca7a12f0c94d83407154deaa82c843b) ref #18393 16 September 2016, 16:59:40 UTC
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
b90f1a2 hack in a fix to getting the right lambda for the incremental deserializer fix #18449 (the real, non-buggy fix is in #18413 for v0.6-dev master) 12 September 2016, 03:14:04 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
back to top