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
Assigned to nobody Loading
Sort

Pull requests list

add navailable()/capacity(RemoteRef{Channel})
#12781 opened Aug 24, 2015 by alyst Loading…
Wrapper to annotate the MIME type of some data display and printing Aesthetics and correctness of printed representations of objects. needs docs Documentation for this change is required needs news A NEWS entry is required for this change needs tests Unit tests are required for this change
#13256 opened Sep 21, 2015 by Keno Loading…
Peel off outer loop when using @simd with a multidim for loop compiler:simd instruction-level vectorization
#13388 opened Sep 30, 2015 by jakebolewski Loading…
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…
Use File(RawFD(fd)) in preference to fdio(fd).
#15091 opened Feb 16, 2016 by samoconnor Loading…
Add shareindexes macro for (sometimes) faster iteration iteration Involves iteration or the iteration protocol
#15356 opened Mar 4, 2016 by timholy Loading…
@require -- like assert but throws ArgumentError error handling Handling of exceptions by Julia or the user
#15495 opened Mar 14, 2016 by samoconnor Loading…
WIP: Uncatchable fatal errors error handling Handling of exceptions by Julia or the user
#15906 opened Apr 17, 2016 by samoconnor Loading…
RFC: seachsorted(a,x,by=f) no longer applies by to the key argument x search & find The find* family of functions
#16056 opened Apr 26, 2016 by krcools Loading…
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…
RFC/WIP: Allow for editing of global variables
#16843 opened Jun 9, 2016 by omus Loading…
3 tasks
[WIP/RFC] Rewrite testing infrastructure to live in Base needs docs Documentation for this change is required packages Package management and loading testsystem The unit testing framework and Test stdlib
#19567 opened Dec 12, 2016 by kshyatt Loading…
4 tasks
allow identifiers to start with category No (Number, other) needs decision A decision on this change is needed unicode Related to unicode characters and encodings
#20278 opened Jan 27, 2017 by stevengj Loading…
RFC: Introduce promotion mechanism for concatenation arrays [a, r, r, a, y, s]
#20815 opened Feb 26, 2017 by nalimilan Loading…
Add peel convenience method libgit2 The libgit2 library or the LibGit2 stdlib module
#20934 opened Mar 7, 2017 by simonbyrne Loading…
Support complex numbers in eps complex Complex numbers forget me not PRs that one wants to make sure aren't forgotten
#21858 opened May 13, 2017 by ChrisRackauckas Loading…
Use map instead of broadcast for Array*/Number and Matrix+-Matrix. arrays [a, r, r, a, y, s] broadcast Applying a function over a collection
#22208 opened Jun 4, 2017 by andreasnoack Loading…
WIP: add IteratorAccess trait: for indexing capabilities collections Data structures holding multiple items, e.g. sets needs tests Unit tests are required for this change
#22489 opened Jun 23, 2017 by rfourquet Loading…
Add docstrloc function docsystem The documentation building system
#22972 opened Jul 26, 2017 by danielmatz Loading…
RFC: Add similar for PermutedDimsArray arrays [a, r, r, a, y, s]
#23263 opened Aug 14, 2017 by Keno Loading…
@isinferred like @inferred but returns a boolean instead of throwing an exception testsystem The unit testing framework and Test stdlib
#23426 opened Aug 24, 2017 by afniedermayer Loading…
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…
added sortperm(v, alg;....) signature sorting Put things in order status: waiting for PR reviewer
#24772 opened Nov 25, 2017 by xiaodaigh Loading…
ProTip! Filter pull requests by the default branch with base:master.