sort by:
Revision Author Date Message Commit Date
268420d Merge pull request #21073 from JuliaLang/jb/fix21054 fix #21054, parse/lowering problem with `<:T` syntax 19 March 2017, 21:56:34 UTC
e6ef51f Merge pull request #21091 from JuliaLang/tk/openblas-powerfix Carry an openblas patch to fix bug in power kernels 19 March 2017, 19:55:35 UTC
f0a4ca7 empty line before jldoctest openers in base/reflection.jl 19 March 2017, 19:14:58 UTC
b0b5b00 put comments at the same indentation level as code in base/linalg/givens.jl 19 March 2017, 19:14:57 UTC
c358aed 4 space indent in go_benchmark.jl 19 March 2017, 19:14:56 UTC
f46875f wrap long lines in base/abstractarray.jl 19 March 2017, 19:14:56 UTC
c180f72 wrap long lines in base/linalg/lu.jl line breaks in definitions of stridedarray aliases and a couple lines in test/parse.jl 19 March 2017, 19:14:55 UTC
696e1d9 Merge pull request #21085 from JuliaLang/jb/fix21081 fix #21081, quadratic slowdown in `remove_redundant_temp_vars!` 19 March 2017, 17:11:11 UTC
a365da4 Respect format width for milliseconds (#21070) Fixes #21001 19 March 2017, 13:41:25 UTC
d1cd951 Revert "Add patch to set `-O2` for suitesparse build (#20165)" This reverts commit 145eae8c28d627eb1e81c5d965db200ab49ff75d. This was actually a bug in the power kernels in OpenBLAS, not a GCC or SuiteSparse problem 19 March 2017, 13:06:11 UTC
26beab3 Carry openblas power assembly fixes from https://github.com/xianyi/OpenBLAS/pull/1098 19 March 2017, 13:05:53 UTC
2e947ba ensure the gc-rooting pass does not discard derived roots fix #21015 19 March 2017, 11:01:59 UTC
f45988f Merge pull request #21061 from JuliaLang/tk/doctest Fix doctests, run license-headers script, update doc links for redirects 19 March 2017, 08:05:01 UTC
2f102de fix #21081, quadratic slowdown in `remove_redundant_temp_vars!` 19 March 2017, 00:31:19 UTC
9701453 Merge pull request #21083 from JuliaLang/jb/fix20611 fix #20611, type intersection inferring wrong parameter value 19 March 2017, 00:04:20 UTC
d8f4b22 fix #20611, type intersection inferring wrong parameter value 18 March 2017, 21:02:04 UTC
93cddfc use newest world callback on_done (#21027) * use newest world callback on_done * use QuoteNode to prevent parameters being expanded * also quote on_done 18 March 2017, 17:19:35 UTC
e097911 Merge pull request #21069 from JuliaLang/mh/fix_21065 Introduce temporary if necessary to inline `_apply` 18 March 2017, 01:51:40 UTC
a910ab9 Merge branch 'master' into mh/fix_21065 17 March 2017, 18:48:22 UTC
89de7df fix #21054, parse/lowering problem with `<:T` syntax 17 March 2017, 18:33:51 UTC
762b943 Merge pull request #21066 from JuliaLang/jb/returntypetfunc fix `return_type_tfunc` in the case where no methods match 17 March 2017, 17:34:39 UTC
1594692 add test 17 March 2017, 16:35:39 UTC
038390b use `newvar!` instead of `add_slot!` 17 March 2017, 16:09:58 UTC
a2e714b Merge pull request #20959 from pabloferz/pz/bcsprowvec Make broadcast over sparse and rowvecs sparse 17 March 2017, 15:48:08 UTC
f65f273 Introduce temporary if necessary to inline `_apply` 17 March 2017, 13:25:15 UTC
b549d2b Merge pull request #20950 from JuliaLang/sf/ppc64le_ilp64 Identify `ppc64le` as a 64-bit architecture 17 March 2017, 04:11:26 UTC
5484807 fix `return_type_tfunc` in the case where no methods match also fix `return_type` on Builtins; this was another disparity with `return_type_tfunc` 17 March 2017, 03:58:14 UTC
8f97e6e Cleanup function signatures using DateLocale (#21011) 17 March 2017, 02:27:03 UTC
4eb8c06 Extensible and fast date parsing (#20952) * Refactor date parsing to be fast and extensible * Deprecate parse(::AbstractString, ::DateFormat) * fixup * Switch to datatype_name * Move towards consistent terminology * Rename parse(::Vector, ...) to parse_components * Internal parse funcs now take and return position * Documentation for internal functions * Corrections to documentation * Corrections from review * More details about raise * Remove outdated comment 16 March 2017, 23:41:10 UTC
5b18b74 Fix links in documentation smaller version of 0cc7d79d93cfea use --color=yes when running linkcheck 16 March 2017, 21:52:44 UTC
36b88ae Fix line numbers and schurfact `show` output in doctests 16 March 2017, 21:52:13 UTC
2f1fdb9 Fix errors in, and run, add_license_to_files.jl 16 March 2017, 21:39:19 UTC
c3f2f4c documentation: change `immutable` to `struct` (#21056) 16 March 2017, 21:09:20 UTC
e8e8012 Change default proxy settings to auto (#21044) 16 March 2017, 20:18:27 UTC
9f90b9a Merge pull request #21007 from JuliaLang/yyc/show/method_error Improve printing of manually thrown `MethodError`s 16 March 2017, 19:45:31 UTC
5407287 fix strtod indentation and mention it in LICENSE.md ref https://github.com/JuliaLang/julia/pull/5988 16 March 2017, 18:02:58 UTC
09e7ef2 Merge pull request #21013 from JuliaLang/jb/fix20992 fix #20992 16 March 2017, 17:40:48 UTC
0f15867 Merge pull request #21041 from JuliaLang/jb/fix21028 fix #21028, static parameter value incorrectly set to typevar 16 March 2017, 17:38:42 UTC
b2795eb RFC: Added recursive transpose to `Diagonal` (#21019) * Added recursive transpose to `Diagonal` `Diagonal` might be used to represent a block-diagonal matrix structure. * Fixes plus expm, logm, sqrtm 16 March 2017, 16:58:13 UTC
028a4b1 Clarify some license exceptions FFTW wrappers were moved and mostly rewritten - the Julia wrappers are probably not GPL? ref https://github.com/JuliaLang/julia/commit/481f3517d7dc00ac89c3a53f29a5a73faa1f3650 and https://github.com/JuliaLang/julia/issues/8248 and https://github.com/JuliaLang/julia/pull/12201 make note of grisu derived license in top-level LICENSE.md and update links, repo was moved from github.com/floitsch to github.com/google umfpack and cholmod code were moved from base/linalg to base/sparse 16 March 2017, 13:29:53 UTC
102800a Correct error message when adding/removing processes from workers (#21033) 16 March 2017, 05:46:15 UTC
97ddb18 Update NEWS.md w.r.t. removal of localize_vars [ci skip] (#21034) Changes related to PR #19594 16 March 2017, 05:45:01 UTC
295205c Merge pull request #21024 from JuliaLang/jb/fix20999 fix #20999, allow type redefinition with UnionAll-typed fields 16 March 2017, 05:11:43 UTC
d23e7c6 Improve printing of manually thrown `MethodError`s Make sure the world age is only mentioned for valid exception world age and when exception world has no matching method. 15 March 2017, 21:31:19 UTC
0818271 fix #21028, static parameter value incorrectly set to typevar This issue was caused by 6fb2c67e9e4461d48cbfe57bd30849a6615b06a1. 15 March 2017, 21:05:55 UTC
c399558 NEWS.md: various fixes (#20996) 15 March 2017, 15:20:10 UTC
1cad4f2 Clarify data sharing behavior of vec (#21030) [ci skip] 15 March 2017, 14:08:36 UTC
1820efa Merge pull request #20975 from JuliaLang/tb/align_asgn Use proper alignment when copying data to a variable. 14 March 2017, 21:53:08 UTC
1a89587 fix #20999, allow type redefinition with UnionAll-typed fields 14 March 2017, 18:31:13 UTC
3b0a5dc Make broadcast over sparse and rowvecs sparse 14 March 2017, 15:51:43 UTC
64409a0 Merge pull request #21012 from JuliaLang/jb/fix20998 fix #20998 14 March 2017, 04:20:23 UTC
5f35b96 fix #20992, compiler hang This was due to type intersection returning a type containing a free variable. 14 March 2017, 03:33:22 UTC
58ed252 Merge pull request #21010 from JuliaLang/jb/fix20869 Fix `typeintersect` involving `TypeVar`s bound to non-types 14 March 2017, 00:06:04 UTC
6fb2c67 fix #20998 This was a case where an unknown typevar was incorrectly inferred to have the value `Any`. 13 March 2017, 23:01:03 UTC
dcc71f2 Fix `typeintersect` involving `TypeVar`s bound to non-types Modify `var_gt` and `intersect_var` to cope with cases where a `TypeVar` has been deduced to be a non-type constant as is compared or intersected with another `TypeVar` or vice versa. 13 March 2017, 19:23:08 UTC
b626d0b Upgrade Documenter to 0.9.1 (#20997) fixes some windows path issues 13 March 2017, 17:36:45 UTC
a132ae2 `abstract` -> `abstract type` (#21002) 13 March 2017, 14:27:50 UTC
6eeabd8 Merge pull request #20914 from JuliaLang/sk/pkg.clone.ssh work-around joinpath error when cloning git ssh urls (fix #20695) 13 March 2017, 00:18:55 UTC
1632473 pkg: factor url_or_pkg logic into its own function and test it 12 March 2017, 23:00:37 UTC
3777aab Fix broadcast with RowVectors of matrices (#20980) Fix #20979. Amusingly, this bug is a direct result of `transpose` being recursive. 12 March 2017, 20:56:07 UTC
f0aedc6 Merge pull request #20988 from Sacha0/nixcolonambig resolve ambiguity between colon methods 12 March 2017, 17:56:38 UTC
6051590 Merge pull request #20971 from Sacha0/nixrowvecambigs resolve ambiguity between * methods 12 March 2017, 17:34:46 UTC
5e8f62c Merge pull request #20970 from Sacha0/nixcholmodambigs resolve ambiguity between \ methods 12 March 2017, 17:23:42 UTC
416d85b Resolve ambiguity between colon methods. 12 March 2017, 16:20:10 UTC
0615ea2 Merge pull request #20982 from JuliaLang/teh/ambiguities_bottom Fix handling of `allow_bottom_tparams` in `isambiguous` 12 March 2017, 13:00:31 UTC
f95b010 Merge pull request #20989 from Sacha0/nixcheckindsambigs resolve ambiguities between checkbounds_indices methods 12 March 2017, 12:49:29 UTC
ec4444a Fix handling of `allow_bottom_tparams` in `isambiguous` The former version failed to detect that certain type parameters were Bottom (for example, in the case in the added docstring for `isambiguous`). 12 March 2017, 11:48:11 UTC
9fbf9bb Merge pull request #20987 from Ken-B/patch-1 fix broken link to xterm 256 colors in NEWS 12 March 2017, 06:12:14 UTC
38ead95 Merge pull request #20977 from JuliaLang/jb/blassyms use explicit checks instead of try/catch to detect BLAS vendor 12 March 2017, 05:54:35 UTC
9c84311 Merge pull request #20990 from Sacha0/nixtupleambig resolve ambiguity between tuple constructors 12 March 2017, 05:49:30 UTC
840f5fb Resolve ambiguity between tuple constructors. 11 March 2017, 22:05:16 UTC
d22d81c Resolve ambiguities between checkbounds_indices methods. 11 March 2017, 21:31:24 UTC
b2f89ce fix broken link to xterm 256 colors in NEWS 11 March 2017, 19:59:49 UTC
6a1a455 Nix ambiguity between \ methods. 11 March 2017, 18:56:09 UTC
abe1a71 use explicit checks instead of try/catch to detect BLAS vendor 10 March 2017, 20:31:29 UTC
0e970f0 Merge pull request #20853 from JuliaLang/jb/IRcleanup improve optimization passes to produce more compact IR 10 March 2017, 19:40:01 UTC
294b253 Resolve ambiguity between * methods associated with RowVectors. 10 March 2017, 17:58:56 UTC
9bec6d2 Add section on type piracy to style guide (#20967) * Add section on type piracy. * Add examples of type piracy. 10 March 2017, 16:07:25 UTC
75c2e72 Lower `x^n` (literal n) to `Base.literal_pow(^, x, Val{n})` (#20889) Fixes #20882 10 March 2017, 14:36:51 UTC
8880d96 Use proper alignment when copying data to a variable. Using align=1 is very expensive on hardware without unaligned ld/st (eg. GPUs). 10 March 2017, 14:08:12 UTC
e91065c Merge pull request #20944 from JuliaLang/teh/faster_copyR Speed up copy!(dest, Rdest, src, Rsrc) by splitting out first dimension 10 March 2017, 09:47:43 UTC
3b5a0eb Fix printing of indices in the depwarn for to_indexes (#20960) 10 March 2017, 06:19:38 UTC
4521e6b Work around bug in tar 1.29 with --no-recursion and -T (#20942) causing duplicate files and including directories it shouldn't be 10 March 2017, 02:06:12 UTC
3e53392 fix regressions due to replacing too many slots with SSAValues 10 March 2017, 01:02:13 UTC
9e6b5fd Merge pull request #20937 from Sacha0/fourbcbang fix shape corner cases in sparse broadcast!(f, C, A, B) 09 March 2017, 02:03:13 UTC
79a58c3 [docathon] Add examples for isdiff/isdirty (#20940) * [docathon] Add examples for isdiff/isdirty * add space after # in comments 09 March 2017, 02:02:33 UTC
b96ce3b Add TODO upon fixing issue 9080 [ci skip] 09 March 2017, 01:57:12 UTC
6ecda47 Merge pull request #20920 from JuliaLang/yyc/gc/n_thread Take thread count into account in max collection interval 08 March 2017, 23:58:17 UTC
e596063 Merge pull request #20851 from JuliaLang/tk/pcre1023 Upgrade PCRE to 10.23, FFTW to 3.3.6 08 March 2017, 21:56:04 UTC
8436f45 Correct an inaccuracy in Strings documentation (#20935) 08 March 2017, 19:30:16 UTC
ade5887 Always include FFTW docstrings, even when USE_GPL_LIBS=0 (#20941) 08 March 2017, 19:29:34 UTC
9ceb52b Force inlining on CartesianIndex operations 08 March 2017, 19:04:46 UTC
810cade Speed up copy!(dest, Rdest, src, Rsrc) for CartesianRange inputs 08 March 2017, 19:04:43 UTC
ef49fcb Improve docs for copy! 08 March 2017, 19:03:31 UTC
1d678da Identify `ppc64le` as a 64-bit architecture 08 March 2017, 19:03:21 UTC
ebf675b remove fastmath version of mod (#20859) 08 March 2017, 18:45:09 UTC
dcec467 Take thread count into account in max collection interval 08 March 2017, 18:10:27 UTC
763f36c add an inlining heuristic that helps avoid allocations don't inline into a function `f` if doing so would put it over the inlining threshhold, and if inlining `f` itself would help avoid tuple allocations. so far this is only used on `promote`, to limit the effects as much as possible. 08 March 2017, 17:34:12 UTC
34be66a Merge pull request #20918 from JuliaLang/jn/grabbag_repl2 fix REPL-tagged issues 08 March 2017, 17:20:16 UTC
2969a5a Merge pull request #20932 from JuliaLang/jn/dump-assert-invalid-type-equal correct the type-equal assertion in the incremental deserializer 08 March 2017, 17:19:51 UTC
back to top