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

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…
inference: add missing MustAlias widening in _getfield_tfunc backport 1.11 Change should be backported to release-1.11
#54996 opened Jul 2, 2024 by aviatesk 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…
staticdata: Unique Bindings by mod/name
#54993 opened Jul 1, 2024 by Keno Loading…
remove stale objprofile GC Garbage collector
#54991 opened Jul 1, 2024 by d-netto 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…
RFC: Make include_dependency(path; track_content=true) the default backport 1.11 Change should be backported to release-1.11 compiler:precompilation Precompilation of modules
#54965 opened Jun 27, 2024 by fatteneder Loading…
Color todo admonitions in the REPL
#54957 opened Jun 27, 2024 by fredrikekre Loading…
don't throw EOFError from sleep
#54955 opened Jun 27, 2024 by lgeissbauer-btig Loading…
Simplify sweeping of big values GC Garbage collector
#54936 opened Jun 26, 2024 by d-netto Loading…
fix: Validate constructed date has year within typemin/max domain:dates Dates, times, and the Dates stdlib module
#54933 opened Jun 25, 2024 by mcmcgrath13 Draft
Backports for Julia 1.11.0-rc2 kind:release Release management and versioning.
#54925 opened Jun 25, 2024 by KristofferC Loading…
1 of 15 tasks
make jl_active_task_stack more accurate domain:multithreading Base.Threads and related functionality GC Garbage collector
#54923 opened Jun 24, 2024 by JeffBezanson Loading…
Fix annotated join with non-concrete eltype iters domain:strings "Strings!" kind:bugfix This change fixes an existing bug
#54919 opened Jun 24, 2024 by tecosaur Loading…
Fix potential underrun with annotation merging backport 1.11 Change should be backported to release-1.11 domain:strings "Strings!" kind:bugfix This change fixes an existing bug
#54917 opened Jun 24, 2024 by tecosaur Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.