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

Optimize jl_get_world_counter ccall
#55032 opened Jul 4, 2024 by topolarity Loading…
Add RawFD constructors as an alternative to fd
#55028 opened Jul 4, 2024 by LilithHafner Loading…
Recommend using RawFD instead of the Int returned by fd domain:docs This change adds or pertains to documentation
#55027 opened Jul 4, 2024 by LilithHafner Loading…
remove unused jl_gc_alloc_*w GC Garbage collector
#55026 opened Jul 4, 2024 by d-netto Loading…
cleanup remset logic a bit GC Garbage collector
#55021 opened Jul 4, 2024 by d-netto Loading…
TOML: Make Dates a type parameter
#55017 opened Jul 3, 2024 by topolarity Loading…
TOML: Improve type-stability
#55016 opened Jul 3, 2024 by topolarity Loading…
[docs] change docstring to match code
#55013 opened Jul 3, 2024 by araujoms Loading…
Fix a regression in the test for #13432
#55004 opened Jul 2, 2024 by Keno Loading…
Matmul: dispatch on specific blas paths using an enum compiler:latency Compiler latency domain:linear algebra Linear algebra
#55002 opened Jul 2, 2024 by jishnub Loading…
lowering: Don't resolve type bindings earlier than necessary
#54999 opened Jul 2, 2024 by Keno Loading…
Add a "lower" cat method for LinearAlgebra types
#54997 opened Jul 2, 2024 by dkarrasch Loading…
Fix type instability in convs using CompoundPeriod compiler:inference Type inference domain:dates Dates, times, and the Dates stdlib module
#54995 opened Jul 1, 2024 by ronisbr Loading…
Profile: add threadpool names to Profile.print GC Garbage collector profiler
#54994 opened Jul 1, 2024 by IanButterworth Loading…
Right arrow autocompletes at line end stdlib:REPL Julia's REPL (Read Eval Print Loop)
#54983 opened Jun 30, 2024 by AshlinHarris Loading…
Revert "inference: implement an opt-in interface to cache generated sources" kind:revert This reverts a previously merged PR.
#54977 opened Jun 28, 2024 by vtjnash Loading…
Update asyncmap docs to clarify order of outputs
#54974 opened Jun 28, 2024 by haakon-e Loading…
Add simple IR printer for the verifier.
#54973 opened Jun 28, 2024 by gbaraldi Loading…
Inline statically known method errors.
#54972 opened Jun 28, 2024 by gbaraldi Loading…
ProTip! Filter pull requests by the default branch with base:master.