https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
5000628 Actually check the return value of a cholmod test for #11745 29 June 2016, 05:36:22 UTC
4fdff85 Cell array syntax has been deleted 29 June 2016, 05:36:21 UTC
0a68f79 Merge pull request #17172 from JuliaLang/jb/broadcasttype fix #4883, result type of `broadcast` for arbitrary functions 29 June 2016, 04:58:35 UTC
4a9f6d9 fix #4883, result type of `broadcast` for arbitrary functions 29 June 2016, 03:24:51 UTC
cfc10f0 Merge pull request #15859 from JuliaLang/jn/win64dwarf patch llvm to give correct win64 DWARF relocations 29 June 2016, 01:57:00 UTC
05f2e31 fix #15760, bad warning for type with same name as deprecated binding The cause was `is_exported_from_stdlib` attempting to look up the name from the top level (Main), even if it never could have resolved to Base. 29 June 2016, 01:07:33 UTC
0dcb477 Merge pull request #17159 from benmaier/llvm-python27 updated llvm python dependency to ver2.7; fixed #17157 28 June 2016, 18:59:31 UTC
3ac1e62 Merge pull request #17120 from JuliaLang/yyc/threads/mac Optimize TLS access on mac and windows 28 June 2016, 18:44:19 UTC
abbd32c Merge pull request #17136 from JuliaLang/tk/manifest2 Remove VC90 from julia-manifest 28 June 2016, 18:23:53 UTC
c775fc5 Merge pull request #16669 from dhoegh/kword Keyword display improvements 28 June 2016, 16:51:01 UTC
b44ec98 Merge pull request #17135 from JuliaLang/ksh/minitests Grab bag of mini tests 28 June 2016, 16:46:20 UTC
4cce50b Merge pull request #17143 from JuliaLang/jn/win64-saddr fix win64 linfo lookup during stackwalk 28 June 2016, 16:44:47 UTC
8d5c0d2 Merge pull request #17144 from JuliaLang/jn/win-stackwalk-null-ip win: add support for stackwalk from a null starting ip 28 June 2016, 16:44:23 UTC
397db79 Cleanup of tryparse_internal methods (#17078) * Cleanup of tryparse_internal methods, which were probably written before we had default positional arguments. As they were, they weren't allowing Bool parsing to pass through to the right tryparse_internal(Bool, ...) method. Fixes #17065 * Clarify Bool string signature and fix failing tests in datafmt * Fix failing BigInt tests by making deserialize(x::BigInt) call the appropriate parse() dispatch method 28 June 2016, 16:24:56 UTC
6804e65 Fix rational exponent tests (#17160) fixes #17156. 28 June 2016, 15:52:11 UTC
a48676c Merge pull request #17154 from JuliaLang/sb/median-slice Make `median` non-mutating on arrays. 28 June 2016, 14:17:21 UTC
b86b597 updated llvm python dependency to ver2.7; fixed #17157 28 June 2016, 11:48:46 UTC
6839a6a fix win64 linfo lookup during stackwalk use the same trick as linux to look at unwind info when the symbol lookup fails 28 June 2016, 04:17:04 UTC
09a0be0 Try to implement our own TLS on windows too since it does not seem to have a static TLS model either...... 28 June 2016, 02:58:33 UTC
76253f6 Optimize TLS access on MAC It doesn't have static TLS model and the TLS variables are emulated with `pthread_key_t`. Use `pthread` directly since it is actually faster. 28 June 2016, 02:58:23 UTC
6651f78 replace `@test_approx_eq` with ≈ (#17151) Also fix bug in hex2num, exposed due to ≈ not being broken like `@test_approx_eq`. 28 June 2016, 02:53:13 UTC
3a78d87 Merge pull request #17138 from JuliaLang/yyc/tests/llvm Fix compilation on LLVM svn 28 June 2016, 00:35:10 UTC
0ea3fad Remove VC90 from julia-manifest.xml 27 June 2016, 22:57:38 UTC
d051cb5 Merge pull request #17150 from pkofod/patch-2 Fix bugs in definitions of several Float16 methods (ref #17148). 27 June 2016, 22:25:57 UTC
56f0127 Merge pull request #16564 from JuliaLang/sb/sub-macro Create `@view` macro for creating SubArrays via indexing. 27 June 2016, 22:24:15 UTC
aaaf8fa Make `median` non-mutating on arrays. Due to a change in the behaviour of `mapslices` (#16260), `median(X,k)` would mutate the underlying array. Fixes #17153. 27 June 2016, 22:12:36 UTC
f69dc41 Merge pull request #16996 from JuliaLang/nl/bitshift Fix bitshift operators on Bool 27 June 2016, 20:16:09 UTC
22a4d8b Fix bug in several Float16 methods where the second positional argument wasn't used. Add test based on original issue #17148. 27 June 2016, 19:38:51 UTC
861100c Fix conversion Irrational => Rational (#16527) Fixes #16513. Changes generated macro to pure macro, so as to avoid breaking in future compiler changes. 27 June 2016, 16:47:15 UTC
6c4429b Merge pull request #14722 from JuliaLang/sjk/matmatmul-type-instability Fix type instability in generic matmul 27 June 2016, 16:07:01 UTC
517f197 Merge pull request #17117 from ranjanan/master Add kwarg for disabling headers in arrays 27 June 2016, 15:59:49 UTC
56d6ac6 Merge pull request #17130 from JuliaLang/ksh/testbessel Add last remaining bessel tests 27 June 2016, 15:20:43 UTC
2851831 win: add support for stackwalk from a null starting ip ref #16137 27 June 2016, 15:08:39 UTC
e1e8e9c Fix bitshift operators on Bool Previously triggered a stack overflow due to recursive definition. Multiple definitions are needed to fix ambiguities and inference issues with the generci integer method. 27 June 2016, 15:06:25 UTC
3dd9d43 Fix compilation on LLVM svn `GlobalValue::setUnnamedAddr` Ref https://github.com/llvm-mirror/llvm/commit/63b34cdf342b8265d98357008765b2563dd04e6c 27 June 2016, 10:30:58 UTC
a543e0c Merge pull request #17129 from JuliaLang/tk/makefilebug fix makefile bug in LLVM_PATCH from #16823 27 June 2016, 04:55:59 UTC
68e1dd4 Merge pull request #17089 from pkofod/densecat Make concatenation of vectors of matrices return dense matrix. 26 June 2016, 23:37:04 UTC
13d1d2f Improved error message and tests for tuple 26 June 2016, 22:40:25 UTC
a822d3c Few missing BigInt function tests 26 June 2016, 18:24:24 UTC
5ed520a Tests for contains 26 June 2016, 18:24:17 UTC
f129484 Merge pull request #17134 from JuliaLang/ksh/testnums Few missing tests for Numbers 26 June 2016, 17:57:07 UTC
d4e7881 Introduce AbstractWorkerPool, CachingPool (#16808) * Introduce CachingPool * doc fixes 26 June 2016, 17:29:37 UTC
e1ffd6b Few missing tests for Numbers 26 June 2016, 16:13:36 UTC
51abcf1 Add last remaining bessel tests Missed a few DomainErrors and Float32 fallbacks. 26 June 2016, 13:31:31 UTC
3a51d11 Merge pull request #17122 from JuliaLang/kc/dict_spec specialize on dict keys 26 June 2016, 12:06:45 UTC
fb01c7e fix makefile bug in LLVM_PATCH from #16823 was resulting in the last patch file not getting applied, my bad - needed doubled `$` so the variable expansion happens after the LLVM_PATCH macro gets expanded, not at its definition (makefiles should not be written by humans) 26 June 2016, 11:17:39 UTC
d4e8792 Fix so method errors caused by keywords is displayed as the original method in show_method_candidates with a text stating the not matching keyword. Fix #15639 26 June 2016, 08:57:24 UTC
5bb245e specialize on dict key 26 June 2016, 04:55:04 UTC
664f8b7 patch llvm win64 dwarf4 relocations afaict, this is how other platforms treat this flag 26 June 2016, 03:01:33 UTC
57904dc Add test for showarray without header 26 June 2016, 00:05:13 UTC
10d4d2c Fix type instability in generic matmul Also make sure that intermediate values are promoted to the output type 25 June 2016, 21:58:16 UTC
a2709fd Allow removing header 25 June 2016, 20:32:06 UTC
d19e6f7 Merge pull request #17091 from JuliaLang/yyc/gc/pool-addr Optimize allocation in generated code 25 June 2016, 15:00:24 UTC
eb7581e Optimize allocation in generated code. * Passing TLS pointer explicitly to the GC * Inline pool offset and metadata for all pool sizes instead of only few special cases. 25 June 2016, 13:37:46 UTC
85535ae Merge pull request #17104 from JuliaLang/teh/inferrable_sharedarray Make the SharedArray constructor inferrable. Fixes #17101 25 June 2016, 12:04:34 UTC
539142e Make the SharedArray constructor inferrable. Fixes #17101 25 June 2016, 11:19:29 UTC
2d23bac Further tests. 25 June 2016, 09:54:03 UTC
1a1a9a6 Merge pull request #17081 from JuliaLang/yyc/gc/finalize-ptr Optimize finalizers 25 June 2016, 02:49:31 UTC
6ddf9bc Merge pull request #17095 from JuliaLang/amitm/shmemperf initialize underlying array in sharedarray at construction time 25 June 2016, 02:16:08 UTC
e10bd49 Merge pull request #17085 from JuliaLang/teh/pda_params Performance tweaks for PermutedDimsArray 25 June 2016, 02:13:32 UTC
e135774 initialize underlying array in sharedarray at construction time 24 June 2016, 20:34:59 UTC
6df19ad Make concatenation of vectors of matrices return dense matrix. 24 June 2016, 14:23:48 UTC
23a8f42 Optimize `jl_add_*_finalizer` fast path to avoid a lock * Make `finalizer_list` thread local * Optimize usage of `arraylist_t` in `gc.c` * Also starts to explicitly pass `ptls` around to reduce TLS access overhead More consistently use `ptls` for the tls pointer of the current thread and `ptls2` for the tls pointer of other threads. 24 June 2016, 14:08:34 UTC
6f9c469 Optimize C finalizer 24 June 2016, 11:44:59 UTC
d14a613 Special case codegen of ccall(:jl_get_ptls_states) 24 June 2016, 11:44:59 UTC
8146e9b Specialize isperm and invperm on tuples of lengths 0, 1, and 2 This speeds up construction of PermutedDimsArrays 24 June 2016, 11:31:47 UTC
54bc917 PermutedDimsArray: move iperm into the type parameters This leads to a 10% speedup on getindex-heavy benchmarks, and makes row-major sums over row-major matrices indistinguishable (performance-wise) from column-major sums over column-major matrices. 24 June 2016, 10:35:56 UTC
beab3b6 Merge pull request #16249 from JuliaLang/teh/morespecific_vararg Fix specificity with bound varargs 24 June 2016, 09:12:13 UTC
9614c40 Fix specificity with bound varargs 24 June 2016, 01:29:33 UTC
26fec34 Merge pull request #16665 from jgrg/master Escape elementwise operators in :obj: links 23 June 2016, 21:09:41 UTC
e62b204 Merge pull request #17011 from JuliaLang/jn/compile-output2 fix compile-all / anticodegen mode 23 June 2016, 20:03:40 UTC
d9fecbf Merge pull request #17069 from TotalVerb/patch-1 Typo: second ⇒ seconds 23 June 2016, 03:16:44 UTC
2d49a71 Typo: second ⇒ seconds [ci skip] 23 June 2016, 03:01:00 UTC
65c6e6e Merge pull request #17036 from Sacha0/multilinedocstrings Explain multiline method signature inter-line character alignment reqs. in CONTRIBUTING.md 23 June 2016, 02:47:07 UTC
7176754 Merge pull request #17006 from JuliaLang/teh/append Support `append!(::Vector, iter)` 23 June 2016, 02:44:48 UTC
fbe6e5a Merge pull request #16979 from Sacha0/backslashfix Simple but inelegant fix for #16548 23 June 2016, 02:42:03 UTC
bb67bd3 Merge pull request #17012 from JuliaLang/ksh/doxtrmv Fix #16280 (trmv documentation) 23 June 2016, 02:28:32 UTC
1f74697 Merge pull request #17021 from JuliaLang/sb/sub2view-changes add #16972 to NEWS.md 23 June 2016, 02:25:12 UTC
8fc4145 Merge pull request #17020 from JuliaLang/ksh/bidiagdoc Added type info to function sigs in Bidiagonal 23 June 2016, 02:24:10 UTC
dc61772 Merge pull request #17063 from ginggs/patch-1 Fix inconsistent use of GNU_SOURCE while building libuv 23 June 2016, 02:22:08 UTC
b23c812 Merge pull request #17067 from JuliaLang/amitm/zeroshmem fix sharedarrays for singleton immutables 23 June 2016, 02:11:48 UTC
8221cfb fix sharedarrays for singleton immutables 23 June 2016, 00:13:36 UTC
37f1922 fix serializer missing certain typename caches 22 June 2016, 20:13:19 UTC
dbea5c3 fix zero-arg case of ambiguous method error printing 22 June 2016, 19:47:21 UTC
b3c9f1c Add a note to CONTRIBUTING.md explaining the required inter-line character alignment of multiline method signatures in doc/stdlib/*.rst. 22 June 2016, 16:18:52 UTC
c20199e Merge pull request #17035 from JuliaLang/ksh/doclq Add documentation for LQ factorization 22 June 2016, 13:40:27 UTC
f0f8b9c Merge pull request #17030 from JuliaLang/ksh/docpkg More docs for Pkg 22 June 2016, 13:39:41 UTC
7769d5f Merge pull request #16592 from JuliaLang/ksh/logdetri Add logdet for Triangular types 22 June 2016, 13:14:44 UTC
6c06290 Fix inconsistent use of GNU_SOURCE Julia is built with GNU_SOURCE, defined https://github.com/JuliaLang/julia/blob/master/src/Makefile#L21 but the embedded copy of libuv is not. See https://bugs.debian.org/748573 22 June 2016, 12:51:22 UTC
45fa65f Merge pull request #17054 from Sacha0/dropzerosqual Remove qualifications from dropzeros[!] calls in sparse tests 22 June 2016, 01:51:00 UTC
5ed294d Merge pull request #17052 from JuliaLang/jn/dates-noevil calculate ismonday with 100% less eval 21 June 2016, 21:43:41 UTC
f9dc84f Merge pull request #17008 from JuliaLang/teh/ambig_printing Fix MethodError printing in case of ambiguity 21 June 2016, 21:19:22 UTC
dbac013 Remove documentation of factorial(n,k) (#17055) This method for `factorial' has been moved to Combinatorics packages. 21 June 2016, 19:30:25 UTC
559430f Remove qualifications from dropzeros[!] calls in sparse tests. 21 June 2016, 18:34:22 UTC
111d72a Fix MethodError printing in case of ambiguity 21 June 2016, 17:46:36 UTC
13008a5 use new test_broken macro for broken splitext tests (#17048) 21 June 2016, 15:53:23 UTC
a6e9ae3 calculate ismonday with 100% less eval 21 June 2016, 15:39:14 UTC
2b98339 Merge pull request #17039 from JuliaLang/jb/fix17016 fix #17016, method sort order of `map(f, ::Tuple, ::Tuple)` 21 June 2016, 15:37:31 UTC
94a54c1 base/test.jl: fix some doc verbiage 21 June 2016, 13:28:35 UTC
3aafa05 Merge branch 'sk/test_broken' (to retain authorship information) 21 June 2016, 12:36:56 UTC
back to top