https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
bbb2fe4 Fix keywordargs test. 03 August 2016, 20:16:15 UTC
24526b3 Fix reflection test again. 03 August 2016, 13:47:42 UTC
b0f3fb1 Fix CTX test. 03 August 2016, 13:17:12 UTC
3962f20 Remove unused piece of debugging code. 03 August 2016, 13:17:12 UTC
6c6b6d2 Missing GC root. 03 August 2016, 13:17:12 UTC
7d73670 Fix typo in reflection. 03 August 2016, 13:17:12 UTC
3b8cc11 Patch `invoke`. Just passing the context along. Check for bottom doesn't have any function yet, to be used when being able to pass a context to invoke (cfr. reflection ctx args). 03 August 2016, 13:17:12 UTC
a9ad900 Add small test. 03 August 2016, 13:17:12 UTC
b3dae17 Fix reflection. 03 August 2016, 13:17:12 UTC
08a7748 add context argument 03 August 2016, 13:17:12 UTC
121aa36 Merge pull request #17389 from pabloferz/pz/pobc Make promote_op rely on Core.Inference.return_type 03 August 2016, 10:50:25 UTC
d21eb41 Merge pull request #17776 from petercolberg/install-sh Fix exit status of install.sh script 03 August 2016, 09:56:59 UTC
0f28781 Fix exit status of install.sh script Otherwise it can return a non-zero status even in case of success, and make the build fail. 03 August 2016, 04:41:44 UTC
389dc1c Merge pull request #17771 from waldyrious/patch-1 adjust line breaks to fix markdown rendering 03 August 2016, 04:22:47 UTC
eb1162d Merge pull request #17766 from stevengj/flipdim make flipdim require an in-bounds dimension argument 03 August 2016, 02:53:42 UTC
37e6397 Merge pull request #17761 from MichaelHatherly/mh/doc-format-fixes Documentation formatting fixes 03 August 2016, 00:47:06 UTC
2d3bd90 adjust line breaks to fix markdown rendering 03 August 2016, 00:44:06 UTC
b27039f Merge pull request #17729 from JuliaLang/teh/summary_indices Some fixes for summary, show, and map for non-1 indices 02 August 2016, 21:00:00 UTC
82dafeb Merge pull request #17762 from JuliaLang/jb/showfixes fix 2 printing issues 02 August 2016, 20:16:13 UTC
f0a138c make flipdim require an in-bounds dimension argument (fixes #17752) 02 August 2016, 18:31:15 UTC
4425f1e fix #17741 (return type of sets built from generators) (#17757) 02 August 2016, 18:28:55 UTC
fc75f4d fix #17720, showcompact shows Float32s with `e` instead of `f` 02 August 2016, 16:15:59 UTC
542a1b1 fix #17712, `show` of generator exprs with >1 range 02 August 2016, 15:21:47 UTC
328b561 Merge pull request #17611 from JuliaLang/teh/steprange Make StepRange safe for more number types 02 August 2016, 15:19:24 UTC
af7ea3d Merge pull request #17742 from JuliaLang/jb/fixes two small syntax-related fixes 02 August 2016, 14:57:50 UTC
6f68211 Documentation formatting fixes Macro reference syntax uses `:func:` rather than `:ref:`, which is just for section titles. Add space between a backtick and next character to correctly parse reference. Correct indent of a sublist which sphinx parsed as a list within a blockquote within another list. 02 August 2016, 14:50:05 UTC
ab4be3a RFC: Make isapprox compare element-wise when the vector norm is infinite (#17658) * Make isapprox compare elementwise when the vector norm is infinite * Test change to isapprox for arrays * Documented isapprox fallback behavior * Document change to isapprox fallback when norm(x,y) is infinite * Put docs in the right place hopefully * Commit the auto-generated change * Remove use of map, reword explanation of behavior 02 August 2016, 13:32:13 UTC
d93e278 Merge pull request #17750 from xorJane/doctimemacros Move docstrings for timing macros/functions inline 02 August 2016, 13:22:12 UTC
a7efed1 Merge pull request #17737 from ranjanan/RA/doctest Fix all doctests 02 August 2016, 11:30:30 UTC
81c1b0b Improve performance of size(A) and drop `pure` on indices 02 August 2016, 09:18:51 UTC
62308af Define indices for more containers and fix map 02 August 2016, 09:18:51 UTC
18234a0 Implement generic `summary` and fix `show_vector` for non-1 indices 02 August 2016, 09:18:46 UTC
6b6dead Merge pull request #17732 from JuliaLang/yyc/gc/debug-fix Fix GC stack scrub when the GC is running on a worker thread 02 August 2016, 06:09:31 UTC
e9f18d7 Fix auto-gen doc at source 02 August 2016, 04:27:09 UTC
1ea1d0a Fix GC stack scrub when the GC is running on a worker thread Also scrub the stacks of all tasks instead of only the currently running one. 02 August 2016, 03:04:49 UTC
a11fcb0 Add cross references to the doc strings of timing macros and functions. 02 August 2016, 01:42:26 UTC
c46d8aa Move doc strings for time-related macros/functions inline from docs/helpdb/Base.jl. 02 August 2016, 01:42:26 UTC
633443c Merge pull request #17739 from JuliaLang/kc/scale fix fallback for scaling blas number with array 02 August 2016, 00:53:28 UTC
1fde9d6 Merge pull request #17735 from helgee/fix-llvm Fix broken build after distclean-llvm. 01 August 2016, 23:58:16 UTC
1472c91 Merge pull request #17731 from JuliaLang/tb/asan Minor ASAN improvements 01 August 2016, 23:42:49 UTC
643bac8 Merge pull request #17708 from rsrock/rsr/test-ignore-startup Fix tests to ignore the startup file 01 August 2016, 21:42:53 UTC
ebb95e7 fix #17668, deprecation for `for ( ... )` 01 August 2016, 20:57:07 UTC
07f93ee fix #17701, better error message for `i == 3 && i+=1` 01 August 2016, 20:56:37 UTC
fc3cbc9 NEWS updates for Dict comprehensions and `map` of Dict. ref #17714 [ci skip] 01 August 2016, 20:53:25 UTC
7da18ed fix fallback for scaling blas number with array 01 August 2016, 19:51:43 UTC
32fecde Merge pull request #17734 from iblis17/master Fix utf8proc include path for flisp 01 August 2016, 19:48:46 UTC
e2d2925 Merge pull request #17691 from JuliaLang/kf/refactorlibgit2 Refactor libgit2 credential callback 01 August 2016, 16:59:05 UTC
19fe5a4 ASAN: warn if our SIGSEGV handler will be blocked. SIGSEGV can be benign, but ASAN will die so we need to be able to handle the signal ourselves (see #17706). 01 August 2016, 16:49:28 UTC
410c615 ASAN/MSAN: move preprocessor checks to a JL_ definition. 01 August 2016, 16:48:19 UTC
bef5b79 Merge pull request #17683 from dhoegh/parsing Add test #10046 and fix todo 01 August 2016, 16:44:16 UTC
ed6295f NEWS: fix misspelling of "parallel" 01 August 2016, 16:10:20 UTC
b804dd4 Merge pull request #17669 from JuliaLang/sk/news NEWS: move tooling towards end; delete empty CL options section 01 August 2016, 15:51:00 UTC
ff17fa4 NEWS: some copy improvements for Strings [ci skip] 01 August 2016, 15:31:26 UTC
1b71774 NEWS: reorganize for better flow and structure 01 August 2016, 15:30:01 UTC
00ddf13 NEWS: move tooling towards end; delete empty CL options section 01 August 2016, 15:30:01 UTC
3ace05a Make promote_op rely on Core.Inference.return_type 01 August 2016, 13:35:48 UTC
ef90793 Fix all doctests [ci skip] 01 August 2016, 12:00:33 UTC
7be8b79 Fix broken build after distclean-llvm. 01 August 2016, 10:50:12 UTC
0e90cb9 Indent and grammar fix [ci skip] 01 August 2016, 08:24:29 UTC
c10667f Merge pull request #17447 from oxinabox/master Fast exp2(::Int) (fixs #17412) 01 August 2016, 07:45:33 UTC
159f8f5 Fix utf8proc include path for flisp close #17734 01 August 2016, 07:40:59 UTC
6c0d32e Merge pull request #17615 from eschnett/eschnett/invmod Correct `invmod` for unsigned integers and for negative moduli 01 August 2016, 07:37:38 UTC
d68448c Merge pull request #17636 from JuliaLang/jb/codereflec return LambdaInfo instead of array from @code_{typed,lowered} 01 August 2016, 03:45:47 UTC
c18c7a5 Fix tests to ignore the startup file To find the offending tests, it was helpful to use a .juliarc.jl with just `error("don't include me")`. 01 August 2016, 03:31:37 UTC
6c3ec76 Merge pull request #17733 from JuliaLang/jn/bigger-lock acquire the codegen lock as a more frequent lock 01 August 2016, 03:18:15 UTC
7f9c797 acquire the codegen lock as a more frequent lock the codegen lock is being overused here, but otherwise, it is deadlock-prone, since the code design here is too arbitrarily recursive to ensure these are being acquired in the right order 01 August 2016, 00:56:44 UTC
e78bf34 Merge pull request #17709 from JuliaLang/cb/morepruning Pkg: more aggressive dependency pruning 31 July 2016, 21:49:21 UTC
b7caa1d Merge pull request #17707 from pabloferz/pz/ntuple Speed up ntuple (fixes #17703) 31 July 2016, 21:31:42 UTC
d4a29e5 Merge pull request #17710 from JuliaLang/yyc/signals/dead-time Improve REPL SIGINT user experience. 31 July 2016, 21:30:39 UTC
b7d1a7d Merge pull request #17721 from JuliaLang/teh/inferred_refs Make atsign-inferred(A[i]) work 31 July 2016, 18:16:58 UTC
4aa9de5 Speed up ntuple 31 July 2016, 14:15:55 UTC
35ecece Merge pull request #17724 from petercolberg/spelling Fix spelling mistakes 31 July 2016, 10:18:46 UTC
4205884 Pkg: more aggressive dependency pruning helps resolve 31 July 2016, 00:16:31 UTC
fd9e32c Fix spelling mistakes 30 July 2016, 20:55:13 UTC
f0ba4ae Improve REPL SIGINT user experience. * Add a SIGINT dead time after a force throw Fixes Jeff's issue in #17706 * Make the eval and print loop sigatomic to avoid sigint being delivered outside `try`-`catch` blocks. 30 July 2016, 16:42:42 UTC
ca355ff Improve documentation for ClusterManagers, tighten function types (#17688) * Improve documentation for ClusterManagers, tighten function types Cleaned up formatting and wording, documented `Base.process_messages` a little, made `incoming` a `Bool` (since `message_handler_loop` requires this anyway). * Moved docs out of HelpDB, got rid of references to AsyncStream. AsyncStream hasn't existed since #12839, nearly a year ago. Updated the parallel docs to reflect this fact and to correspond more closely with the current state of `multi.jl` and `managers.jl`. 30 July 2016, 15:32:20 UTC
fba1f0a Merge pull request #17693 from JuliaLang/jn/grabbag6 build fixes 30 July 2016, 14:57:14 UTC
f5a097c Refactor libgit2 credential callback Cleanly separate the SSHCredentials and UserPasswordCredentials to only use each type when appropriate (the former for SSH keys, the latter for HTTPS for SSH password/keyboard-interactive authentication). Previously the types would sometimes get confused and SSHCredentials would be used for userpass authentication, since the field names happen to be a subset (though they have different meaning, since the `pass` field in SSHCredentials is the SSH key passphrase while the `pass` in UserPasswordCredentials is the remote user's password). Fix a couple issues in the process: - Allow externally passed in credentials to reach the right place - Don't skip using the SSH agent if there are two private packages 30 July 2016, 13:59:33 UTC
83cda38 Make atsign-inferred(A[i]) work 30 July 2016, 11:11:30 UTC
5098f48 Fix typo in NEWS.md [ci skip] (#17718) 30 July 2016, 09:04:35 UTC
7c6ceb9 Merge pull request #17692 from JuliaLang/tk/fix17462 Fix #17462, break/continue in an at-testset for loop 30 July 2016, 07:23:53 UTC
75404d1 Merge pull request #17695 from JuliaLang/amitm/unexport remove LocalProcess and ProcessGroup from exports 30 July 2016, 05:51:29 UTC
ba46baf Merge pull request #17690 from Sacha0/sparsegencat Fix #17680 (sparse general concatenation) and #17686 (concatenation of heterogeneous Matrix-Vector combinations) 29 July 2016, 22:01:57 UTC
6b41538 Merge pull request #17619 from JuliaLang/jn/ser-typename ensure known_object_data is assigned before deserialize is called again 29 July 2016, 20:22:57 UTC
e70de21 RFC: Restricts parameter type for randn & randexp to Float types for #17608. (#17627) * Fixes infinite recursion in randn for non-floats; fixes #17608. The functions already only supported Float types (Float16,Float32,Float64), but could be called with non-float types. Calling with Non-Float types, e.g. `Int`, could cause an infinite loop. Also adds tests verifying that randn throws a MethodError for types besides Float types. * s/dim0/dim1/ * removed other dimensions, fixed randn(T), added comment. 29 July 2016, 14:57:25 UTC
3075a9f remove LocalProcess and ProcessGroup from exports 29 July 2016, 09:11:48 UTC
9a67c16 Remove seemingly redundant dense array concatenation methods and clean up the associated code. 29 July 2016, 05:05:45 UTC
88844d9 Make `hvcat`s of heterogeneous combinations of dense matrices and vectors yield dense arrays (fixes #17686). 29 July 2016, 05:05:44 UTC
5cfb43e hotfix for a latent bug exposed by #17592 re-extraction of a tarball doesn't properly re-apply patches for llvm this patch will force everyone to get a rebuild of a properly patched llvm 29 July 2016, 04:17:28 UTC
d528b63 Merge pull request #17664 from JuliaLang/tk/depspieces upgrade utf8proc, make dsfmt tests work 29 July 2016, 04:07:48 UTC
7d681d8 fix methodshow to be inline with its documentation 29 July 2016, 03:52:44 UTC
2b98dda Merge pull request #17665 from MatthiasJReisinger/mjr/llvm4 Fix build for LLVM 4.0 after commit r276654 29 July 2016, 03:15:24 UTC
7c75ef7 There have been no command line option changes, verified with a diff of the --help output on 0.4 and 0.5. Removing the empty section in the manual. [ci skip] 29 July 2016, 03:05:10 UTC
d584142 fix anonymous function serialization logic should_send_whole_type was sending too many regular type that weren't functions and deserialize was trying to hide that error, but was then not deserializing things that were anonymous functions fix #16091 29 July 2016, 02:58:25 UTC
5144387 ensure known_object_data is assigned before deserialize is called again also reduce code duplication for easier maintenance ref #16091 29 July 2016, 02:58:25 UTC
a3862b3 Add a test for #17462, break/continue in a testset for Add some counters to make sure things actually execute 29 July 2016, 02:06:02 UTC
d0fcf32 Fix #17462, break/continue in an at-testset for loop make the macro return a :for instead of a :comprehension 29 July 2016, 01:28:05 UTC
905e2bd Merge pull request #17682 from JuliaLang/kf/dontzerousesshagent Don't zero `usesshagent` 29 July 2016, 01:13:12 UTC
34ee4cb Merge pull request #17649 from JuliaLang/jb/fixrettype fix return type lowering bug in #17613 29 July 2016, 00:48:36 UTC
d27f78b Merge pull request #17679 from MichaelHatherly/mh/doc-formatting-fixes Doc formatting fixes 29 July 2016, 00:45:31 UTC
back to top