swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40

sort by:
Revision Author Date Message Commit Date
0ff703b Tag v0.4.0 08 October 2015, 06:20:46 UTC
205c836 fix doctests 08 October 2015, 00:50:56 UTC
1c1de2b Fix BigInt parser. Add test for readdlm(BigInt) (cherry picked from commit eaf553297a662b5b62090821300cdde7f8e9b6fe) ref #13483 07 October 2015, 23:56:37 UTC
adb832a Avoid introducing local variable (and GC frame store) when the inliner is confused about the return point. (cherry picked from commit bb247cfef7e4fd920c04398262684790d9de17da) ref #13461 07 October 2015, 23:55:57 UTC
8b63092 Add a test for #13464 (cherry picked from commit 442cf132cea528fc9f5853c100d2654eb08b18f7) 07 October 2015, 07:55:19 UTC
faafe2f Fix gen_call_with_extracted unmatched case (cherry picked from commit 68bc1ca37c365677c64b862fe1e350f8690583be) ref #13475 07 October 2015, 07:55:02 UTC
7048c40 Add dispatch on parametric types (cherry picked from commit 06b52dd12c80ec458a66024f902e94365acc4942) ref #13453 07 October 2015, 00:33:52 UTC
50dfceb Replace `Docs.isexpr` with `Meta.isexpr` This fixes the bounds error reported in #13467 by removing the custom `isexpr` function that was defined in the `Docs` module. Instead use the standard `Meta.isexpr` function. Fixes #13467. (cherry picked from commit b53ae9d7b7357745912f577940563a33ca73d041) ref #13468 07 October 2015, 00:33:25 UTC
e70f13e Show file:line with binding deprecation warning (cherry picked from commit 987d42fe6978f9c9fc9df0ac8584c2cd0926e7e9) ref #13462 07 October 2015, 00:32:27 UTC
296bb20 fix appveyor 64 for openblas suffix (cherry picked from commit 199ebeffc436e644f1ce57647f1d1730f75a66cb) ref #13443 04 October 2015, 05:59:44 UTC
e9c9c92 Tag 0.4.0-rc4 04 October 2015, 03:14:37 UTC
53ff5fe Add openssl to the list (cherry picked from commit 4dd2b2593147cd67e88a91fc6bbd11a91660d546) ref #13435 03 October 2015, 19:29:49 UTC
cde997c Merge pull request #13357 from JuliaLang/tk/backports5 [release-0.4] pending backports for final RC 03 October 2015, 16:43:10 UTC
1b4308f fix whitespace at end of doc/stdlib/base.rst 03 October 2015, 06:09:27 UTC
125509a Fix read!(s::IO, a::Vector{UInt8}) to return a lost in #12839 (cherry picked from commit 010df394cfdd224de5194f25671665e5849acd9e) ref #13433 03 October 2015, 05:47:12 UTC
00579f7 remove a pkg test that needs user credentials 03 October 2015, 05:47:00 UTC
3b45467 Use Base's getindex in eval_user_input hack To avoid breakage when getindex is overwritten (cherry picked from commit d09545be63296a96b0b7507366dfb646b8b6066c) ref #13260 03 October 2015, 01:20:37 UTC
778c5d9 Remove extraneous .tmp in Pkg.pin error paths and add corresponding tests (cherry picked from commit 3a57ccbc21e3543379055573b5e711630f83bff0) 03 October 2015, 01:12:30 UTC
1931681 Actually throw PkgErrors, add Pkg error tests Fix MethodError from giving too many inputs to PkgError Add an unsatisfiable REQUIRES test Add tests for Pkg.pin error cases Adjust comment for issue number in a test (cherry picked from commit 9d368d4fdb3b5634a638ed388ebea982d371dd92) ref #13420 03 October 2015, 01:10:31 UTC
1acbba2 Add error("unexpected") in try-catches that should fail (cherry picked from commit bcd744dc7aa1be3f1c59ffe44727b3715034fa88) 02 October 2015, 08:21:29 UTC
af573ab Fix indentation in pkg and replcompletions tests (cherry picked from commit 52d940e24b7268d3114d15cbc4e4320fc3201c9e) ref #13419 02 October 2015, 08:20:52 UTC
ccb7934 document 2nd argument of hash is UInt (cherry picked from commit b9848ddefe56c0659838f6632b8c85fcd62ba605) ref #13413 02 October 2015, 08:16:30 UTC
5f8ff74 fix recursive make variable since release-0.4 is not using := everywhere also fix cp -f rule for release-0.4 02 October 2015, 05:17:15 UTC
4fe4fb5 Fix linking to renamed openblas, ref #13407 (cherry picked from commit 26b58c6138b3e8e704ba35762e79b982b4e69b33) 02 October 2015, 02:05:19 UTC
020adbb as discussed in #8734, since we rename the openblas symbols we also need to rename the library to avoid conflicts (cherry picked from commit b0bc951f301ebeaeede9faf6b7199ffdfcb09bc2) ref #13407 02 October 2015, 01:00:54 UTC
6be2c57 strip all MD markup when calling docsearch on `Markdown.MD` object (cherry picked from commit 307953375055b7d6a95b25bc3016928fa4b47eaf) ref #13378 02 October 2015, 00:57:05 UTC
1f3a6b7 Fix error in type summaries Types with fields containing unicode characters would throw an error since the initial type of the `parts` vector would be ASCII instead of utf8. (cherry picked from commit 5947f3cf074d136d2ade2c3f456a5b356aaee4b0) ref #13386 02 October 2015, 00:56:13 UTC
440c8c7 fixups of sparse docs (cherry picked from commit ae419ce10478f37b1ae39a72fa0eb50693b28343) 30 September 2015, 16:45:13 UTC
259b2a3 rerun genstdlib.jl (cherry picked from commit a4897f6a2db1e317cef476ecd8106b479fb3178d) 30 September 2015, 16:45:05 UTC
ce93cfe move some sparse docs from helpdb.jl (cherry picked from commit 0a44ce8177def25b3003490171a1c19a49156640) ref #13236 30 September 2015, 16:44:49 UTC
fef1fb8 Fix inference heuristic hacks These were broken by #11274 but no one noticed. Fixes #13350. (cherry picked from commit 7dfcf7028e5d12afed106ea69b32132b5cf8e8f5) ref #13355 30 September 2015, 07:13:29 UTC
457071c Support `@doc "" -> f()` syntax early in bootstrap and move windows only doc string to julia. (cherry picked from commit 2305d49f74d21dcc776aa8b5a8e2d5490739b80a) ref #13370 30 September 2015, 04:55:41 UTC
3cdc2c6 docs: fix another broken RST table (cherry picked from commit 2eb5a50bfecc44beb61b7ce52d9ef59f84afda39) 30 September 2015, 04:53:12 UTC
d3536a3 docs: various ReStructured text formatting fixes (cherry picked from commit fe5de8ec5548f119d692e0319b258429fcef42cd) 30 September 2015, 04:53:04 UTC
a1766aa Early-exit and pass-through tests (cherry picked from commit 449c6da9d38b43e7810cd09986f4628d902ca1fb) ref #13354 removed tests for methods that have not been backported to release-0.4 30 September 2015, 04:51:51 UTC
0f09590 Update documenting macro-generated code docs (cherry picked from commit 1023b8552548c3884644cff7f47d810eae00474b) ref #13364 30 September 2015, 04:47:31 UTC
0e156e3 Documenting macro-generated code This adds a `@__doc__` macro, not exported currently, for use by macro authors that want their macros to hook into the docsystem properly. Usage: macro example(f) quote $(f)() = 0 @__doc__ $(f)(x) = 1 $(f)(x, y) = 2 end |> esc end "Docs for `g(x)` only." @example g will attach the docstring to the 1-arg method only. Also improve invalid doc expression error message by displaying the unexpanded form of the expression instead of its expansion. Enable docstrings for `at-enum` using the newly added macro. Fixes #12705. (cherry picked from commit 0b9ef7d2221f0a2940769c54fa9dbc4a2306f7ef) ref #13006 29 September 2015, 10:00:11 UTC
c66b294 README: 0.4 is the new 0.3 (cherry picked from commit 0715058fe2175f36fb86fc68bd6d63f38c1b6f70) ref #13115 29 September 2015, 09:06:20 UTC
06ec851 Modify deprecation of AsyncStream I resolved that conflict wrong, the deprecate_binding exports the old name and AsyncStream was not exported 29 September 2015, 07:07:32 UTC
2d02387 Make replace use print instead of write (cherry picked from commit 046f099b5f56e3de5b71fe1609fd9b152715656f) ref #13351 29 September 2015, 03:29:26 UTC
26388f0 fix #13309: return correct real value from var, varm, etc of complex arrays (cherry picked from commit b26d7993bbc0b7423d44526459179277e5f56182) ref #13348 29 September 2015, 03:08:04 UTC
3b72a69 Apply changes from 84204a8b3bd1e80217e600453760fa1f822257e3 in doc sources and adjust rst rendering so genstdlib is consistent (cherry picked from commit f8d05e0854ae29c60cb02ec1a439876f5733de7a) Adjust test/markdown.jl for list spacing whoops, shame on me (cherry picked from commit 17328bee64cec96b08e2c87070d6272c89d881dc) 29 September 2015, 02:23:36 UTC
64c5323 docs: fix wrong indentation causing accidental literal quote blocks ReStructured is very finicky about this – bullets, etc. must be fully flush left relative to their parent block or Sphinx wraps them in a literal quote block. This commit also fixes a few other broken RST syntax usages. (cherry picked from commit 84204a8b3bd1e80217e600453760fa1f822257e3) 28 September 2015, 23:29:57 UTC
58d4516 Added fallback and error throwing tests (cherry picked from commit 8be556ae29d90a998bb3216fc64996016721ac62) 28 September 2015, 23:29:35 UTC
00fb151 Added test for gebrd (cherry picked from commit 8624221b7cda12b7d7efdc90686ffe4f28811dac) ref #13335 28 September 2015, 23:29:24 UTC
1128b7e Added tests for sparsevec (cherry picked from commit bc43fe6321f57259f1576550880684d15882d03c) ref #13341 28 September 2015, 23:29:07 UTC
035c10d Simplify `@repl` implementation. Enable `apropos` search via help mode by passing a string or regex: help?> "foo" help?> r"foo" This shouldn't interfere with any docstring lookup since we don't encourage documenting specific strings or regex objects. Docs for `@r_str` can still be found by searching for either an empty regex `r""` or `@r_str` directly. Enable specifying method signatures using help?> f(::Float64, ::Int) as well as the current behaviour help?> f(x, y) where `x` and `y` are already defined. This is quite useful when you don't have an instance of the required type. Prior to this an error was thrown in `gen_call_with_extracted_types` when using the `::` syntax. (cherry picked from commit 8c236e96d243b8396a5901ee22388dd75bf78c1d) 28 September 2015, 23:28:54 UTC
13b75de Minor docsystem refactoring Combines the `doc(::Function)` and `doc(::DataType)` methods since they were nearly identical. Enables searching for docstrings attached to specific constructors in the same manner as is currently allowed for normal methods. Prior to this it resulted in a no method error. Fixes #12701 where splatted method docs were shadowing others. Although not the original cause of the issue, with the change to storing signatures as `Tuple{...}` (in #12835) this meant that `f(x...)` was stored as `Tuple{Vararg{Any}}` which is equal to `Tuple`. Since the default value of `sig` was `Tuple` not all matching docs were returned in the example provided in #12701. (cherry picked from commit 1b1e6c612efbf39949f63d4d56ae9b467ff8d703) ref #13330 28 September 2015, 23:28:38 UTC
90732c4 Added note about support (cherry picked from commit 2fb0433d5c3b8ecb0b55a29ef75158dfdaaacee2) 28 September 2015, 06:26:46 UTC
e97c0f8 Added missing lapack docs (cherry picked from commit 6dd817f43564e49b4400caa3d977e27a09c8111b) ref #13328 28 September 2015, 06:26:32 UTC
009c368 Add documentation for givens, ldltfact!, and eigvals!. Fixes #10526 [ci skip] (cherry picked from commit f700a90d0288382bc0e5410f86af94bb5bc4599b) ref #12852 28 September 2015, 00:34:48 UTC
ad00e48 Make jl_static_show non-allocating (backported from d8f5bf271c753647671ad2609b15ec745051af4b) 28 September 2015, 00:29:57 UTC
cbac18e Fix many GC related bugs * Make `jl_linenode_line` non-allocating * Fix missing GC root when calling `jl_fieldref` and `jl_get_nth_field` that can possibly allocate * Add missing write barrier when using heap allocated array as stack buffer * Remove a few allocation from `jl_static_show_x` (the general case still allocate and should be fixed) * Fix missing and extra `JL_GC_POP` * Fix misplaced `JL_GC_PUSH*` (backported from 34c93320f9e85436bd7fba5a7f5d7b142983baac) ref #13325 28 September 2015, 00:29:16 UTC
6ec9c22 Initialze jl_datatype_t::haspadding. Fix #13331 (cherry picked from commit 77c13b0bb22326be369efea357eb5900be10aa74) ref #13336 28 September 2015, 00:27:23 UTC
4a9f00c improve type-inference/codegen for setindex! closes #10954 (cherry picked from commit 1fa28584c93ec3a2b554f1fcc167e23b152c6f6e) 28 September 2015, 00:27:04 UTC
82e3ac8 add deprecation for AsyncStream (cherry picked from commit 780d9afac6c2575192e85fdca9994d6ec2c80a78) Conflicts: base/deprecated.jl 28 September 2015, 00:26:41 UTC
bb744fd refactor IO types to be less brittle, more flat, and to fix #12829 and #12050 (cherry picked from commit 43e283d6535efa793e968964c75e6d60c43b0120) ref #12839 28 September 2015, 00:25:25 UTC
483d548 Tag 0.4.0-rc3 27 September 2015, 20:34:51 UTC
085f0dc Merge pull request #13289 from JuliaLang/tk/backports4 [release-0.4] backports for RC3 27 September 2015, 20:29:21 UTC
035d559 Fix doctests 27 September 2015, 04:22:47 UTC
0b09c8a Run genstdlib, remove duplicate gelsy! doc, fix ifft docstring to match doc (cherry picked from commit 447ae0edecf451b32da76efcbf2c2db6e7376fcd) 27 September 2015, 03:21:12 UTC
80e9af6 Search unexported modules for docstrings Some docstrings are for things that end up getting exported from base, but live in unexported modules (like Base.DFT) (cherry picked from commit 4e992510187b4b9e1031350843c5ec3f98a5c963) 27 September 2015, 03:18:21 UTC
b05849f Fix encoding of DFT docs (cherry picked from commit 70e69635bde059cd35a224a003f114973a53cd5f) ref #13329 27 September 2015, 03:18:09 UTC
71dde8b Remove docs for methods that are not backported to 0.4 yet ref #13064 27 September 2015, 03:08:02 UTC
c24a85e Merge pull request #13312 from JuliaLang/sf/whitespacessavesface [release-0.4] Fix testall rule when libdirs move 27 September 2015, 01:06:13 UTC
09db424 attempt to fix osx backtrace test failure ref https://github.com/JuliaLang/julia/commit/35c5234ad0b970129bb8c2a10fd8d5080578c46d#commitcomment-13429310 (cherry picked from commit 2c64d2c9dcd19a16903ec7e234b1bcf1e1cf1089) ref #13322 27 September 2015, 01:04:59 UTC
0dcde3b package docs: s/INSTALLED/REQUIRE/ this is the only mention of all-caps `INSTALLED` currently in the repo [av skip] (cherry picked from commit ce39312237e07c5cbf11b54fdfba3479e9f0de9b) ref #13320 25 September 2015, 23:22:39 UTC
2978621 docs: fix missing newline at the source (cf 14e8880ffdee9bed0b53b6) (cherry picked from commit 262d6babf634181c456868182f972a90240a5863) 25 September 2015, 23:12:03 UTC
6555749 docs: fix missing newline after code-block directive [skip ci] (cherry picked from commit 14e8880ffdee9bed0b53b6b7ac217eb3138155d0) 25 September 2015, 23:11:56 UTC
ae847dc Start of the doc quest (cherry picked from commit c961b01b70635c07d2dd5d608f639f2fe592b912) ref #13278 25 September 2015, 23:11:39 UTC
4eb0b2c Fix testall rule when libdirs move 25 September 2015, 04:30:58 UTC
ad4a961 fix regression in error line numbers see e.g. #922 (cherry picked from commit 35c5234ad0b970129bb8c2a10fd8d5080578c46d) 25 September 2015, 01:12:41 UTC
14fb0a7 Fix #13261, isvatuple MethodError in inference (cherry picked from commit 5c0eb6d4e5426fa8a1b0226fab5afc7b0d08d109) ref #13272 24 September 2015, 20:13:39 UTC
6916dc2 fix #13302, parsing destructuring assignment in catch block (cherry picked from commit 926d990c4354d0eef0ce3610e393a548dba4d822) 24 September 2015, 20:13:24 UTC
73a7189 Fix eigs documentation and move it to the source code (cherry picked from commit 52e242e697432d4176006866c46f2475234856f0) ref #13287 24 September 2015, 20:12:51 UTC
3be2e00 Add FIXME comment (cherry picked from commit 890c006dda4d5ab6b62b5bb8720d79b20e04be9a) 24 September 2015, 06:01:55 UTC
6b88ebe Make `@deprecate_binding` work with `--depwarn` cmdline flags (cherry picked from commit 31a0c5543e05095af26b0d4190d53a09c8efb7ed) ref #13269 24 September 2015, 06:01:39 UTC
d57d915 Name Start Menu shortcuts more descriptively This is the first step towards #13239. It would be nice to also include exact commit number and architecture, but I don't know how to get at them. (cherry picked from commit 2a2de21a84fa562fe73fec09c45368142d61d811) ref #13253 24 September 2015, 03:14:55 UTC
0cb06e4 Fix reflection macros when using splatting by fixing the splatting branch of gen_call_with_extracted_types (cherry picked from commit 670854353f1df77815f68d50814fd89e00eb914a) ref #13277 24 September 2015, 00:47:36 UTC
a27a9ae run genstdlib.jl 24 September 2015, 00:47:36 UTC
5e4098b Document that write returns the number of bytes written (cherry picked from commit aca6c3d9f8f1bb7fc0de215ad9078917913cbe8c) ref #13288 24 September 2015, 00:47:36 UTC
6f8fe41 don't throw a warning for deprecated bindings when --depwarn=no (cherry picked from commit 184c56b1eb8bf1d6a062a5dba49a278ad10a5ecc) 24 September 2015, 00:47:35 UTC
1bfceb0 add ability to write Rationals to a stream; return correct number of bytes written when writing Complex to a stream (cherry picked from commit adfd25c1dc859f29f7e1fa7d74de1bd7003a279a) ref #13188 24 September 2015, 00:47:35 UTC
f0bc6dd Add reminder to remove Uint deprecation hack (cherry picked from commit 76f3fe55b860791a136291a8435676e53319e3c7) 24 September 2015, 00:47:35 UTC
09f56aa Workaround incorrect Uint deprecation message The Uint deprecation warning suggested a system dependent type (UInt64 or UInt32) rather than UInt, due to this being a type alias. Hardcode a warning message for this rather common type, pending a more powerful deprecation warning system. (cherry picked from commit 9723ec07bf08bf55c60192b8942d2efe1a94bf57) ref #13227 24 September 2015, 00:47:35 UTC
675920c fix spacing issue in generated docs (cherry picked from commit 4a55d382798038fb353b56c1cb847a1282ddbdd9) 24 September 2015, 00:47:35 UTC
674af6c adds some missing backticks (cherry picked from commit 00c7f1c81375fc16b57773db95201e5ff4eb8285) 24 September 2015, 00:47:35 UTC
798f59d expands discussion of `similar` a bit (cherry picked from commit eb31d4198c1cdeb5ffb7da586e7bc7ed5d47974b) 24 September 2015, 00:47:35 UTC
25b4c0f adds short paragraph describing the benefits of defining similar() for AbstractArray subtypes (cherry picked from commit 9d57a1eec385f3f972a68a3f56892f53ee44957d) ref #13212 24 September 2015, 00:47:35 UTC
48cf35e Move docsystem to end of sysimg.jl Fixes #13274. Having the docsystem defined last should avoid the inconsistencies in available doc syntax in different parts of `Base`. (cherry picked from commit 6b749dd561998bb4153ecd4423cb5dfd1b8e4a88) ref #13281 23 September 2015, 22:35:07 UTC
09f248f 4-space indent in basedocs Replace a few tabs with spaces found via: grep -n -P '\t' */*.c* */*.h* src/*/*.c* src/*/*.h* */*.jl */*/*.jl */*/*/*.jl (cherry picked from commit b939592f2a4da9275ac7db9a83fc4a49ae3449af) 23 September 2015, 01:56:47 UTC
6662098 Adds description of triple-quoting behavior to manual (cherry picked from commit a203e721d5a703f5663a55a6ac207e0c70a2022e) ref #13246 23 September 2015, 01:55:46 UTC
db29983 basedocs #12438 part 4 white space add (cherry picked from commit 9d8571f57e496350d2229a4517cc270439c0067f) ref #13217 23 September 2015, 01:55:06 UTC
90da5be perf: Fix Go dependencies Revert back to using statically linked BLAS and LIBM dependencies. For some mysterious reason Go cannot find OpenBLAS when linked in dynamically. Also makes the local ./gopath completely transient; it is now added to the .gitignore and is wiped away in its entirely with `make clean`. 22 September 2015, 22:00:53 UTC
f7eeb1a perf: minor cleanup of Go blas dependency Use BLASDIR for path to OpenBLAS 22 September 2015, 21:20:31 UTC
22ea7e3 Merge pull request #13219 from JuliaLang/cjh/mubench-fix Update microbenchmarks to run on release-0.4 22 September 2015, 20:49:15 UTC
4fd7b9d Cleanup after merging Mainly reapplies perf: Switch to Python 3 default [ci skip] 22 September 2015, 20:03:54 UTC
6156bb7 Merge pull request #13262 from kortschak/fix-go-perf micro: improve bench, fix cgo build and isolate 22 September 2015, 19:56:27 UTC
005711f micro: improve bench, fix cgo build and isolate * Use .so instead of .a, * Use local GOPATH to prevent contaminating client GOPATH, * Use strconv.FormatUint instead of fmt.Sprintf, * Make noise for bench errors. 22 September 2015, 06:48:28 UTC
9e423ff Merge pull request #13251 from btracey/patch-5 Update Go benchmarks to use the Go testing harness 21 September 2015, 18:04:53 UTC
back to top