https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
4e9d098 Fix jl_static_eval handling of FieldRef [ci skip] 06 February 2016, 22:18:15 UTC
9452198 TEMP: add jl_disable_inference [ci skip] 06 February 2016, 22:18:15 UTC
4169288 Add fieldref_sym [ci skip] 06 February 2016, 22:18:15 UTC
2be7cef hacky harness for turning FieldRef off/on 06 February 2016, 22:18:15 UTC
afbfd0d FieldRef harness [ci skip] 06 February 2016, 22:18:15 UTC
c00a9ee add FieldRef builtin [ci skip] 06 February 2016, 22:18:15 UTC
cf93d6f Merge pull request #14830 from JuliaLang/brj/llvm-see-patch Add ScalarEvolutionExpander patch. 29 January 2016, 02:19:35 UTC
b8651a9 Merge pull request #14817 from omus/macro_doc_fix Fix documentation using macros without parameters 28 January 2016, 19:10:22 UTC
dc6b0de Merge pull request #14831 from JuliaLang/yyc/threads/time Use uv_hrtime instead of assembly to get current CPU time 28 January 2016, 18:26:40 UTC
bebb995 Merge pull request #14824 from JuliaLang/tk/boundserror BoundsError does not take a string 28 January 2016, 18:16:14 UTC
0a2a8b0 Merge pull request #14812 from JuliaLang/anj/cholmoddense Fix promotion of element types when converting a Vector or Matrix to a CHOLMOD.Dense 28 January 2016, 17:08:57 UTC
b210456 Merge pull request #14114 from omus/filename RFC: Add support for determining name of script 28 January 2016, 16:54:01 UTC
9f7bcd6 Merge pull request #14823 from JuliaLang/jb/fixthing fix UndefVarError problem 28 January 2016, 14:58:43 UTC
9cda53d Add ScalarEvolutionExpander patch. 28 January 2016, 14:53:28 UTC
4e207ac BoundsError does not take a string fix error reporting conditions for BLAS.axpy!, BLAS.copy!, diag and getindex of Tridiagonal and SymTridiagonal, and umfpack 28 January 2016, 07:13:59 UTC
58eae3c Use uv_hrtime instead of assembly to get current CPU time This is more portable and predictable (since it's independent of CPU frequency). 28 January 2016, 06:08:11 UTC
623f0f3 fix UndefVarError problem caused by 25c3659d6cec2ebf6e6c7d16b03adac76a47b42a 28 January 2016, 05:33:36 UTC
5b1b0c5 Revert "fix missing UndefVarError found by vtjnash" This reverts commit 63daf4fa9338ee6ba2bc981910c46bb1174a07c4. This caused a failure in the enums test on Windows. That's probably a bug, but the fix should go through CI first. 28 January 2016, 04:34:10 UTC
5676457 fieldoffsets deprecation needs to be exported since old fieldoffsets function was exported [av skip] 28 January 2016, 04:26:06 UTC
c6d8855 Fix documentation using macros without parameters See https://github.com/JuliaLang/JuliaDoc/pull/18 for details. 27 January 2016, 20:37:39 UTC
91dcdaa Use parallel make on appveyor [ci skip] 27 January 2016, 20:32:43 UTC
dbc1075 make `kill` test in core.jl more reliable 27 January 2016, 19:26:07 UTC
9d6e726 Merge branch 'master' of github.com:JuliaLang/julia 27 January 2016, 19:11:18 UTC
b2b1771 fix an inference bug in extract_simple_tparam 27 January 2016, 19:10:19 UTC
12803db Merge pull request #14506 from Sacha0/bidiagbackslashprom fix promotion in bidiagonal backslash, At_ldiv_B, and Ac_ldiv_B. add missing bidiagonal matrix conversions. 27 January 2016, 18:56:09 UTC
ffb3458 Add support for determining name of script #14109 Note that PROGRAM_FILE was chosen as the name for this variable as it matches the help for the Julia CLI. 27 January 2016, 17:56:44 UTC
8041e46 fix one method overwrite warning in test/core.jl 27 January 2016, 17:55:54 UTC
82f3ad4 Merge pull request #14447 from Sacha0/trimatldivspvec methods for left-division ops involving triangular matrices and sparse vectors 27 January 2016, 16:54:44 UTC
2b6c143 Fix promotion of element types when converting a Vector or Matrix to a CHOLMOD.Dense 27 January 2016, 16:36:42 UTC
1bfabbb Merge branch 'master' of github.com:JuliaLang/julia 27 January 2016, 15:43:54 UTC
63daf4f fix missing UndefVarError found by vtjnash due to bailing out of type inference in some cases 27 January 2016, 15:43:34 UTC
3b7f18a make sure we preserve the identities of TypeVars the type system compares them by address, so they need to remain mutable for now. 27 January 2016, 15:43:34 UTC
6396218 modify Base.Test not to create a closure for each test 27 January 2016, 15:43:27 UTC
5ac7f75 Merge pull request #14772 from rfourquet/rf/randperm/rand_lt speed-up randperm, randcycle and shuffle 27 January 2016, 10:02:52 UTC
49c970f Add methods for left-division operations involving triangular matrices and SparseVectors. Also add tests for those methods. 27 January 2016, 04:36:04 UTC
0318444 fix some integer `convert` definitions 27 January 2016, 04:16:15 UTC
493f913 Merge pull request #14693 from rfourquet/faq-binding Update FAQ: cosmetic changes 26 January 2016, 23:23:41 UTC
debf467 fix lowering bug in let-bound functions 26 January 2016, 23:01:38 UTC
e22c20c Merge branch 'master' of github.com:JuliaLang/julia 26 January 2016, 17:47:01 UTC
41c2f8f Merge pull request #14803 from tanmaykm/spcolon fix sparse matrix colon indexing 26 January 2016, 17:33:38 UTC
3bf50df remove line numbers from inferred test macro avoids interfering with line numbers in containing file 26 January 2016, 17:13:45 UTC
0ca0d75 make `map_to!` faster on ranges 26 January 2016, 17:13:18 UTC
d5cd78e Merge pull request #14800 from JuliaLang/jn/no-warn-overwrite resolve all method definition overwritten warnings 26 January 2016, 15:57:54 UTC
d5a8fd9 handle more kinds of arrays in `jl_f__apply` 26 January 2016, 15:53:10 UTC
c5704ed Merge pull request #14596 from JuliaLang/jb/product RFC: efficient product iterator 26 January 2016, 15:46:01 UTC
1e85c48 Merge pull request #14795 from JuliaLang/anj/factorize Test all branches of factorize(SparseMatrixCSC) 26 January 2016, 14:39:20 UTC
01bbcc4 fix sparse matrix colon indexing Added missing method `getindex(A::SparseMatrixCSC, ::Colon, i)`. The `AbstractArray` fallback was much slower. 26 January 2016, 14:29:05 UTC
4ee83da resolve all method definition overwritten warnings 26 January 2016, 05:36:47 UTC
c4c826a add efficient product iterator note: not exported yet 26 January 2016, 04:58:59 UTC
a4d847e Merge pull request #14766 from JuliaLang/jn/unsafe_write add unsafe read/write as the lowest-level IO functions to enable IO subtypes to implement efficient block-transfers 26 January 2016, 04:05:24 UTC
84c06b1 Merge pull request #14759 from JuliaLang/jb/overwritten RFC: always warn on overwritten methods 26 January 2016, 03:55:35 UTC
f2c5393 Merge pull request #14793 from eschnett/eschnett/unions-are-not-containers Use tuples of types instead of accessing the .types field of Unions 26 January 2016, 03:54:47 UTC
d75b2eb Test all branches of factorize(SparseMatrixCSC) and remove extra return statement 25 January 2016, 21:11:39 UTC
8b97743 add unsafe_read(io, p::Ptr{UInt8}, nb::UInt) counterpart to unsafe_write 25 January 2016, 20:25:25 UTC
fd49bb1 rename write(io, ptr::Ptr, nb) to unsafe_write(io, p::Ptr{Uint8}, nb::Uint) this better clarifies the behavior of this method (the fallback for write(io, xs...) usually calls write on each element of xs) and provides a fallback implementation for every subtype IO this also allows the deletion of a substantial amount of duplicated and special-case code that is now made redundant once Ref can be stack-allocated, this approach should gain an extra speed bump 25 January 2016, 20:25:23 UTC
af7b46c forcably inline the byte-write method for IOBuffer, since this tends to end up in the hot-path 25 January 2016, 20:24:39 UTC
85f2659 Merge pull request #14777 from JuliaLang/jn/field-offset fix and test datatype field reflection 25 January 2016, 20:16:29 UTC
25e8664 Use tuples of types instead of accessing the .types field of Unions See #14535: "A type Union is not a good way to implement a container of types, because (1) a union is not a list of types but a union of them, and therefore brings in type-level semantics that you might not want, and (2) I plan to change the representation and remove the .types field." 25 January 2016, 19:54:21 UTC
be0951e Merge pull request #14774 from JuliaLang/yyc/libunwind-arm Add patches for libunwind on arm and aarch64 25 January 2016, 18:13:33 UTC
f11d389 Merge pull request #14535 from eschnett/eschnett/bit-int-types Rename internal `int.jl` type tuples and unions for clarity 25 January 2016, 17:59:53 UTC
abd3a91 replace `field_offset` and `fieldoffset` with `fieldoffset` `field_offset` was untested, undocumented, unexported, and incorrect (off-by-one error in implementation) `fieldoffset` just isn't particularly optimal, since it has to allocate a new array each time also make minor cleanup and test-coverage enhancements to related reflection methods 25 January 2016, 17:44:47 UTC
66fb858 Print GC status before verifier abort. 25 January 2016, 13:10:42 UTC
39c431c Merge pull request #14780 from JuliaLang/yyc/gc/misc Clean up gc_state macros 25 January 2016, 12:30:38 UTC
b7d00e6 Clean up gc_state macros Also add `jl_gc_state()` to make it easier to write gc_state checking code without any runtime overhead for non-threading version. 24 January 2016, 17:08:45 UTC
fd93d45 speed-up randperm, randcycle and shuffle 24 January 2016, 11:08:24 UTC
70477b7 Fixed missing doc on macro "@~" 24 January 2016, 04:25:57 UTC
987f57d Merge pull request #14741 from maleadt/patch-1 Remove -fcolor-diagnostics when using Clang+ccache 24 January 2016, 04:21:47 UTC
bea07fc Merge pull request #14749 from maleadt/pr_llvmcall_declname llvmcall: fix declaration name extraction. 24 January 2016, 04:20:38 UTC
4c9cd4e Merge pull request #14753 from JuliaLang/sb/markdown markdown: ensure line-break after displayed math 24 January 2016, 04:14:56 UTC
550977a More informative assertion message and suppress GCC warning when assertion is off. 24 January 2016, 04:11:26 UTC
c2f1aa7 Merge pull request #14773 from JuliaLang/yyc/precompile-deps Document requirement of __precompile__ 24 January 2016, 04:07:30 UTC
63a1c81 A few missing JL_DLLEXPORT and static. 24 January 2016, 03:58:47 UTC
ef8ff22 Merge pull request #14771 from JuliaLang/eschnett-macports Add MacPorts binary Julia distribution to README 24 January 2016, 03:58:15 UTC
d55c7ba Add patches for libunwind on arm and aarch64 24 January 2016, 03:24:57 UTC
414df04 Merge pull request #14775 from JuliaLang/jq/dates Allow conversions to/from Real for TimeTypes 24 January 2016, 02:48:10 UTC
d239fae Merge pull request #14699 from samoconnor/uv_fs_read_eof Fix eof() and read*() behaviour for ::File and ::LibuvStream 24 January 2016, 02:40:32 UTC
e40b66c Merge pull request #14765 from MichaelHatherly/mh/docs-avoid-redefs Avoid redefining documented definitions 23 January 2016, 19:57:03 UTC
ee15300 NEWS update for method overwrite warnings [ci skip] 23 January 2016, 19:56:27 UTC
59ca442 Document requirement of __precompile__ Fixes JuliaLang/julia#13200 23 January 2016, 19:08:45 UTC
0e04247 Allow conversions to/from Real for TimeTypes. Also add documentation and tests. 23 January 2016, 18:36:50 UTC
3a421c9 Add nightlies link to README.arm. 23 January 2016, 04:53:13 UTC
9393e7a Add MacPorts binary Julia distribution 23 January 2016, 04:01:20 UTC
dea7f0d Merge pull request #14769 from JuliaLang/ob/undefglob prevent inference from reading a global binding with no value 23 January 2016, 03:54:18 UTC
6092ba2 Merge pull request #14750 from JuliaLang/jn/buildstats output build statistics during CI runs 23 January 2016, 01:41:05 UTC
868b091 prevent inference from reading a global binding with no value fixes #14767 22 January 2016, 23:36:53 UTC
0c20e64 Merge pull request #14760 from JuliaLang/ob/emptykwarg Ignore empty parameter list while lowering 22 January 2016, 22:52:13 UTC
610ce39 Ignore empty parameter list while lowering Fix #14758. 22 January 2016, 22:51:17 UTC
8dfc540 always warn on overwritten methods 22 January 2016, 21:05:26 UTC
da7b49d fix several method overwrites in the test suite 22 January 2016, 21:05:26 UTC
6d4e848 remove some redundant (overwriten) method definitions 22 January 2016, 21:05:21 UTC
07d12db Avoid redefining documented definitions Fixes issue mentioned in #14759. Both `multidoc` and `__doc__!` did not take into account the `define` flag which results in them overwriting definitions during base image generation. 22 January 2016, 20:18:19 UTC
df928bd Merge pull request #14744 from JuliaLang/yyc/llvm39-binary Fix LLVM 3.9 API breakage 22 January 2016, 16:21:31 UTC
2b1dbf3 Merge pull request #14756 from JuliaLang/ob/undefvar Error on undefined variable in statement position 22 January 2016, 14:27:53 UTC
f14575a Error on undefined variable in statement position Should fix #6846. 22 January 2016, 14:27:08 UTC
6e88123 Merge pull request #14755 from JuliaLang/ob/stagedinvoke fix invoke of a staged function 22 January 2016, 14:24:54 UTC
7b9b8b0 fix invoke of a staged function should fix #9677. 22 January 2016, 14:24:42 UTC
1667a95 Merge pull request #14752 from JuliaLang/yyc/stkovf-aarch64 Handle SIGBUS with the SegFault handler 22 January 2016, 07:04:03 UTC
61bd788 Merge pull request #14754 from JuliaLang/ob/arraylen-inlining arraylen is not affect-free 22 January 2016, 07:00:47 UTC
98744de Disable test of read*() from open(::Command). https://github.com/JuliaLang/julia/issues/14747 clean up (hopefully) redundant celanup() calls in test/read.jl (left over from debugging hanging CI) 22 January 2016, 06:44:38 UTC
ab32dfb write(::IO, ::IO) tests 22 January 2016, 06:44:38 UTC
back to top