https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
6445c82 Tag v0.5.1 05 March 2017, 13:25:39 UTC
f0993f9 Merge pull request #20736 from JuliaLang/tk/backports-0.5.1 [release-0.5] backports for 0.5.1 05 March 2017, 13:24:36 UTC
0cc7d79 Fix links in documentation point to release-0.5 instead of master or latest 05 March 2017, 00:56:45 UTC
2f0a10d Fix doctests for minor backtrace differences 05 March 2017, 00:07:13 UTC
23aef0c Revert "remove checked_fptosi and checked_fptoui from inference.jl" This reverts commit ea37c3c35eb3fe6bbaa0962a048c6b26e11e5ac7. Revert "replace checked_fptosi intrinsics with Julia implementation (#14763)" This reverts commit 55125539f5e39af512156ed0d03b8dcf2abd7b57. caused significant slowdown in conversion 04 March 2017, 23:48:49 UTC
bee5dce Fix `summary` for cases of mixed indices-types (cherry picked from commit 0eff50bd55dcdb245d248c8c54f93ada76fbfb02) ref #20431 use map(length, inds) instead of length.(inds) for release-0.5 03 March 2017, 05:34:54 UTC
fa14563 Ensure that unsafe_view doesn't check bounds (cherry picked from commit 32bc971d3224dc6aa34af40c4fadb332d0352e71) ref #20225 and the test from #19555 because it passes, why not 03 March 2017, 05:34:52 UTC
a8fbf31 Revert "fix #18408, closure lowering of captured, never-assigned locals" This reverts commit f32c0ed6b8c060b4012f8957bc9d52d1761eac4b. un-backports #18493, since it caused package regressions in ASTInterpreter, FixedSizeArrays, GeometryTypes, and QuantumOptics 03 March 2017, 05:33:53 UTC
b386767 Merge pull request #20825 from JuliaLang/sh/backport-18583 [release-0.5] backport #18583 01 March 2017, 14:08:16 UTC
7f1e1a0 Merge pull request #20396 from JuliaLang/sk/frfix0.5 [release-0.5] Fix computation of range length in certain cases (fix 0.5/#20373) 01 March 2017, 14:08:03 UTC
b08227b Don't overwrite the cp function in the arrayops test 01 March 2017, 14:06:47 UTC
649714d Automate uploads to s3 using aws cli in prepare_release.sh (cherry picked from commit 906917ba14f7e986f5b819e9a3b94adfeaf705bf) ref #20846 01 March 2017, 13:29:06 UTC
0f39ffe Check that sparse matrix is valid before constructing a CHOLMOD.Sparse (#20464) Don't use length of underlying arrays to query sizes Rename variables in zero based constructors (cherry picked from commit 769d37b1def1920311900ac0ae0e84d6422aa72a) testsets removed for release-0.5, and Vector{<:VTypes} written out 01 March 2017, 13:25:45 UTC
e8ff206 Disable offsetarray fft tests when USE_GPL_LIBS is false (#20599) (cherry picked from commit c72dbdfe9afaaeacf58be48db7e12feb81d91212) 01 March 2017, 12:53:25 UTC
3d23f4f fix dropstored for sparse matrices (#20516) (cherry picked from commit e24faa565ec581d055195c34a73266aabd2f4975) testset replaced by let block for release-0.5 01 March 2017, 12:49:07 UTC
98025cc Allocate less memory in stegr! when range == 'I' We were allocating enough memory to hold all eigenvectors even when only computing only a range. (cherry picked from commit 4aa48e08341d67d19009e0f4e2eebcce6b12fcb9) ref #20459 01 March 2017, 12:49:05 UTC
22dad18 fix poll_fd ArgumentError ordering when reusing a _FDWatcher, the check for whether it is already in use needs to happen after we check if there's already an existing _FDWatcher (cherry picked from commit c0b1b04947573e1a9a5ce884f69d39363bfbfdbb) ref #20460 01 March 2017, 12:49:04 UTC
dea17b4 Support pointer(A::PermDimsArray) and strides(A) if parent(A) supports them (cherry picked from commit 2bc83cadc0e3b5a0cffcff56d0a6f7e59ecfd7a3) ref #20385 Qualify PermutedDimsArray as it isn't exported on release-0.5 01 March 2017, 12:48:58 UTC
a3982a7 Cosmetics in pkg/resolve code (cherry picked from commit ce64a7ca7cefd361383ab2b684b99996d2644d43) ref #20319 01 March 2017, 12:47:18 UTC
957c10c Small VersionWeight/FieldValue refactor Makes more sense to have the uninstalled state as an extra field level. (cherry picked from commit ce65ef981681aa227910dbbcf40c60c02f207108) ref #20319 01 March 2017, 12:47:17 UTC
53538e7 Reduce uninstalled packages score in solver Adresses part of #20313 (cherry picked from commit 49615be3024b183d1bca69502bb2538809bfe610) ref #20319 01 March 2017, 12:47:16 UTC
40143f0 Update busybox-w32 version this should support fractional sleep now (cherry picked from commit c4f29fd04c4190f9b92fc7895fd4ba2573c3ef6e) ref #20152 01 March 2017, 12:47:15 UTC
b867796 Use openSUSE 42.2 instead of 13.2 for winrpm binaries 13.2 is ending support soon (cherry picked from commit 022a60cd988a36bbdb860e9a5ad581c9487e4abb) ref #20152 01 March 2017, 12:47:14 UTC
0b120b1 Add libwinpthread to runtime dll handling downloading from opensuse to possibly work around winrpm issues for now it's likely going to be fragile to use opensuse runtime libs with the old cygwin toolchain, will have to see (cherry picked from commit 986c1031b35cff810541f361c4c628ccd9f89b00) ref #20152 01 March 2017, 12:47:13 UTC
49d0d48 Revert "Reinstate downloading old versions of winrpm gcc dll's (#18059)" This reverts commit 7b4077fbaf061ba1f3c0a68d9e923d2a301f9abc. (cherry picked from commit db484f7a819f1cdefe24699403967bdf97bf0c55) ref #20152 01 March 2017, 12:47:12 UTC
bd26938 fix hygiene and side-effects problems in at-view (cherry picked from commit f225d82e48e71300c624333c0c481bdcac494304) ref #20247 01 March 2017, 12:47:11 UTC
1512ae0 Avoid error if temp_dir acquires .DS_Store file (#19894) Issue #19873. If the macOS Finder inserts a .DS_Store file while Pkg.update/Pkg.add operation is in progress, a plain `rm(temp_dir)` will not succeed. (cherry picked from commit ca3b06e7b3d80e61eda377429b67435091115f8c) 01 March 2017, 12:47:10 UTC
fe93bee Add tests for #15240 and #19963 Tests for jl_realloc and jl_free with Null pointer arguments. (cherry picked from commit b820c054a717727140d4430ea909bd5b4b1e6f96) ref #19969 01 March 2017, 12:47:09 UTC
0e97a91 Fix #19963, support Null pointer argument to jl_free Null pointer argument must be allowed according to the standard (see C99, 7.20.2.3), in which case there should be no action. (cherry picked from commit 0586f1afdb2a535651f5c90a206824b752263f51) ref #19969 01 March 2017, 12:47:08 UTC
9fcfcda Fix inference of fastmath floating point comparisons (cherry picked from commit c56d59b28d7601d4f86a716cde4be7c69e28f385) ref #19869 01 March 2017, 12:47:07 UTC
73052e6 Fix #19655 (TypeError on empty stacktrace) (#19656) * Fix #19655 * Test for #19655 (cherry picked from commit cfa2312dd649ed09d682ba7ced39395aa6507c5d) 01 March 2017, 12:47:06 UTC
70515e9 Fix libgit2 patching for upgrade to 0.24.5 openssl-hang.patch was applied upstream in either 0.24.2 or 0.24.3 01 March 2017, 12:43:12 UTC
1cf504d splitdrive under windows (#19695) * splitdrive under windows * splitdrive under windows tests * more test * move tests outside loop over S * changed test cases to S("...") (cherry picked from commit 7648ad6f1fe014274e7612bac2eb19e70d3f8aad) 01 March 2017, 11:04:50 UTC
4efacb6 Make broadcast!(f, A) populate A via independent f() calls rather than fill!(A, f()). (#19722) (cherry picked from commit 50a8b9637d04141d82e4b730bac688f4a6be3c36) 01 March 2017, 11:03:39 UTC
cea0818 Sync up man page `-i` flag to the description in `src/jloptions.c` (cherry picked from commit 1090176402cf9e75ea988aa261ea4bbf2b824c0a) ref #19734 01 March 2017, 10:50:01 UTC
ea8b623 Fixes broken LibGit2.rebase! (#19624) * Fixes broken LibGit2.rebase! LibGit2 was not rebasing correctly, causing problems with `Pkg.update()` after `PkgDev.tag()`, see https://discourse.julialang.org/t/how-to-properly-add-releases-with-pkgdev/961/15?u=simonbyrne There were two problems: - `upstream` was used as a variable name and a function call - if the patch was redundant (`EAPPLIED` return code), `rebase!` would throw an error. * alignment * revert check macro to avoid incompatibilities * add docstring * add testcase * add TODO (cherry picked from commit 474210f7932b26c0bbff1d9b4783bd9578356731) 01 March 2017, 10:48:25 UTC
78a1132 Upgrade to libgit2 v0.24.5 (#19629) fixes #19474, incompatibility with openssl 1.1.0 (cherry picked from commit 13e6415de5290183e1c0fcd65221f301401e24b1) 01 March 2017, 10:48:24 UTC
9d6b640 Fix cmp for AbstractStrings where indexing is not the same The original code (from 2010) incorrectly used the index for string a (i) when calling done for string b. This means that when two different types of abstract strings are compared, if their indexing is not compatible (for example, where one is indexing by character, and the other by code unit), then you can get incorrect results, ranging from simply returning that two strings are the equal when they are not, or getting a BoundsError exception. This can happen even with common strings with just words with accents. (cherry picked from commit 4a0798478c6dc9bbe3ba14f996060448efd8bcb1) ref #19445 01 March 2017, 10:48:23 UTC
5986d0e Fix bug in empty!, add tests for WeakKeyDict (cherry picked from commit 50f084811e0b0220aaff34beb020e76906e63c1a) ref #19485 remove testset for release-0.5 01 March 2017, 10:48:19 UTC
eac77de Unrevert #18259 (#18280) * Revert "Revert #182599 "add faster done for strings" (#18275)" This reverts commit 6d179b33cb6bc793d8f6613b87c61ba287c92113. * Test that next(s, endof(s)) > endof(s.data) (cherry picked from commit 62c3bfad4e6e1a55da1075ce3e0c50fff224dd62) 01 March 2017, 10:44:45 UTC
060016a Fix completion on custom (non-Dict) Associatives (#19448) Inference is confused by dict_identifier_key(), which is inherently type unstable since it calls getfield based on the name of the object (passed as a string). When completions() is first compiled, there is only one start() method for Associative objects, so its return type is assumed for all Associative. This breaks when introducing a custom Associative like SortedDict, since completions() isn't recompiled because its input types do not include the dictionary type, and the new start() methods do not trigger its recompilation (issue #265). As a temporary solution, move the offending code to a separate function which takes the dictionary as an argument, so that a specialized version is compiled and calls the correct methods. (cherry picked from commit cdabda19a9bf4bac74a6f2d8a0f717d105874354) 01 March 2017, 10:44:44 UTC
27df04b Support partially copied stack This is less problematic than copying more stack. (cherry picked from commit e701cbede61349d31116a39b801c24c809d6e2ff) ref #19437 01 March 2017, 10:44:43 UTC
f5f4ab0 More robust fenv_constants The constant is platform dependent and the macro definition may not expand to the value itself. (cherry picked from commit fa0ab21cc60394f5a155d9283e343653435462d9) ref #19384 Use Int32 instead of Cint due to different bootstrap order on release-0.5 01 March 2017, 10:44:38 UTC
5766dbc Fix JIT unwind info registration For `UNW_INFO_FORMAT_IP_OFFSET`, the `table_len` is the size of the `table_data` in `unw_word_t` (i.e. `uintptr_t`) for whatever reason. Fix #19360 (which is only failing on the centos buildbot likely because the fallback methods somehow do not work on such an old glibc) (cherry picked from commit 05561d2c40286d7ade162786be633950a2bab352) ref #19370 01 March 2017, 10:08:23 UTC
1f16e63 Use LLVM 3.9.0 on ARM by default This is the first known LLVM version that passes all the tests on ARM. (cherry picked from commit 57c0b87e0391ae18a8af706b8f7298fe447277ba) ref #19266 01 March 2017, 10:07:43 UTC
260b1f8 Do not use `override` to provide default settings on ARM and POWER (cherry picked from commit 20904b9be189d42cfeb50c565fe44392945b82b3) ref #19060 01 March 2017, 10:06:12 UTC
6807038 Merge pull request #20789 from JuliaLang/tb/backport-20150 [release-0.5] use a counter for passed tests instead of storing the Result object 28 February 2017, 07:20:55 UTC
c577b62 perf enhancement for deserialize of Arrays (#18583) Array(Type, dims) is very hard (expensive) to dispatch (cherry picked from commit 636f1e45d515005096042c8374fbf0c882c9370f) 27 February 2017, 11:26:47 UTC
fbff504 use a counter for passed tests instead of storing the Result object (#20150) ref #20150 (cherry picked from commit b7c850ea2d3b24673403b59c0d5b43ddd7b5a2a6) 24 February 2017, 19:55:02 UTC
49e1300 Pass `MARCH` as `REAL_ARCH` in additional to `ARCH` to openlibm This cause trouble on ARM since `arm` is not a legal march name. Fix #18174 (cherry picked from commit d990f782b73f047deebd217f304f1ed272319c15) ref #19134 22 February 2017, 17:48:12 UTC
47f6e50 Don't require write permissions in readdlm (#19337) (cherry picked from commit 75d982d77dbb7a74c4b8d0cd73f1cc54c40628e6) 22 February 2017, 17:44:47 UTC
419653f More LLVM cmake flags To make sure that we are not building features or linking to libraries we don't want. (cherry picked from commit 72342da856e5cbcb0099cfbbae86404900e2096d) ref #19269 22 February 2017, 17:43:33 UTC
b9a5d32 prevent lowering from renaming globals nested in renamed locals variables fix #19333 (cherry picked from commit 95dbbda2fdb7d5afcd30e1e8f9cc2c3e064b5850) ref #19335 22 February 2017, 17:40:37 UTC
5c9edd0 Fix \ and .'\ for Symmetric and Hermitian sparse matrices. (#19242) (cherry picked from commit d9d0fadc0b0de6f564b0e3c78cc5f62a8f9ae9d1) 22 February 2017, 17:24:39 UTC
df8a997 Fix index_shape for Colon indexing when we've exhausted parent indices Fixes #19267 (cherry picked from commit b5a4be87eff0c119ed7aaca7b1146b94318b37f4) ref #19284 Remove unnecessary Base scoping (cherry picked from commit ec1dd55fe1477ad73e71b97ebe7ba9028a7960a5) 22 February 2017, 17:21:10 UTC
35f7fcb Few missing tests for abstractarray (cherry picked from commit 493f4e2246db088967afb7cc6ef7f8ffbc137bd5) ref #18722 22 February 2017, 17:19:44 UTC
76249b1 Fix mapreduce for arrays with negative indexes (cherry picked from commit d5db8b6e475b9b0a03308392f971a1d818631b1e) ref #19247 Add test for summing a large OffsetArray with negative offset (cherry picked from commit f3d94717d7c3bce297a6f02b56bac74504749f6e) 22 February 2017, 17:18:09 UTC
afad470 Improve type stability of Dicts constructed from generators (cherry picked from commit a448b0da5e6618498f90b6fb117e166ffafc69a9) ref #19245 22 February 2017, 17:12:27 UTC
4db2e25 Check output dimensions for 2x2 and 3x3 in-place matmuls (#19227) (cherry picked from commit f9a6bbddc306720740a84b79c02452861848adfc) 22 February 2017, 17:11:46 UTC
d943b0b fix a typo of unsafe_store! (#19244) (cherry picked from commit 410b39c0f58673748b63b677db0bfaf71f6e4676) 22 February 2017, 17:11:07 UTC
43e73f2 address concerns that depwarn for transpose is unclear (#19205) * close https://github.com/JuliaLang/julia/issues/18320 * Update NEWS.md * Update deprecated.jl * Update deprecated.jl (cherry picked from commit f1544bc3a44e7a46f514a406658e3344aad8f207) 22 February 2017, 17:06:32 UTC
7da02da Base the output of map over BitArrays on the function (cherry picked from commit a6fec5b57df9c5af14c7d69a2032a1012d6c4c39) ref #18198 22 February 2017, 17:04:59 UTC
14a1232 doc: CPU_CORES reports logical processors (cherry picked from commit 35e7514d8dc920b2f8fe2abcf59a3cab445f513e) ref #19204 22 February 2017, 17:04:19 UTC
ac5725c typo (cherry picked from commit ec894064e7c038054f5f6ec135bbad6a38cefa4e) ref #19185 22 February 2017, 16:57:25 UTC
4dbe245 speed up `deepcopy` on pointer arrays (cherry picked from commit 90cec30b9e6f796331423a362b820249569c585f) ref #19120 22 February 2017, 16:30:41 UTC
1539979 Remove outdated information about differences from Python As discussed in #18656. (cherry picked from commit 62e554d11810eda1702ff6151799c090c4544821) ref #19140 22 February 2017, 14:39:03 UTC
7c280a4 allow `@everywhere` to be called from modules not loaded on workers (#19117) * allow `@everywhere` to be called from modules not loaded on workers (cherry picked from commit 557e3c02787d6694b7e1b7d73a7efba0b3f939d1) 22 February 2017, 14:36:37 UTC
a7c6c6e Fix #19129, type inference for Mmap.mmap (#19130) * Fix #19129, type inference for Mmap.mmap * Wrap @ inferred in let block to avoid leaking (cherry picked from commit 72725a1812768fbd0919f8e0a04a050e44733d37) 22 February 2017, 14:27:13 UTC
eafaf13 Force inlining on getindex and to_indexes (fixes #18774) (cherry picked from commit fb803b29df870bc489556ff9afa2dff1f1c7175b) ref #19097 22 February 2017, 14:25:37 UTC
835ede6 fix incremental requires (#19108) prevent read_verify_mod_list from adding a binding to Main (cherry picked from commit 993c1215f5f96d0dd159686442d274d9ad0a7935) 22 February 2017, 14:02:50 UTC
399a1b7 fix #19106, ret type decl on function with empty body (cherry picked from commit 4ba66e3c2708a4d2045d9e0e5277665e72730449) ref #19114 22 February 2017, 14:01:34 UTC
3053b58 revert back to one index for some elementwise operations (cherry picked from commit 50dc3d7751aaabc95d623f7bf534ef3ac0f29040) ref #18929 22 February 2017, 13:49:35 UTC
7c49b4a Make sparse ldltfact work for larger indefinite matrices (#19045) The setting for LDLt had ended up right before the numerical factorization instead of the symbolic so CHOLMOD tried to do a supernodal factorization on indefinite matrices which fails. Problem discovered in #19032 (cherry picked from commit 757ab7b29809ac0c3b65be5a6e5094ebd2494e35) 22 February 2017, 13:48:27 UTC
6906d7d Fix BitArray read! Avoid the possibility of reading in a BitArray in an inconsistent state (nonzero entries after the end) which can lead to all sort of errors. Also I/O tests. (cherry picked from commit 358a774585d87466d84fd53d301a84d564c4db87) ref #19020 More thorough BitArray consistency checks in tests (cherry picked from commit 55e165445cfe740bc8bea1464a313c74b4466793) BitArray tests in a module (cherry picked from commit 1d3b346ce507f5f5deb3e7e94b779157318d883a) BitArray tests reorganization Use @check_bit_operation whenever possible, move tests around according to category (cherry picked from commit b9b044bb54a463fc349f24c8a8b956cfca2e274c) BitArray tests: use let blocks everywhere Plus cosmetics and small fixes (cherry picked from commit b413a7aabd07771f25d48ebc0d0d4f6a004fbc68) Reduce BitArray test times (cherry picked from commit 59404ddba9462f95f9a9cf1f6c5feb306ce8c8a2) BitArray consistency checks in test/mmap.jl (cherry picked from commit b97db5dca02558925e719974db497c91b34dd58f) 22 February 2017, 13:46:31 UTC
d4f3964 Fix BitArray slicing Also adds tests Fix #19007 (cherry picked from commit 6e465151d2ea8c22aa73cada4a679ba884ecd949) ref #19009 22 February 2017, 13:33:04 UTC
226bb8a remove testset for release-0.5 backport 22 February 2017, 13:32:12 UTC
b730778 Fix BLAS.syr/her! by checking stride of x (#18919) (cherry picked from commit d0914f87c808fa234d91030c789d6f33a5330bc9) 22 February 2017, 13:30:36 UTC
d56fb3b Tiny fix to Unicode table generation script Adds a missing (currently unused) combining character range, for completeness. (cherry picked from commit 13dda795b5ec58a576f76d3395456d4a41cdf899) 22 February 2017, 13:29:52 UTC
07395f4 Fix Unicode table in manual and generating script (cherry picked from commit f3e2c6b3e88950995d09f5e452e1047bff06d2da) ref #18995 22 February 2017, 13:28:59 UTC
87503c9 Fix another IRBuilder InsertionPoint leak. Similar to #18054. Proper fix would be not to have a global builder. (cherry picked from commit 5eb07c491b679bfb94d53acc28fa7aa1facafb9c) ref #18991 22 February 2017, 13:28:22 UTC
98b8321 returning from inside JL_TRY is wrong fix #18986 (cherry picked from commit 0d5a8a0415ea8c2ea82bdb0ceb7c5de54798c0ea) ref #18987 22 February 2017, 13:26:36 UTC
7676605 Remove duplicate mention of Interacting with Julia in manual index (#18968) Introduced when syncing two variants of the index. (cherry picked from commit 1ea0de18a623d84423592e0dfc16896c426ddd9b) 22 February 2017, 13:24:50 UTC
3d2b8a5 Include `deferred_alloc` in total allocation count Fix #17255 (cherry picked from commit c59b613b738ed81aeebd04774807cc2314a0eda5) ref #18973 22 February 2017, 13:23:56 UTC
f4f3486 Fix compiler type conversion warning (cherry picked from commit 8a376a00729bb7a30a2f921c9c1f78e04810eb56) 22 February 2017, 13:22:56 UTC
fabf35e fix specificity of sigs that are strict subtypes of vararg sigs (cherry picked from commit 30bb198657a81c8d198bd346520ac9f3672539f4) ref #18917 22 February 2017, 13:22:13 UTC
e776d78 avoid more tuple allocations in Array constructors (cherry picked from commit 7a05b3bbe4193f69f6baee9c90a65dfaeb9954de) ref #18918 22 February 2017, 13:21:06 UTC
c427de0 use `convert(T,x)::T` for all declared return types before, the type assert was not included for short functions (cherry picked from commit 66f5abf28eba273b2c3886c3cc9a0121a127348f) ref #18899 22 February 2017, 13:18:59 UTC
24b64a3 fix #18707, allow newlines in filtered/flattened comprehensions (cherry picked from commit bca6581cab60f316170b299cdda9d925d654a343) ref #18876 22 February 2017, 13:18:11 UTC
525904e fix #18695, inferred type of `sum(::Generator)` This changes `reduce` to use `iteratoreltype` to avoid calling e.g. `zero(Any)` when it wouldn't make sense to do so. (cherry picked from commit 8763f908dfa7d2b804b249f41bb7c13e645e3dc6) ref #18873 22 February 2017, 12:18:21 UTC
086126b fix docs typo (#18860) (cherry picked from commit 1f1a45577eb6c7aa102108a412473ef3391edc9a) 22 February 2017, 12:17:40 UTC
42a5af0 fix jl_typemap_intersection_node_visitor in the fast-path where tvars is a TypeVar instead of a SimpleVector fix #18710 (cherry picked from commit 6876dd77f3e5c719221a6dd65224e08ccfd6f97f) ref #18811 22 February 2017, 12:16:53 UTC
81b201a fix #18845, call with 0 keyword args splatted after `;` (cherry picked from commit 04b4970bb450c2ffa0f0fe42af444d1aa1c8fce7) ref #18865 22 February 2017, 12:13:32 UTC
8accd2a Fix outdated manual section about get(x::Nullable, default) get() no longer converts the default value. (cherry picked from commit 71e78946d670443b6fa18f18c5b932b6bd82fca0) ref #18763 22 February 2017, 12:11:38 UTC
ea37c3c remove checked_fptosi and checked_fptoui from inference.jl were added in release-0.5 specific bugfix #18955 22 February 2017, 12:05:51 UTC
5512553 replace checked_fptosi intrinsics with Julia implementation (#14763) Replaces checked_fptosi/checked_fptoui intrinsics with Julia implementations. Fixes #14549. Explain logic behind float->integer conversion checking (cherry picked from commit f935a5035d2815c8a02a67f88ccabdfe4d61e714) 22 February 2017, 11:58:27 UTC
c378dee Make lowering refer to Core.Type (fixes #18756). This allows defining a type named 'Type' in packages. (cherry picked from commit caeebb4ad9fa6ebe3364beea028f3ea3cde380d3) ref #18757 22 February 2017, 11:41:27 UTC
12c1af3 Use withenv in test/cmdlineargs.jl (#18664) (cherry picked from commit f7c8b2916b292f1ac9796ed7c0471c40d09143fc) 22 February 2017, 11:40:19 UTC
059f1e8 Add missing `/`s to pretty-printing docs (cherry picked from commit 89aa378c0f79c313e433555235a737e542f061f5) ref #18733 22 February 2017, 11:39:40 UTC
3bb4cf3 fix #10981, splatting very long argument lists The issue was an `alloca` of temporary type layout info; need to switch to the heap for very large types. (cherry picked from commit f8a92df564d9ea688da0e4190d83898a1681337f) ref #18720 22 February 2017, 11:38:49 UTC
10ded49 workers should ignore startupfile (cherry picked from commit 6e2ba58acdac79afed4ae2383e6eb7240b5c2b4c) ref #18697 22 February 2017, 11:35:48 UTC
back to top