https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
f310ec3 convert an unused if statement into an assert 20 August 2015, 19:23:01 UTC
6423470 try to improve generic_box without actually fixing it ala jn/codegen_rewrite 20 August 2015, 04:53:52 UTC
3d0b8ce more fixes for --compile=all to ensure specSig is always defined during compilation 19 August 2015, 04:22:00 UTC
9c82059 Merge pull request #12689 from KristofferC/patch-4 inbounds and hoist field loading for dense * sparse 19 August 2015, 03:26:57 UTC
3ce3f40 Merge pull request #12688 from JuliaLang/sk/newchar0 Char: move methods from int.jl to char.jl (Char isn't a Number) 19 August 2015, 00:53:39 UTC
9eaa2ce inbounds and hoist field loading for dense * sparse 18 August 2015, 22:38:16 UTC
5247312 Char: move methods from int.jl to char.jl (Char isn't a Number) 18 August 2015, 21:47:40 UTC
4d72065 Merge pull request #12668 from JuliaLang/jn/pre_cfunction precompile cfunction calls. fixes #12256 18 August 2015, 17:55:27 UTC
77bef6e corrected NEWS entry for #12576 and fixed some punctuation 18 August 2015, 15:25:15 UTC
6f7f8d1 add news entry for #12576 18 August 2015, 15:20:19 UTC
92deb0a Merge pull request #12576 from phobon/init_exceptions Remove exception catching for __init__ functions, add InitError exception type 18 August 2015, 15:15:12 UTC
b24590e Merge pull request #12681 from KristofferC/kc/sparse_condense Condense some code duplication for sparse matrices 18 August 2015, 15:12:26 UTC
e986c0d condense mat vec mul for sparse mat 18 August 2015, 13:30:34 UTC
4af6ea9 condense ctranspose and transpose 18 August 2015, 13:30:30 UTC
b6654a7 Merge pull request #12678 from JuliaLang/svdbidiag Added svdfact for Bidiagonal 18 August 2015, 08:52:44 UTC
94f0790 Merge pull request #12677 from JuliaLang/ird/pkgchkbnd Remove unnecessary checkbounds from default Travis 18 August 2015, 07:17:55 UTC
66ff084 Added svdfact for Bidiagonal Didn’t have a method that didn’t modify. 18 August 2015, 06:03:50 UTC
06fc8d5 Remove unnecessary checkbounds from default Travis `Pkg.test` executes Julia with this flag set if called with `coverage=true`. Place the --checkbounds where it was was simply enabling bounds checking in the `Pkg.clone`, `Pkg.build` commands, which isn't what was intended. 18 August 2015, 05:05:45 UTC
8dffbfe fix failing cmdlinearg test 18 August 2015, 04:32:47 UTC
41fd69c Merge pull request #12670 from mweastwood/precompile-enum fix #12665 18 August 2015, 04:19:10 UTC
dae8094 add better documentation of -- command line separator 18 August 2015, 02:20:19 UTC
536e000 Merge pull request #12613 from JuliaLang/yyc/call-func-nonfunc Throw an error when `call` is not a generic function 18 August 2015, 00:18:50 UTC
56ec1e2 add missing dot div operator closes #12626 17 August 2015, 22:33:12 UTC
e240223 Merge pull request #12641 from ScottPJones/spj/testutf8 Add more coverage for UTF8String 17 August 2015, 22:18:42 UTC
fc6cb99 Merge pull request #12655 from ScottPJones/spj/utf8sizeof Remove unexported, undocumented, and unused utf8sizeof and is_utf8_start from Base 17 August 2015, 22:17:15 UTC
fb11436 Merge pull request #12657 from JuliaLang/ksh/pkgtests More tests for Pkg 17 August 2015, 22:15:02 UTC
112e114 Merge pull request #12669 from MichaelHatherly/mh/stageddoc Docstring support for staged functions. 17 August 2015, 21:34:03 UTC
e33486d More LLVM 3.8 header reorganization 17 August 2015, 21:32:28 UTC
94c5ad0 fix #12665 (call eval in the scope of `current_module()`) 17 August 2015, 19:44:57 UTC
8593d8d Docstring support for staged functions. 17 August 2015, 19:20:38 UTC
c0794f5 Fix #12612 Throw an error when `call` is not a generic function for the fallback case Do not panic in type inference if call is not defined Add generic function assertion in jl_apply_generic 17 August 2015, 19:18:33 UTC
72431c5 Merge pull request #12648 from JuliaLang/jn/compile_all_fixes some --compile=all fixes 17 August 2015, 18:41:25 UTC
d787a52 Merge pull request #12661 from stevengj/precompile_ignore ignore __precompile__(true) except within require (fixes #12623) 17 August 2015, 15:53:44 UTC
c8a8154 ignore __precompile__(true) except within require (fixes #12623) 17 August 2015, 15:20:40 UTC
7513455 Merge pull request #12652 from KristofferC/kc/trilu_stuff Fixup some stuff with triu and tril for sparse matrices 17 August 2015, 13:47:03 UTC
f3217a8 Merge pull request #12645 from JuliaLang/teh/super_typevars Allow inference of super even if has TypeVars 17 August 2015, 10:35:00 UTC
4d8ca6b Merge pull request #12658 from peter1000/patch-2 Seem like a typo 17 August 2015, 10:07:10 UTC
d97d4fb Merge pull request #12656 from JuliaLang/amitm/opt_everywhere_paralle minor optimization of @everywhere and preduce 17 August 2015, 10:06:15 UTC
de8c7da Seem like a typo 17 August 2015, 08:44:38 UTC
e0fa5be More tests for Pkg 17 August 2015, 08:00:56 UTC
969ed72 precompile cfunction calls. fixes #12256 17 August 2015, 06:12:14 UTC
2695c2a use sync_begin/sync_end instead of macros 17 August 2015, 05:18:14 UTC
c94723f add a mention of some useful functions and variables to the devdocs 17 August 2015, 03:33:49 UTC
ea0c31a Remove unexported is_utf8_start function Remove new use of is_utf8_start 17 August 2015, 03:02:08 UTC
9e15ac3 Remove utf8sizeof function 17 August 2015, 02:38:49 UTC
0acb2aa add non mutating methods for droptol and dropzeros 17 August 2015, 01:18:41 UTC
344a77f make mutating versions of tril and triu work with diagonal offset also remove non mutating versions from using fkeep! since they were slower than the ones in linalg.jl 17 August 2015, 01:18:36 UTC
3aeaff9 Remove tests for utf8sizeof and is_utf8_start 17 August 2015, 01:17:45 UTC
3a68f17 hoist field loads and add inbounds to fkeep! 17 August 2015, 00:25:00 UTC
c86b379 codegen/gc-root/serialization of smalled boxed-cached ints 16 August 2015, 17:57:22 UTC
eec5511 more fixes for --compile=all 16 August 2015, 17:57:22 UTC
3afa7ba fix an issue with --compile=all jl_get_specialization may fail (if codegen doesn't think it is an exact method match), in which case this needs to fall through to compiling an unspecialized version 16 August 2015, 17:57:22 UTC
11009e1 TypeError is needed by type-intersection during --compile=all 16 August 2015, 17:57:21 UTC
247f9e3 make int.jl more --compile=all friendly 16 August 2015, 17:21:06 UTC
fcdb561 embed sysimg data into llvm bc file also, making it equivalent to the output-o file 16 August 2015, 17:14:17 UTC
e637e75 Merge pull request #12642 from JuliaLang/tk/exactequality Test exact equality for most matrix functions applied to scalars 16 August 2015, 13:41:23 UTC
4e40ad3 Allow inference of super even if has TypeVars (fix #12636) 16 August 2015, 13:32:49 UTC
6becc96 Merge pull request #12595 from JuliaLang/tk/doctweaks Fix quoting a few places in docs 16 August 2015, 05:46:44 UTC
e8025d3 Test exact equality for most matrix functions applied to scalars ref #12637, only exception is logm since real(log(complex(x))) is not always exactly equal to log(x) 16 August 2015, 04:54:57 UTC
8c0602e Rerun genstdlib and license headers [av skip] 16 August 2015, 04:08:59 UTC
3496b2e Fix a few extra stray triple backquotes that should have been double 16 August 2015, 04:08:59 UTC
b7b9f1d Fix tril docs, returns below kth superdiagonal not kth subdiagonal 16 August 2015, 04:08:59 UTC
58408ff Add cross-reference for Base.compilecache docstring 16 August 2015, 04:08:59 UTC
8c4cf28 Fix quoting a few places in docs Rerun doc/genstdlib.jl and more line numbers in doctests 16 August 2015, 04:08:59 UTC
c4c9010 fix #12638 16 August 2015, 03:39:29 UTC
2fcccff Merge pull request #12637 from JuliaLang/ksh/linalgnumbers Added some tests for linalg methods on numbers 16 August 2015, 03:27:15 UTC
5898d2e Add WrappedException abstract type Implemented by LoadError and InitError 16 August 2015, 03:14:25 UTC
5b5ef61 Added InitError exception to wrap errors from __init__ Add docs for InitError 16 August 2015, 03:14:09 UTC
3a839f3 Merge pull request #12639 from ScottPJones/spj/moretests Fix bugs with using pointer on a SubString, add tests of pointer 16 August 2015, 01:50:06 UTC
67febbe Merge pull request #12635 from ScottPJones/spj/testunicode Attempt to get 100% coverage for unicode functions 16 August 2015, 01:43:59 UTC
b9f8751 Add more coverage for UTF8String 16 August 2015, 00:48:01 UTC
effc613 Add tests for pointer 15 August 2015, 23:23:54 UTC
ddb9257 Fix bugs with pointer to SubString 15 August 2015, 23:23:54 UTC
d5a235c Added some tests for linalg methods on numbers 15 August 2015, 19:27:29 UTC
7358aca Merge branch 'yyc/gc-debug' 15 August 2015, 18:32:18 UTC
054d483 Merge pull request #12634 from JuliaLang/ksh/bkfix Fix bad test for bkfact 15 August 2015, 18:14:13 UTC
718ae2e Add coverage for unicode/utf16.jl 15 August 2015, 17:39:34 UTC
f71fc61 Add coverage for unicode/utf8proc.jl 15 August 2015, 17:39:29 UTC
436df10 Add coverage for unicode/types.jl 15 August 2015, 17:39:29 UTC
dc6b86a Add coverage for UnicodeError 15 August 2015, 17:39:29 UTC
4bd310d Merge pull request #12633 from JuliaLang/ksh/diagcov Improve diagonal, bidiagonal, and tridiagonal coverage 15 August 2015, 16:56:42 UTC
08146ec Fix gc_verify format string 15 August 2015, 16:45:11 UTC
3116b9e Return NULL in conservative scan if the pointer points to a free page. Force scrubbed ceil to be young in order to save memory on 32bits 15 August 2015, 16:45:11 UTC
3c915d3 Merge pull request #12602 from ninjin/nin/mktemp RFC: Parent argument for `f(::Function)` variants of `mktemp{,dir}` 15 August 2015, 16:22:13 UTC
c459123 Fix bad test for bkfact 15 August 2015, 09:10:16 UTC
0e9682b Improve diagonal and tridiagonal coverage 15 August 2015, 09:03:21 UTC
181c19f Merge pull request #12631 from omus/patch-3 Fixed optional argument numbers 15 August 2015, 04:08:22 UTC
640fa91 Fixed optional argument numbers 15 August 2015, 03:43:27 UTC
1691676 remove dead branch 14 August 2015, 22:12:55 UTC
2fd7084 fix behavior of jl_serialize_globalvals to support key==0 (aka module Main) 14 August 2015, 20:44:50 UTC
4a808c9 make sure to cache the parameters of types before the types themselves fix #12525 14 August 2015, 20:43:53 UTC
51c7b60 remove stray $ from mpfr_div_ui function 14 August 2015, 20:43:34 UTC
1b38554 Merge pull request #12591 from JuliaLang/jn/nohide_timer_cb_errors ref #12473, avoid swallowing other Timer callback errors 14 August 2015, 20:28:35 UTC
721c9ad Merge pull request #12622 from JuliaLang/ob/noexc Do not throw on staged(::nonleaf) 14 August 2015, 19:57:51 UTC
539224f Do not throw on staged(nonleaf) For the sake of debugging 14 August 2015, 19:09:57 UTC
e3e0879 Merge pull request #12601 from mfasi/fix12599 Fix sign(0) for complex number and add documentation 14 August 2015, 14:39:00 UTC
156fb5c Merge pull request #12618 from JuliaLang/teh/recompile_stale_err Throw nicer message when module can't be found 14 August 2015, 13:02:00 UTC
88f417d Fix and document sign(::Complex) (fixes #12599) 14 August 2015, 12:00:05 UTC
a7cd590 fix #12615 14 August 2015, 11:49:24 UTC
f51b2dd Doc for `mktemp{,dir}` `f(::Function)` variants 14 August 2015, 10:55:58 UTC
back to top