Issues: rust-lang/regex
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
build is failing in 1.8 because a Unicode feature isn't enabled, but previously worked in 1.7
question
#982
opened Apr 21, 2023 by
DevNulPavel
sharing one regex across many threads can lead to big slowdowns due to mutex contention
bug
#934
opened Dec 14, 2022 by
BurntSushi
aho-corasick should be applied for cases like
\b(literal1|literal2|...|literalN)\b
enhancement
fix-incoming
#891
opened Jul 19, 2022 by
BurntSushi
captures_iter and find_iter handle newline differently
bug
fix-incoming
#850
opened Mar 26, 2022 by
dpk2442
Add convenience methods for extracting bits of text
enhancement
question
#824
opened Dec 22, 2021 by
orlp
implement regex engine for handling regexes like
^(<match at most one codepoint>){m,n}$
enhancement
help wanted
question
#802
opened Aug 19, 2021 by
demurgos
Missed optimization for alterated word-lists — patterns like
\b(foo|bar|baz|quux|...)\b
enhancement
fix-incoming
#787
opened Jun 10, 2021 by
thomcc
some regexes fail to satisfy that (re)+ is always equal to (re)(re)*
fix-incoming
#779
opened May 11, 2021 by
BurntSushi
the Replacer trait should be parameterized over a lifetime
enhancement
regex2
#777
opened May 5, 2021 by
BurntSushi
test marker traits more rigorously on public API types
enhancement
#756
opened Apr 8, 2021 by
BurntSushi
consider making definition of line terminator configurable
enhancement
fix-incoming
#644
opened Feb 16, 2020 by
BurntSushi
inconsistent matches when capturing group is present
bug
fix-incoming
#517
opened Sep 18, 2018 by
BurntSushi
Optimisation opportunity: literals in the middle of regex
enhancement
fix-incoming
#510
opened Sep 6, 2018 by
RReverser
Add a document that describes differences with other regex engines
doc
enhancement
#497
opened Jul 3, 2018 by
BurntSushi
add no_std regex, which depends on alloc
enhancement
fix-incoming
#476
opened May 7, 2018 by
BurntSushi
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.