Skip to content

Pull requests: JuliaLang/julia

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

More customizable/repeating testsets (incl. tests for scope in testset use) test This change adds or pertains to unit tests
#15148 opened Feb 19, 2016 by robertfeldt Loading… updated Feb 23, 2016
Use File(RawFD(fd)) in preference to fdio(fd).
#15091 opened Feb 16, 2016 by samoconnor Loading… updated Mar 8, 2016
@require -- like assert but throws ArgumentError error handling Handling of exceptions by Julia or the user
#15495 opened Mar 14, 2016 by samoconnor Loading… updated Apr 13, 2016
WIP/RFC: allow resize! to initialize new elements needs docs Documentation for this change is required needs tests Unit tests are required for this change
#16769 opened Jun 5, 2016 by rfourquet Loading… updated Jun 8, 2016
RFC/WIP: Allow for editing of global variables
#16843 opened Jun 9, 2016 by omus Loading… updated Jun 23, 2016
3 tasks
WIP: Uncatchable fatal errors error handling Handling of exceptions by Julia or the user
#15906 opened Apr 17, 2016 by samoconnor Loading… updated Jul 4, 2016
RFC: Try to generate reusable jlcall wrapper compiler:codegen Generation of LLVM IR and native code
#11439 opened May 26, 2015 by yuyichao Loading… updated Dec 22, 2016
Add peel convenience method libgit2 The libgit2 library or the LibGit2 stdlib module
#20934 opened Mar 7, 2017 by simonbyrne Loading… updated Jun 21, 2017
allow default arguments at any place in a function speculative Whether the change will be implemented is speculative
#22460 opened Jun 21, 2017 by rfourquet Loading… updated Jun 22, 2017
RFC: Add similar for PermutedDimsArray arrays [a, r, r, a, y, s]
#23263 opened Aug 14, 2017 by Keno Loading… updated Aug 15, 2017
RFC: serialize pointer- and padding-free objects in one write parallelism Parallel or distributed computation performance Must go faster
#14678 opened Jan 14, 2016 by JeffBezanson Loading… updated Sep 4, 2017
Add docstrloc function docsystem The documentation building system
#22972 opened Jul 26, 2017 by danielmatz Loading… updated Oct 9, 2017
RFC: Handle long tuples by wrapping in an iterator type collections Data structures holding multiple items, e.g. sets
#23875 opened Sep 25, 2017 by timholy Loading… updated Nov 2, 2017
Change in generic_vecnorms linear algebra Linear algebra
#23913 opened Sep 28, 2017 by blas-ko Loading… updated Nov 7, 2017
REPL: simplify some interfaces REPL Julia's REPL (Read Eval Print Loop)
#24945 opened Dec 6, 2017 by rfourquet Loading… updated Dec 7, 2017
RFC: Improved (?) tab completion for symbols
#26445 opened Mar 13, 2018 by mpastell Loading… updated Mar 14, 2018
Propage inbounds through broadcast! broadcast Applying a function over a collection
#26091 opened Feb 17, 2018 by andyferris Loading… updated Apr 24, 2018
Implement broadcasting for AbstractDict and NamedTuple breaking This change will break code broadcast Applying a function over a collection
#26158 opened Feb 22, 2018 by andyferris Loading… updated Apr 24, 2018
Fix #27494, element type of Diagonal{T} when zero(T) is not a T
#27500 opened Jun 8, 2018 by tkoolen Loading… updated Jun 11, 2018
Add a do-block form of the CachingPool
#27683 opened Jun 20, 2018 by oxinabox Loading… updated Jun 25, 2018
[WIP] Seperate Channel into two types; BufferedChannel and UnbufferedChannel io Involving the I/O subsystem: libuv, read, write, etc.
#27755 opened Jun 24, 2018 by oxinabox Loading… updated Jul 10, 2018
add missing let blocks and array comprehensions
#28519 opened Aug 8, 2018 by gdkrmr Loading… updated Aug 10, 2018
WIP/RFC: extend date formats with markers for optional and fixed length markers breaking This change will break code dates Dates, times, and the Dates stdlib module
#28741 opened Aug 18, 2018 by bug-brain Loading… updated Aug 18, 2018
RFC: Introduce promotion mechanism for concatenation arrays [a, r, r, a, y, s]
#20815 opened Feb 26, 2017 by nalimilan Loading… updated Aug 19, 2018
improve withenv-docs, add envsave for snapshot and restore
#28472 opened Aug 6, 2018 by ChristianKurz Loading… updated Aug 20, 2018
ProTip! Filter pull requests by the default branch with base:master.