https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
af07d2e Try implementing FFT on split complex array 31 July 2015, 00:58:18 UTC
6c34bc7 Merge pull request #12391 from KristofferC/kc/mem_printing tweak memory printing in @time (or, the start of a new saga) 30 July 2015, 19:11:23 UTC
22c6c5e More instances of getSectionLoadAddress 30 July 2015, 18:57:11 UTC
322d4c8 Merge branch 'master' of github.com:JuliaLang/julia 30 July 2015, 18:12:27 UTC
83f92ef add a test for `collect(ENV)`. ref #12327 30 July 2015, 18:12:10 UTC
d2ec61d Merge pull request #12356 from JuliaLang/jb/dotjl RFC: always add .jl to non-absolute paths in find_in_path 30 July 2015, 18:10:51 UTC
f40f4a5 add some dev docs on front-end AST 30 July 2015, 18:00:49 UTC
48a2f1c Merge pull request #12390 from JuliaLang/tk/boolfix Fix conversion of Float16 and BigFloat to Bool 30 July 2015, 17:59:52 UTC
85bbc1f Revert "indent, unindent: default tab width = 4." This reverts commit 6c71b13e607a4bce8b02154982dbb13dc7f29dce. 30 July 2015, 16:42:27 UTC
ced7165 fix #12386, deprecation warning serializing BigFloat 30 July 2015, 16:37:31 UTC
8c56ad3 make `compile` accept a string 30 July 2015, 16:28:35 UTC
51ba9d0 tweak memory printing 30 July 2015, 16:05:24 UTC
cafaeb8 Fix conversion of Float16 and BigFloat to Bool these were missed from #10748 ref https://github.com/JuliaLang/julia/pull/12378/files#r35858805 30 July 2015, 15:32:43 UTC
eb2f341 Fix type in range (fixes #12388) 30 July 2015, 15:23:00 UTC
4b81a4f Merge pull request #12377 from JuliaLang/sk/timeprinting time in seconds: print times as 1.234 if ≥ 1 or 1.234/10^p if < 1. 30 July 2015, 15:11:18 UTC
f304025 time in seconds: print times with `%10.6f` (conclusion of a thrilling saga) 30 July 2015, 15:09:04 UTC
592fc7e Merge pull request #10230 from mlubin/typedepth Bump MAX_TYPE_DEPTH 30 July 2015, 14:48:57 UTC
4ccd03f time in seconds: the simplest possible printing. 30 July 2015, 12:10:17 UTC
a9b71c6 Merge pull request #12370 from JuliaLang/teh/dates Handle Dates-array arithmetic with promote_op 30 July 2015, 09:54:47 UTC
aab4179 Merge pull request #12382 from eschnett/eschnett/rettypedecl Explicitly import operators from Base 30 July 2015, 09:00:37 UTC
e68fa19 Merge pull request #11665 from JuliaLang/amitm/topologies support multiple topologies 30 July 2015, 06:03:40 UTC
7207a8a added support for different topologies 30 July 2015, 04:28:03 UTC
62baebd Explicitly import operators from Base 30 July 2015, 01:12:12 UTC
01fd0a1 Base AbstractArray{T<:Date} operations on promote_op This avoids deprecation warnings with packages like Images and DataArrays (hopefully others too). The key point seems to be to avoid specializing on the element type while being generic about the container. 29 July 2015, 23:41:27 UTC
1f7a481 Merge pull request #12373 from JuliaLang/sjk/ninitialized-redefinition Check ninitialized on type redefinition 29 July 2015, 22:41:19 UTC
a2a218b Follow LLVM `getSectionLoadAddress` API change 29 July 2015, 21:58:30 UTC
db8a03a Merge pull request #12366 from JuliaLang/ksh/bitarraytests Tests for bitarray 29 July 2015, 21:54:15 UTC
6c6b5d4 time in seconds: print times as 1.234 if ≥ 1 or 1.234/10^p if < 1. 29 July 2015, 21:33:14 UTC
fbd97f1 Merge pull request #12376 from JuliaLang/ob/fixfl Fix whole-region freelist leak 29 July 2015, 21:32:51 UTC
7f366f5 Merge pull request #12372 from mfasi/linalg_doc A few tweaks to linalg documentation 29 July 2015, 20:52:41 UTC
1cf565c Merge pull request #12130 from MichaelHatherly/mh/markdown-rendering Add missing markdown render methods. 29 July 2015, 20:16:00 UTC
0523f92 Merge pull request #12103 from phobon/doc Discourage MATLAB users from calling collect 29 July 2015, 20:15:04 UTC
e63f8a5 Merge pull request #12364 from JuliaLang/sjk/faster-iobuffer-bytes Improve IOBuffer read performance 29 July 2015, 20:08:43 UTC
9163fe0 Merge pull request #12235 from JuliaLang/jb/dontimportoperators RFC: remove default `importall Base.Operators` 29 July 2015, 19:59:39 UTC
c361bb8 add NEWS for deprecation of importall Base.Operators [ci skip] 29 July 2015, 19:56:07 UTC
94d3589 deprecate `iseltype` 29 July 2015, 19:50:51 UTC
5e12592 Merge pull request #12360 from ScottPJones/spj/cesu8fix Fix a bug handling CESU-8 strings in convert(UTF8String, Vector{UInt8} 29 July 2015, 19:45:52 UTC
5dedc5f More tests for bitarray 29 July 2015, 19:19:54 UTC
7a64368 A few tweaks to linalg documentation 29 July 2015, 18:39:51 UTC
6fafbbc Fix a `write` method that did not return nwritten All the other ones do, so this seems like an oversight. 29 July 2015, 17:45:41 UTC
20145ae Fix whole-region freelist leak Silly mistake that made us loose the freelist from all but the last swept region. 29 July 2015, 17:16:52 UTC
50cf353 Fix most of the doctests: line numbers, modules, printing changes on my 64 bit ubuntu 14.04 machine, anyway I take no responsibility for platform-dependent outputs here 29 July 2015, 17:12:16 UTC
d51ebdd Merge pull request #11774 from fcard/patch-3 RFC: Make `any` and `all` short-circuiting 29 July 2015, 17:05:01 UTC
b0d31f5 Merge pull request #12371 from JuliaLang/tk/unicodeerror Make show(io, ::UnicodeError) output start with UnicodeError: 29 July 2015, 16:46:58 UTC
30624af Merge branch 'yyc/duplicate-declare' 29 July 2015, 16:19:29 UTC
3d9f676 Merge pull request #12365 from JuliaLang/ksh/symandtri More tests for symmetric & triangular matrices 29 July 2015, 16:19:02 UTC
ae2d56f Check ninitialized on type redefinition Otherwise previously generated code may not have checks for fields that can now be uninitialized in the redefined type 29 July 2015, 16:11:37 UTC
6c71b13 indent, unindent: default tab width = 4. 29 July 2015, 15:30:14 UTC
9c56ca8 Make show(io, ::UnicodeError) output start with UnicodeError: looks like we do this for most other Exception types 29 July 2015, 14:50:16 UTC
151e0b0 Merge remote-tracking branch 'JuliaLang/tk/tabwidth' 29 July 2015, 14:49:10 UTC
3299e06 Removing duplicated declaration of jl_task_type, make DLLEXPORT extern consistent. 29 July 2015, 14:46:14 UTC
d7351cf Merge pull request #12292 from JuliaLang/teh/promotion Enable operator-sensitive extension of element-type promotion 29 July 2015, 14:17:41 UTC
8cdb199 Make any/all capable of receiving functors. 29 July 2015, 13:57:48 UTC
abd70e0 Remove maps/comprehensions from uses of any/all 29 July 2015, 13:22:24 UTC
7a6d657 Make `any` and `all` short-circuiting Deprecate nonboolean `any` and `all`. 29 July 2015, 13:22:23 UTC
2b8a8d3 Switch promote_op implementations to static Functors 29 July 2015, 11:34:57 UTC
ab4c0d1 Use tabwidth=4 in REPL.jl and LineEdit.jl 29 July 2015, 11:06:08 UTC
68207e8 Don't use inference in promote_op, just fall back to promote_type. Also adds developer documentation on overloading `promote_op`. 29 July 2015, 10:57:43 UTC
0964c22 Add promote_op, which uses inference to determine types (fixes #8027) promote_op(F, R, S) computes the output type of F(r, s), where r::R and s::S. This fixes the problem that arises from relying on promote_type(R, S) when the result type depends on F. 29 July 2015, 10:57:42 UTC
9b14a7c Merge pull request #12322 from JuliaLang/dh/addfunctors add functors SubFun, DivFun, and PowFun 29 July 2015, 10:26:22 UTC
0a76466 make tab width a kwarg instead of a global ref #11719 29 July 2015, 09:58:34 UTC
c2277fe Merge pull request #12368 from bicycle1885/fix-opt fix a deprecated use of option 29 July 2015, 09:54:34 UTC
9a71a92 Merge pull request #11719 from ScottPJones/spj/indent Fix #11659, problems with tab characters not counted correctly 29 July 2015, 09:37:27 UTC
e575c82 fix a deprecated use of option 29 July 2015, 09:12:29 UTC
4a0b506 Update tab completion doc generator Creating a sorted list of (key, value) pairs now requires specifying sort by=first, since iterating through a dictionary now returns Pairs rather than Tuples, and Pairs do not have a defined lexical order. Ref: cc61506ba35c4339cbdab405e643b695399d6d3f #12327 29 July 2015, 07:27:08 UTC
af245c3 Merge pull request #12363 from JuliaLang/ksh/hessenberg Added some tests for Hessenberg factorization 29 July 2015, 07:11:02 UTC
dc42fdf More tests for triangular matrices 29 July 2015, 06:00:26 UTC
a45f393 Small added test for Hermitian matrices 29 July 2015, 05:59:52 UTC
d98ea95 Allow LLVM to optimize IOBuffer read more easily 29 July 2015, 05:29:46 UTC
51ff607 Inline read for IOBuffer and add @ inbounds 29 July 2015, 05:11:17 UTC
ee343d1 Added some tests for Hessenberg factorization 29 July 2015, 04:55:39 UTC
92463c5 Merge pull request #12349 from JuliaLang/tk/testresolve Don't run resolve in Pkg.test unless test/REQUIRE exists 29 July 2015, 03:57:23 UTC
0dcc328 Merge pull request #12336 from JuliaLang/brj/fix12254 Fix #12254. 29 July 2015, 03:08:22 UTC
f931a0d Add tests for convert with CESU-8 input 29 July 2015, 02:24:02 UTC
e77b560 Fix incorrect handling of CESU-8 string in convert(UTF8String, Vector{UInt8} 29 July 2015, 02:06:31 UTC
6f2ce0f Fix doctests for the Interfaces chapter [ci skip] 28 July 2015, 23:10:11 UTC
9ae8678 small fix to operator importing deprecation warning 28 July 2015, 21:40:55 UTC
1dde6e1 retain compatibility with code that assumes `importall Base.Operators`, but give warnings 28 July 2015, 21:31:03 UTC
3bb7e2f remove default `importall Base.Operators` fixes #8113 28 July 2015, 21:31:02 UTC
721bdbe Merge pull request #12253 from Ismael-VC/patch-4 Add reference to `_` as digit separator. 28 July 2015, 20:50:30 UTC
673b2d7 Merge pull request #12270 from JuliaLang/mb/deprecatingcompliments Deprecate IntSet complement and stored zeros 28 July 2015, 20:48:49 UTC
5c48f08 always add .jl to non-absolute paths in find_in_path. fixes #12340 28 July 2015, 20:19:09 UTC
416a23e Merge pull request #11624 from ScottPJones/spj/fixutf8 Fix #10959, fix #11463 bugs with UTF-8 conversions 28 July 2015, 19:21:06 UTC
88bb2e9 Merge pull request #12329 from JuliaLang/kf/unwinddifferently [OSX] Register Julia frames with both our and the system unwinder [Using a different method] 28 July 2015, 16:21:00 UTC
23bb555 Merge branch 'yyc/gc-debug-cleanup' 28 July 2015, 16:14:49 UTC
2207c2f small touch-ups to the Channel code 28 July 2015, 16:13:53 UTC
91305f7 Fix #10959, fix #11463 bugs with UTF-8 conversions Use generic is_valid_continuation from unicode/checkstring instead of is_utf8_continuation/is_utf8_start 28 July 2015, 15:58:26 UTC
1c7e701 eltype should be a function of types 28 July 2015, 15:30:47 UTC
cd068a1 Merge pull request #12334 from JuliaLang/mb/fix12289 Fix unsafe SubArray logical indexing 28 July 2015, 14:13:55 UTC
ed974b1 Merge pull request #12337 from JuliaLang/cjh/fix-12118 Add specialized min, max over sparse matrices 28 July 2015, 13:54:49 UTC
7faa0d0 Merge pull request #12279 from TeroFrondelius/patch-1 Update io-network.rst 28 July 2015, 13:50:44 UTC
0abba4f Fix compiler warning for GC_FINAL_STATS and other clean up of the GC debugging code. 28 July 2015, 12:36:13 UTC
09be961 Don't run resolve in Pkg.test unless test/REQUIRE exists Should make Pkg.test faster for packages without any test-only dependencies 28 July 2015, 12:15:24 UTC
53aabc0 Merge pull request #12335 from JuliaLang/jh/last-pair Add endof for Pair 28 July 2015, 11:48:22 UTC
9738275 Merge pull request #12264 from JuliaLang/amitm/channels_only Added inter-task communication channels 28 July 2015, 11:16:42 UTC
21ca799 Added inter-task communication channels 28 July 2015, 06:17:01 UTC
9a38bc7 Add specialized min, max over sparse matrices Closes #12118 28 July 2015, 03:46:30 UTC
71ee608 add endof(::Pair) 28 July 2015, 03:18:58 UTC
9390c71 Merge pull request #12332 from ArchRobison/adr/svn Fix building with LLVM 3.8 28 July 2015, 03:01:03 UTC
79bdcea Fix #12254. `transition(::Function, ::PrefixSearchState, mode)` made sure to update the history prompt parent, but `transition(::Function, ::MIState, mode)` did not. 28 July 2015, 02:40:12 UTC
back to top