https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
e5693ca mark key builtin types as immutable 05 January 2016, 18:53:07 UTC
b545d10 hide internal fields of typename svec is supposed to be immutable and not contain null. the usage in typename violates both however, leading to issues such as #14564 05 January 2016, 18:42:19 UTC
84a4b3f Merge pull request #14563 from JuliaLang/jb/genericmacros make macros generic functions 05 January 2016, 15:51:57 UTC
7de4648 make macros generic functions fix #9627, fix #8846, fix #8701 helps #3377, but additional work is needed there 05 January 2016, 04:06:17 UTC
01df9b1 Merge pull request #14554 from JuliaLang/nl/unicodeerror Fix parentheses in two UnicodeError messages 04 January 2016, 13:57:36 UTC
0e5a3a1 Fix parenthesis in another UnicodeError message 04 January 2016, 09:30:39 UTC
c70ab26 Merge pull request #14534 from jgoldfar/fix-14533 Fix #14533 04 January 2016, 02:04:17 UTC
1d46ca4 Merge pull request #14551 from JuliaLang/yyc/arm-align Fix SIGBUS in the `random` test on ARM. 04 January 2016, 00:07:53 UTC
fb73169 Merge pull request #14430 from JuliaLang/kf/llvmpatches Add necessary patches for LLVM 3.7(.1) 03 January 2016, 21:43:01 UTC
c7b1854 Merge pull request #14389 from JuliaLang/teh/rookpivoting Support rook-pivoting in bkfact 03 January 2016, 20:14:40 UTC
fd86087 Fix SIGBUS in the `random` test on ARM. We should be robust against non-16bytes aligned addresses but it still has to be naturally aligned. 03 January 2016, 19:49:14 UTC
9c34e57 Make it easier to build with clang on mingw 03 January 2016, 19:28:06 UTC
145687f Clean up module initialization Make jl_setup_module idempotent and remove a bunch of ad-hoc code that was supposed fix up the module after creating the execution engine. In the process, fix a bug where not all modules would have the layout set, causing mis-optimizations. 03 January 2016, 19:28:01 UTC
c486046 Set incoming stack boundary for libjulia on win32 03 January 2016, 19:16:44 UTC
feffe94 Mirror LLVM 3.7.1 sources on S3 03 January 2016, 19:12:35 UTC
a38fa5f Add necessary patches for LLVM 3.7(.1) And make ORC JIT the default for those LLVM versions. This does not activate the new LLVM versions by default yet, to give time to update everything on CI, etc., but doing the actual activation is a one line change after this. 03 January 2016, 19:12:34 UTC
ba3d210 Merge pull request #14547 from JuliaLang/nl/unicodeerror Remove wrong parentheses in two UnicodeError messages 03 January 2016, 17:46:00 UTC
eb73a22 Remove wrong parenthesis in UnicodeError message 03 January 2016, 14:14:06 UTC
00f8e12 Merge pull request #14529 from JuliaLang/teh/subarray_linindex Fix stride1 computation for sub. Fixes #14509 03 January 2016, 12:14:17 UTC
10f923a Merge pull request #14537 from hayd/rst2 More moving docstrings out of helpdb 03 January 2016, 05:32:13 UTC
4c623bc Move some libc docstrings out of windows_only blocks. 03 January 2016, 03:38:33 UTC
fa13a73 Move mysnc docstring out of unix_only block. 03 January 2016, 01:28:56 UTC
e55c22a Move most of Dates' docstrings inline, out of helpdb. 02 January 2016, 23:28:06 UTC
fee2ea5 Move Profile docstrings inline, out of helpdb. 02 January 2016, 23:28:06 UTC
8e3f3f0 Move libc and libdl docstrings inline, out of helpdb. 02 January 2016, 23:19:35 UTC
90003c3 Move BLAS docstrings inline, out of helpdb. 02 January 2016, 23:19:34 UTC
ed85e3b Merge pull request #14530 from hayd/rst Remove last rst docstrings 02 January 2016, 23:18:52 UTC
86e6d7f Fix named link in sparematrix docstring. 02 January 2016, 21:07:18 UTC
032157e Replace with_output_limit in dump and xdump with correct IOContext. Fix #14533 02 January 2016, 18:21:56 UTC
31b04bd Merge pull request #14532 from JuliaLang/teh/localindexes2 Some documentation improvements for SharedArrays and Profile.print 02 January 2016, 18:04:40 UTC
2e80103 Fix markdown syntax and run genstdlib. 02 January 2016, 17:36:25 UTC
b2f333d Document Makefile syntax for genstdlib documentation 02 January 2016, 13:11:00 UTC
5e72ae2 Fix and update documentation for Profile.print 02 January 2016, 13:11:00 UTC
edc762c Document `localindexes` and `SharedArray(filename, ...)`. 02 January 2016, 13:10:42 UTC
fe47de1 Support rook-pivoting in bkfact 02 January 2016, 11:39:07 UTC
bbc95e2 Move collection docs out of helpdb. 02 January 2016, 09:08:53 UTC
0152afc Remove RST remnants to pure Markdown. See #14378. 02 January 2016, 09:08:53 UTC
6d7a50b Merge pull request #14528 from JuliaLang/jverzani-patch-1 update linspace to n=50, from n=100 to match code. 02 January 2016, 08:20:46 UTC
03a5b9f Merge pull request #14520 from JuliaLang/sb/intfloat-eqchk Fix #10124 by adding check for undefined behaviour 01 January 2016, 23:47:27 UTC
2c90f8f Fix stride1 computation for sub. Fixes #14509 01 January 2016, 23:32:04 UTC
f8c6aac Merge pull request #14522 from JuliaLang/yyc/lapack-info-ref Use Ref{BlasInt} instead of Vector{BlasInt} for lapack info return. 01 January 2016, 21:53:50 UTC
1691efd Merge pull request #14338 from JuliaLang/nl/supertype Rename super() to supertype() 01 January 2016, 18:25:56 UTC
f0f25f8 Merge pull request #14513 from MichaelHatherly/mh/merge-doc-containers Merge FuncDoc and TypeDoc 01 January 2016, 18:15:03 UTC
a139315 update linspace to n=50, from n=100 to match code. Fix to documentation for linspace linspace is defined in https://github.com/JuliaLang/julia/blob/master/base/range.jl#L235 to have a default of n=50 points, not n=100. 01 January 2016, 17:57:19 UTC
df648f1 Rename super() to supertype() This name is more explicit and consistent with subtypes(). Also rename promote_to_super() for consistency, but without deprecation as it isn't exported. 01 January 2016, 16:12:41 UTC
9bab4da Merge pull request #14524 from eschnett/eschnett/typo Correct typo in comment 01 January 2016, 05:17:30 UTC
5459d33 Use Ref{BlasInt} instead of Vector{BlasInt} for lapack info return. Fix method error with LAPACK 3.6.0 in svd test. 31 December 2015, 20:42:33 UTC
0526715 Correct typo in comment [ci-skip] 31 December 2015, 20:18:48 UTC
2655c27 Merge pull request #14523 from JuliaLang/vs/fftw Fix the FFTW build process 31 December 2015, 20:00:59 UTC
65564e1 update fftw build process 31 December 2015, 18:26:19 UTC
aa739ec Fix #10124 by adding check for undefined behaviour 31 December 2015, 13:37:16 UTC
b2f4b07 Disable few more checks in the build. 31 December 2015, 12:07:01 UTC
f67d757 Merge pull request #14517 from JuliaLang/vs/depstests Disable check targets in deps during a regular build. 31 December 2015, 11:38:05 UTC
43127aa Disable check targets in deps during a regular build. 31 December 2015, 10:38:01 UTC
0984f6c Merge pull request #14500 from JuliaLang/yyc/aarch64 Fix compilation on AArch64 31 December 2015, 04:52:32 UTC
02aeb44 Merge pull request #13825 from JuliaLang/jn/iocontext introduce IOContext and ImmutableDict to fix some of show, print, & friends 31 December 2015, 02:45:33 UTC
91ba0f7 Merge pull request #14514 from JuliaLang/jb/dlfind_win32_e consistenly use jl_dlsym_e in jl_dlfind_win32 31 December 2015, 00:16:37 UTC
2535fbe consistenly use jl_dlsym_e in jl_dlfind_win32 30 December 2015, 22:06:24 UTC
25c3659 bail out of type inference on too many exception handlers this significantly speeds up the test suite on jb/functions 30 December 2015, 21:56:54 UTC
2dca1f8 allow types containing Union{} to be ordered want to use the sorted part of the type cache as much as possible 30 December 2015, 21:55:59 UTC
4bd7f65 Merge `FuncDoc` and `TypeDoc` Combines the two composite docstring containers used in `Base.Docs`. They have rather similar fields and in all uses have been treated in a in a similar manner. Since neither `FuncDoc` nor `TypeDoc` were exported and weren't exposed to users of `at-doc` (this always returns a `Markdown.MD` object), this shouldn't be a breaking change. 30 December 2015, 21:22:10 UTC
95ee269 Merge pull request #14511 from JuliaLang/yyc/libuv-aarch64 Bump libuv version to include linux AArch64 fix 30 December 2015, 19:59:37 UTC
7161449 Bump libuv version to include linux AArch64 fix. 30 December 2015, 18:48:15 UTC
01c701f Merge pull request #14501 from JuliaLang/yyc/stack_rng Don't use pthread_*_np functions to get stack master thread 30 December 2015, 03:17:02 UTC
6bf6f35 Merge pull request #14503 from JuliaLang/jb/fix14482 fix #14482, inference regression on `map(::Type{Int8}, ::Vector{Int})` 29 December 2015, 21:09:03 UTC
b438225 fix #14482, inference regression on `map(::Type{Int8}, ::Vector{Int})` also fixes an older problem where `convert(Type{Int}, Float32)` sometimes returned a value, depending on what got into the method cache. 29 December 2015, 19:57:33 UTC
c671df9 fix #14481, repr of 3+ arg calls to comparison operators e.g. `in(1,2,3)` 29 December 2015, 17:18:37 UTC
b99803b fix #14477, `new(new())` 29 December 2015, 17:17:04 UTC
426d5ac Fix is_addr_on_stack on OSX 29 December 2015, 14:01:42 UTC
90db5bd Don't use pthread_*_np functions to get stack master thread They seems to return bogus values for master thread on Linux and possibly OSX. 29 December 2015, 13:41:29 UTC
45d08d6 Fix compilation on AArch64 29 December 2015, 06:32:14 UTC
b1a2d54 Update arrayalloc performance benchmark to 0.5 slicing Make all the default target in the makefile 28 December 2015, 13:52:10 UTC
57eb9c1 Merge pull request #14444 from JuliaLang/anj/ggsvd3 Add xggsvd3 wrappers. 28 December 2015, 13:39:15 UTC
1380bfe Fix the typo in basedocs.jl examples in function map on line 557 fixes #14484 27 December 2015, 15:31:36 UTC
c072d1c Address Further ORC review comments 25 December 2015, 15:07:30 UTC
79a0d7b Merge pull request #14449 from JuliaLang/nl/ios Two I/O related fixes 24 December 2015, 23:32:39 UTC
52fecaf deprecate tty_size, replace with iosize & export it 24 December 2015, 23:15:08 UTC
17341ff fix operator precendence printing of (binop)::Expr.typ 24 December 2015, 23:15:08 UTC
fff2b9a modify methodshow and helper methods to feed a tvar_env into the printing of a method signature for example, this turns: rand{T<:Union{Bool,Int16,Int32,Int64}}(::Type{T<:Union{Bool,Int16,Int32,Int64}}) at random.jl:38 into: rand{T<:Union{Bool,Int16,Int32,Int64}}(::Type{T}) at random.jl:38 and it resolves ambiguous expressions such as: foo{T,N}(::Array{T,N}, ::Vector, ::Array) which used to be printed as: foo{T,N}(::Array{T,N}, ::Array{T,1}, ::Array{T,N}) by printing it instead as: foo{T,N}(::Array{T,N}, ::Array{T<:Any,1}, ::Array{T<:Any,N<:Any}) 24 December 2015, 23:15:08 UTC
4706184 reimplement show context global/tls variables as local state contained in a new IOContext lightweight wrapper type 24 December 2015, 23:15:08 UTC
1fe1391 implement an ImmutableDict type this is designed to be used as the basis for the IOContext type also fix a bug in testing equality of a self-referential dict (with added test) 24 December 2015, 23:15:03 UTC
cf862eb refactor AbstractPipe in terms of pipe_reader/pipe_writer instead of .out/.in 24 December 2015, 23:11:00 UTC
5a9824a Merge pull request #14473 from JuliaLang/yyc/stack_init Threading compatible way for getting stack size and address 24 December 2015, 13:01:33 UTC
b108336 Merge pull request #14480 from crayxt/patch-1 Unbreak LLVM_SVN build 24 December 2015, 11:23:39 UTC
b67609b Update cgutils.cpp with LLVM38 API change. 24 December 2015, 10:36:26 UTC
c994331 Update codegen.cpp with LLVM38 API change. 24 December 2015, 10:28:53 UTC
a223af9 Threading compatible way for getting stack size and address 23 December 2015, 16:15:35 UTC
15c70cb Add xggsvd3 wrappers. The subroutines replace xggsvd in LAPACK 3.6.0 so calls are made conditionally on the existence of the symbols by defining a constant with the LAPACK version number. Make blasfunc a macro such that it can be called without @eval $name. 23 December 2015, 15:26:29 UTC
3642c96 Merge pull request #14461 from JuliaLang/ksh/sparsediag Added sparse*diagonal, diagonal*sparse methods and tests. Fixes #14416. 23 December 2015, 03:43:08 UTC
6b607e0 Added sparse*diagonal, diagonal*sparse methods and tests. Fixes #14416. 22 December 2015, 19:32:11 UTC
65937f4 Merge pull request #14436 from eschnett/eschnett/avoid-int128-try Avoid expensive try-catch for Int128 division 22 December 2015, 16:30:20 UTC
f1ae025 Merge pull request #14292 from rfourquet/powermod-Int128 use BigInt version of powermod for [U]Int128 22 December 2015, 14:55:59 UTC
58e39c7 fix zero-argument `@threadcall` (close #14468) 22 December 2015, 14:45:27 UTC
4493da9 Merge pull request #14464 from thofma/md Fix markdown plain rendering of horizontal rule 22 December 2015, 10:43:12 UTC
e448ace Fix markdown plain rendering of horizontal rule 22 December 2015, 08:59:51 UTC
15976b5 Merge pull request #14463 from JuliaLang/revert-14462-th/markdown Revert "Fix plain rendering of markdown horizontal rule" 22 December 2015, 08:32:52 UTC
7bd577a Revert "Fix plain rendering of markdown horizontal rule" 22 December 2015, 08:32:38 UTC
e37971a Merge pull request #14462 from thofma/th/markdown Fix plain rendering of markdown horizontal rule 22 December 2015, 08:30:08 UTC
62de0b7 Fix plain rendering of markdown horizontal rule 22 December 2015, 08:00:22 UTC
c601aca Merge pull request #14458 from JuliaLang/amitm/rr_deprecate add deprecation entry for RemoteRef 22 December 2015, 03:45:35 UTC
back to top