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

document that unsafe_string accepts Cstring docs This change adds or pertains to documentation strings "Strings!"
#56907 opened Dec 26, 2024 by stevengj Loading…
Move eachregion(::AnnotatedString) implementation to Base strings "Strings!"
#56192 opened Oct 16, 2024 by topolarity Loading…
widen join(::Any...) return type to AbstractString strings "Strings!"
#56132 opened Oct 12, 2024 by topolarity Loading…
Allow for generically extracting unannotated string backport 1.11 Change should be backported to release-1.11 strings "Strings!"
#55458 opened Aug 11, 2024 by tecosaur Loading…
Make AnnotateChar equality consider annotations backport 1.11 Change should be backported to release-1.11 bugfix This change fixes an existing bug equality Issues relating to equality relations: ==, ===, isequal strings "Strings!"
#55457 opened Aug 11, 2024 by tecosaur Loading…
Refactor char/string and byte search performance Must go faster search & find The find* family of functions status: waiting for PR reviewer PR is complete and seems ready to merge. Has tests and news/compat if needed. CI failures unrelated. strings "Strings!"
#54667 opened Jun 4, 2024 by jakobnissen Loading…
Do not give StringVectors to users strings "Strings!"
#54452 opened May 13, 2024 by jakobnissen Loading…
Add takestring! and make String(::Memory) not truncate arrays [a, r, r, a, y, s] feature Indicates new feature / enhancement requests status: waiting for PR author strings "Strings!"
#54372 opened May 6, 2024 by jakobnissen Loading…
2 tasks done
Mark getindex(::AbstractString,::Int) propagate_inbounds performance Must go faster strings "Strings!"
#52366 opened Dec 1, 2023 by NHDaly Loading…
add variant of regex.jl:match() that updates idx feature Indicates new feature / enhancement requests strings "Strings!"
#51546 opened Oct 2, 2023 by mgkuhn Loading…
Improve isascii for short strings 15-30% improvement performance Must go faster strings "Strings!"
#49170 opened Mar 27, 2023 by ndinsmore Loading…
Convert String processing to DFA for improved performace performance Must go faster strings "Strings!"
#48887 opened Mar 3, 2023 by ndinsmore Loading…
Let tryparse accept AbstractChar arguments parser Language parsing and surface syntax strings "Strings!" triage This should be discussed on a triage call
#47617 opened Nov 17, 2022 by cmcaine Loading…
optimizer: inline constant String return value compiler:optimizer Optimization passes (mostly in base/compiler/ssair/) strings "Strings!"
#46209 opened Jul 28, 2022 by aviatesk Loading…
base: fix parsing Float32 literals with f/F in place of e/E. feature Indicates new feature / enhancement requests strings "Strings!"
#44910 opened Apr 8, 2022 by thinking-tower Loading…
optimize in(::Char, ::String) performance Must go faster strings "Strings!"
#43989 opened Jan 30, 2022 by oscardssmith Loading…
Add method split(str, dlm, ::Val{N}) for allocation-free splitting feature Indicates new feature / enhancement requests strings "Strings!"
#43557 opened Dec 26, 2021 by jakobnissen Draft
Add support for parsing AbstractStrings to numbers needs tests Unit tests are required for this change strings "Strings!"
#42210 opened Sep 10, 2021 by Wynand Draft
Fix inconsistencies of findnext and findprev functions breaking This change will break code needs pkgeval Tests for all registered packages should be run with this change search & find The find* family of functions strings "Strings!"
#40120 opened Mar 20, 2021 by bicycle1885 Loading… Potential 2.0
refactor the (number) parsing code strings "Strings!"
#35986 opened May 22, 2020 by KristofferC Loading…
Regex: enable support for partial matches 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 strings "Strings!"
#33688 opened Oct 26, 2019 by rfourquet Loading…
Support the PCRE Regex PARTIAL_{HARD,SOFT} opts. strings "Strings!"
#33646 opened Oct 23, 2019 by NHDaly Loading…
ProTip! Add no:assignee to see everything that’s not assigned.