https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
0878f84 Temporary notes about the frontend functions 09 August 2019, 13:56:39 UTC
2cf264a WIP: Attempt to rationalize macro expander toplevel exceptions 09 August 2019, 13:56:39 UTC
440793e Fixup! Improved toplevel backtraces 09 August 2019, 13:56:39 UTC
94a6da1 Soft deprecation of LoadError in runtime Remove use of LoadError from the runtime now that backtraces are more reliable. It's left in boot.jl for now for 1.x compatibility. Compatibility: It's difficult to deprecate this in a fully backward compatible way, because packages commonly test macro expansion using constructs like @ test_throws LoadError macroexpand(:(@ some_pkg_macro)) to make this into as minor a change as possible, grandfather special rules for LoadError into stdlib/Test. 09 August 2019, 13:56:39 UTC
4c40913 Improved toplevel backtraces Use interpreter backtrace machinery to add frames for: * Macro expansion * Lowering * Interpreting certian top level ASTs To make this possible, a filename field is added as a fallback to the interpreter state struct. 09 August 2019, 13:56:38 UTC
956e15a Revert "Ensure syntax error locations appear in backtraces (#31881)" This reverts the workaround in commit 5b637df34396034b0dd353e603ab3d61322369fb, but keeps the tests. This will be handled in a more robust way by the intepreter backtrace machinery. 09 August 2019, 13:56:38 UTC
5d60417 Factor out creation of global bindings from toplevel_eval_flex In preparation for refactoring jl_toplevel_eval_flex. 09 August 2019, 13:56:38 UTC
3b691ef Fix type of Upsilon nodes during SSA construction (#32830) Fixes #32820 08 August 2019, 20:34:16 UTC
e1520ba Merge pull request #32826 from JuliaLang/sk/issetequal fix #32550: issetequal with duplicate values 08 August 2019, 19:57:34 UTC
a135040 fix #32550: issetequal with duplicate values add tests that set ops fail for non-sets (#32550) 08 August 2019, 17:59:11 UTC
e4456d0 issubset(l, r::AbstractSet): optimize early exit case 08 August 2019, 17:59:11 UTC
971d18b sets: reorganize definitions 08 August 2019, 17:59:11 UTC
2edec09 Document the role of Ref in broadcasting. (#32645) * Document the role of Ref in broadcasting. * replace with a more relevant example * Update base/refpointer.jl Co-Authored-By: Matt Bauman <mbauman@juliacomputing.com> 08 August 2019, 14:37:33 UTC
ad8cf8d Upgrade `doc/make.jl` to introspect branch/tag names from git… (#32823) Upgrade `doc/make.jl` to introspect branch/tag names from git info 08 August 2019, 01:35:13 UTC
c83c3c7 Merge pull request #32824 from JuliaLang/sf/colorless_branches Use porcelain `git` commands to get branch name 08 August 2019, 00:41:04 UTC
84770f8 Use porcelain `git` commands to get branch name By using `git branch`, we sometimes capture terminal color codes, which is suboptimal. Use porcelain commands instead, that's what they're there for. 07 August 2019, 23:41:55 UTC
c6f1b65 Upgrade `doc/make.jl` to introspect branch/tag names from git info Note that this requires that the julia you're using to deploy the docs matches the current julia checkout. 07 August 2019, 22:58:07 UTC
1f47617 fix #32726, regression in subtyping `Tuple{Type{T},Vararg{T}}` (#32742) 07 August 2019, 22:34:07 UTC
f38de00 Fix compiler warning caused by duplicate definition (#32813) 07 August 2019, 20:16:08 UTC
314e355 Use OpenLibm by default on armv7l (#32803) Use OpenLibm by default on armv7l 06 August 2019, 17:50:01 UTC
fca6d64 Use OpenLibm by default on armv7l 06 August 2019, 16:17:27 UTC
8aeb398 Revert "Document some exported Sys CPU stuff (#31204)" (#32808) Revert "Document some exported Sys CPU stuff (#31204)" 06 August 2019, 16:17:22 UTC
59ccc77 Revert "Document some exported Sys CPU stuff (#31204)" This reverts commit 7f2922eb0935e03ba702001c827167561d20e88a. 06 August 2019, 15:57:37 UTC
e891bca Merge pull request #30855 from NHDaly/Channel-constructors Add Channel{T}(f::Function) constructors. 06 August 2019, 10:28:01 UTC
7f2922e Document some exported Sys CPU stuff (#31204) 06 August 2019, 03:27:23 UTC
a288779 Allow nothing to be printed (#32148) 05 August 2019, 21:41:26 UTC
53beb34 fix some issues with abstract named tuple types (#32725) fixes #32697, fixes #32698 05 August 2019, 20:29:37 UTC
997ce45 specialise kron for sparse mat/vec and Diagonal -> sparse matrix (#32793) 05 August 2019, 17:11:43 UTC
8272763 internal: allow CodeInfo edges to be attached to MathodTable (#32779) 05 August 2019, 14:59:49 UTC
f928246 Enhance documentation for kron() (#28697) * Enhance documentation for kron() Due to column-major ordering, using kron() together with reshape() can produce counter-intuitive results. Document this to avoid unnecessary pain. * Remove trailing whitespace. * Simplify reshape(kron()) example Use two vectors instead of two matrices to illustrate the reshape(kron()) behavior. This also has the benefit of providing a vector example for kron(). * Remove subjective stuff, add outer-product example The relationship between the outer product, and the Kronecker product, of two vectors illustrates the argument-ordering differences due to vec/reshape and column-major storage. 05 August 2019, 13:46:04 UTC
c158ff2 fix #32777, regression in type intersection of unions (#32788) Fortunately, #32771 allows reverting the offending change. 05 August 2019, 04:30:48 UTC
b7e9493 Update col index to `j` in sparse docs (#32787) * fix fortran ccall example (#32784) * same update as PR #32769 05 August 2019, 00:19:28 UTC
4671ddc fix #32607, bug in typeintersect of `X{<:Tuple1}` vs. `X{Tuple2}` (#32771) 04 August 2019, 22:20:46 UTC
487ee95 fix fortran ccall example (#32784) 04 August 2019, 17:21:24 UTC
ca10039 Changed @generated body purity error (#32627) * Changed @generated body purity error * change error message in tests for nonpure generated function 04 August 2019, 00:27:13 UTC
140b70c Add some comments to domtree code (#32719) Co-Authored-By: Valentin Churavy <vchuravy@users.noreply.github.com> 03 August 2019, 23:29:20 UTC
d8b5118 codegen: ensure required attributes get set on all functions (#32772) It is especially important that we set the stack-alignment attribute on Win32 on cfunction entry. 03 August 2019, 17:05:55 UTC
b811a06 Merge pull request #32773 from JuliaLang/kf/32751 Fix missing GC root 03 August 2019, 15:29:13 UTC
d4f3176 Make a missing GC root slightly more obvious to the checker Finding the missing GC root is really hard for the checker. The correct error message is on the store to newargs, complaining that we are rooting a value that may have been GC'ed. However, `newargs` gets moved around and re-assigned all over that place in such a way that the analyzer has a hard time tracking it (I've seen it be successful if that function is cut down a bit, so it might also be a heuristics problem). By introducing a fake use that is easier for the analyzer to reason about, hopefully we can catch regressions to this particular (very hairy) part of the code in the future. 03 August 2019, 02:59:43 UTC
de324af Fix missing GC root This is fairly obviously a typo, but a bit of a nasty one, because it means that `value` will be unrooted over the next `fieldref` (or potentially the svec allocation in grow to). Fixes #32751 02 August 2019, 22:26:18 UTC
a0936f9 Support StepRange{T,U} where U is non-numeric (#32671) With thanks to @quinnj 02 August 2019, 20:51:03 UTC
62857f8 link numeric literal coefficients from math operations manual (#32757) 02 August 2019, 20:32:53 UTC
089cafc Fix pagetable1 sweeping on 32bit (#32741) If no pool allocations have occurred before the first GC (e.g. because MEMDEBUG was set), the pagetable1 that covers the entire (32bit) memory region on 32 bit machines may not have been initialized yet, while the corresponding sweep function was making the assumption that the passed in pagetable was non-null. Add the appropriate check for initialization. 02 August 2019, 16:30:21 UTC
1ad8178 Tasking for Emscripten/Wasm target (#32532) This is an implementation of Julia's coroutine/tasking system on top of the binaryen Asyncify transform [1] recently implemented by Alon Zakai. The wasm target is unusual in several ways: 1. It has an implicitly managed call stack that we may not modify directly (i.e. is only modified through calls/returns). 2. The event loop is inverted, in that the browser runs the main event loop and we get callbacks for events, rather than Julia being the main event loop. Asyncify takes care of the first problem by providing a mechanism to explicitly unwind and rewind the implicitly managed stack (essentially copying it to an explicitly managed stack - see the linked implementation for more information). For the second, I am currently using the ptls root_task to represent the browser event loop, i.e. yielding to that task will return control back to the browser and this is the task in which functions called by javascript will run unless they explicitly construct a task to run. As a result, julia code executed in the main task may not perform any blocking operations (though this is currently not enforced). I think this is a sensible setup since the main task will want to run some minor julia code (e.g. to introspect some data structures), but the bulk of the code will run in their own tasks (e.g. the REPL backend task). [1] https://github.com/WebAssembly/binaryen/blob/master/src/passes/Asyncify.cpp 02 August 2019, 16:16:42 UTC
86c2126 Merge branch 'jonnystorm-add-new-recvfrom-with-port' 02 August 2019, 14:44:25 UTC
0448a26 Change `Sockets.recvfrom` to return both host and port 02 August 2019, 14:43:53 UTC
a607f83 Merge pull request #31777 from nlw0/patch-1 Fixing IR dump code snippet in llvm.md 02 August 2019, 08:10:38 UTC
dc0bf52 fix #32703, bad ambiguity error (#32731) caused by 52838478aabe93120a0152ec5da733c9d8f0c39a 02 August 2019, 03:01:50 UTC
30b3636 fix test for sparse matrix assignment (#32756) 01 August 2019, 19:37:14 UTC
46c9a77 treat Pair as broadcast scalar (#32209) 01 August 2019, 18:35:00 UTC
4324531 Add docstest=only option to docs/make.jl (#32376) * Bump Documenter to 0.23.1 * Documenter now requires docstring doctests to have their own metadata in the corresponding module. Remove all the now redundant at-meta blocks from the standard library .md files and add the necessary module-level metadata in make.jl 01 August 2019, 17:11:06 UTC
eee51db Remove straggling "default to scalar" broadcast doc (#32750) 01 August 2019, 17:00:06 UTC
722a2e2 Made `_dump_function` parameter `debuginfo` optional and fixed IR dump example on llvm.md 01 August 2019, 13:12:05 UTC
e9a375a Fix #32514, add link to DimensionMismatch (#32745) 01 August 2019, 02:08:05 UTC
927f7d8 docstrings for dllist, dlpath (#32501) (#32507) 31 July 2019, 18:03:25 UTC
9d4e8ae Move `functionloc` to methodshow.jl and make it Revise-aware (#32708) A user question revealed that `@edit foo(arg)` is not Revise-aware for most editors. This PR changes that. The move to a new file is motivated by bootstrap issues. `functionloc` is not really reflection in the sense of the compiler, so this doesn't seem too inappropriate. 31 July 2019, 09:37:09 UTC
5aea456 Merge pull request #32734 from jpsamaroo/jps/wasm-addrspaces Add LLVM patches for WebAssembly 30 July 2019, 22:11:00 UTC
9b8fa75 synchronize news and history with 1.2 branch (#32740) 30 July 2019, 21:15:40 UTC
a4f17c1 Remove doubled "the the" on line 540 (#32735) Remove a typo doubling "the" on line 540 30 July 2019, 15:11:43 UTC
f563100 Add LLVM patches for WebAssembly 30 July 2019, 12:28:55 UTC
25eb8c6 Implement isdiag(::Bidiagonal), add tests (#32694) 30 July 2019, 07:16:53 UTC
442d159 Small fixes in LinearAlgebra documentation (#32714) * Small fixes in LinearAlgebra documentation * Fix doctests for eigen 28 July 2019, 18:28:27 UTC
a811842 Add compat note for mod(n, range), followup to #32628 (#32669) 28 July 2019, 15:54:46 UTC
89b8057 Merge pull request #32145 from yhls/yhls/fixrenaming fix bug in block renaming for dead code elimination 27 July 2019, 13:00:17 UTC
3829e8f fix bug in block renaming for dead code elimination 27 July 2019, 03:18:34 UTC
20ef262 Implement isdiag(::Tridiagonal), add related tests (#32692) 27 July 2019, 00:02:47 UTC
d0e11cf fix generic ldiv! for CholeskyPivoted (#32593) * fix generic ldiv! for CholeskyPivoted * add back one empty line to make backport easier * don't interfere with previous tests 26 July 2019, 23:45:36 UTC
16fdcf7 Add read file example for try (#32508) 26 July 2019, 23:24:45 UTC
abae4a8 add the sprand change to NEWS.md (#32695) 26 July 2019, 23:23:34 UTC
be74956 Merge pull request #32691 from JuliaLang/mbauman-patch-2 Add minor code formatting to GC docs 26 July 2019, 18:16:22 UTC
4155ea8 Tests for sppromote pass-throughs (#32679) 26 July 2019, 16:18:47 UTC
4ed302d Add minor code formatting to GC docs The `_`s here were rendering as italics. Simple fix. 26 July 2019, 14:49:42 UTC
472b0a7 `import` can operates on multiple names. (#32676) 26 July 2019, 14:00:04 UTC
8e66e89 Remove references to the doc"" string macro (#32409) 26 July 2019, 13:57:59 UTC
daa992a Remove unnecessary and slow Bidiagonal times Vector fallback (#32535) * remove fallback * removing other unnecessary fallbacks 26 July 2019, 13:08:43 UTC
8141750 Merge pull request #32674 from JuliaLang/vc/pure fix propagation of pure and const results 26 July 2019, 12:55:50 UTC
3e5ffb9 fix propagation of pure and const results 25 July 2019, 02:48:47 UTC
a8a567e [Statistics] fix type determination in corm (#32271) * [Statistics] fix type determination in corm * remove obsolete typeof * use first element(s) for type initialization * add test for inhomogeneous data and for overflow * fix test with NaN 24 July 2019, 21:15:19 UTC
e6a897e combine doc strings for `dot` (#32540) 24 July 2019, 20:09:47 UTC
2182389 mod(n, range) for integers (#32628) `mod` now accepts a unit range as the second argument to easily perform offset modular arithmetic to ensure the result is inside the range 24 July 2019, 12:43:38 UTC
9daaed6 add CartesianIndex() for Ref getindex and setindex! (#32653) * add CartesianIndex() for Ref getindex and setindex! * fix typo * add NEWS.md entry * move definitions later in the load sequence 23 July 2019, 21:44:52 UTC
6e4acaa Make UUIDs act as scalars when broadcasting (#32661) 23 July 2019, 20:48:57 UTC
f2513a8 Test for complex(SparseMatrixCSC) (#32657) 23 July 2019, 05:06:09 UTC
6c11e7c Set VERSION to 1.3.0-alpha (#32656) 23 July 2019, 01:46:17 UTC
3f53fb0 Two missing tests for SparseColumnView (#32654) 23 July 2019, 00:11:44 UTC
c86700d add experimental `@spawn` macro to Base.Threads (#32600) 22 July 2019, 21:02:32 UTC
684973e make collect interval thread-local only (#32633) This allows it to expand naturally with the number of threads, giving much better scalability in GC-heavy workloads. This way gc_init doesn't need to know nthreads. fixes #32472 22 July 2019, 19:30:43 UTC
ddd3f0f fix #32582, type intersection bug in unions (#32590) Caused by 4f8a7b965a98c307f48820c35ca98f9d754096a9; reverts part of that. 22 July 2019, 17:57:12 UTC
544123c deprecate Distributed `@spawn` to `@spawnat :any` (#32638) 22 July 2019, 17:40:57 UTC
17c174a fix #32626, allow parsing `'a'..'b'` (#32634) An error for this was added to fix #3348, but it seems there should be some exceptions. 22 July 2019, 14:40:35 UTC
617bd1d move definitions later in the load sequence 22 July 2019, 13:21:06 UTC
1113baa add NEWS.md entry 22 July 2019, 13:10:59 UTC
7b78b6f fix typo 22 July 2019, 13:05:54 UTC
02d9284 add CartesianIndex() for Ref getindex and setindex! 22 July 2019, 12:53:15 UTC
db1fc0a Check number of arguments passed to jl_svec* functions (#32643) When modifying Julia's builtin types, it's really easy to make mistakes here. Now the compiler will check for you. 22 July 2019, 01:18:29 UTC
5148d2f widen int16 task heap counters (#32644) These could easily overflow with large numbers of tasks. 21 July 2019, 20:12:11 UTC
d15fc9d Fix explanation for the product of BigInts in a vector (#32649) 21 July 2019, 19:21:26 UTC
c49ba0d RNG: rename get_local_rng => default_rng (#32641) 21 July 2019, 02:12:25 UTC
e25e1d4 fix compiler warning (fix #32640) (#32642) 21 July 2019, 02:07:22 UTC
6f4b6fb allow for newlines in splitdrive (#32543) 20 July 2019, 21:39:24 UTC
back to top