https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
37e6390 add type assertions to work around inference problem (fix #9772) 26 February 2016, 13:23:25 UTC
d0fb7a3 fixes to plan inversion and mutating plan multiplication, with tests 26 February 2016, 13:23:25 UTC
aaecde5 documentation for new plan interface, deprecate old-style plan(A) calls 26 February 2016, 13:23:25 UTC
a74d38e rearrange to use dispatch rather than function pointers for FFT steps 26 February 2016, 13:23:25 UTC
6142e3f slightly smaller FFT twiddle arrays, fix disabled radix-2 step, include twiddlw Bluestein in tests 26 February 2016, 13:23:25 UTC
8adbb0a new DFT api 26 February 2016, 13:23:25 UTC
009cede Merge pull request #15251 from martinholters/sparsesqueeze squeeze for sparse matrices 26 February 2016, 12:53:30 UTC
026fa10 Merge pull request #15242 from Sacha0/mitsparse MIT-licensed sparse() parent method and expert driver, take two 26 February 2016, 12:51:59 UTC
8b49805 Merge pull request #15249 from JuliaLang/tk/travisi386fix attempt to fix 32 bit linux travis 26 February 2016, 12:44:33 UTC
cbd47f2 Add a test that should have been part of #5492 26 February 2016, 11:21:46 UTC
b684db0 attempt to fix 32 bit linux travis apt-get plugin changed behavior today, causing a dpkg configuration failure that was previously non-fatal to now cause the build to error [av skip] setting ARCH in Make.user appears to be the only way to get multilib 32 bit compilation working without breaking either libgit2 or openblas Add more gcc-5 symlinks for llvm 26 February 2016, 10:57:44 UTC
7c54abd Add test for squeeze on sparse matrices. 26 February 2016, 08:50:25 UTC
23a906d Do not fail with KeyError in file test if USER is not set 26 February 2016, 08:22:32 UTC
4563526 Remove throwing squeeze(::SparseMatrixCSC, ::Dims). The default implementation in abstractarray.jl does the right thing now, so no need to throw an error instead of letting it work. 26 February 2016, 08:06:10 UTC
526a057 Merge pull request #15231 from JuliaLang/tk/calldoc Remove no longer accurate documentation about Base.call 26 February 2016, 05:32:29 UTC
31e041e Merge pull request #14702 from Sacha0/fkeepvrienden MIT-licensed SparseMatrixCSC fkeep! and children 26 February 2016, 03:10:38 UTC
65a30ba Replace the LGPL-licensed sparse() parent method with an MIT-licensed version. See #13001 and #14631. 26 February 2016, 01:16:08 UTC
61ff48b skip expression heads in resolve-scopes 26 February 2016, 00:49:26 UTC
a347677 fix #15240, support NULL pointer argument to `jl_realloc` 25 February 2016, 20:43:56 UTC
7f845ff Merge pull request #15208 from JuliaLang/ob/captsp Fix captured static param lowering 25 February 2016, 17:06:03 UTC
2abddf7 Fix sphinx errors 25 February 2016, 04:13:25 UTC
17af4e5 Remove import of Base.call in docsystem 25 February 2016, 03:48:47 UTC
2c569e9 Remove no longer accurate documentation about Base.call 25 February 2016, 03:40:15 UTC
eb9b743 Fix make docs in cygwin cross compile 25 February 2016, 03:39:31 UTC
d3508d2 Merge pull request #15201 from cormullion/bbedit-textwrangler-julia contrib: updated BBEdit/TextWrangler editor language syntax plist file for Julia 0.4 25 February 2016, 02:36:12 UTC
f893c06 Replace the LGPL-licensed SparseMatrixCSC fkeep! method and children tril!, triu!, droptol!, and dropzeros[!] with MIT-licensed versions. See #13001 and #14631. Also add a test for dropzeros!. 24 February 2016, 23:37:11 UTC
101b65d Merge pull request #14690 from sarvjeetsinghghotra/lu-logdet Changes in LU logdet. 24 February 2016, 20:14:13 UTC
bd7adbf Merge branch 'master' of github.com:JuliaLang/julia 24 February 2016, 17:10:29 UTC
bc7728f Merge pull request #15203 from JuliaLang/anj/arrayalloc Remove arrayalloc benchmarks 24 February 2016, 16:58:52 UTC
9bb5881 remove redundant AST copying code 24 February 2016, 16:30:32 UTC
2f5975c Merge pull request #15199 from mbauman/mb/scalarsubindexing SubArray: Fix scalar indexing with non-Int values 24 February 2016, 16:03:37 UTC
b252d61 Merge pull request #15200 from JuliaLang/anj/cholp Fix parameter initialization for array type in PivotedCholesky 24 February 2016, 15:57:51 UTC
4d8f5bf Merge pull request #15198 from JuliaLang/anj/similar Use Matrix for similar(SpecialMatrix, shape) instead of throwing 24 February 2016, 15:57:27 UTC
86f42bc Merge pull request #15204 from JuliaLang/ksh/fixlq Exports, bug fixes, and tests for LQ 24 February 2016, 15:55:28 UTC
4fd6489 Merge pull request #15216 from pkofod/pkm/morerationals Increase coverage by testing show, read, ^, and round (withmodes). 24 February 2016, 15:17:11 UTC
65a2473 Merge pull request #14936 from JuliaLang/sb/givens Remove ordering constraint for Givens rotations 24 February 2016, 15:14:53 UTC
f5338c8 Increase coverage by testing show, read, ^, and round (withmodes). 24 February 2016, 14:09:54 UTC
e42b26e Fix captured static param lowering Captured static parameters by other methods of the same generic closure were only added to the '(method ...) expr but not in the vinfo of the '(lambda ...) if said parameter was not used in the definition. Fixes #15180 24 February 2016, 00:04:52 UTC
3dd6d69 SubArray: Fix scalar indexing with non-Int values Fix #15168 23 February 2016, 23:04:48 UTC
ec812ac Merge pull request #15202 from JuliaLang/yyc/cie-personality Fix skipping of personality data in CIE parser 23 February 2016, 22:49:21 UTC
2ba8cfa Update arrayalloc benchmarks to be asymptotically independent of of the matrix size. 23 February 2016, 20:58:52 UTC
3959e37 Exports, bug fixes, and tests for LQ 23 February 2016, 20:45:38 UTC
e696f0a Use Matrix for similar(SpecialMatrix, shape) instead of throwing and try to be consistent across the special matrices. Fixes #15193. 23 February 2016, 20:35:46 UTC
199034c Merge pull request #15007 from morris25/add_chown RFC: added chown 23 February 2016, 20:29:16 UTC
451f3e1 Merge pull request #15014 from JuliaLang/sb/ldots \dots -> \ldots 23 February 2016, 19:27:03 UTC
1d59765 Fix skipping of personality data in CIE parser. 23 February 2016, 18:24:21 UTC
5460f8d Contrib: updated BBEdit editor language syntax plist file for Julia 0.4 Contrib: updated BBEdit editor language syntax plist file for Julia 0.4 23 February 2016, 17:45:11 UTC
a7c2395 Fix parameter initialization for array type in PivotedCholesky 23 February 2016, 16:06:30 UTC
8679538 Merge pull request #15188 from JuliaLang/jb/fix15186 fix #15186, regression in `if` lowering 23 February 2016, 15:23:20 UTC
8732f67 adding chown to base filesystem functions 23 February 2016, 14:38:51 UTC
dc86200 Add \ldots symbol (supplement \dots) 23 February 2016, 14:10:35 UTC
4ce06c2 Add instructions for Raspberry Pi Zero 23 February 2016, 09:49:05 UTC
f663356 fix #15186, regression in `if` lowering 23 February 2016, 04:45:51 UTC
116676f Merge pull request #14947 from morris25/recursive_chmod Add in recursive abilities to chmod 23 February 2016, 03:55:52 UTC
627567d Merge pull request #15187 from JuliaLang/jb/fix15163 fix #15163, serialize of types with parameters 23 February 2016, 03:52:20 UTC
6f2ac3c Merge pull request #15179 from pkofod/issparse Address issparse for specialized matrix types part of #13096 23 February 2016, 02:23:20 UTC
b92f105 Merge pull request #12497 from JuliaLang/yyc/staged-gensym Test for gensyms in staged functions 23 February 2016, 01:52:16 UTC
7d0c557 Merge pull request #15183 from justbur/julia-mode-indent-strings julia-mode: Indent manually inside multi-line strings 23 February 2016, 00:13:37 UTC
34e9516 More hygienic JL_GC_PUSHARGS. 22 February 2016, 21:36:35 UTC
63087c5 julia-mode: Indent manually inside strings with \n Don't try to automatically indent when inside strings with newline characters. We don't want to add indentation where it is not intended, so any automatic formatting should not assume that we want to indent inside a string. This also fixes #12419, because we won't get confused by keywords in multi-line strings. Because it is still useful, make TAB and <backtab> increase and decrease indentation when called inside a string. 22 February 2016, 20:51:57 UTC
20b33da Merge pull request #15156 from justbur/julia-mode-indent julia-mode: Indentation fixes 22 February 2016, 20:34:37 UTC
0d4de5a julia-mode: Improve paren indent perf Replace julia-paren-indent with a version that uses the higher level function backward-up-list to find any previous opening parentheses. This function automatically skips balanced expressions like strings, as well as comments. On some test files the time to indent falls by more than 75% with this change, even after increasing the threshold for paren lookback to 10k. Note the threshold is removed in this version. 22 February 2016, 20:16:13 UTC
c284efe julia-mode: Fix indent for hanging ops and module Introduce julia-indent-hanging to calculate indentation following any hanging operators as defined in julia-hanging-operator-regexp on the previous line. If a line follows a hanging operator increase the indentation by one increment, unless it is preceded by two hanging operators. julia-hanging-operator-regexp is taken from julia-parser.scm. Added two tests Fixes #15118 Fix indentation after module kw Register "module" as a keyword that starts a block, and add to new var julia-block-start-keywords-no-indent for block keywords that should not increase the indentation level. Fixes #11559 22 February 2016, 20:16:13 UTC
1b7d009 Merge pull request #15177 from JuliaLang/yyc/fast-doc Make doc collection 600x faster in genstdlib.jl 22 February 2016, 20:00:08 UTC
aa08b2a Merge pull request #15178 from JuliaLang/yyc/export-statstruct Export StatStruct from FileSystem instead of Base. 22 February 2016, 19:02:40 UTC
2228674 Test for symbol collision in staged function with unused arguments. Close #12474 22 February 2016, 18:56:19 UTC
72cf128 Add in recursive abilities to chmod 22 February 2016, 18:43:07 UTC
6c3190e fix #15163, serialize of types with parameters broken because serializing type data can now populate the object table, so the id for the instance we're trying to send needs to be established after. 22 February 2016, 18:30:15 UTC
1b27f62 Merge pull request #15185 from JuliaLang/sk/comments-for-tony clipboard: add some comments 22 February 2016, 16:08:00 UTC
2f43113 clipboard: add some comments 22 February 2016, 15:49:57 UTC
5668daf Add issparse methods for specialized matrix types. 22 February 2016, 09:25:55 UTC
772d903 Merge pull request #15145 from jacobflath/jdf/genericsubarraytests Adding SubArray tests to generic.jl, includes fix for linreg bug found 21 February 2016, 22:58:35 UTC
ef97801 Merge pull request #15121 from JuliaLang/sb/printf-hex-int add `ini_HEX` method for ints 21 February 2016, 21:16:51 UTC
e907068 Merge pull request #15164 from JuliaLang/amitm/test11062 add test for local variables created after localized vars (#11062) 21 February 2016, 21:08:36 UTC
c20f1e1 Merge pull request #15154 from JuliaLang/jn/compileall_travis CI-test the compile-all mode 21 February 2016, 21:07:07 UTC
c6dae70 Merge pull request #15169 from JuliaLang/yyc/unwind-segfault Catch segfault in unwinder 21 February 2016, 20:41:29 UTC
8241f60 Export StatStruct from FileSystem instead of Base. Fix doc. 21 February 2016, 20:37:45 UTC
e3c1b22 Make doc collection 600x faster in genstdlib.jl 21 February 2016, 19:21:23 UTC
dbae7b9 Merge pull request #14835 from eschnett/eschnett/complex-fast-div Inline complex div_fast routine 21 February 2016, 18:08:00 UTC
8c6c37c Changed logdet method for LU for better performance. Also, removed logdet for complex subtypes because the logdet for real is also sufficient for complex. Pointed out by andreasnoack in PR #14643. 21 February 2016, 08:56:15 UTC
7a27cc9 Catch segfault in unwinder 21 February 2016, 04:50:24 UTC
a48f458 Merge pull request #15165 from bicycle1885/patch1 remove the second argument of LineEdit.keymap_fcn 21 February 2016, 03:46:32 UTC
c8b84b6 Merge pull request #15126 from eschnett/eschnett/atomic-rmw Update atomic_rmw operations to use acq_rel ordering; introduce fence 21 February 2016, 01:27:17 UTC
d8de6cf Merge pull request #15159 from ihnorton/f13229 Add test for fixed #13229 21 February 2016, 00:41:45 UTC
34ec585 Update atomic_rmw operations to use acq_rel ordering; introduce fence with seq_cst ordering - set memory ordering for atomic loads to acquire - set memory ordering for atomic stores to release - set memory ordering for atomic rmw operations to acq_rel - introduce fence instruction with seq_cst ordering - add test cases See #15106 for a related discussion. 20 February 2016, 23:41:28 UTC
8b97fa4 Merge pull request #15157 from pkofod/master Remove superflous *one(T) in det for Unit...Triangular{T} 20 February 2016, 17:06:03 UTC
92069dc Merge pull request #15160 from JuliaLang/tk/blas Complex symv and syr are part of lapack, not blas 20 February 2016, 16:47:15 UTC
a2ddffa Merge pull request #14797 from eschnett/eschnett/int-cmp Make signed-unsigned integer comparisons more uniform 20 February 2016, 16:07:14 UTC
a415911 Merge pull request #14922 from JuliaLang/sb/sinpi Complex trig function cleanup 20 February 2016, 15:31:48 UTC
4440e02 Merge pull request #15162 from JuliaLang/yyc/fast_profile Use timer_create for profiling on linux 20 February 2016, 15:16:46 UTC
c0985f8 remove the second argument of LineEdit.keymap_fcn This second argument, which indicates state of prompt, is never used in the function. This is confusing at least, and may result in bugs that are hard to find out. 20 February 2016, 13:42:53 UTC
bc64d3a Merge pull request #15080 from JuliaLang/teh/max_tupletype_len RFC: Life, the universe, and MAX_TUPLETYPE_LEN 20 February 2016, 11:22:09 UTC
076fb31 add test for local variables created after localized vars (#11062) 20 February 2016, 10:45:33 UTC
de1f565 Merge pull request #15144 from mbauman/mb/strange-indices Better SubArray support for strange indices 20 February 2016, 06:40:19 UTC
2a99196 Use timer_create instead of sigtimedwait on linux for profiling 20 February 2016, 05:31:07 UTC
3a90d3d Complex symv and syr are part of lapack, not blas only makes a difference when separate libraries are being used for blas vs lapack 20 February 2016, 04:37:38 UTC
2325e3d Add test for fixed #13229 20 February 2016, 03:06:51 UTC
1757229 Merge pull request #15102 from JuliaLang/cjh/lufact-overhaul lufact overhaul 20 February 2016, 01:18:07 UTC
6143237 Missing semicolon for MSVC 20 February 2016, 01:16:19 UTC
0d48dda Merge pull request #15140 from justbur/julia-mode-move-ert-tests julia-mode: Move tests to new file and improve 20 February 2016, 01:03:59 UTC
back to top