swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40

sort by:
Revision Author Date Message Commit Date
dd85275 Allowing defining/extending function with GlobalRef. If the binding already exists and belongs to the same module. 01 June 2016, 02:47:56 UTC
dd9213a Allow setfield on modules If the binding already exists and is owned by the module. 01 June 2016, 02:47:52 UTC
4904241 lowering: omit `true` and `false` in statement position 01 June 2016, 00:52:21 UTC
a4c419b Merge pull request #16432 from JuliaLang/jb/rettype add `function f()::T` return type declaration syntax 01 June 2016, 00:01:50 UTC
d07b849 Merge pull request #16674 from JuliaLang/yyc/tests/llvm Fix compilation on LLVM39 31 May 2016, 20:46:40 UTC
1fc6bbc Allow documenting methods with return types E.g. "..." f{T}(x::T)::T = x Fixes problem mentioned in https://github.com/JuliaLang/julia/pull/16432#issuecomment-222497789 31 May 2016, 17:22:00 UTC
37c8c84 add `function f()::T` return type declaration syntax closes #1090 31 May 2016, 16:29:36 UTC
0919d71 Merge pull request #16651 from JuliaLang/jb/fix16649 implement output limiting for single-line array showing 31 May 2016, 16:22:07 UTC
b6962b4 Merge pull request #16676 from JuliaLang/amitm/perror Fix serialization for RandomDevice. Closes #16451. 31 May 2016, 16:21:14 UTC
375dead Merge pull request #16675 from JuliaLang/jb/parserfixes fix some parsing issues 31 May 2016, 16:19:35 UTC
301156b Minor cleanup of BitArray constructors to fully allow Integer types (#16582) 31 May 2016, 13:07:27 UTC
1dd6fe2 Merge pull request #16655 from zhmz90/patch-12 Fix bug in doctest about Generator Expressions 31 May 2016, 12:49:56 UTC
0c608bc Fix bug in doctest about Generator Expressions Fix bug in doctest about [Generator Expressions](http://docs.julialang.org/en/latest/manual/arrays/#generator-expressions). 31 May 2016, 10:46:08 UTC
ed0a7a8 Stray double colon (#16682) Prevents doctest formatting of next paragraph. 31 May 2016, 10:12:20 UTC
8ae4041 Fix serialization for RandomDevice. Closes #16451. 31 May 2016, 06:01:25 UTC
8651708 Merge pull request #15487 from mronian/updated-doc Adds documentation for mod1 in mathematical operations. Fixes #15486 31 May 2016, 05:37:23 UTC
fb9f690 Merge pull request #16663 from JuliaLang/amitm/pmap_fixup minor reorganization of pmap code 31 May 2016, 05:02:03 UTC
e16f5dd limit arrays to 4x4 number grid on a single line 20x20 is too much for a single line, usually there will be other fields too. 31 May 2016, 04:01:27 UTC
3a9b828 implement output limiting for single-line array showing fixes #16649 31 May 2016, 04:01:21 UTC
9970edc fix some parsing issues fix #16609, better error for `1.im` fix #16671, parsing `1.` by itself fix #16672, duplicate line node in block expression 31 May 2016, 03:40:11 UTC
caa8c8d Fix compilation on LLVM39 31 May 2016, 02:29:59 UTC
f31723a Merge pull request #16637 from JuliaLang/tk/rmbbedit Delete BBEditTextWrangler-julia.plist 30 May 2016, 23:02:24 UTC
f75e74d Merge pull request #16666 from zhmz90/patch-13 Duplicated definition in julia.h 30 May 2016, 20:43:59 UTC
c6f913a Merge pull request #16662 from jgrg/patch-1 Use type parameter in memory order examples 30 May 2016, 20:43:34 UTC
ceed44d Merge pull request #16645 from JuliaLang/yyc/arm/ccall Support vector type in AArch64 C abi 30 May 2016, 18:14:21 UTC
6a79e1a Duplicated definition in julia.h `#define jl_typeis(v,t) (jl_typeof(v)==(jl_value_t*)(t))` occurred twice in `julia.h`. They are in line 92 and line 668. 30 May 2016, 15:43:13 UTC
b692406 Use type parameter in memory order examples The first two example functions used eltype() instead of the type parameter to create the return Array. 30 May 2016, 11:41:13 UTC
730617a move keyword args support to pmap from pgenerate. pgenerate auto selects batch size. 30 May 2016, 11:31:18 UTC
dd9d495 closes #16322 30 May 2016, 05:05:44 UTC
12d6b46 minor update to `retry` 30 May 2016, 05:05:44 UTC
52f9cb6 update NEWS.md for pmap changes 30 May 2016, 05:05:44 UTC
15626c3 Merge pull request #16602 from JuliaLang/anj/qr2 Ensure that multiplication with QRQs doesn't fall back to generic_matmatmul! 29 May 2016, 22:12:31 UTC
7becf07 fix a deprecated int-char comparison in test/perf/shootout 29 May 2016, 19:29:01 UTC
f922d5c Ensure that multiplication with QRQs doesn't fall back to generic_matmatmul! 29 May 2016, 19:11:43 UTC
320b2ee Merge pull request #16640 from JuliaLang/jb/fix16517 fix #16517 29 May 2016, 18:47:35 UTC
26a6bfc RFC: Change iteratorsize trait of `product(itr1, itr2)` (#16437) change iteratorsize trait of `product(itr1, itr2)` fixes #16436 - Adds many tests to product function and tests more thoroughly the iterator traits - Adds a Prod1 type - Adds ndims(::Base.Prod*) - Change state of Prod1 iterator from tuple to integer 29 May 2016, 18:45:03 UTC
44d4ece Support vector type in AArch64 C abi [ci skip] 29 May 2016, 15:25:21 UTC
b0ce3c7 Add more ccall tests for `__fp16` and `__int128` on AArch64 29 May 2016, 15:19:12 UTC
0be4424 Adds documentation for mod1 and corrects formatting for mod2pi, mod. Shifts documentation of mod1, fld, fldmod1, mod2pi from helpdb/Base.jl to the respective function definition files. 29 May 2016, 12:55:16 UTC
2fa728a Merge pull request #16620 from stevengj/shufflin fix and consolidate uses of copy(a) and copy(similar(a),a) in to copymutable(a) 29 May 2016, 04:29:16 UTC
e57639f Delete BBEditTextWrangler-julia.plist ref https://groups.google.com/forum/#!topic/julia-users/sQ5Atvjicxw remove entry in contrib/README.md table [av skip] 29 May 2016, 03:34:01 UTC
b88be59 Merge pull request #16634 from JuliaLang/jb/fix16434 fix #16434, superlinear compiler run time on large functions 29 May 2016, 03:13:28 UTC
3ab92ef Merge pull request #16605 from JuliaLang/tk/rmdeps Remove 0.4 deprecations 29 May 2016, 01:37:48 UTC
1dae0e0 fix #16434, superlinear compiler run time on large functions improves the algorithm in `type_annotate!` to look only at uses of variables instead of (all variables)*(all statements) 29 May 2016, 00:38:34 UTC
6591216 Merge pull request #16613 from JuliaLang/jb/dep_bcast_fun deprecate `broadcast_function` and `broadcast!_function` 28 May 2016, 19:50:56 UTC
0c23131 Merge pull request #16621 from JuliaLang/yyc/arm/asm ASM_COPY_STACKS for aarch64 28 May 2016, 13:39:52 UTC
8d0a179 ASM_COPY_STACKS for aarch64 [ci skip] 27 May 2016, 23:10:00 UTC
974994b re-run genstdlib 27 May 2016, 21:39:37 UTC
cde9472 consolidate copy!(similar(a),a) method into copymutable(a) 27 May 2016, 21:35:55 UTC
758aebc Merge pull request #16616 from JuliaLang/jb/fix16355 fix #16355, bad error for `a:b...` as an argument name 27 May 2016, 21:34:56 UTC
a882caf Merge pull request #16619 from JuliaLang/jb/misc_iterator 2 small iterator fixes 27 May 2016, 21:34:15 UTC
5f96297 fix two more cases where a mutable copy was needed 27 May 2016, 21:10:42 UTC
72dfaaa fix shuffle(1:10), improve shuffle and randperm docs 27 May 2016, 21:04:33 UTC
6aaf0d3 fix #16501, stacktraces test with inlining disabled 27 May 2016, 20:15:43 UTC
5aa6c52 fix `eltype` of `Filter` iterator remove unnecessary tuple in state of Zip1 iterator 27 May 2016, 20:11:58 UTC
5aa88e1 fix #16355, bad error for `a:b...` as an argument name 27 May 2016, 19:51:41 UTC
d658e75 deprecate `broadcast_function` and `broadcast!_function` closes #16601 27 May 2016, 16:49:26 UTC
9201324 Merge branch 'master' of github.com:JuliaLang/julia 27 May 2016, 15:27:36 UTC
d42585c use deprecate_binding for writemime 27 May 2016, 15:27:24 UTC
9bddc11 Merge pull request #16612 from rfourquet/rf/dict-print-truncate don't truncate Dict printing when everything fits 27 May 2016, 15:26:19 UTC
bc56e32 deprecate histogram functionality (#16450) * deprecate histogram functionality * move hist exports to deprecated.jl * remove hist from tests * remove hist and friends from docs 27 May 2016, 12:01:51 UTC
d529c1b don't truncate Dict printing when everything fits 27 May 2016, 11:43:32 UTC
2266fc1 contrib removals for latest deprecations 27 May 2016, 11:36:59 UTC
e11ff35 Fix a typo in methods.rst (#16611) 27 May 2016, 08:02:06 UTC
0e0ae4a Merge pull request #16462 from gasagna/repeated RFC: Added `iteratoreltype` method to `repeated` 27 May 2016, 05:29:21 UTC
692618f Merge pull request #16563 from JuliaLang/jb/writemime_to_show deprecate `writemime` to methods of `show` 27 May 2016, 05:17:53 UTC
dabfa73 Merge pull request #16603 from JuliaLang/jb/misc_io_deprecations deprecate print_escaped, print_unescaped, and print_joined 27 May 2016, 05:06:02 UTC
f9f18fd Adjust non-boolean any/all error again ref 06c93ce8a5184d8e5463d0812e2fd1d2a0747f45 27 May 2016, 02:52:46 UTC
e925734 Merge pull request #16306 from eschnett/eschnett/llvm-simd Improve work-around for LLVM SIMD bug 27 May 2016, 01:37:30 UTC
b384f8a Revert "Workaround incorrect Uint deprecation message" This reverts commit 9723ec07bf08bf55c60192b8942d2efe1a94bf57. ref #13221 #13227 27 May 2016, 01:13:39 UTC
ddf6a7e AsyncStream was deprecated during 0.4 rc's after the "0.5 deprecations" comment was added but before the final tag 27 May 2016, 01:13:38 UTC
d42ecce Make spawn redirection test delete created file even on failure remove a blank line at the beginning of a function 27 May 2016, 01:13:37 UTC
87d9e9c Remove 0.4 deprecations not including the deprecated syntax in the parser, ref #13054 which could be rebased 27 May 2016, 01:13:36 UTC
0f7c89f Move or_bool_only, and_bool_only to base/reduce.jl, ref #11774 So these will now give MethodError for non boolean input 27 May 2016, 01:13:35 UTC
39f2728 deprecate print_escaped, print_unescaped, and print_joined 27 May 2016, 00:30:07 UTC
f61ea53 Merge pull request #16585 from tkelman/tk/docfixes Fix some documentation and deprecation issues 27 May 2016, 00:28:53 UTC
f6c1a14 Merge pull request #16600 from JuliaLang/jb/blasutils move BLAS utils into BLAS module 27 May 2016, 00:28:23 UTC
58d45ea Fix Pkg.build when run on a non-installed package (#16584) * Fix Pkg.build when run on a non-installed package * Avoid SIGTERM when PkgError occurs with Pkg.build 27 May 2016, 00:11:25 UTC
8584040 Deprecate prime number functions (`isprime`, `primes`, `primesmask`, `factor`) (#16481) * Remove primes docs from rst, add a NEWS.md entry * Deprecate prime number functions (`isprime`, `primes`, `primesmask`, `factor`) See #16357 * remove primes functions completely, similar to combinatorics 27 May 2016, 00:09:57 UTC
ae62bf0 deprecate `writemime` to methods of `show`. part of #14052 27 May 2016, 00:04:28 UTC
5b0be73 move BLAS utils into BLAS module 26 May 2016, 22:58:28 UTC
b403a62 Improve work-around for LLVM SIMD bug Disable exactly those SIMD vectors sizes that cause problems in LLVM 3.7 and 3.8. Closes #16287. 26 May 2016, 20:25:57 UTC
83a4045 Merge pull request #16586 from JuliaLang/yyc/gc/memdbg-pool Clean up MEMDEBUG build 26 May 2016, 19:55:46 UTC
c68c31b Merge pull request #16577 from JuliaLang/anj/tri2 Remove A_mul_B! and A_ldiv_B! methods for XTriangular-XTriangular 26 May 2016, 19:23:48 UTC
3ad4e02 remove debugging print that slept through 26 May 2016, 14:34:21 UTC
5e32883 Merge pull request #16572 from JuliaLang/sb/quantile-acc Fixes numerical accuracy issues in quantile. 26 May 2016, 13:43:50 UTC
49396dd Merge pull request #16579 from rfourquet/rf/big-ndigits-base check for out-of-range bases in ndigits(::BigInt, b) 26 May 2016, 10:03:44 UTC
493157e Add a manifest file for the sake of dlopening Python 2.7 extensions on Windows (#16442) fixes https://github.com/stevengj/PyCall.jl/issues/87 26 May 2016, 09:11:30 UTC
ef7101b Use the old value for the OS_NAME deprecation (#16569) otherwise this deprecation is breaking for code that reads this constant 26 May 2016, 00:11:36 UTC
298abe1 change to julia's ishermitian and allow for Hermitian{T<:Real} (#16554) 26 May 2016, 00:10:39 UTC
9dec102 Fix CMake options for LLVM 3.8. (#16575) 26 May 2016, 00:07:24 UTC
60c269d Many more deprecation doc cleanups 25 May 2016, 21:26:02 UTC
3fcea09 Remove docs for deprecated functions msync, iseltype, inf, nan, complement, complement! etc etc etc 25 May 2016, 21:26:01 UTC
bce068e Clean up call deprecation docs and remaining uses there are a few more in the FFTW deprecations that should be removed soon 25 May 2016, 21:25:46 UTC
cbb4c68 Revert b9e165b90a7057697d1062024f5c329465a52cf9 see discussion in #16561, deprecations should be flagged, found, and removed in base - if you need to include code with deprecations in userimg.jl, then add --depwarn=no manually when building that custom image 25 May 2016, 20:21:55 UTC
401cc85 Fix some sphinx issues add quotes around (0,0) Adjust grammar in some comments and docstrings 25 May 2016, 20:21:54 UTC
f9d9493 Remove instances of deprecated Dict comprehension syntax why weren't these causing warnings? 25 May 2016, 20:21:53 UTC
9bba717 Clean up MEMDEBUG build Less `#ifdef`s 25 May 2016, 19:33:12 UTC
a53beff Merge pull request #16574 from rfourquet/rf/ndigits-base10 document the default base in ndigits(n, b=10) 25 May 2016, 18:51:30 UTC
2a0184d Merge pull request #16561 from JuliaLang/jb/deprecate_dict_compr deprecate dict comprehension syntax. fixes #16510 25 May 2016, 18:43:22 UTC
back to top