https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
2b88a93 Handle long tuples by wrapping in an iterator type 25 September 2017, 17:13:03 UTC
ee7b0b8 Added "Provide hints to similar functions" (#23788) * Added "Provide hints to similar functions" This PR proposes a standard wording for hints to similar functions. Feel free to correct and change! * added ms-list formatting, ref-links * Removed short description style * Added frederiks corrections * whitespace * Bold `See also`, add newline, wording suggestions * Removed bold * fix colon 25 September 2017, 10:54:16 UTC
0588ba4 Revert "Use default system compiler version on Travis (#22820)" (#23856) This reverts commit 2641555d35ee8c763c449811cbe9cacb8a38a7eb. GCC 4.8 miscompiles our LLVM pass. Fix #23839 24 September 2017, 23:02:56 UTC
440a8a7 Testsets for test/bigint (#23865) 24 September 2017, 21:45:47 UTC
eb78e50 Testsets for test/floatapprox (#23864) 24 September 2017, 20:29:36 UTC
d667110 Testsets for test/mpfr and some reorg (#23863) 24 September 2017, 20:26:19 UTC
4ec4a11 Testsets for test/socket (#23852) * Testsets for test/socket 24 September 2017, 19:58:23 UTC
343b7f5 Consolidate SVD tests a bit. (#23669) * Consolidate SVD tests a bit. The number tests fail without that `isapprox` and they need quite a few more for Complex types. This could probably be made to work more nicely in the future. We don't have a `NaN` for `Int`, I think. * Fix spacing 24 September 2017, 13:42:40 UTC
bd42f10 Testsets for test/ranges (#23853) 24 September 2017, 12:40:58 UTC
eab9752 Testsets for test/sets (#23850) 24 September 2017, 11:27:42 UTC
7f27511 Testsets for test/path (#23854) 24 September 2017, 10:35:35 UTC
497f074 Testsets for test/osutils (#23855) 24 September 2017, 10:35:03 UTC
2e86415 Testsets for test/rounding (#23847) 23 September 2017, 21:19:57 UTC
db5185e Testsets and reorg for test/float16 (#23844) 23 September 2017, 21:17:02 UTC
9b0848d Testsets for test/floatfuncs (#23842) 23 September 2017, 21:10:22 UTC
cdc9816 Remove unnecessary ind2sub example (#23825) Fixes #23600. 23 September 2017, 20:45:08 UTC
ff44cc4 Doctests for linalg (#23801) * More doctests for LDLt and norms * Make suggested changes * fix docstrings 23 September 2017, 12:32:05 UTC
3e4d366 Testsets for test/datafmt (#23836) 23 September 2017, 12:27:05 UTC
d2ed8f4 Testsets for test/copy (#23834) 23 September 2017, 12:22:42 UTC
19921aa Merge strwidth and charwidth to textwidth (#23667) 23 September 2017, 06:58:17 UTC
107a83b fix printing of `UnionAll` in static_show (#23832) 23 September 2017, 04:18:08 UTC
f4619d0 fix #22842, dispatch confusion with `Type{T}` vs. `typeof(T)` (#23831) 23 September 2017, 04:15:02 UTC
8665679 Suppress C compiler warnings 1. C++compat for implicit cast from `void*` to `char*` 2. Missing field initialization for `jl_serializer_state::loaded_modules_array` 23 September 2017, 01:26:17 UTC
0038787 Testsets for codevalidation (#23833) 23 September 2017, 00:48:13 UTC
d5d825b test/strings/basic -> testsets (#23828) 23 September 2017, 00:45:57 UTC
e009ac6 run all -e -E -L commands given, in order (#23775) fix #23665 22 September 2017, 22:47:31 UTC
221361b Testsets for test/strings/util (#23830) 22 September 2017, 22:46:07 UTC
baff31e Clarify --inline={yes|no} documentation (#23829) [ci skip] 22 September 2017, 21:42:41 UTC
5af2021 simplify rules for mixed-signedness integer arithmetic (#9292) (#23811) - for different-size arguments, the larger type wins - otherwise the unsigned type wins 22 September 2017, 21:32:03 UTC
9036d30 Merge pull request #23783 from JuliaLang/yyc/codegen/alloc Fix support of gc_preserve intrinsics in the allocation optimization pass 22 September 2017, 19:06:03 UTC
72eed90 Generalize squeeze to work with OffsetArrays (#22663) * Generalize squeeze to work with OffsetArrays * Test squeeze with OffsetArrays 22 September 2017, 18:30:39 UTC
942b843 Add deprecated `ind2sub(::NTuple{N,Integer}, ::CartesianIndex{N})` (#23708) Makes the return type change of #22907 less breaking by allowing the common pattern `ind2sub(size(a), indmax(a))` to still work. 22 September 2017, 15:08:20 UTC
b752b87 Merge pull request #23628 from JuliaLang/mb/14470-final Deprecate the omission of trailing indices over non-singleton dimensions 22 September 2017, 14:55:22 UTC
1c4c04e Merge pull request #23791 from JuliaLang/amitm/23549 Explicitly import warn_once, shell_escape, uv_error into Distributed 22 September 2017, 14:54:43 UTC
def987e Merge pull request #23770 from JuliaLang/cv/libgit2-one-more-thing Final LibGit2 credential callback changes 22 September 2017, 14:18:57 UTC
5ad2246 Fix corner cases of broadcast binary arithmetic operations between sparse vectors and scalars (#21515). (#22715) 22 September 2017, 08:32:51 UTC
5f68e10 Fix orgrq! implementation for nonsquare matrices (#23569) * Fix orgrq! implementation for nonsquare matrices The implementation of orgrq! followed the implementation of orgqr!, resulting in erroneous behavior for nonsquare matrices. This commit provides a fix. * Fix orgrq! implementation for nonsquare matrices The implementation of orgrq! followed the implementation of orgqr!, resulting in erroneous behavior for nonsquare matrices. This commit provides a fix. 22 September 2017, 08:25:32 UTC
8b050e1 Replace a few simple, unambiguous uses of full. (#23815) 22 September 2017, 07:45:09 UTC
81308aa Silence unused variable warning from Clang (#23810) 22 September 2017, 05:19:32 UTC
1191eef match UnionAll structures of types in `===` and `object_id` (#23778) fixes #5849 22 September 2017, 04:13:59 UTC
23d2fd2 Prompt for private if SSH_KEY_PATH unset Allows the user to confirm they want to use the default private key. During development it was noticed that the username was only being filled in if prompting was allowed. 22 September 2017, 04:04:36 UTC
773d226 Skip SSH agent when using cached credentials 22 September 2017, 04:04:36 UTC
3f97c24 Additional comments 22 September 2017, 04:04:36 UTC
3f3da52 Make LibGit2 retry when SSH passphrase is wrong According to the LibGit2 authentication guide (https://libgit2.github.com/docs/guides/authentication/) the callback is suppose to be retried if the server doesn't accept the credentials. In the case where we use SSH and the passphrase is invalid LibGit2 would just give a generic: GitError(Code:ERROR, Class:SSH, Failed to authenticate SSH session: Callback returned error) 22 September 2017, 03:39:32 UTC
e55b9a6 Add SSH id_rsa test 22 September 2017, 03:39:32 UTC
d1084ec Formatting fix 22 September 2017, 03:39:32 UTC
22ed0ae Add additional docstrings 22 September 2017, 03:39:31 UTC
b26c2ca Remove old unused SSH testset The test has been superseded by all of the new credential_loop tests. 22 September 2017, 03:39:31 UTC
e9940f8 Set error message when auth fails Without setting an error message the message will be whatever error message came before. 22 September 2017, 03:39:26 UTC
ff9fb48 fix an invariance bug in `limit_type_depth`. part of #23786 (#23800) 21 September 2017, 20:34:01 UTC
3b63e61 Incorporate expanduser 21 September 2017, 16:36:19 UTC
bfda7d9 Remove path from CredentialPayload 21 September 2017, 16:36:19 UTC
3f5b1f6 Add prompt limit Note the prompt limit is an EAUTH error since hitting the prompt limit should cause saved credential to be rejected. 21 September 2017, 16:36:19 UTC
d6e0c5b Prompt for public key when invalid Previously if the public key file exists and the private key was correct we could get into a scenario where we would never prompt for the public key to be changed. 21 September 2017, 16:36:19 UTC
335c5aa Error when credentials are not modified Credentials should be used when they are filled in and alternatives should be tried when they are not. These changes allow use to enable the commented out tests which use invalid credentials. Note when prompting is disabled we now attempt to authenticate using the default ~/.ssh/id_rsa key. 21 September 2017, 16:35:33 UTC
fa925a8 Fix support of gc_preserve intrinsics in the allocation optimization pass * Be more conservative about identifying LLVM intrinsics. Only handle ones that has an associated intrinsic ID. * Handle gc_preserve intrinsic similar to operand bundle. 21 September 2017, 14:26:23 UTC
896d599 add a "resilient" option to run all tests unconditionally (#23589) * add a "resilient" option to run all tests unconditionally Previously, this was the default: even if one test fails, all remaining tests are run nonetheless. Now this requires to pass the "--resilient" option to "test/runtests.jl" (or `resilient=true` to the `runtest` function); the new default is to stop running tests as soon as possible when there is one failure. * rephrase resilient meaning in `runtests` (kshyatt) * enable --resilient on CI * change the default, rename resilient -> exit-on-error * Revert "enable --resilient on CI" This reverts commit b055f0b30cb8786214acea444b347d5293a9d652. * add period at the end of sentence * remove "--eoe" short alias (StefanKarpinski) 21 September 2017, 10:55:40 UTC
1a3a633 fix LAPACK.ormlq! and postmultiplication with LQPackedQ (#23803) * Fix size on LQPackedQ and expand related tests' comments. * Fix methods for postmultiplication with / right-application of an LQPackedQ. 21 September 2017, 07:12:07 UTC
0c8c81a fix arithmetic on string bytes in bracket-paste handling 21 September 2017, 07:03:11 UTC
8ca1bf3 Change error messages to output file:line format (#14890) Resolves #14889 21 September 2017, 06:24:46 UTC
822b45e Create isfilled function 21 September 2017, 03:32:33 UTC
5d10ce4 Create use_env check 21 September 2017, 03:32:32 UTC
3894ef1 Save modifications directory to temp credential The temporary credential object is independent from any cached or stored credential until it is explicitly approved. 21 September 2017, 03:31:49 UTC
bc7b824 Rename internal variable creds to cred 21 September 2017, 03:30:27 UTC
022d1e7 Merge pull request #23785 from Sacha0/fixlqsize fix size on LQPackedQ (#23780) 21 September 2017, 02:18:36 UTC
c8f1c55 better documentation for string reversal (#23793) 21 September 2017, 02:18:15 UTC
07479c8 Add more functions that tell about operators, their associativity and how they parse (#23754) 21 September 2017, 02:13:43 UTC
6e439ef Doctests and consistency for factorizations (#23762) * Make docstring consistent for lufact * More doctests for QR methods 20 September 2017, 21:41:46 UTC
8a96ed2 fix #17997, don't load packages in `Main` (#23579) 20 September 2017, 21:25:08 UTC
477e668 Fix size on LQPackedQ and expand related tests' comments. 20 September 2017, 19:55:44 UTC
83a89a1 Merge pull request #23739 from JuliaLang/yyc/codegen/aa64-ccall Fix ccall return value boxing on ARM/AArch64 20 September 2017, 18:43:38 UTC
39186f6 Merge pull request #23760 from JuliaLang/nl/select2 Use @views rather than checking index type in partialsort[perm]!() 20 September 2017, 17:25:43 UTC
d50eac6 allow operator suffixes — combining characters and primes (#22089) 20 September 2017, 17:12:46 UTC
4913cc4 Update devdoc line to current version (#23684) This line seems to have bitrotted over time. 20 September 2017, 16:10:24 UTC
4949ff9 More testsets for dict (#23771) 20 September 2017, 16:03:05 UTC
f225aeb Testsets for strings/io (#23781) 20 September 2017, 16:01:23 UTC
92cb220 Add `Tuple(::CartesianIndex)` (#23719) 20 September 2017, 15:58:20 UTC
0b0cd8c Fix type instability in matrix `log` and add missing `exp(::Matrix{Complex{<:Integer}})` (#23707) * Matrices: exp and log minor changes Add `exp` for matrices of complex integers and fix type instability in `log` by wrapping sym/herm in `full`. * Add tests * Avoid multiple testset loops 20 September 2017, 15:57:02 UTC
ed2de3c remove unused temporary variables in code_warntype (#23735) * remove unused temporary variables in code_warntype * ws 20 September 2017, 15:55:17 UTC
673fcb1 Testsets for kwargs (#23774) 20 September 2017, 15:54:34 UTC
0058a4f Make getindex for String check if indices are valid (#22572) * Make `getindex` for `String` check if all indices are valid Closes #22548 fixes a bug with use of prevind in dates/io.jl * correct string indexing in REPLCompletions * properly handle sizeof(needle) * fixed unescaped regexp 20 September 2017, 15:49:33 UTC
1b02338 fix #17046, deprecate tic and toc (#23773) 20 September 2017, 15:21:39 UTC
dd0f1f6 move repr(::UUID) to string(::UUID) (#23777) This is the typical place for such a method. fix #17026 20 September 2017, 15:18:03 UTC
1c0573e iostream: Fix \r\n handling in reading buffers (#22621) 20 September 2017, 14:28:36 UTC
9202df2 Merge pull request #23787 from JuliaLang/sk/repeatchar more efficient repeat(Char, n) 20 September 2017, 13:55:34 UTC
e5acd8d Explicitly import warn_once, shell_escape, uv_error into Distributed 20 September 2017, 11:22:39 UTC
2562263 Fix getindex on LQPackedQ. (#23782) 20 September 2017, 08:16:01 UTC
14253b9 more efficient implementation of repeat(Char, n) 20 September 2017, 05:07:14 UTC
148047d test repeat(Union{String,Char}, n) more thoroughly 20 September 2017, 05:04:33 UTC
ca28b5f Fix ccall return value boxing on ARM/AArch64 We previously relies on the extra allocation from the GC to keep the stores inbounds. This is broken by the allocation optimization since the stack allocation will only have the requested bytes and not more. 19 September 2017, 20:12:19 UTC
d989d3e Merge pull request #23596 from JuliaLang/jn/21555 provide improved getaddrinfo, getnameinfo 19 September 2017, 20:10:33 UTC
417331c Eliminate uses of full from base/linalg/lq.jl and fix/test lq(A, thin=false) shape. (#23729) 19 September 2017, 17:15:32 UTC
aa79148 fix #23053, wrong deprecation message for parametric method syntax for inner constructors (#23756) 19 September 2017, 16:15:17 UTC
809b79e Credential cache cancel tests (#23758) * Credential prompt abort shouldn't modify the cache * Minor refactor to HTTP prompt test 19 September 2017, 13:57:49 UTC
7457622 Merge pull request #23352 from yuyichao/yyc/codegen/memcpy Use direct load and store instead of memcpy in simple cases 19 September 2017, 13:44:11 UTC
3549c19 Merge pull request #23726 from JuliaLang/mb/bitslices Fix slicedim on BitVectors 19 September 2017, 13:39:37 UTC
77cbd18 Merge pull request #23737 from JuliaLang/cv/libgit2-env Separate SSH prompting from ENV logic 19 September 2017, 12:18:59 UTC
42761d5 Merge pull request #23653 from JuliaLang/rf/undo-less REPL: don't record some no-op actions in "undo" 19 September 2017, 10:04:03 UTC
d1a0879 Fix and test #23629 Ensure bounds are checked over trailing zero dimensions 19 September 2017, 02:54:08 UTC
f65c403 Deprecate omitting trailing indices in non-singleton dimensions 19 September 2017, 02:54:08 UTC
back to top