https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
768d1ba Disable GC_VERIFY to check if the oom is gone 03 October 2015, 02:03:15 UTC
fe14bfb print out gc scrub status 03 October 2015, 02:03:15 UTC
22d5902 Enable GC debugging options in Travis and AppVeyor tests. Not for mainline. 03 October 2015, 02:03:15 UTC
19563a3 Merge pull request #13420 from JuliaLang/tk/pkgconflict Fix throwing of Pkg errors, add error-condition tests and fixes 03 October 2015, 01:07:20 UTC
01a852d Merge pull request #13426 from omus/patch-4 RFC: Format for named groupings 02 October 2015, 21:50:50 UTC
49aec7d Changed format for named groupings In [Python named back references](https://docs.python.org/3/library/re.html) must take the form of `(?P<name>...)` but in [Perl](http://perldoc.perl.org/perlretut.html#Named-backreferences) and Julia named back references can look like `(?<name>...)`, `(?'name'...)`, `(?P<name>...)`, etc. I think we should stick to recommending the `(?<name>...)` syntax as it is clear and concise. 02 October 2015, 21:12:55 UTC
3b81151 Merge branch 'master' of github.com:JuliaLang/julia 02 October 2015, 19:59:38 UTC
743e4eb Makefile: add back rules for julia-genstdlib, docs 02 October 2015, 19:59:13 UTC
b498eab Revert "Run doc/genstdlib.jl after bootstrap, take 2" This reverts commit f7786157f06901b57aa3f860daa63607d08d3608. 02 October 2015, 19:50:22 UTC
39f818e more --compile=all related improvements 02 October 2015, 19:44:51 UTC
8b2ac72 remove a usage of emit_boxed_rooted that could be incorrectly propagating a boxed ghost 02 October 2015, 19:44:06 UTC
6074187 correct isimmutable info and add needsgcroot annotations so that the runtime computation matches the result of is_stable_expr 02 October 2015, 19:44:06 UTC
8ad6757 fix missing assignment when passing a rooted, boxed, immutable value to another function (by-ref) and set !needsgcroot on constants and arguments 02 October 2015, 19:44:05 UTC
2bbdc30 eliminate codegen dependence on jl_pvalue_llvmt as a unique type 02 October 2015, 19:44:05 UTC
5f4131f Merge pull request #12429 from matthieugomez/docperf Move discussion about abstract types in fields from FAQ to performances 02 October 2015, 19:12:52 UTC
00fa46b Merge pull request #13416 from ihnorton/ihn/ccall_undef_rtype Improve error message for undef ccall return type 02 October 2015, 16:54:50 UTC
ff19f89 fix a codegen assertion failure 02 October 2015, 15:07:57 UTC
3a57ccb Remove extraneous .tmp in Pkg.pin error paths and add corresponding tests 02 October 2015, 08:19:51 UTC
9d368d4 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 02 October 2015, 08:19:48 UTC
71e51ec Merge pull request #13413 from ggggggggg/patch-2 document that second argument to hash is UInt [av skip] 02 October 2015, 08:14:57 UTC
bcd744d Add error("unexpected") in try-catches that should fail 02 October 2015, 07:27:18 UTC
52d940e Fix indentation in pkg and replcompletions tests 02 October 2015, 06:34:22 UTC
ceb3b9d Improve error message for undef ccall return type 02 October 2015, 04:29:22 UTC
b9848dd document 2nd argument of hash is UInt 02 October 2015, 02:11:40 UTC
26b58c6 Fix linking to renamed openblas, ref #13407 02 October 2015, 01:53:25 UTC
598ac84 Merge pull request #13407 from stevengj/rename_openblas since we rename the openblas symbols we also need to rename the library 01 October 2015, 23:45:30 UTC
fdde0bd Merge pull request #13363 from JuliaLang/tk/fix13360 fix #13360 by removing localtime_r from julia.h 01 October 2015, 22:40:05 UTC
b0bc951 as discussed in #8734, since we rename the openblas symbols we also need to rename the library to avoid conflicts 01 October 2015, 21:18:50 UTC
966850c Merge pull request #13378 from spencerlyon2/sl/apropos-fix strip all MD markup when calling docsearch on `Markdown.MD` object 01 October 2015, 19:15:06 UTC
3bcdf37 Merge pull request #13382 from JuliaLang/sb/histrange-int64 avoid overflow in histrange 01 October 2015, 19:14:37 UTC
b6c64a7 Merge pull request #13397 from JuliaLang/anj/tri Cleanup triangular multiplication and solves and remove redundant copies 01 October 2015, 19:14:17 UTC
8518539 Merge pull request #12607 from slundberg/master Fixes Pkg.submit(): GitHub no longer stores OAuth tokens 01 October 2015, 17:05:27 UTC
e54c38d Merge pull request #13376 from JuliaLang/sb/bigint-trunc add trunc methods to BigInt, fixes #13367 01 October 2015, 15:01:40 UTC
4c7f220 Merge pull request #13392 from wildart/err-msg-13390 checks dir in order to prevent exception loss 01 October 2015, 14:59:10 UTC
aed9686 Merge pull request #13391 from wildart/slowdown fixed #13379: `transact` slowdown due to unnecessary file addition 01 October 2015, 14:58:04 UTC
af2d971 Merge pull request #13396 from wildart/fix-13394 fixed #13394: removed unused var 01 October 2015, 14:55:26 UTC
db9141d GitHub no longer stores OAuth tokens Fixes Pkg.submit by removing code looking to fetch an existing token from GitHub. 01 October 2015, 14:17:17 UTC
3f8d5a9 Code organization cleanup. Sparse linear getindex code was in the wrong place, grouped with logical indexing. Now clubbed together in the right place. 01 October 2015, 07:51:14 UTC
418a262 Add links to the discussion on heuristics for sparse indexing. [ci skip] 01 October 2015, 06:58:00 UTC
56e88ba Merge pull request #12934 from cschwarzbach/master Modified heuristic for getindex on sparse matrices 01 October 2015, 06:55:22 UTC
7c8153b Merge pull request #13393 from JuliaLang/yyc/no_fastisel_arm Disable FastISel on ARM 01 October 2015, 03:17:07 UTC
1b443ff Cleanup triangular multiplication and solves and remove redundant copies 01 October 2015, 02:21:20 UTC
f7b2f0a remove unused var [fix #13394] 01 October 2015, 01:18:04 UTC
e95968d checks if folder was created before deleting that should solve exception inhibition caused by `rm` exception [#13390] 30 September 2015, 22:43:06 UTC
72c88f6 Disable FastISel on ARM. Fix #13321 30 September 2015, 22:38:32 UTC
1ed51ea Merge pull request #13386 from MichaelHatherly/mh/typesummary-fix Fix error in type summaries 30 September 2015, 22:34:21 UTC
b3a8f8e fixed #13379: `transact` slowdown due to unnecessary file addition 30 September 2015, 22:22:32 UTC
5947f3c 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. 30 September 2015, 19:26:00 UTC
a507bcf avoid overflow in histrange, fixes #13326 30 September 2015, 18:32:07 UTC
28e854b give context to GitErrors when showing error 30 September 2015, 17:37:06 UTC
92670a9 NEWS updates for 0.5 30 September 2015, 15:34:09 UTC
662efbe Merge pull request #13236 from KristofferC/kc/sparse_docs move some sparse docs from helpdb.jl 30 September 2015, 14:14:03 UTC
3079533 strip all MD markup when calling docsearch on `Markdown.MD` object 30 September 2015, 14:03:44 UTC
b31925c add trunc methods to BigInt, fixes #13367 30 September 2015, 12:19:54 UTC
ae419ce fixups of sparse docs 30 September 2015, 08:59:55 UTC
a4897f6 rerun genstdlib.jl 30 September 2015, 07:57:48 UTC
0a44ce8 move some sparse docs from helpdb.jl 30 September 2015, 07:54:20 UTC
e1f6dbb Merge pull request #13370 from JuliaLang/yyc/windows-libc-doc Move the last RST only doc to julia 30 September 2015, 05:56:16 UTC
c4f77b8 Merge pull request #13374 from JuliaLang/jcb/oidstr fix bug where `LibGit2.Oid` was not geting converted to string 30 September 2015, 05:55:02 UTC
4deb73f fix bug where `LibGit2.Oid` was not geting converted to string 30 September 2015, 04:22:16 UTC
d709e11 properly finalize the GitRepo when an exception is thrown 30 September 2015, 04:09:56 UTC
ed6a1b5 reexport old Git module for now 30 September 2015, 02:57:34 UTC
2305d49 Support `@doc "" -> f()` syntax early in bootstrap and move windows only doc string to julia. 30 September 2015, 02:23:26 UTC
43e7ff1 Merge pull request #11196 from JuliaLang/art/pkg-libgit2 Package system on libgit2 29 September 2015, 23:16:09 UTC
35cd85f add error branch test for package availablity 29 September 2015, 20:27:41 UTC
2eb5a50 docs: fix another broken RST table 29 September 2015, 20:23:58 UTC
fe5de8e docs: various ReStructured text formatting fixes 29 September 2015, 20:07:43 UTC
d18efae fix deprecation warning 29 September 2015, 19:17:18 UTC
11f08b5 returned `Pkg.Git` module 29 September 2015, 18:59:31 UTC
509e4b2 renamed module `GitConst` to `Consts`, added support of ssh-agent 29 September 2015, 18:59:31 UTC
0663672 fixed comparisons to `nothing` 29 September 2015, 18:59:30 UTC
80f0db7 Union() => Union{} 29 September 2015, 18:59:30 UTC
b0f07a8 added: tree entry type, tree walker, blob lookup, some refinements fixed: revwalker map type instability & count, typos 29 September 2015, 18:59:30 UTC
116bb4c fixed bad rebase commit of `inbase` 29 September 2015, 18:59:30 UTC
29004a4 removed Git REPL 29 September 2015, 18:59:30 UTC
78929ad fixed tests 29 September 2015, 18:59:30 UTC
7e9caae fixed: `tag` requirements creation, empty callbacks 29 September 2015, 18:59:30 UTC
4beb9af fixed cache update, remove redundant `chomp` call from Git REPL `commit`, added `fetch` and `push` to Git REPL 29 September 2015, 18:59:29 UTC
0ccfdfe fix error message & add all tests 29 September 2015, 18:59:29 UTC
2853db0 reomoved Git module and its tests 29 September 2015, 18:59:29 UTC
2f8c7b7 fixed remote branch name 29 September 2015, 18:59:29 UTC
7aa333b added `checkout` to Git REPL 29 September 2015, 18:59:29 UTC
243e1a8 fix Git REPL `commit` output 29 September 2015, 18:59:29 UTC
c5350e5 added `commit` to Git REPL & fixed commands help info 29 September 2015, 18:59:29 UTC
9690fa6 added to GitREPL: branch & tag 29 September 2015, 18:59:29 UTC
f3301fb switch GitRepo to GitRevWalker 29 September 2015, 18:59:29 UTC
5fa68d5 fixed Pkg.pull_request, suppress backtrace PkgError & code cleanup 29 September 2015, 18:59:28 UTC
9f3bad9 added extended repo open, ported Base.url 29 September 2015, 18:59:28 UTC
25778f7 merge overhaul, added credential & fetchhead callbacks, small fixes & cleanup 29 September 2015, 18:59:28 UTC
1347d68 added callbacks, updated push & publish 29 September 2015, 18:59:28 UTC
93af677 diff & rebase update to v0.23, error fixes 29 September 2015, 18:59:28 UTC
fad9263 switch to release build for windows 29 September 2015, 18:59:28 UTC
f58f762 used new enums, changed location of GITHUB_REGEX, exported PkgError 29 September 2015, 18:59:28 UTC
c254abb fixed 0.23 compatibility errors, added more commands to git-repl 29 September 2015, 18:59:27 UTC
5a4aad0 fixed: string value retrieval from config, resource management in tests 29 September 2015, 18:59:27 UTC
8b5dd78 added `Oid` tests, modified `free` with tuple parameters, updated `git_reference` calls to 0.23, fixed `branch!`, code cleanup 29 September 2015, 18:59:27 UTC
39aa02b tuple-based Oid 29 September 2015, 18:59:27 UTC
c9fcd0b fixed repl tests 29 September 2015, 18:59:27 UTC
50b81f6 rebased, moved `libgit2` to `base`, updated to 0.23 & tests 29 September 2015, 18:59:27 UTC
09406ad refactoring commit message call 29 September 2015, 18:59:27 UTC
back to top