-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Pull requests: JuliaLang/julia
Author
Label
Projects
Milestones
Reviews
Assignee
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 "Strings!"
eachregion(::AnnotatedString)
implementation to Base
strings
#56192
opened Oct 16, 2024 by
topolarity
Loading…
widen "Strings!"
join(::Any...)
return type to AbstractString
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 "Strings!"
StringVector
s to users
strings
#54452
opened May 13, 2024 by
jakobnissen
Loading…
Add takestring! and make [a, r, r, a, y, s]
feature
Indicates new feature / enhancement requests
status: waiting for PR author
strings
"Strings!"
String(::Memory)
not truncate
arrays
#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…
Improve allunique performance for strings, avoid computing length several times for iterators
performance
Must go faster
strings
"Strings!"
#50644
opened Jul 23, 2023 by
bvdmitri
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…
optimizer: inline constant Optimization passes (mostly in base/compiler/ssair/)
strings
"Strings!"
String
return value
compiler:optimizer
#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 Must go faster
strings
"Strings!"
in(::Char, ::String)
performance
#43989
opened Jan 30, 2022 by
oscardssmith
Loading…
Add method Indicates new feature / enhancement requests
strings
"Strings!"
split(str, dlm, ::Val{N})
for allocation-free splitting
feature
#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!"
RFC: represent length of short strings using 1 byte instead of 8
performance
Must go faster
strings
"Strings!"
#40727
opened May 5, 2021 by
JeffBezanson
Loading…
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!"
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…
create a Regex from a string matching this string literally (with escaping)
strings
"Strings!"
#31989
opened May 10, 2019 by
rfourquet
Loading…
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.