https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
34b9930 make `.:` an operator, allowing `Base.:==` 01 August 2017, 22:16:24 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
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
4d4bdc1 suppress warning for redefining docstrings if the symbol is in Main (#23019) suppress warning for redefining docstrings if the symbol is in Main (fixes #23011) 31 July 2017, 19:26:35 UTC
ba9d8ac Merge pull request #22997 from iblis17/fbsd-maxrss sysinfo: fix the unit of maxrss on FreeBSD 31 July 2017, 19:22:14 UTC
5041126 Few missing arnoldi tests (#22963) * Few missing arnoldi tests 31 July 2017, 18:59:48 UTC
80898e3 parse `v"∞"` as `typemax(VersionNumber)` [fix #23027] 31 July 2017, 13:42:35 UTC
09371a5 Merge pull request #22835 from JuliaLang/jmm/slack Mention Slack in README 31 July 2017, 13:38:21 UTC
80667ea add tests for Diagonal constructor (#23016) 31 July 2017, 11:07:34 UTC
1a43098 introduce build variable SRCCACHE that defaults to SRCDIR/srccache (#22283) 31 July 2017, 03:33:25 UTC
70d11f0 Change Slack URL 30 July 2017, 19:27:12 UTC
1ce3c8e Merge pull request #23026 from JuliaLang/jb/23025 fix #23025, error in method parameter deprecation warning 29 July 2017, 16:50:55 UTC
0d7bbcc Merge pull request #22970 from JuliaLang/jb/issubtype deprecate `issubtype` in favor of `<:` 29 July 2017, 15:53:24 UTC
300473a fix #23025, error in method parameter deprecation warning 29 July 2017, 14:29:03 UTC
da1e1b6 fix Dict completion when using non-ASCII (fix #23004) 29 July 2017, 12:09:29 UTC
e55b1db Add a test for #22582/#22022. 29 July 2017, 08:10:54 UTC
96a3005 fix a use of String(::IObuffer) (#22976) 29 July 2017, 06:44:21 UTC
8d752a0 Merge pull request #23015 from JuliaLang/jb/fix23010 fix #23010, method parameter deprecation warning fixes 29 July 2017, 02:32:40 UTC
9dcf10d Merge pull request #23012 from JuliaLang/jb/backedgelistfix fix backedge restore list order in incremental serializer 29 July 2017, 02:31:01 UTC
f60636f sysinfo: fix the unit of maxrss on FreeBSD The value from rusage.ru_maxrss is in kilobytes. 29 July 2017, 01:57:57 UTC
8df2070 deprecate `issubtype` in favor of `<:` change printing of TypeErrors to avoid printing `<::` 28 July 2017, 22:55:05 UTC
0f2a014 Fix -Wbraced-scalar-init warnings when building with Clang (#23007) 28 July 2017, 22:43:20 UTC
f600cdc fix #23010, method parameter deprecation warning fixes also some general improvements to the scheme `deparse` function 28 July 2017, 22:25:02 UTC
f1535ab fix backedge restore list order in incremental serializer 28 July 2017, 21:39:26 UTC
fc10c8b Merge pull request #22941 from JuliaLang/jb/fix6466 fix #6466, deprecate `write` on non-isbits arrays 28 July 2017, 18:10:46 UTC
100a6fc Merge pull request #22993 from JuliaLang/jn/22973 codegen: fix use-after-free 28 July 2017, 15:42:37 UTC
45a037b Merge pull request #22942 from JuliaLang/jb/braces parse `{ }` expressions as `braces` and `bracescat` 28 July 2017, 15:34:10 UTC
e1a604e Merge pull request #22684 from JuliaLang/yyc/codegen/alloc-elim Add LLVM level allocation optimization pass 28 July 2017, 11:23:49 UTC
b11aec6 Define `isone` for base types (#22846) 28 July 2017, 08:12:07 UTC
4f7c072 fix #6466, deprecate `write` on non-isbits arrays Also remove an unnecessary method, and generalize a `write` method for `SubArray` from `::IOStream` to `::IO`. 28 July 2017, 02:44:37 UTC
6ddb1dc parse `{ }` expressions as `braces` and `bracescat` part of #8470 28 July 2017, 02:35:30 UTC
c6e51d0 deprecation warning for old parametric method syntax. fixes #11310 (#22834) 28 July 2017, 02:25:39 UTC
d2f0b3c codegen: fix use-after-free 28 July 2017, 01:04:00 UTC
930a5f0 Merge pull request #22886 from JuliaLang/jn/io-deadlock fix an IO deadlock condition (#22832) disabled test seems to indicate this doesn't fix it fully, but it seems that only reproduces on CI, not on any of my local machines 28 July 2017, 00:53:14 UTC
b1a188c Improving ieee754_rem_pio2 Fix #22004 27 July 2017, 17:30:17 UTC
2793748 Use a local buffer in `modf` Fix #21591 27 July 2017, 17:30:17 UTC
09dc2d5 Add LLVM level allocation optimization pass This can obtain escape information with much higher precision than what we can currently do in typeinf. However, it does not replace the alloc_elim_pass! in type inference either since this cannot handle objects with reference fields. Fix #20452 27 July 2017, 17:30:17 UTC
85a2555 allow a function instead of a string as Prompt.prompt (#22809) 27 July 2017, 16:15:47 UTC
d6e1e86 Added kwargs to invokelatest. (#22646) * Added kwargs to invokelatest. * Cleaned up invokelatest tests. * Replaced the `eval` with a module to help with readability. * Added a test case to demonstrate the failure condition that invokelatest fixes. * Moved `f` and `args` inside closure rather than passing them in. 27 July 2017, 14:50:56 UTC
29c78b7 REPL: jump to first/last history entries (#22829) 27 July 2017, 14:41:40 UTC
36f2bd0 specify alignment for printing Pair in arrays (#22899) 27 July 2017, 10:56:57 UTC
a2d375f Merge pull request #22819 from JuliaLang/jn/asmwriter_di code_llvm: print source locations 27 July 2017, 05:03:13 UTC
af7a927 Add tests for mean and var on arrays with unitful elements. (#22956) Fix var along a dimension for arrays with unitful elements. 26 July 2017, 23:58:50 UTC
b5b3c42 Error tests for bkfact getindex (#22962) 26 July 2017, 23:16:09 UTC
ce3851b Merge pull request #22955 from JuliaLang/jb/mallocwrap refactor size adjustments in malloc wrappers 26 July 2017, 20:42:39 UTC
8ebedd6 Merge pull request #22958 from JuliaLang/jb/fix17240 fix #17240, evaluate keyword argument defaults in successive scopes 26 July 2017, 20:26:15 UTC
4b296b7 Merge pull request #22967 from JuliaLang/jb/typedefwarning fix compiler warning about repeated typedef in tls.h 26 July 2017, 19:25:42 UTC
deaf668 Merge pull request #22954 from JuliaLang/jb/stringegal treat String as immutable in `===`. part of #22193 26 July 2017, 18:52:58 UTC
3308973 fix compiler warning about repeated typedef in tls.h 26 July 2017, 16:41:39 UTC
0af919b fix #17240, evaluate keyword argument defaults in successive scopes This matches the behavior of optional positional arguments. 26 July 2017, 14:45:57 UTC
0a37b3d fix \(A::HermOrSym{BigFloat}, b::AbstractVector) (#22960) * fix \(A::HermOrSym{BigFloat}, b::Vector) * enable testing of more matmul methods for HermOrSym{BigFloat} 26 July 2017, 13:34:54 UTC
892768c Merge pull request #22957 from JuliaLang/jb/endcat fix regression in parsing `end` inside cat inside ref 25 July 2017, 22:26:00 UTC
b37f49b refactor size adjustments in malloc wrappers 25 July 2017, 22:07:12 UTC
346b692 printing Dict: don't show ellipsis when everything fits (#22917) * printing Dict: don't show ellipsis when everything fits * also, harmonize how Dict and keys(::Dict) are shown, when ellipsis is used 25 July 2017, 21:48:18 UTC
31195d0 print Pair with spaces around "=>" (#22916) * print Pair with spaces around "=>" * Put spaces only when printing non-compactly. * The first and second elements of a pair are printed compactly. * print Pair's members non-compactly if context contains :compact=>false 25 July 2017, 21:46:35 UTC
8e2a595 Merge pull request #22935 from JuliaLang/rf/test-IntSet test some order properties of IntSet 25 July 2017, 21:43:08 UTC
7437cd6 Merge pull request #22951 from JuliaLang/rf/MT-hash define hash(::MersenneTwister) 25 July 2017, 21:41:41 UTC
8e1c65d determinant for HermOrSym{!(<:BlasFloat)} (#22902) and tests for logdet and logabsdet 25 July 2017, 21:22:04 UTC
b316b61 pager: split the argument for handling options (#22852) 25 July 2017, 20:45:30 UTC
6a3a308 treat String as immutable in `===`. part of #22193 25 July 2017, 20:03:11 UTC
554cb08 fix regression in parsing `end` inside cat inside ref 25 July 2017, 19:55:46 UTC
7359aec Remove momenttype and use reduction initialization infrastructure (#22937) for determining the return type. Adjust return type determination in _quantile Fixes #22901 25 July 2017, 17:35:11 UTC
9186ae4 Merge pull request #22946 from JuliaLang/jb/svecegal fix codegen bug in `===` on two `SimpleVector`s 25 July 2017, 16:10:42 UTC
00ee0ab Merge pull request #22947 from JuliaLang/jb/fix18912 fix #18912, `::` should not parse as an identifier 25 July 2017, 14:48:52 UTC
067deb5 define hash(::MersenneTwister) 25 July 2017, 10:48:36 UTC
fd951c2 support lazy all_to_all connection setups (#22814) 25 July 2017, 08:28:18 UTC
a1bcd73 fix #18912, `::` should not parse as an identifier 25 July 2017, 04:56:11 UTC
d328a82 fix spurious exception printing on custom topologies (#22933) 25 July 2017, 04:45:02 UTC
2fca4d3 fix codegen bug in `===` on two `SimpleVector`s 25 July 2017, 02:43:40 UTC
79ff734 Add Examples to a bunch of doctests (#22920) * Add Examples to a bunch of doctests * Remove redundant example 24 July 2017, 20:47:05 UTC
04d76f3 change array and range promotion rule not to convert both containers (#22757) 24 July 2017, 17:05:22 UTC
fdc33b2 Merge pull request #22919 from JuliaLang/jb/fix18935 fix some parsing issues with `end` and blocks inside expressions 24 July 2017, 17:04:49 UTC
510efbf faster rem(::BigInt, ::Type{Union{Bool, Int, UInt...}}) (#21984) 24 July 2017, 15:47:11 UTC
cf8a697 Merge pull request #22589 from JuliaLang/jn/remotecall_eval add procs argument to `@-everywhere`, and move code to a function 24 July 2017, 14:32:37 UTC
35b7e00 Merge pull request #22930 from JuliaLang/yyc/codegen/isdefined Fix typo in isdefined codegen 24 July 2017, 13:01:47 UTC
981bfa8 test some order properties of IntSet 24 July 2017, 10:18:33 UTC
9345b0d fix link in require.md devdocs (#22931) 24 July 2017, 08:20:51 UTC
8d8ecec Fix typo in isdefined codegen Fix #22929 24 July 2017, 01:02:23 UTC
7287321 add mutating versions of randperm & randcycle (#22723) 23 July 2017, 16:35:59 UTC
2f3bef1 test isposdef[!] for HermOrSym{BigFloat} (#22913) 23 July 2017, 09:11:46 UTC
d67cc70 Merge pull request #22906 from JuliaLang/jb/thrheaders reorganize threading-related headers a bit 22 July 2017, 22:52:17 UTC
9bb87c5 Move display & MIME stuff out of helpDB, xrefs (#22890) 22 July 2017, 22:50:01 UTC
f0a8c8c fix some parsing issues with `end` and blocks inside expressions - `end` should only be special inside indexing expressions, not cat - Blocks introduced by words (e.g. `if`, `begin`) should revert to normal parsing context, so `for` is no longer special. Fixes #18935 22 July 2017, 21:44:04 UTC
17496a4 Merge pull request #22911 from JuliaLang/jb/tthttt fix `tuple_type_head` and `tuple_type_tail` on `UnionAll` 22 July 2017, 18:45:50 UTC
0b95a5d Merge pull request #22912 from JuliaLang/kf/fixciregresssion Fix recent CI compile time perf regression 22 July 2017, 17:50:28 UTC
7181300 Add test for 22865 (#22896) 22 July 2017, 05:16:22 UTC
bb514ea reorganize threading-related headers a bit splits atomics.h, locks.h, and tls.h out of julia_threads.h and julia.h 22 July 2017, 02:48:57 UTC
e3ad45e Merge pull request #22909 from JuliaLang/jb/fix22908 fix #22908, typemap ordering of `Union` vs. `Type{Union{...}}`. 22 July 2017, 02:47:55 UTC
a627e51 Add JL_ namespace to all header include guards (#22904) Add JL_ namespace to all header include guards 22 July 2017, 02:44:58 UTC
back to top