The Wayback Machine - https://web.archive.org/web/20230402064027/https://github.com/JuliaLang/julia/pulls
Skip to content

Pull requests: JuliaLang/julia

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

Pull requests list

Update style-guide.md
#49216 opened Apr 1, 2023 by jonasaugust Loading…
speed up variable lookups in lowering to help #48990 latency Compiler latency lowering Syntax lowering (compiler front end, 2nd stage)
#49213 opened Mar 31, 2023 by JeffBezanson Loading…
Add (broken) tests for allocation in 5-arg mul!()
#49210 opened Mar 31, 2023 by amilsted Loading…
(re-factor) gc: remove redundant since_sweep field GC Garbage collector
#49195 opened Mar 30, 2023 by topolarity Loading…
inference: enable :call inference in irinterp inference Type inference
#49191 opened Mar 30, 2023 by aviatesk Loading…
Remove alloca from codegen
#49186 opened Mar 29, 2023 by pchintalapudi Loading…
Improve handling of aliasing of AbstractSlices DO NOT MERGE Do not merge this PR!
#49182 opened Mar 29, 2023 by bkamins Loading…
Define valtype(::Tuple) and keytype(::Tuple)
#49179 opened Mar 29, 2023 by aplavin Loading…
apply_type_tfunc: add heuristic complexity limit
#49167 opened Mar 27, 2023 by vtjnash Loading…
rand() returns original array type RNG Random number generation and the Random stdlib
#49156 opened Mar 25, 2023 by aplavin Loading…
WIP: move Pkg out of the sysimage stdlib Julia's standard library
#49135 opened Mar 24, 2023 by KristofferC Draft
move out Test from the sysimage stdlib Julia's standard library
#49134 opened Mar 24, 2023 by KristofferC Loading…
move out Profile from the sysimage stdlib Julia's standard library
#49132 opened Mar 24, 2023 by KristofferC Loading…
move out SharedArrays from the sysimage stdlib Julia's standard library
#49131 opened Mar 24, 2023 by KristofferC Loading…
move out LazyArtifacts from the sysimage stdlib Julia's standard library
#49130 opened Mar 24, 2023 by KristofferC Loading…
use gc preserve instead of noinline to remove allocation in unsafe_write I/O Involving the I/O subsystem: libuv, read, write, etc. performance Must go faster
#49125 opened Mar 23, 2023 by JeffBezanson Loading…
avoid calling no-op convert most of the time don't squash Don't squash merge latency Compiler latency lowering Syntax lowering (compiler front end, 2nd stage) needs nanosoldier run This PR should have benchmarks run on it needs pkgeval Tests for all registered packages should be run with this change
#49123 opened Mar 23, 2023 by vtjnash Loading…
make Tuple{Union{}} unconstructable
#49111 opened Mar 22, 2023 by vtjnash Loading…
make default worker pool an AbstractWorkerPool parallel Parallel or distributed computation
#49101 opened Mar 22, 2023 by tanmaykm Loading…
ProTip! Adding no:label will show everything without a label.