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

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
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
Add docstrloc function docsystem The documentation building system
#22972 opened Jul 26, 2017 by danielmatz Loading… updated Oct 9, 2017
RFC: Improved (?) tab completion for symbols
#26445 opened Mar 13, 2018 by mpastell Loading… updated Mar 14, 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
Propage inbounds through broadcast! broadcast Applying a function over a collection
#26091 opened Feb 17, 2018 by andyferris Loading… updated Apr 24, 2018
Loosen mmap offset signature for BitArray types stdlib Julia's standard library
#30537 opened Dec 30, 2018 by samuelpowell Loading… updated Jan 2, 2019
reflection.jl raises ArgumentError rather than a generic ErrorException
#30568 opened Jan 3, 2019 by petershintech Loading… updated Jan 11, 2019
Add a regex function for joining Regex types like string
#30769 opened Jan 19, 2019 by rofinn Loading… updated Jan 20, 2019
Include in ArgumentErrors the argument that caused the error
#30797 opened Jan 22, 2019 by oxinabox Loading… updated Jan 23, 2019
Fallback to getproperty in at-doc
#30835 opened Jan 25, 2019 by tkf Loading… updated Jan 31, 2019
Request: Enhance partition iterator to allow arbitrary step and uniform partition size
#30822 opened Jan 24, 2019 by tkf Loading… updated Feb 1, 2019
Docs on using dot-notation for modules in local scope
#30968 opened Feb 5, 2019 by AndrewGibb Loading… updated Feb 7, 2019
Update nextind, prevind strings "Strings!"
#31321 opened Mar 11, 2019 by eulerkochy Loading… updated Mar 18, 2019
Implement for f.(args...) syntax
#31553 opened Mar 30, 2019 by tkf Loading… updated Apr 4, 2019
pass kwargs along maybeview and dotview needs nanosoldier run This PR should have benchmarks run on it needs tests Unit tests are required for this change
#31732 opened Apr 15, 2019 by oxinabox Loading… updated Apr 16, 2019
Support multiple for loops in @simd compiler:simd instruction-level vectorization
#31612 opened Apr 4, 2019 by antoine-levitt Loading… updated Apr 23, 2019
Specialized broadcasted on in broadcast Applying a function over a collection
#31980 opened May 9, 2019 by mkborregaard Loading… updated May 20, 2019
Make it possible to avoid the warning when replacing docstrings docsystem The documentation building system
#32118 opened May 23, 2019 by timholy Loading… updated May 23, 2019
[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… updated May 26, 2019
4 tasks
Error checking in nagle and quickack
#32292 opened Jun 11, 2019 by mateuszbaran Loading… updated Jun 12, 2019
replaced Int func args with Integer arrays [a, r, r, a, y, s] needs tests Unit tests are required for this change
#32510 opened Jul 6, 2019 by kraftpunk97-zz Loading… updated Jul 8, 2019
complex ldexp maths Mathematical functions
#32336 opened Jun 15, 2019 by hamzaelsaawy Loading… updated Jul 22, 2019
Update misleading examples for IteratorSize and eltype
#32736 opened Jul 30, 2019 by tomasrelai Loading… updated Jul 30, 2019
create a Regex from a string matching this string literally (with escaping) strings "Strings!"
#31989 opened May 10, 2019 by rfourquet Loading… updated Aug 22, 2019
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.