https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
3097c40 WIP: GC poisoning for tags. 01 August 2016, 13:41:56 UTC
bb55d00 GC poisoning for values (not including the tags). 01 August 2016, 13:41:56 UTC
d6beffb Define __has_feature to avoid repeated checks. 01 August 2016, 13:41:56 UTC
c10667f Merge pull request #17447 from oxinabox/master Fast exp2(::Int) (fixs #17412) 01 August 2016, 07:45:33 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
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
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
58092c0 Make general concatenations (`cat`) of combinations of sparse matrices with sparse matrices or dense matrices/vectors yield sparse arrays (fixes #17680). 28 July 2016, 23:59:01 UTC
095b618 NEWS for array concat syntax change. fixes #17672 [ci skip] 28 July 2016, 23:40:02 UTC
841786c Merge pull request #17676 from JuliaLang/jb/fix17662 fix #17662, failure in nullable test due to type cache corruption 28 July 2016, 21:43:27 UTC
2b39504 null initialize jl_codectx_t struct and cleanup an unused function 28 July 2016, 20:26:32 UTC
064a0e9 Don't zero `usesshagent` `usesshagent` is just a flag to determine whether or not to use the agent, so zeroing it isn't necessary. Even worse, since it only gets a reference to one of the flag strings (stored in the AST), zeroing them globally changes those strings, disabling ssh-agent authentication entirely. Fixes the problem noted in #16041 28 July 2016, 20:23:45 UTC
b7d37c4 Merge pull request #17673 from dhoegh/fix_13919 Fix Vararg interaction with keyword function lowering, 28 July 2016, 19:53:41 UTC
39e8538 Indent ordered list correctly Sphinx didn't parse the list correctly since it wasn't consistently indented to line up with the first line of each item. 28 July 2016, 19:28:02 UTC
aa65f31 Format code literals consistently Wrap all Julia and Lispy syntax in backticks in devdocs/ast.rst. 28 July 2016, 19:25:25 UTC
133d080 Merge pull request #17644 from MichaelHatherly/mh/document-markdown-syntax Add summary of supported markdown syntax 28 July 2016, 18:33:49 UTC
d645d11 fix #17662, failure in nullable test due to type cache corruption 28 July 2016, 18:24:26 UTC
19c652b Fix Vararg interaction with keyword function lowering,Fix #13919 and #17031 28 July 2016, 18:11:58 UTC
e18ae9e Merge pull request #17632 from MichaelHatherly/mh/footnote-fix Fix markdown footnote parsing 28 July 2016, 17:29:47 UTC
27a4a56 Fix build for LLVM 4.0 after commit r276654 In LLVM commit r276654 the signature of Target::createMCAsmBackend() changed and now requires a fourth parameter of type MCTargetOptions. For our purposes it is sufficient to pass a default constructed MCTargetOptions instance since this seems to preserve the original behaviour. 28 July 2016, 09:49:54 UTC
6e14214 Append a bit to dSFMT.h.patch in order to enable the dsfmt tests 28 July 2016, 09:12:59 UTC
bd858cc Upgrade utf8proc to 2.0.2 so its tests compile 28 July 2016, 07:29:27 UTC
ad04871 also gpg sign arm binaries 28 July 2016, 07:29:25 UTC
b5a8a3d correct denormal vs zero + microoptimistations (previous commit made denormals zero.) 28 July 2016, 03:51:55 UTC
e717ded Merge pull request #17586 from JuliaLang/kf/libgit2usability Libgit2 usability issues 28 July 2016, 00:39:40 UTC
7ba3ebd Pre-populate username prompt if present in the URL 27 July 2016, 20:41:08 UTC
1d54b4f Try ~/.ssh/id_rsa first by default Only prompt for a different private key. If authentication with the first key fails. This can be a little annoying if one wants to use a different private key, but the default one is encrypted, so it queries for a password, without asking for the key first. However, in that case, one probably wants to use the environment variables or the ssh agent anyway, so I'm not too concerned. 27 July 2016, 20:41:08 UTC
7185b1c Don't prompt for passwords for non-encrypted keys Encrypted keys have `Proc-Type: 4,ENCRYPTED`, so check for that before requiring a passkey. Part of #17541. 27 July 2016, 20:41:08 UTC
bcc2121 Merge pull request #17638 from JuliaLang/jb/cleanup formatting fixes and code cleanup 27 July 2016, 20:28:16 UTC
e92cb1f fix return type lowering bug in #17613 27 July 2016, 18:36:08 UTC
d0a378d prepare_release.sh: strip -rc# from julianightlies download url add note about code signing, and add arm [ci skip] 27 July 2016, 17:41:10 UTC
e474dd4 Merge pull request #17568 from stevengj/dotview improve a[...] .= handling of arrays of arrays and dicts of arrays 27 July 2016, 15:49:51 UTC
d729f94 Made for better branch prediction 27 July 2016, 15:27:05 UTC
557e483 Merge pull request #17582 from JuliaLang/vs/news Add tooling updates to NEWS.md 27 July 2016, 14:59:14 UTC
8941ae2 more NEWS additions fixes #16982, mention `writemime` deprecation [ci skip] 27 July 2016, 14:58:08 UTC
680efee Update NEWS with tooling improvements. Remove DEBUGGER.md. [ci skip] 27 July 2016, 14:46:20 UTC
8d6b735 Merge pull request #17621 from JuliaLang/jb/fix17572 fix #17572, error during inference due to `<:` on non-Type 27 July 2016, 14:18:30 UTC
d810087 Merge pull request #17635 from JuliaLang/jcb/strcolon Add missing colon getindex method for AbstractString 27 July 2016, 14:16:55 UTC
d444a44 Merge pull request #17641 from JuliaLang/yyc/codegen/pass-init Make sure the LLVM metadata is initialized before our custom LLVM pass 27 July 2016, 14:15:52 UTC
b0eb257 Merge pull request #17628 from JuliaLang/tk/backtracetest Add a few tests for backtrace quality 27 July 2016, 13:58:11 UTC
347057b Merge pull request #17640 from JuliaLang/teh/generalize_rangeops A few fixes for OrdinalRange arithmetic, intersect, and findin 27 July 2016, 09:20:23 UTC
2814c3a Add summary of supported markdown syntax Outline all the syntax that Julia's markdown parser currently supports and provide examples of each. This should not be considered a complete markdown tutorial, but just a summary and style guide for Julia's flavour of markdown. 27 July 2016, 07:17:50 UTC
0eb3e3b re-fix array-of-arrays case 27 July 2016, 01:53:20 UTC
faa19d2 Make sure the LLVM metadata is initialized before our custom LLVM passes Fix #17600 27 July 2016, 01:38:42 UTC
df4a58d default dotview to getindex, using view only for AbstractArray 27 July 2016, 01:03:00 UTC
b237fd5 Generalizations for AbstractUnitRange in intersect and findin 26 July 2016, 20:36:05 UTC
c2f27f1 Be symmetric in type-promotion in intersect 26 July 2016, 20:35:34 UTC
0030eec Bump VERSION to 0.5.0-rc0 See #17418 - this is not entirely ready for release since there are a few known bugs we need to fix, but it is feature-complete and ready for package authors to test against. Master is still in bug/doc/test-fix only mode, we will branch release-0.5 when closer to RC1 which will be more complete. Note that VERSION will stay at 0.5.0-rc0 until rc1 (or branching, whichever comes first), builds between rc0 and rc1 will be v"0.5.0-rc0+n". 26 July 2016, 20:22:22 UTC
6b7d36d Run contrib/add_license_to_files.jl 26 July 2016, 20:22:22 UTC
d7ba2c9 Merge pull request #17634 from JuliaLang/tk/openspecfun Bump openspecfun to 0.5.3 26 July 2016, 20:19:53 UTC
8bedfac Correct `invmod` for unsigned integers and for negative moduli - add type signature to restrict arguments to Integer - use type promotion - correct existing test case for negative modulos - clarify documentation - add test cases - also update description of `gcdx`, add a few comments to the source code. Closes #17595. 26 July 2016, 19:44:04 UTC
c31c5f6 Hotfix for a bug in #17592 No rule to make target CMakeLists.txt in a clean build, my bad 26 July 2016, 19:04:08 UTC
aed6bce Use generic OrdinalRange interface instead of fields for arithmetic 26 July 2016, 18:48:57 UTC
276c52e formatting fixes and remove dead code also fix 2 compiler warnings 26 July 2016, 18:30:08 UTC
d7848f8 Merge pull request #17405 from JuliaLang/jb/stableids make object_ids and hashes in precompiled modules more stable 26 July 2016, 18:28:31 UTC
4df7687 remove dead code in inlining pass 26 July 2016, 17:34:22 UTC
97add8e Merge pull request #17630 from tkelman/tk/superficial Misc superficial doc and formatting minutiae 26 July 2016, 17:28:53 UTC
36ed21a Merge pull request #17398 from martinholters/rem_eltype_plus Remove eltype_plus 26 July 2016, 17:15:31 UTC
48fd7e3 return LambdaInfo instead of array from macro versions of code_{lowered,typed} this makes it easy to see the code interactively again 26 July 2016, 17:04:19 UTC
a8d7963 fix a few doctest failures [ci skip] 26 July 2016, 16:47:44 UTC
6650834 Define empty new RPATH variables on windows and line wrap in openspecfun.mk 26 July 2016, 16:47:08 UTC
cd63929 Add rpath makefile patch from https://github.com/JuliaLang/julia/issues/17602#issuecomment-235066570 but with RPATH_ESCAPED_ORIGIN not cut off 26 July 2016, 16:45:46 UTC
0710590 Add missing colon getindex method for AbstractString closes #17624 26 July 2016, 16:30:42 UTC
d5fc71f Bump openspecfun to 0.5.3 should hopefully fix #17602 rpath issues 26 July 2016, 16:24:54 UTC
67cc6c5 Merge pull request #17617 from maximsch2/fix-cor Fix correlation sometimes being > 1 26 July 2016, 16:18:15 UTC
d02e790 Merge pull request #17620 from JuliaLang/teh/slicedim Be consistent about dropping a dimension in slicedim. Fixes #17589. 26 July 2016, 16:15:19 UTC
back to top