https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
e34c2f2 Add similar for PermutedDimsArray 14 August 2017, 23:31:53 UTC
4fea203 Merge pull request #22984 from JuliaLang/jn/18933 more predictable global binding resolution 07 August 2017, 22:41:16 UTC
66a505d Merge pull request #22989 from Jutho/jh/productiterator improved product iterator 07 August 2017, 21:14:20 UTC
5948dd0 Merge pull request #23164 from JuliaLang/jn/23146 macro hygiene usage fixes 07 August 2017, 20:18:58 UTC
0f4229d fix math in condskeel docstring (#23083) 07 August 2017, 19:44:36 UTC
4e28870 readdlm file input checking (#23148) 07 August 2017, 19:05:42 UTC
9e76be1 more predictable global binding resolution This changes the meaning of `global` from being a directive when used at toplevel, which forces the introduction of a new global when used in certain contexts, to always being just an scope annotation that there should exist a global binding for the given name. fix #18933 fix #17387 (for the syntactic case) 07 August 2017, 15:56:42 UTC
8573450 Improve invoke docstring (#23065) 07 August 2017, 15:53:53 UTC
d61b054 fix scope issue with @-everywhere similar to other issues mentioned in #23146 07 August 2017, 15:51:14 UTC
ab83b6a fix scope issue with @-repl macro also mentioned in #23146 07 August 2017, 15:51:14 UTC
3cdf223 fixes for scope of dep_vectorize_narg macro 07 August 2017, 15:30:30 UTC
72be7cb Fix vecnorm for Vector{Vector{T}} (#22945) Use iszero in countnz 07 August 2017, 13:34:13 UTC
ed746ed Move up the diagonal check in matrix power (#23158) * move up diagonal check in matrix power * Tests for A^p for (secretly) Hermitian and diagonal 07 August 2017, 08:31:57 UTC
9363b49 Update cfunction docstring (#23084) * Update cfunction docstring * Update c.jl * Add return type 07 August 2017, 04:44:24 UTC
ff7fae1 Merge pull request #22961 from Sacha0/devecspvec crush the vectorized method resistance 07 August 2017, 03:39:44 UTC
dc81931 Merge pull request #23157 from JuliaLang/jb/typedefexprs rename expression heads for type definitions to match keywords 07 August 2017, 03:08:13 UTC
6452535 rename expression heads for type definitions to match keywords 07 August 2017, 03:07:21 UTC
9f4a6eb Explained pattern deletion in replace() docs (#22607) * Update util.jl * Removed `string()` `""` enough to describe an empty string * Update util.jl Update doc addition of pattern deletion 06 August 2017, 21:25:25 UTC
8e4a4d2 Merge pull request #23034 from JuliaLang/yyc/tests/llvm-extern Fix compilation on LLVM 5.0 06 August 2017, 17:55:58 UTC
898bf3d Workaround InstCombiner::transformConstExprCastCall for jlcall By declaring jlcall functions as `thunk`. 06 August 2017, 15:25:45 UTC
8aadb65 Fix C++ code compilation on LLVM 5.0 and SVN Ref https://github.com/llvm-mirror/llvm/commit/ee809acd59b2d357c37ac1276aabb6620f94cb7b Ref https://github.com/llvm-mirror/llvm/commit/966d9ebd7f825b6272aa691dcef6baada1129c5c Ref https://github.com/llvm-mirror/llvm/commit/a81793582b3c47869680d354a97d59c55779c349 Ref https://github.com/llvm-mirror/llvm/commit/72786af0ac80b7d63f296d5cc8045e56535461ce Ref https://github.com/llvm-mirror/llvm/commit/67191c1ced59d7790d8423d3a06b986baf0b9256 Ref https://github.com/llvm-mirror/llvm/commit/08ef6db99166c2f37a05c252152f352cbe2f481b Ref https://github.com/llvm-mirror/llvm/commit/10ccfa6a1e7efc62fb55961986ada2c442a17491 06 August 2017, 15:25:45 UTC
ae17198 Faster Sparse Covariance Matrix (#22735) * optimize sparse covariance matrix * test for optimized sparse covariance matrix * make spcov a function for the base method cov * fix unit test * use inbounds on for loop * better comments and even faster implementation * test for NaN and Inf * robust testing for NaN, Inf * NaN and Inf testing * fix corrected keyword * documentation about Inf * style * less allocations * parens to prevent overflow * simplify comments 06 August 2017, 00:04:10 UTC
f047602 Bump tolerance a bit in stressful test of eigs on matrix with many (#23124) repeated eigenvalues. Should make #23068 unnecessary 05 August 2017, 23:58:43 UTC
4dd7551 Merge pull request #23138 from JuliaLang/rf/intset-optim improve some IntSet operations 05 August 2017, 23:52:57 UTC
21ce7be update ccall docstring (#23085) 05 August 2017, 23:50:02 UTC
c9a1844 Merge pull request #23144 from JuliaLang/jb/emptyunion deprecate `union()` 05 August 2017, 23:43:58 UTC
75ba566 deprecate `union()` 05 August 2017, 23:42:57 UTC
41a26ac Merge pull request #23139 from KlausC/fix#23137 make union(::Set, itr...), intersect(::Set, itr...), and setdiff(::Set, itr) return a Set (fix #23137) 05 August 2017, 23:39:11 UTC
c6f1e37 Add NEWS entry for deprecation of remaining vectorized methods and update news PR links. 05 August 2017, 20:56:32 UTC
2a6aedc Deprecate remaining not-zero-preserving vectorized methods over SparseVectors. 05 August 2017, 20:50:24 UTC
a1e8113 Deprecate remaining zero-preserving vectorized methods over SparseVectors. 05 August 2017, 20:50:24 UTC
83007fb Fix typo: subsitution -> substitution. (#23141) 05 August 2017, 18:12:38 UTC
cb82e11 parametrize SymTridiagonal on the wrapped vector type (#23035) * parametrize SymTridiagonal on the wrapped vector type 05 August 2017, 14:06:36 UTC
8316ffe modified base/set.jl and tests/sets.jl 05 August 2017, 12:53:34 UTC
3d61d65 improve some IntSet operations * IntSet has a new invariant: the length of the underlying BitArray is always a multiple of 64 * the size is set to the minimum possible: the underlying routines are in charge of allocating enough (like for other containers); this can help to obtain the last element faster (which is useful e.g in `rand(::IntSet)`) * _matched_map avoids extending a BitArray when unecessary (but doesn't work anymore for all 2^4 kinds of binary predicate, though it could be handled if needed in the future) 05 August 2017, 10:39:00 UTC
472353c upgrade Documenter and dependencies (#23123) should unblock #22511 05 August 2017, 10:31:42 UTC
85e50b7 Merge pull request #23108 from JuliaLang/cv/passphrase_required Add `is_passphrase_required` function 05 August 2017, 05:18:14 UTC
2d7539b doc: change 'bits type' to 'primitive type' (#23128) 04 August 2017, 22:06:14 UTC
629e784 Merge pull request #23122 from JuliaLang/jb/elseif preserve `elseif` syntax in parser 04 August 2017, 20:34:41 UTC
45144d8 Merge pull request #23116 from JuliaLang/jn/23115 test: avoid assuming pwd is writable in compile test 04 August 2017, 18:50:51 UTC
e13ac1f preserve `elseif` syntax in parser part of #21774 04 August 2017, 15:03:14 UTC
f846ea8 Merge pull request #23076 from JuliaLang/jb/vectparams fix parsing of `vect` and `ref` with semicolons 04 August 2017, 14:52:01 UTC
709e6bb fix parsing of `vect` and `ref` with semicolons deprecate `[a,b;]`, which was doing a `vcat` but was supposed to be invalid. 04 August 2017, 14:50:18 UTC
31c4563 cleanup 04 August 2017, 14:36:34 UTC
09f059a inv of Symmetric and Hermitian matrices, with more eltypes than BlasFloats (#22882) 04 August 2017, 04:15:31 UTC
1d7e8b2 Merge pull request #23114 from JuliaLang/jn/codegen-bugs fix codegen bugs with llvm-gc-root pass 04 August 2017, 03:37:36 UTC
b6e229b Testsets for generic and tridiag tests (#23110) Also moved some tests for det out of tridiag.jl, where they shouldn't have been in the first place. 04 August 2017, 00:12:25 UTC
d796f00 use imperative in docstring [ci skip] 03 August 2017, 23:34:10 UTC
42b521f Convert QR tests to testsets (#23086) * Convert QR tests to testsets * Cleanup for loop and comment * Fix failing tests 03 August 2017, 23:17:12 UTC
8832208 parametrize Bidiagonal on wrapped vector type (#22925) deprecate Bidiagonal constructor that automatically convert the vectors 03 August 2017, 23:16:18 UTC
607806e Fix #18479, path completion of paths with ampersand characters. (#22531) 03 August 2017, 23:05:29 UTC
83dc18a Sort Union types. Implements #22664 (#22781) 03 August 2017, 23:02:59 UTC
9b2a1cc [docathon] example for reset! (#20968) * [docathon] example for reset! * Update wording * Everybody loves Examples 03 August 2017, 21:52:03 UTC
9dbaed2 RFC: Speedup generic LowerTriangular chol (#22221) * Speedup generic LowerTriangular chol * Fix spacing and cleanup * Keep original loop order but move scaling to the end * Add simd 03 August 2017, 20:40:54 UTC
a6c44bf Remove windows specific juliarc.jl (#21540) 03 August 2017, 18:50:28 UTC
613ca15 Cleanup pinv tests and add testsets (#23097) 03 August 2017, 16:34:42 UTC
641e383 test: avoid assuming pwd is writable in compile test fix #23115 issue mentioned with compile test 03 August 2017, 16:23:50 UTC
3e37997 fix codegen bugs with llvm-gc-root pass ensures the return type of literal_pointer_val is always just a simple pointer, and always of the same type 03 August 2017, 15:48:36 UTC
5913f24 Merge pull request #22943 from JuliaLang/jb/fix18650 RFC: fix #18650, parsing generator expressions containing macro calls 03 August 2017, 15:44:37 UTC
e1f8383 Add testsets to Givens tests (#23098) * Add testsets to Givens tests * Prettify 03 August 2017, 15:40:55 UTC
916d5a6 Merge pull request #23104 from JuliaLang/jb/fix9535 fix #9535, evaluate positional and keyword args strictly left-to-right 03 August 2017, 15:30:24 UTC
6457071 Switch to using `@__DIR__` 03 August 2017, 11:18:53 UTC
99c7487 Create is_passphrase_required function Even though we only use this function once it is useful for this to be its own function because: 1. It allows us to write tests easily 2. We can avoid doing this check until it is absolutely necessary Note: the "Private key not found" warning now takes place before the public key prompt. 03 August 2017, 11:18:53 UTC
fe09a7b display non-compactly arrays with only one column (#22981) 03 August 2017, 08:07:44 UTC
5e32423 HasLength trait for some Flatten iterators (#22691) 03 August 2017, 07:31:53 UTC
cd56e07 fix most doctest errors (#22934) 03 August 2017, 07:25:38 UTC
0b09532 symdiff! on IntSet: fix too permissive bounds checking (#23099) 03 August 2017, 07:12:26 UTC
a342e0f Merge pull request #22987 from JuliaLang/jn/init-threads-world mark julia threads as initialized for cfunction 03 August 2017, 01:07:02 UTC
8d85aa4 Merge pull request #22985 from JuliaLang/jn/22307 fix some macro expansion scope bugs 03 August 2017, 00:05:02 UTC
952dc93 Convert LU tests to testsets (#23090) 02 August 2017, 23:54:43 UTC
2700288 Show in doc that thin is a keyword argument. (#23096) 02 August 2017, 23:12:24 UTC
56cc636 Merge pull request #23093 from JuliaLang/jb/fix23091 fix #23091, function in LHS of destructuring assignment 02 August 2017, 21:24:03 UTC
2ae6347 fix #9535, evaluate positional and keyword args strictly left-to-right 02 August 2017, 21:16:55 UTC
27852fd Remove ieee754_rem_pio2 in favor of a rem_pio2_kernel written in Julia. (#22603) * Remove ieee754_rem_pio2 in favor of a rem_pio2_kernel written in Julia. * Add missing begin key. * Remove _approx. * Move to separate files. * Fix LICENSE.md to mention FDLIBM instead of Openlibm. * Address comments. * Strengthen test to faithfully rounded. * Fix LICENSE.md message for rem_pio2. * Fix style in LICENSE.md entry. * Remove semicolons. * Move highword up, and remove duplicate unsafe_trunc. * Fix LICENSE.md by removing a bullet and changing license of base/special/exp.jl. * Change license info for base/special/exp.jl. * Small changes. * Get and reset precision for BigFloats, and space before rem in -rem. * setprecision do * Add comments, move test, and switch to muladd in some places. * Fix y1 branches of rem2pi. * Small changes. * Move comment in rem_pio2.jl and add test for fast branch of mod2pi. * rint docstring fix and make it clear what the constant is. * Update comment for INV2PI. * Fix wrong test set name. * Tests against ieee754_rem_pio2 output. * Inline cody_waite functions. * rint -> round, remove rint, remove one argument cody waite, replace Int(x) with trunc(Int, x). * Add some tests. * Inline rem_pio2_kernel, and rearrange code slightly. * fix xhp * Use DoubleFloat64. * Move constants into functions. * Fix escaping of mod * Fix tests and remove specific variables. * Fix tests * Fix issues raised in comments. * More appropriate ulp test (test against eps of reference number). * Change link to a stable github link. 02 August 2017, 20:02:51 UTC
12b8841 revised implementation + test change 02 August 2017, 19:31:13 UTC
2b8dc7c Merge pull request #23056 from JuliaLang/jn/isdef-tvar fix @-isdefined macro for static-parameters 02 August 2017, 18:29:18 UTC
b494fcb Merge pull request #23058 from JuliaLang/jn/23024 fix method lookup intersection error 02 August 2017, 18:28:16 UTC
98a2d1d mark julia threads as initialized ensures that cfunction can see that Julia state is initialized on this thread also upgrades the embedding/examples test to handle exceptions better (e.g. to actually detect them) while testing for correctness 02 August 2017, 18:27:02 UTC
1b560bd Merge pull request #23059 from JuliaLang/jn/23045 inference: fix and improve instanceof_tfunc-based queries 02 August 2017, 18:24:44 UTC
844f9f5 Merge pull request #23082 from JuliaLang/fe/fix-22977 remove mentioning of internal .typ field in Expr objects 02 August 2017, 17:43:13 UTC
898d650 allow CodeInfo to be returned directly from generated function generator (#22440) 02 August 2017, 17:14:27 UTC
b43ca9d fix #18650, parsing generator expressions containing macro calls 02 August 2017, 16:59:08 UTC
869f35f fix #23091, function in LHS of destructuring assignment 02 August 2017, 16:53:59 UTC
51fbb0c Merge pull request #23036 from JuliaLang/cv/remote-callbacks LibGit2 RemoteCallback refactoring 02 August 2017, 16:25:39 UTC
68b0e40 Merge pull request #22546 from kleinhenz/doc_faq_fix fix faq header 02 August 2017, 07:44:53 UTC
a07d65d remove mentioning of internal .typ field in Expr objects 01 August 2017, 23:56:29 UTC
c99991a Merge pull request #23080 from JuliaLang/aa/signature-ref Remove doc refs to Signature, since it has no docs 01 August 2017, 22:15:47 UTC
2653063 Add macro version of dump (#22980) * Add macro version of dump * Update dump macro to show original expression * Rename to dumpexpr * Moved into Meta module * Avoid 32-bit issue 01 August 2017, 21:48:25 UTC
18da73e Merge pull request #23073 from eveydee/evey/macrousage Change wording for invalid macro usage parse errors 01 August 2017, 21:31:46 UTC
038d217 Remove doc refs to Signature, since it has no docs [bsd skip] 01 August 2017, 19:46:57 UTC
fb76529 Doc author, committer, message (#23062) 01 August 2017, 18:35:24 UTC
32e3673 inference: fix and improve instanceof_tfunc-based queries fix #23045 01 August 2017, 17:38:51 UTC
0f31ae0 Change wording for invalid macro usage parse errors 01 August 2017, 14:50:47 UTC
9b397fa Add tests for complex division corner cases, issue #22983 (#23013) 01 August 2017, 12:55:11 UTC
738d042 fix matrix power of Symmetric/Hermitian (#22923) 01 August 2017, 07:54:28 UTC
73ca642 Update deprecated tuple type call's in cfunction (#23046) Update deprecated tuple type call's in cfunction 01 August 2017, 04:26:05 UTC
7233d7d Fix definition of length in docstring and remove redundant docstring (#22741) length() is not the correct way to get the last index e.g. for strings. Remove the docstring for AbstractArray, which is now equivalent. 31 July 2017, 20:09:36 UTC
7730580 Merge pull request #23050 from JuliaLang/sk/verinf parse `v"∞"` as `typemax(VersionNumber)` 31 July 2017, 19:44:10 UTC
86715a9 Merge pull request #23023 from JuliaLang/rf/fix-completion-dict fix Dict completion when using non-ASCII (fix #23004) 31 July 2017, 19:37:48 UTC
f210687 Merge pull request #23021 from JuliaLang/tb/test_22582 Add a test for #22582/#22022. 31 July 2017, 19:30:47 UTC
back to top