https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
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
d528b63 Merge pull request #17664 from JuliaLang/tk/depspieces upgrade utf8proc, make dsfmt tests work 29 July 2016, 04:07:48 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
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
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
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
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
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
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
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
0eb9428 fix #17572, error during inference due to `<:` on non-Type 26 July 2016, 15:25:13 UTC
8faffd5 Merge pull request #17613 from JuliaLang/jb/fix17600 more compact lowering of return type decls on short functions 26 July 2016, 15:10:54 UTC
89b0f95 Fix markdown footnote parsing Footnotes were not able to parse anything other than single paragraphs. Multiple nested blocks were ignored, which doesn't match the behaviour of any markdown parsers that do support footnote syntax -- most notably Pandoc. Also add missing rendering methods for `Footnote` for all output formats and some additional tests. 26 July 2016, 14:32:56 UTC
b470283 Escape more of the regex 26 July 2016, 11:55:28 UTC
9c1be06 Use mktempdir() do ... block to clean up even if a test fails 26 July 2016, 11:51:59 UTC
e813327 Don't mention UNIX twice in the span of 4 words 26 July 2016, 10:12:17 UTC
52bc22b Minor doc and comment nitpicks Grammar changes, 'is rewrite' -> 'is rewritten', 'ARM and PowerPC has' -> 'ARM and PowerPC have' Indentation changes in test/core.jl and doc/manual/types.rst Code highlighting in some docstrings Fix a Sphinx warning about an undefined label Match parentheticals and fix spelling in NEWS.md, run NEWS-update 26 July 2016, 10:10:23 UTC
989f801 Remove use of 'abstract type' when discussing parametric composite types this is a bit confusing and we don't have a great word for it, but since Point wasn't declared with abstract here we probably shouldn't use that term 26 July 2016, 10:05:46 UTC
c93cf1f use getfield instead of eval in doc/DocCheck.jl 26 July 2016, 10:05:45 UTC
c8eeb00 Use === for comparison to nothing 26 July 2016, 10:05:44 UTC
f6f4e77 Remove many unnecessary end-of-line semicolons 26 July 2016, 10:05:43 UTC
9fbe3b5 Merge pull request #17616 from JuliaLang/teh/oneto_docstring Add docstring for Base.OneTo [ci skip] 26 July 2016, 09:35:02 UTC
9c0c763 Merge pull request #17605 from JuliaLang/anj/ldivdoc Fix documentation for \ and move it to linalg/generic.jl 26 July 2016, 09:13:47 UTC
3d80eae Merge pull request #17622 from mortenpi/fix-docs Minor documentation fixes 26 July 2016, 08:48:58 UTC
db8abed Add a test for type and line number info in backtraces so that #10595 does not regress, and #17251 is tracked 26 July 2016, 08:15:33 UTC
a17b821 Use withenv in temp_pkg_dir, and rename the copy in replcompletions to avoid overwriting the same function name, and restore the env var to its original value when done 26 July 2016, 07:59:15 UTC
2c45701 Merge pull request #17519 from Sacha0/convertnote Augment convert's documentation with a note on aliasing 26 July 2016, 07:15:18 UTC
22d9440 Merge pull request #17531 from martinholters/revise_version RFC: Revise version number generation 26 July 2016, 05:53:23 UTC
fe193b5 fix llvm patch repeat application issue (#17592) dependency on configure should be order-only (after the `|`) since a patch modifies the file. also use CMakeLists.txt since llvm's configure will be going away 26 July 2016, 05:25:15 UTC
0c491b0 doc: Add a missing paren 25 July 2016, 22:35:26 UTC
d9441f8 doc: Fix a footnote Without the space the footnote is not rendered properly. 25 July 2016, 22:33:55 UTC
da9c28e NEWS: explain `breaking changes` section and use it a bit better [ci skip] 25 July 2016, 21:05:16 UTC
47fda6c Be consistent about dropping a dimension in slicedim. Fixes #17589. 25 July 2016, 20:40:44 UTC
6f4cc70 Merge pull request #17601 from sorear/topic/unix-domain-nomenclature Use standard nomenclature for UNIX domain sockets 25 July 2016, 20:40:10 UTC
f963563 fix type inference issues with Float16 due to bootstrap order 25 July 2016, 20:34:07 UTC
ff4c303 Merge pull request #17597 from MichaelHatherly/mh/misc-doc-fixes Misc doc fixes 25 July 2016, 20:03:28 UTC
fe45425 Add docstring for Base.OneTo [ci skip] 25 July 2016, 19:25:50 UTC
e068991 a bit more fixes for correlation + tests 25 July 2016, 19:08:43 UTC
c5721c2 Merge pull request #17603 from JuliaLang/jn/closest-candidate-fileline add file/line numbers to closest-candidate printing 25 July 2016, 18:17:00 UTC
35f3a77 Merge pull request #17464 from JuliaLang/anj/covzm Avoid that cor(x,x) != 1... 25 July 2016, 18:08:02 UTC
c6fab9d NEWS: fix a couple of types 25 July 2016, 16:51:10 UTC
278fc02 Don't require a `.git` suffix for the master repository name (#17606) Closes #13881. 25 July 2016, 16:36:31 UTC
aa7acff Merge branch 'stevengj-securezero' 25 July 2016, 15:59:51 UTC
c389aa3 Try harder not to leave passwords in memory (for #17560) 25 July 2016, 15:49:17 UTC
fb8efb0 Use String instead of AbstractString in LibGit2 type fields For short strings, the standard String type should always be used. 25 July 2016, 15:48:24 UTC
4919261 Don't dynamically resize in transcoding UTF-16 to UTF-8 This is for security: it prevents extra copies of sensitive strings from being potentially leaked when the underlying array is grown. See #17560. 25 July 2016, 15:41:11 UTC
01ff1f8 more compact lowering of return type decls on short functions fixes part of #17600 25 July 2016, 15:35:54 UTC
back to top