swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40

sort by:
Revision Author Date Message Commit Date
5781d5c improve codegen of unionall arrays 07 January 2017, 03:57:34 UTC
4c983a5 add a fastpath to type-equal for leaftype this is important because it is on the inner loop for `jl_inst_concrete_tupletype` (aka `jl_f_tuple`) 07 January 2017, 00:40:58 UTC
ba2595b fix another broken subtyping test 05 January 2017, 22:58:56 UTC
5379cb9 fix a broken subtyping test 05 January 2017, 22:47:24 UTC
0ad9f4c remove extraneous for loops for subtype algo fold the "more" flag into the first iteration of subtyping 05 January 2017, 22:47:24 UTC
0b95e8f address review comments 05 January 2017, 22:47:24 UTC
7283faa doc and NEWS updates for jb/subtype 05 January 2017, 22:47:24 UTC
aa9cb4f make ordered type cache more robust Allow multiple entries that are equal according to the ordered comparison predicate typekey_compare, but not equal according to jl_types_equal. This is mostly needed for types in replaced modules, which can be distinguished by pointer comparison but cannot be reliably ordered (since they differ only in memory address). 05 January 2017, 22:46:40 UTC
978676e more test fixes 05 January 2017, 22:46:40 UTC
892d399 get several test suites passing [ci skip] 05 January 2017, 22:46:16 UTC
afed135 clean up subtype tests [ci skip] 05 January 2017, 22:44:10 UTC
1f01aed make type declarations with triangular constraints work properly e.g. fixes #6721 fixes to type instantiation [ci skip] 05 January 2017, 22:44:10 UTC
5d9d6a7 implement `where` syntax 05 January 2017, 22:44:09 UTC
a29d5b3 remove old type intersection code [ci skip] 05 January 2017, 22:37:56 UTC
a097b2f get all intersection tests passing [ci skip] 05 January 2017, 22:37:56 UTC
f860cd1 fully move subtyping tests from test/core to test/subtype 05 January 2017, 22:37:56 UTC
97b3f74 add tests for type intersection [ci skip] 05 January 2017, 22:37:56 UTC
8dd0e84 rough cut of type intersection [ci skip] 05 January 2017, 22:37:55 UTC
7141c22 subtype.c: fixes and more comments 05 January 2017, 22:37:55 UTC
cfd7aa0 add subtype test suite [ci skip] 05 January 2017, 22:37:55 UTC
5a02bb1 fixes to show and serialize for new types improve static_show of UnionAll and Tuple 05 January 2017, 22:37:55 UTC
c818731 update type union and instantiation for new representation switch to new type system APIs in several places get things working well enough to load boot.jl subtype: add concrete matching rule and work on Vararg constraints improve diagonal subtype rule 05 January 2017, 22:37:55 UTC
7cee659 put subtyping algorithm skeleton in place 05 January 2017, 22:37:55 UTC
9e913b4 update examples/juliatypes.jl - update for v0.5 - an algorithm improvement for vars that match unions 05 January 2017, 22:37:55 UTC
6eaec18 Merge pull request #19823 from JuliaLang/kf/fixcpuidthings Fixes for cpuid specific binaries patch 05 January 2017, 22:13:05 UTC
d7625dd Add ORIGIN to rpath for libgit2, libssh2, and mbedtls on FreeBSD (#19870) 05 January 2017, 19:55:02 UTC
d4707a0 Merge pull request #19765 from JuliaLang/jb/leftarrow RFC: add `<-` as an assignment-like operator 05 January 2017, 16:45:10 UTC
1f59fbf Merge pull request #19869 from JuliaLang/yyc/typeinf/fast_cmp Fix inference of fastmath floating point comparisons 05 January 2017, 16:30:12 UTC
f25d5a7 more verbose multi-line display(c) for Char (#19847) * more verbose multi-line display(c) for Char 05 January 2017, 16:22:24 UTC
b53cd8b Make broadcast return BitArray even if it cannot be inferred (#19854) * Make broadcast return BitArray even if it cannot be inferred 05 January 2017, 16:19:40 UTC
7a80fc9 Merge pull request #19865 from JuliaLang/jb/fix8925 fix #8925, `global const (a,b) = (1,2)` should work 05 January 2017, 16:16:30 UTC
f3fd7ac Merge pull request #19868 from JuliaLang/jb/fix7669 fix #7669, always parse assignments the same inside macro calls 05 January 2017, 16:15:59 UTC
fa9dfb8 Support speye for abstract element type (#19871) 05 January 2017, 16:12:47 UTC
20b704a Faster view creation (#19259) * Ensure SubArray constructor inlines * Don't bother calculating the size of the SubArray during creation All it needs is the dimensionality of the indexing result. * Deprecate three-argument `SubArray` constructor * Wrap long lines 05 January 2017, 14:47:31 UTC
e22198b Add BigInt methods for op_with_overflow (#19859) Fixes issue mentioned in https://github.com/JuliaLang/julia/pull/17152#issuecomment-269951160 05 January 2017, 14:05:20 UTC
8d369bf added logging() for redirection of info/warn/error messages (#16213) 05 January 2017, 14:03:18 UTC
cbc6670 Merge pull request #19855 from JuliaLang/sb/libgit2/25 Upgrade libgit2 to v0.25.0 05 January 2017, 11:46:50 UTC
2356ebb Merge pull request #19863 from JuliaLang/jr/perfdocs update test/perf README (fix #19853) 05 January 2017, 06:38:15 UTC
7aa6d41 fix #7669, always parse assignments the same inside macro calls 05 January 2017, 06:02:00 UTC
cf68974 Merge pull request #19867 from JuliaLang/jb/repstring remove `RepString` type 05 January 2017, 05:58:32 UTC
26af9c0 fix #8925, `global const (a,b) = (1,2)` should work 05 January 2017, 04:16:20 UTC
c56d59b Fix inference of fastmath floating point comparisons 05 January 2017, 01:43:43 UTC
cfa2312 Fix #19655 (TypeError on empty stacktrace) (#19656) * Fix #19655 * Test for #19655 04 January 2017, 22:03:39 UTC
55aa1d4 remove `RepString` type 04 January 2017, 21:51:38 UTC
7648ad6 splitdrive under windows (#19695) * splitdrive under windows * splitdrive under windows tests * more test * move tests outside loop over S * changed test cases to S("...") 04 January 2017, 21:39:59 UTC
1820cbb add `<-` as an assignment-like operator 04 January 2017, 21:37:02 UTC
c5c417c BigFloat constructors with given precision and/or rounding mode (#17217) 04 January 2017, 19:40:06 UTC
28bcb4b update test/perf README (fix #19853) 04 January 2017, 19:23:45 UTC
6ce0102 Move docs inline from helpdb/Base.jl (#19674) 04 January 2017, 19:09:43 UTC
794c0ac Merge pull request #19810 from JuliaLang/tk/llvm-patches Add 3 LLVM patches to fix issue #19792 04 January 2017, 18:37:03 UTC
8eb55ab RFC: jump to numbered stackframe with hotkey (#19680) * jump to numbered stackframe with hotkey CTRL+Q * fix grammar * add pr ref to NEWS 04 January 2017, 18:34:16 UTC
7eadb55 updates enum capitalization to be more consistent with Julia style (#19506) 04 January 2017, 16:05:24 UTC
d8c9b0c Docs: Readme reflects correct package name 04 January 2017, 15:47:54 UTC
44502c1 Docs: Fixes #19853 Removed dead links and replaced abandoned benchmark package. 04 January 2017, 15:35:21 UTC
12111e4 Merge pull request #19728 from kumarkrishna/testset_bitarray Add testset to bitarray 04 January 2017, 15:26:03 UTC
99b5d34 Upgrade libgit2 to v0.25.0 rebase patches fixes #19793 04 January 2017, 15:05:41 UTC
2e0b001 deprecate vectorised frexp cf #19817 04 January 2017, 13:04:24 UTC
5f265f7 Update appveyor llvm binaries for latest patches 04 January 2017, 12:24:16 UTC
10ca4b2 Add a patch for detection of AVX512 on Skylake 04 January 2017, 11:48:16 UTC
3092476 Adjust context lines in llvm-D27389.patch 04 January 2017, 10:24:45 UTC
8563fc5 Re-quine quine.jl (#19715) In May 2015, a sweeping [license header change](https://github.com/JuliaLang/julia/commit/fde191ecc9199aa48feb8fed08f9dde7bb699aed) added a standard license comment to the top of each of Julia's source files. This had the side effect of making quine.jl no longer a true [quine](http://www.madore.org/~david/computers/quine.html), since its printed output was no longer identical to the original source file. This pull request restores quine.jl's quine-ness. 04 January 2017, 09:23:09 UTC
205a8cd Merge pull request #19808 from JuliaLang/ksh/docex New Year's Day of Doctests 04 January 2017, 09:14:27 UTC
888f6b5 Upgrade doc deps (#19834) Fixes #19826. 04 January 2017, 09:08:08 UTC
362b271 Fix Markdown.latex for paragraphs and code (#19832) 04 January 2017, 09:07:43 UTC
da20cee Convert BLAS tests to use testsets (#19820) 04 January 2017, 09:01:25 UTC
2e08102 Remove broadcast_elwise_op and deprecate promote_eltype_op (#19814) * Remove broadcast_elwise_op and deprecate promote_eltype_op * Fix typo in comment 04 January 2017, 08:12:07 UTC
5d2e538 Merge pull request #19846 from JuliaLang/jb/fix18838 fix #18838, populate `source` field of generated functions 04 January 2017, 04:00:58 UTC
887815c Merge pull request #17155 from JuliaLang/sk/funcnegcomp function composition (f∘g) and negation (!f) 04 January 2017, 01:47:35 UTC
7bb7f13 fix #19848, doc build failing on `CompoundPeriod` 04 January 2017, 01:18:14 UTC
39e62e7 Fixes for cpuid specific binaries patch Fixes #19822 04 January 2017, 01:15:16 UTC
6a662e4 Generalize isapprox() to support nested arrays (#19637) * Generalize isapprox() to support nested arrays - Implement `promote_leaf_eltypes()` to find the type promoted from all leaf types of a given nested array. 03 January 2017, 22:01:15 UTC
b9106a5 Merge pull request #19828 from stevengj/getfield_nodep drop special support in the parser for deprecating f.(1) getfield syntax 03 January 2017, 21:57:53 UTC
8b708b4 fix #18838, populate `source` field of generated functions 03 January 2017, 21:25:44 UTC
ea73c84 Merge pull request #19749 from Shade5/dug types.jl: sleep with Date.Period types 03 January 2017, 20:54:20 UTC
0f2b22b Quantiles of vector of infinities (#19659) Use naive interpolation formula in quantile when either endpoint of the interval is infinite, giving correct results when endpoints are infinite or NaN. 03 January 2017, 19:01:41 UTC
a033902 Merge pull request #19268 from omus/cv/compound-period-canonical Explicit canonicalization of `CompoundPeriod`s 03 January 2017, 18:55:15 UTC
c049b0e RFC: Remove special casing for word operators (#19789) Simplify handling of word operators in parser 03 January 2017, 17:33:38 UTC
9b68b71 Merge pull request #19836 from JuliaLang/tb/265_uncached Fix nullpointer dereference if compiling with cached=false. 03 January 2017, 17:32:18 UTC
6f1f546 Merge pull request #19818 from JuliaLang/ksh/reflog Misc cross refs and style cleanups 03 January 2017, 17:11:36 UTC
8961340 Merge pull request #19837 from JuliaLang/sb/matlab-concat update concatenation syntax in language differences 03 January 2017, 17:01:44 UTC
1c657f0 Merge pull request #19744 from JuliaLang/jb/fix19685 fix #19685, parsing keyword arguments in anonymous `function` syntax 03 January 2017, 16:53:30 UTC
ab6f431 function composition and negation: f∘g, !f 03 January 2017, 15:37:51 UTC
8692b2e Merge pull request #19786 from JuliaLang/sk/shellspecial deprecate unescaped shell special chars in commands 03 January 2017, 14:55:41 UTC
eb4a430 reference hvcat 03 January 2017, 14:31:35 UTC
b369adf update concatenation syntax 03 January 2017, 14:19:49 UTC
f372733 Update LibGit2 types for 0.5 03 January 2017, 13:26:33 UTC
62852fd start updating for 0.25 03 January 2017, 13:25:15 UTC
65fd108 Fix nullpointer dereference if compiling with cached=false. 03 January 2017, 13:24:49 UTC
13b2254 Fix getting started link in README (#19835) 03 January 2017, 12:45:40 UTC
2965a33 Rephrased nonzero to stored for sparse matrix display #19119 (#19483) * made changes after review 1 * retaining removed tabs in doc strings for tests to pass * retained nonzero entries for map 03 January 2017, 08:10:36 UTC
5ab9c36 Merge pull request #19726 from Shade5/bug expr.jl: Doc for inline and inbounds 03 January 2017, 05:35:01 UTC
6f06fde Scrub backtraces being printed when a test in a testset fails. (#19751) 03 January 2017, 04:46:12 UTC
e0c6887 Merge pull request #19779 from JuliaLang/sk/slashfall Integer /: restrict fallback to same-type case (fix #19714) 03 January 2017, 04:44:45 UTC
8c660de shell_escape: add a docstring 03 January 2017, 04:36:20 UTC
4c271fc shell_parse: deprecate unescaped chars "#{}()[]<>|&*?~;" in commands 03 January 2017, 04:13:23 UTC
d23b717 expr.jl Doc for inline and inbound Added docs for inline and inbound Closes #19276 03 January 2017, 02:43:38 UTC
9118a75 drop special support in the parser for deprecating f.(1) getfield syntax 02 January 2017, 23:46:23 UTC
8f9036a Merge pull request #19760 from JuliaLang/dbeach24-djcb/bugfix-16706-2 Allow bitarray to handle shifts by a negative value. 02 January 2017, 23:39:53 UTC
b3dfd0d shell_parse usage: escape characters that will soon be special 02 January 2017, 21:56:33 UTC
ace1908 shell_parse: some cosmetic clean ups 02 January 2017, 21:56:33 UTC
back to top