https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
1c08f8d Fixed symmetric 14 August 2015, 01:55:32 UTC
c3d3107 convert more Union(...) to Union{...} instances that escaped #11432 14 August 2015, 01:52:18 UTC
644a9fc Merge pull request #12617 from twadleigh/master Correct typo. 13 August 2015, 21:59:30 UTC
7dc3604 Correct typo. 13 August 2015, 21:56:18 UTC
f2bd731 contrib/commit-name.sh: computes a version name for some commit. Copied from here at @jakebolewski's suggestion: https://github.com/JuliaLang/Compat.jl/blob/66e962e63f5/bin/version.sh 13 August 2015, 20:44:48 UTC
095e0c4 Fixed up bidiag too 13 August 2015, 18:04:20 UTC
4d50e23 fixed diagonal and added istrix 13 August 2015, 18:04:20 UTC
7465943 fixed tridiag 13 August 2015, 18:04:19 UTC
dd009d6 fixed up trix for triangular 13 August 2015, 18:04:19 UTC
3fe75f0 Merge branch 'yyc/gc-debug' 13 August 2015, 17:54:00 UTC
bb4eddc Merge pull request #12590 from JuliaLang/jn/cmake-pkg-config prevent pkg-config from finding unrelated system libraries 13 August 2015, 16:00:08 UTC
4f1d00b Do GC scrub after malloc array and weak references are swept 13 August 2015, 15:38:30 UTC
f40da0f Merge pull request #12593 from JuliaLang/yyc/doc-str Accept string interpolation as doc string 13 August 2015, 14:12:34 UTC
d7193a3 Merge branch 'yyc/gc-debug' 13 August 2015, 13:02:35 UTC
10c0166 Merge pull request #12597 from KristofferC/patch-2 fix small typo in error message for gemm_wrapper 13 August 2015, 12:32:42 UTC
b530379 Fix gc scrub for end of page pointers 13 August 2015, 11:49:24 UTC
9f0d687 fix typo in error message for gemm [ci skip] 13 August 2015, 11:21:21 UTC
72c344c Merge pull request #12588 from JuliaLang/omm/modules Documenting Modules 13 August 2015, 09:51:55 UTC
24a92a9 Merge branch 'yyc/gc-debug' 13 August 2015, 02:15:31 UTC
7477992 Trigger rebuild of the freelist after scrubbing 13 August 2015, 00:41:51 UTC
dcc4661 Add tests for plain string interpolation as doc string 13 August 2015, 00:40:51 UTC
c61cd8b Windows is being dump, live with the temp file litter for now 13 August 2015, 00:28:58 UTC
13846e5 Clean up after new SharedArray tests 12 August 2015, 23:15:35 UTC
5a4471c Accept string interpolation as doc string. Fix up #12502 12 August 2015, 22:03:21 UTC
1986c50 Merge branch 'yyc/scrub-fix' 12 August 2015, 21:18:20 UTC
c6283a1 Merge pull request #12560 from JuliaLang/teh/shared_file Create SharedArray from disk file 12 August 2015, 20:44:02 UTC
24f6647 Remove unnecessary declaration. 12 August 2015, 20:34:42 UTC
4fb455d Harmonize error types in SharedArray constructor 12 August 2015, 19:45:06 UTC
192d218 prevent pkg-config from finding unrelated system libraries fix #12514 12 August 2015, 18:22:02 UTC
103f7a3 Merge pull request #12585 from MichaelHatherly/mh/markdown-writemimes Add writemime tests for markdown. 12 August 2015, 17:53:00 UTC
bbd3f4e Merge pull request #12589 from JuliaLang/omm/licenses WIP: add license headers 12 August 2015, 16:32:43 UTC
08e859a add license headers 12 August 2015, 16:27:40 UTC
b2f5526 use nice module doc syntax 12 August 2015, 16:20:14 UTC
38ef1cb better module support 12 August 2015, 16:15:18 UTC
1f97591 Merge pull request #12587 from JuliaLang/omm/cleanup Doc system refactor/cleanup 12 August 2015, 15:32:03 UTC
6682661 tweak bootstrap & move metameta 12 August 2015, 15:31:07 UTC
61f85ad disallow unrecognised doc syntax 12 August 2015, 14:11:07 UTC
48bb36d cleanup 12 August 2015, 14:11:07 UTC
d1a681b Merge pull request #12570 from mfasi/sqrtm_working_type RFC: Fix behaviour of sqrtm on UpperTriangular matrices 12 August 2015, 14:10:57 UTC
e60c005 Merge pull request #12535 from JuliaLang/kf/12509 Fix #12509 (LLVM SVN API changes) 12 August 2015, 13:31:54 UTC
bd446eb Fix #12509 (LLVM SVN API changes) 12 August 2015, 13:28:30 UTC
8527eb6 Fix behaviour of sqrtm on UpperTriangular matrices 12 August 2015, 13:20:57 UTC
0c94e48 factor out non-core utils 12 August 2015, 12:48:48 UTC
3b1f143 Merge pull request #12577 from JuliaLang/dcj/fixdepdump Fix cache file corruption with duplicate dependencies. 12 August 2015, 12:37:29 UTC
32ae34d Add writemime tests for markdown. 12 August 2015, 12:34:26 UTC
144b35b pull out bindings 12 August 2015, 12:13:58 UTC
11efb31 SharedArray: better error types, fix test on Windows 12 August 2015, 11:29:31 UTC
9446453 Merge pull request #12317 from JuliaLang/yyc/gcscrub2 WIP/RFC: stack scrubbing 12 August 2015, 11:25:31 UTC
0e7d2e6 Merge pull request #12407 from alyst/clamp_excl Add clamp!(array, lo, hi) 12 August 2015, 10:54:49 UTC
9c3cb36 Merge branch 'ScottPJones-spj/editdef' 12 August 2015, 03:21:35 UTC
e90a7b5 LineEdit.tabwidth: remove getter/setter, document setting with eval. 12 August 2015, 03:15:59 UTC
90fe14d Merge pull request #12453 from rened/dict fix #12451 by providing a better error message 12 August 2015, 03:06:28 UTC
963ab22 Merge pull request #12424 from JuliaLang/dcj/nullableconvert Avoid unnecessary conversions of nullables. 12 August 2015, 03:04:32 UTC
7dd5e6a Merge pull request #12432 from mfasi/matfun_doc Update and extend the documentation of expm, logm and sqrtm 12 August 2015, 03:03:08 UTC
3ac69c4 Merge pull request #12561 from JuliaLang/anj/sparsetypes Fix promotion and type stability for sparse factorizations 12 August 2015, 02:57:34 UTC
db787d8 Merge pull request #12574 from JuliaLang/ksh/specialtrilu Add tril and triu for special matrices 12 August 2015, 02:50:49 UTC
0182bca remove .examples tag file in make clean and extras is long gone 12 August 2015, 02:15:06 UTC
fc0db0e Re-implement Oscar's GC scrub with a safer approach Instead of trashing pointer-like values on the stack, we fill dead objects that is possibly referred to from the stack with garbage. 12 August 2015, 00:16:59 UTC
e6f85a9 Add jl_gc_find_taggedvalue_pool to check if a pointer belongs to the GC memory pool. 11 August 2015, 23:30:12 UTC
58dc82f Merge pull request #11635 from JuliaLang/jcb/warntyp_task_store Remove type emphasis globals, make type emphasis state task local 11 August 2015, 23:19:04 UTC
1a36e77 Adjust doctests to pass line numbers and Union{} ordering also NEWS update and tweak randjump docs [av skip] 11 August 2015, 23:17:32 UTC
25e8bfd Test precompilation with duplicate dependencies. 11 August 2015, 22:44:44 UTC
0dab61e Fix cache file corruption with duplicate dependencies. 11 August 2015, 22:19:24 UTC
6da5d06 Merge pull request #12556 from MichaelHatherly/mh/markdown-mime Fix #12193. 11 August 2015, 20:57:33 UTC
5f526ea Merge pull request #12546 from MichaelHatherly/mh/docbindings Implement binding docs. 11 August 2015, 20:45:00 UTC
f74f6ee Merge pull request #12564 from stevengj/norm_nan fix #12552 (norm should return NaN for NaN inputs) 11 August 2015, 20:35:53 UTC
03eb136 Pkg: hash methods for various Pkg types in agreement with == It's a bit weird to define these since they're not used anywhere. cf https://github.com/JuliaLang/julia/issues/12198 11 August 2015, 20:22:43 UTC
4d5847b Change Sparse constructors to convert methods and handle element type promotion Fix element promotion in sparse LU Change Dense constructors to convert methods. Some type stability changes to normestinv Change fallback solve methods for Factorizations to use copy_oftype. Define element type promotion for SPQR.Factorization Add tests for element type promotion and inferred return type for sparse factorizations 11 August 2015, 19:39:33 UTC
d5b880d Merge pull request #12551 from JuliaLang/sjk/pointerref-inf Ensure that some parameters are actually types in inference 11 August 2015, 18:40:08 UTC
fe0f4cf Merge pull request #12562 from JuliaLang/12361 Fix #12361: uninhibit the finalizers a bit later 11 August 2015, 18:27:20 UTC
b84b91a Remove type emphasis globals, make type emphasis state task local 11 August 2015, 18:02:10 UTC
303202a set upstream branch in Pkg.generate closes #10545 11 August 2015, 17:58:19 UTC
5a39cf1 Merge pull request #12548 from JuliaLang/tk/fix12539 fix makefile rule for copying examples to dest 11 August 2015, 17:39:59 UTC
f3cbf09 Merge pull request #11941 from dfannius/printf-%g Handle %g in printf (fix #11599) 11 August 2015, 16:56:25 UTC
f9a70ac Merge pull request #12559 from stevengj/cache_mtime cache dependency mtimes and check equality, not mtime(dep) <= mtime(cache) 11 August 2015, 16:49:23 UTC
e7e614d fix #12552 (norm should return NaN for NaN inputs); also fix sqrt(big(NaN)) 11 August 2015, 16:41:43 UTC
2fbf675 implement @StefanKarpinski's suggestion for #11618 closes #11618 11 August 2015, 16:38:26 UTC
b6b0c60 Implement binding docs. 11 August 2015, 16:12:29 UTC
27525b7 uninhibit the finalizers a bit later previously, finalizers could run a bit too early, meaning we might run the finalizer just emitted, run this function, then get back here and try to run the codegen passes on the (now deleted) body of this function. 11 August 2015, 16:03:12 UTC
aac21c6 Fix 12193. 11 August 2015, 15:55:17 UTC
3b41531 Ensure that some parameters are actually types in inference 11 August 2015, 15:52:15 UTC
66f336d restrict Vararg{} to trailing position in Tuple type constructor 11 August 2015, 15:49:16 UTC
39d2ef6 Merge pull request #12511 from MichaelHatherly/mh/docs-bootstrap Move docs bootstrapping earlier in build. 11 August 2015, 15:40:43 UTC
da942b6 Create a SharedArray from a disk file This mmaps the file on all workers 11 August 2015, 15:34:24 UTC
9c595c3 Re-export localindexes 11 August 2015, 15:33:49 UTC
2e50d91 don't allow Vararg{} in Union{} type constructor 11 August 2015, 15:15:28 UTC
44108a1 cache dependency mtimes and check equality, not just mtime(dependency) <= mtime(cachefile) 11 August 2015, 15:02:03 UTC
0c8aeed Test odd power of SymTridiagonal. Fixes 12068 11 August 2015, 14:34:31 UTC
1774871 Merge pull request #12498 from wildart/dSFTM-jump jump function for Mersenne Twister 11 August 2015, 13:31:23 UTC
3395826 Merge pull request #12553 from ScottPJones/spj/errorfix Fix error messages in various linalg functions, update unit tests 11 August 2015, 13:28:27 UTC
d849f60 SharedArrays: concretely type all fields, use LinearFast() Also use #10525 for indexing operations 11 August 2015, 13:15:15 UTC
ad2ebed Type stabilize normestinv for Integer elements and prepare for future Float32 and Complex{Float32} support 11 August 2015, 13:08:35 UTC
fdf5295 reduce column count in cholesky code 11 August 2015, 12:18:12 UTC
8b2dad0 fix regex example 11 August 2015, 11:40:48 UTC
7b3fe60 Merge pull request #12549 from hayd/union_show Sort the types when showing Union 11 August 2015, 11:11:52 UTC
31aa942 Move docstring bootstrapping to earlier in build. 11 August 2015, 11:07:15 UTC
8692f66 Added triu/tril for symmetric and Hermitian matrices 11 August 2015, 09:12:21 UTC
5b75f43 fixed triu/tril for diagonals 11 August 2015, 09:01:56 UTC
0434772 tril/triu for Upper/LowerTriangular types 11 August 2015, 08:57:12 UTC
cdfe7aa Added triu/tril for tridiagonal matrices 11 August 2015, 08:18:03 UTC
back to top