https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
497455a Revert "Add extra early memcpyopt pass" 26 May 2017, 19:44:32 UTC
6071f1a test 0 dim array constructor (#22080) 26 May 2017, 19:33:06 UTC
b1b01b5 improve docs for mktempdir (#22078) 26 May 2017, 19:02:10 UTC
03639b9 Fix complex exp2 and exp10 with boolean and irrational argument (#21874) Fix #21200. 26 May 2017, 17:37:05 UTC
7ffa3bf Merge pull request #22066 from JuliaLang/kc/test_reinterp check that reinterp on vector of tuples doesnt segfault 26 May 2017, 15:00:26 UTC
bda8fbe Merge branch 'master' into kc/test_reinterp 26 May 2017, 00:05:13 UTC
53ea47e check that reinterp on vector of tuples doesnt segfault 26 May 2017, 00:03:40 UTC
9e3318c Merge pull request #21746 from JuliaLang/jn/ihn/macrocall_pass_loc pass macro call location to macro function 25 May 2017, 19:37:44 UTC
8b2cac4 Merge pull request #22049 from JuliaLang/kf/memcpyopt Add extra early memcpyopt pass 25 May 2017, 19:31:58 UTC
4158b5e Fix opensuse repo links for make win-extras (#22058) 25 May 2017, 18:59:28 UTC
3494ae7 Add complex randn (#21973) * Add complex randn 25 May 2017, 16:40:13 UTC
eaace3b Merge pull request #21866 from mortenpi/mp/julia-repl Use julia-repl in manual & other edits 25 May 2017, 14:52:16 UTC
bac32d3 Merge pull request #21589 from JuliaLang/yyc/cis Use `sincos` from libm in `cis` 25 May 2017, 14:19:48 UTC
888adbc document AbstractArray and doctest for Array (#22052) 25 May 2017, 07:54:22 UTC
215adb2 Fix `@deprecate` with the new `where` syntax (#22034) * fix at-deprecate with where syntax * tests for at-deprecate 25 May 2017, 07:53:14 UTC
4cbfd59 jump to numbered method in the REPL (#22007) 25 May 2017, 07:52:08 UTC
1d20519 Enable doctests the the manual Switching to julia-repl revealed several code blocks that could trivially be turned into doctests. 25 May 2017, 04:50:05 UTC
d9063cb Enable a doctest in base/regex.jl 25 May 2017, 04:50:05 UTC
a64bcf8 Fix a doctest in base/path.jl 25 May 2017, 04:50:05 UTC
814a8a1 Fix line numbers in doctests 25 May 2017, 04:50:05 UTC
96b65f1 Edit manual/conversion-and-promotion.md The REPL example is basically exactly as above, and does not add anything to the latter bit about the actual convert methods. 25 May 2017, 04:49:21 UTC
6e5c55d Use a non-deprecated package in an example UTF16.jl has been deprecated for a while. Use SHA.jl instead as the example. 25 May 2017, 04:43:39 UTC
6e08c18 Enable bash highlighting Also add a newline to the end of the file. 25 May 2017, 04:43:39 UTC
c90c17f Remove highlighting from REQUIRE code These blocks are not Julia code, but special REQUIRE file syntax instead. 25 May 2017, 04:43:39 UTC
b710de9 Enable highlighting in the manual A couple of code examples were not highlighted for some reason. 25 May 2017, 04:42:48 UTC
f67d4fd Use at-repl for versioninfo() output 25 May 2017, 04:35:30 UTC
014c5d5 Use julia-repl in documentation With the highlighting updates in Documenter v0.10.1 it is now possible to have specialized highlighting for REPL blocks via the julia-repl attribute on code blocks. Doctests already use this, so this makes the highlighting for non-doctest REPL blocks consistent. 25 May 2017, 04:35:30 UTC
298fffb Merge pull request #21980 from JuliaLang/vc/vec_alignment limit maximum vector alignment to heap alignment 24 May 2017, 23:46:08 UTC
6b05e37 Add tests for new __LINE__ behaviour inside macros 24 May 2017, 18:53:16 UTC
fcdf437 pass file and line information as an argument named `__source__` to all macros also emit an explicit push_loc in @generated functions rather than depending on the existence of a LineNumberNode and other lowering heuristics to produce it 24 May 2017, 18:53:15 UTC
1ee84c8 get loaddocs to give line numbers when it fails 24 May 2017, 18:53:15 UTC
62e8227 Merge pull request #22019 from JuliaLang/jn/inferrable-functions improve inferability of base 24 May 2017, 18:14:24 UTC
a145a59 Merge pull request #22029 from eveydee/master Update README.md 24 May 2017, 12:50:33 UTC
7f79024 Add extra early memcpyopt pass Under certain circumstances, we emit loads/stores of large LLVM structs. A lot of these can be trivially folded to memcpy and memcpyopt is capable of doing so, but we weren't running it until after SROA. SROA unfortunately, likes to take these apart, causing exponential compile-time blow up and reduced runtime peroformance. In one particular case (2000 element tuple), this change results in a 100x improvement in compile time. 24 May 2017, 12:08:11 UTC
eb33af7 Merge pull request #22028 from JuliaLang/yyc/gc/perm-align More flexible perm-gen allocation alignment control 24 May 2017, 08:07:19 UTC
ee5108b Update README.md 24 May 2017, 01:47:30 UTC
18d7af8 Add NEWS.md entry for enumerate(::IndexStyle, itr) addition and indexing traits rename (#16378). (#21997) 24 May 2017, 01:38:00 UTC
9ba1b49 Fix typo in NEWS.md entry for midpoints deprecation (#20058). (#22008) 24 May 2017, 01:36:49 UTC
a4bafff Add NEWS.md entry for unsafe_wrap(String, ...) deprecation (#19449). (#21993) 24 May 2017, 01:35:39 UTC
152d255 Add NEWS.md entry for promote_eltype_op deprecation (#19814, #19937). (#21992) 24 May 2017, 01:34:37 UTC
b77a688 Add NEWS.md entry for _promote_array_type deprecation (#19766). (#21990) 24 May 2017, 01:33:28 UTC
e020772 Add PR number and quotes to NEWS.md entry for #18754. (#21842) 24 May 2017, 01:31:09 UTC
b7fdf5c Add NEWS.md entry for takebuf_{array|string} deprecation (#19088). (#21975) 24 May 2017, 01:29:42 UTC
d74dbd7 Add PR number to NEWS.md entry for cummin/cummax deprecation (#18931). (#21987) 24 May 2017, 01:16:57 UTC
a1ffb9e Don't use totality when defining the (potentially) partial order relation <= (#22027) 24 May 2017, 00:58:20 UTC
a78978e Merge pull request #22044 from JuliaLang/jn/22021 fix jl_gc_realloc_string size miscomputation 24 May 2017, 00:48:16 UTC
df3cd1c fix jl_gc_realloc_string size miscomputation fix #22021 23 May 2017, 21:16:33 UTC
8d4db9c Merge pull request #22022 from JuliaLang/kf/gcllvmpatches Add LLVM patches for new GC rooting 23 May 2017, 17:04:35 UTC
cfa1999 Only try to call specialized findin method for sorted input when elements are Real. (#22010) * Only try to call specialized findin method for sorted input when elements are Real. * Fix termination cirteria in _sortedfindin Use total order `isless` for tests Add tests * Define eachindex for numbers * Add a few comments to the algorithm 23 May 2017, 14:29:30 UTC
0b49fd5 Wrong parameter names for sygvd! in the document (#22035) 23 May 2017, 14:02:45 UTC
0506394 Patch to further fix building julia with llvm-svn (#22015) 23 May 2017, 13:31:36 UTC
5e962ca Update README.md Fixed broken link. 23 May 2017, 07:03:35 UTC
d8aae1b More flexible perm-gen allocation alignment control 23 May 2017, 03:01:13 UTC
41b8377 Merge pull request #22012 from JuliaLang/yyc/threads/symbol Minor clean up in symbol allocation and lookup 23 May 2017, 01:00:11 UTC
3c5c27a Add NEWS.md entry for dep of getindex(::Tuple, ::AbstractArray{_,N}) where N>1 (#19737). (#21988) 23 May 2017, 00:07:49 UTC
b9671b0 fix julia_alignment Make julia_alignment actually return the jl_datatype_align if `alignment == 0` and check that the requested alignment is coherent with the heap alignment. 22 May 2017, 23:53:28 UTC
ed286e4 Introduce JL_HEAP_ALIGNMENT 22 May 2017, 23:53:28 UTC
5115a38 introduce jl_datatype_align 22 May 2017, 23:53:28 UTC
c2c0997 limit maximum vector alignment to heap alignment 22 May 2017, 23:53:28 UTC
4287761 remove incorrect pure annotation from rdims and make it inferrable 22 May 2017, 21:23:26 UTC
a2e8081 eliminate turing machines from more array functions 22 May 2017, 21:23:26 UTC
106cefa eliminate turing machine from size_strides 22 May 2017, 21:23:26 UTC
7d92d6d inferrable version of tuple front() 22 May 2017, 21:23:26 UTC
4f1b479 fix definition of ntuple with a Val argument to not expect inference to be non-terminating this same issue applied to several other similar functions similarly, need to avoid nesting the use of functional code (like map) too deeply inside the array code to avoid the appearance of indeterminate recursion in inference 22 May 2017, 21:23:25 UTC
8e1deb2 inference: move magic parameter value to the inference params block 22 May 2017, 21:23:25 UTC
c678d59 fix recompilation of Core.Inference 22 May 2017, 21:23:25 UTC
cf0c6a1 enable inference of _apply on non-constant functions 22 May 2017, 21:23:25 UTC
941738b inference: prohibit inlining of methods (un)specialized on Unions TODO: this is helping to avoid a type-system bug mis-computing sparams during intersection, but that can already cause significant problems elsewhere too 22 May 2017, 21:23:25 UTC
93898af inference: ignore uncached functions during cycle resolution 22 May 2017, 21:23:25 UTC
8cc5e2b fix bug in PR #21620 would segfault when reaching the jl_datatype_nfields call 22 May 2017, 21:23:25 UTC
51c5ef4 show statement type for :invoke Expr heads 22 May 2017, 21:23:25 UTC
915910c Add necessary LLVM patches 22 May 2017, 20:40:33 UTC
afd09f2 Merge pull request #21903 from singam-sanjay/USE_POLLY_ACC-withGPURuntimeHeader Introduce USE_POLLY_ACC 22 May 2017, 18:09:03 UTC
628ab6d Stop compilation if CUDALIB_INCLUDE_DIR not set when USE_POLLY_ACC==1 22 May 2017, 18:04:30 UTC
d3bc329 Return socket correctly in socket_reuse_port (#22017) * Return socket correctly in socket_reuse_port * Run reuseport tests only if SO_REUSEPORT is supported. * Test fix - test for successful addition of workers in distributed test 22 May 2017, 15:47:58 UTC
47d8592 Stop compilation if CUDALIB_INCLUDE_DIR not set. 22 May 2017, 14:13:26 UTC
7523a43 Merge pull request #21825 from JuliaLang/amitm/getsockname getsockname mirrors UNIX getsockname now. Added getpeername. 22 May 2017, 05:31:45 UTC
35e3896 getsockname mirrors UNIX getsockname now. Added getpeername. 22 May 2017, 04:27:04 UTC
e5fb87d Merge pull request #21818 from JuliaLang/amitm/reuseportfix Fix reuse of client port on Linux. Implement for OSX. 22 May 2017, 03:55:08 UTC
c76de36 Minor clean up in symbol allocation and lookup * Remove `volatile`. The thread safety is provided by atomics and not volatile * Update comment. We are now relying on the GC bits to be `GC_OLD_MARKED` in order to not update it's metadata similar to other ptrfree permgen objects allocations. 22 May 2017, 03:44:18 UTC
f760dad Merge pull request #22005 from JuliaLang/yyc/pedantic Fix all pedantic warnings in C 22 May 2017, 02:40:56 UTC
aa011a7 Merge pull request #22001 from JuliaLang/yyc/warning Fix fallthrough warning on gcc 7 21 May 2017, 23:00:53 UTC
c2502c9 Fix issymmetric and is hermitian for Symmetric and Hermitian matrices (#21994) by only looking at the "active" triangle of the memory 21 May 2017, 21:47:48 UTC
03a6768 use titlecase, not uppercase, for ucfirst (#21967) 21 May 2017, 21:43:33 UTC
e68690d Mention SharedArrays constructor deps in NEWS.md entry for #19989. (#21995) 21 May 2017, 18:17:09 UTC
fa8c4d2 added NEWS entry 21 May 2017, 18:14:50 UTC
2272036 fix listenany to return correct port number for porthint of 0 21 May 2017, 18:14:50 UTC
0394f47 Fix reuse of client port on Linux. Implement for OSX. 21 May 2017, 18:14:50 UTC
4ed22b1 Use sincos in cis and other complex math functions 21 May 2017, 17:38:26 UTC
24086de Define `sincos` Fix #10442 21 May 2017, 17:38:20 UTC
d756106 Fix all pedantic warnings in C Hopefully this will make it easier to compile C code as C++ with GCC/Clang 21 May 2017, 14:03:40 UTC
6e8a1e3 Fix fallthrough warning on gcc 7 21 May 2017, 13:13:46 UTC
d82f097 Docmenting options 21 May 2017, 12:00:47 UTC
f988566 Add NEWS.md entry for midpoints deprecation (#20058). (#21930) 20 May 2017, 19:23:12 UTC
04a6227 gmp.jl: fix typo and add comment for prod on BigInt 20 May 2017, 14:26:33 UTC
1b7a095 unify methods for cholesky (#21595) 20 May 2017, 13:19:09 UTC
d762038 Use isbindingresolved when checking imported packages (#21580) 20 May 2017, 03:19:37 UTC
907afec Add NEWS.md entry for promote_op(::Type, Ts...) deprecation (#18642). (#21931) 19 May 2017, 22:52:14 UTC
a72aad4 Add NEWS.md entry for zero-arg Channel constructor dep (#18832). (#21932) 19 May 2017, 19:17:29 UTC
73b8dcb Merge pull request #21197 from stevengj/cmdarray access Cmd elements as an array of strings 19 May 2017, 17:35:50 UTC
back to top