Skip to content

Pull requests: rust-lang/regex

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
Assigned to nobody Loading
Sort

Pull requests list

Add support for unbounded look-behind expressions
#1266 opened May 15, 2025 by Multimodcrafter Loading… updated Aug 15, 2025
automata: Input::haystack return with original lifetime
#1277 opened Aug 14, 2025 by Chaoses-Ib Loading… updated Aug 14, 2025
Search &[u8] haystacks in regex_lite
#1274 opened Jul 31, 2025 by 01mf02 Loading… updated Aug 4, 2025
Suggest std::sync::LazyLock instead of once_cell::sync::Lazy
#1235 opened Nov 3, 2024 by noritada Loading… updated Jul 19, 2025
fix Update LICENSE-UNICODE
#1259 opened Apr 4, 2025 by romashka-btc Loading… updated Apr 4, 2025
fix old Update README.md
#1258 opened Apr 4, 2025 by shystrui1199 Loading… updated Apr 4, 2025
More efficient interval algorithms
#1191 opened May 7, 2024 by Lucretiel Loading… updated Feb 20, 2025
Proofread some code/docs
#1108 opened Oct 16, 2023 by nyurik Loading… updated Feb 14, 2025
3 tasks done
hir: lift alternations' common suffixes too
#1248 opened Dec 22, 2024 by mmirate Loading… updated Dec 23, 2024
style: simplify some statements for readability
#1243 opened Nov 25, 2024 by hamirmahal Loading… updated Dec 10, 2024
Expose Regex memory usage info (fixes #943)
#1180 opened Apr 5, 2024 by spektom Loading… updated Dec 4, 2024
automata: Fix broken universal start states with sparse DFA
#1195 opened May 17, 2024 by ishitatsuyuki Loading… updated Oct 25, 2024
api: Add as_match method
#1227 opened Sep 19, 2024 by tmccombs Loading… updated Oct 1, 2024
capi: add split
#1221 opened Aug 10, 2024 by cowtoolz Loading… updated Sep 30, 2024
Allow changing a DFA's prefilter after it's already been created
#1226 opened Sep 17, 2024 by ideka Loading… updated Sep 17, 2024
Move regex-capi to 2021 & inline format-args
#1109 opened Oct 16, 2023 by nyurik Loading… updated Aug 28, 2024
fix lite: peek space skip comment
#1218 opened Jul 28, 2024 by YydsNone Loading… updated Jul 28, 2024
chore: fix some comments
#1215 opened Jul 26, 2024 by riyueguang Loading… updated Jul 26, 2024
Support no_std integration tests
#1213 opened Jul 17, 2024 by mspiegel Loading… updated Jul 17, 2024
cargo: point repository metadata to clonable URLs
#1202 opened Jun 6, 2024 by lucab Loading… updated Jun 6, 2024
Create differential fuzzers and add them to OSS-Fuzz
#1044 opened Jul 15, 2023 by addisoncrump Loading… updated May 8, 2024
Clarify CRLF mode effect
#1165 opened Feb 14, 2024 by CAD97 Loading… updated Feb 14, 2024
Fix a typo in regex-automata/src/nfa/mod.rs
#1160 opened Jan 29, 2024 by koba-e964 Loading… updated Jan 29, 2024
cargo: Ensure 'perf' doesn't enable 'std' implicitly
#1150 opened Jan 12, 2024 by Palkovsky Loading… updated Jan 12, 2024
fix: minor typo in regex/string.rs
#1136 opened Dec 4, 2023 by bdura Loading… updated Dec 4, 2023
ProTip! Mix and match filters to narrow down what you’re looking for.