Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / rust-lang/regex issues and pull requests

#793 - Add a script to manage marker traits

Pull Request - State: closed - Opened by alexfertel over 3 years ago - 5 comments

#787 - Missed optimization for alterated word-lists — patterns like `\b(foo|bar|baz|quux|...)\b`

Issue - State: closed - Opened by thomcc over 3 years ago - 6 comments
Labels: enhancement, fix-incoming

#779 - some regexes fail to satisfy that (re)+ is always equal to (re)(re)*

Issue - State: closed - Opened by BurntSushi over 3 years ago
Labels: fix-incoming

#777 - the Replacer trait should be parameterized over a lifetime

Issue - State: open - Opened by BurntSushi over 3 years ago - 1 comment
Labels: enhancement, regex2

#747 - `shortest_match` does not match *shortest*

Issue - State: closed - Opened by mina86 over 3 years ago - 1 comment
Labels: doc, fix-incoming

#738 - Some panic cases found by afl.rs, involving 9 public API

Issue - State: closed - Opened by StevenJiang1110 almost 4 years ago - 2 comments
Labels: bug, fix-incoming

#731 - Documentation for hir::Repetition is misleading

Issue - State: closed - Opened by nwalfield almost 4 years ago - 5 comments
Labels: bug, duplicate, fix-incoming

#709 - provide a helper routine for building a static regex using std::lazy

Issue - State: open - Opened by hbina about 4 years ago - 19 comments
Labels: enhancement, question

#692 - Matches: `skip_bytes` or `skip_until` method

Issue - State: closed - Opened by llogiq over 4 years ago - 4 comments
Labels: question

#683 - Multiline error messages are bad for logs

Issue - State: closed - Opened by vorner over 4 years ago - 6 comments
Labels: question

#681 - Introduce split_inclusive to API

Issue - State: open - Opened by cdmistman over 4 years ago - 8 comments
Labels: enhancement

#678 - Report partial matches

Issue - State: closed - Opened by Ekleog over 4 years ago - 7 comments

#676 - Regex::replace* methods taking &str rather than Cow<str> harms efficiency

Issue - State: closed - Opened by chris-morgan over 4 years ago - 15 comments
Labels: question

#675 - add anchored search APIs

Issue - State: closed - Opened by Alphare over 4 years ago - 4 comments
Labels: enhancement, fix-incoming

#660 - Clarify (or change) extended/whitespace mode treatment of spaces in character classes

Issue - State: closed - Opened by mqudsi over 4 years ago - 4 comments
Labels: doc, fix-incoming

#656 - plan: moving regex engines to regex-automata

Issue - State: closed - Opened by BurntSushi over 4 years ago - 8 comments
Labels: plan

#644 - consider making definition of line terminator configurable

Issue - State: closed - Opened by BurntSushi over 4 years ago - 1 comment
Labels: enhancement, fix-incoming

#625 - Unexpected `SetMatches::len()` behavior

Issue - State: closed - Opened by EFanZh about 5 years ago - 4 comments
Labels: doc, fix-incoming

#618 - look-around, including look-ahead and look-behind, is not supported

Issue - State: closed - Opened by hasanAjsf about 5 years ago - 1 comment

#610 - Top level documentation missing example for `|`

Issue - State: closed - Opened by gnzlbg about 5 years ago - 3 comments
Labels: doc, fix-incoming

#607 - Idea: compile-time verification of the regular expressions

Issue - State: closed - Opened by vorner about 5 years ago - 18 comments

#595 - expand set of characters allowed in a capture group name

Issue - State: closed - Opened by aohan237 over 5 years ago - 11 comments
Labels: enhancement, fix-incoming

#590 - overlapping pattern

Issue - State: closed - Opened by dongweigogo over 5 years ago - 5 comments
Labels: question

#590 - overlapping pattern

Issue - State: closed - Opened by dongweigogo over 5 years ago - 5 comments
Labels: question

#581 - Cannot Compile in Rust 1.36.0 Nightly

Issue - State: closed - Opened by hampuskraft over 5 years ago - 2 comments
Labels: invalid

#579 - incorrect case for word boundaries

Issue - State: closed - Opened by BurntSushi over 5 years ago - 5 comments
Labels: bug, fix-incoming

#558 - Group captured multiple time in one "capture"

Issue - State: closed - Opened by HarrisonMc555 over 5 years ago - 5 comments

#547 - Missing method Regex::captures_at

Issue - State: closed - Opened by lilyball almost 6 years ago - 7 comments
Labels: enhancement, fix-incoming

#532 - implement Deserialize for Regex?

Issue - State: closed - Opened by matthiasbeyer about 6 years ago - 4 comments
Labels: question

#517 - inconsistent matches when capturing group is present

Issue - State: closed - Opened by BurntSushi about 6 years ago - 8 comments
Labels: bug, fix-incoming

#516 - Surprising precedence when stringifying concatenations of alternations

Issue - State: closed - Opened by exists-forall about 6 years ago - 3 comments
Labels: bug, fix-incoming

#514 - Match: show (only?) matched text in Debug output

Issue - State: closed - Opened by masklinn about 6 years ago - 2 comments
Labels: enhancement, fix-incoming

#510 - Optimisation opportunity: literals in the middle of regex

Issue - State: closed - Opened by RReverser about 6 years ago - 2 comments
Labels: enhancement, fix-incoming

#501 - permit some no-op escape sequences for compatibility purposes

Issue - State: closed - Opened by KiChjang over 6 years ago - 36 comments
Labels: enhancement, fix-incoming

#476 - add no_std regex, which depends on alloc

Issue - State: closed - Opened by BurntSushi over 6 years ago - 26 comments
Labels: enhancement, fix-incoming

#469 - consider providing \< and \>

Issue - State: closed - Opened by BurntSushi over 6 years ago - 25 comments
Labels: enhancement, question

#468 - Test Regex Scraped from crates.io

Issue - State: closed - Opened by ethanpailes over 6 years ago - 6 comments

#451 - regex::bytes::escape

Issue - State: closed - Opened by RReverser over 6 years ago - 19 comments
Labels: enhancement, question

#440 - ci: try to improve build times

Pull Request - State: closed - Opened by BurntSushi almost 7 years ago - 1 comment

#435 - escape into a formatter

Issue - State: closed - Opened by jethrogb almost 7 years ago - 3 comments
Labels: question

#431 - Error returned from RegexSet::new does not specify which argument is not a well-formed regexp

Issue - State: closed - Opened by dottedmag almost 7 years ago - 1 comment
Labels: enhancement

#429 - Various inconsistencies between different engines

Issue - State: closed - Opened by SeanRBurton almost 7 years ago - 4 comments
Labels: fix-incoming

#425 - execute a regex on text streams

Issue - State: open - Opened by cessen almost 7 years ago - 103 comments
Labels: enhancement, question

#404 - support for equivalence classes

Issue - State: closed - Opened by BurntSushi about 7 years ago - 8 comments

#404 - support for equivalence classes

Issue - State: closed - Opened by BurntSushi about 7 years ago - 8 comments

#369 - compiler: fix RegexSet bug

Pull Request - State: closed - Opened by BurntSushi over 7 years ago - 4 comments

#366 - Implement `is_match_start` and `is_match_end` methods

Issue - State: closed - Opened by sortiz4 over 7 years ago - 6 comments
Labels: question

#364 - implement PartialEq, Eq and Hash

Issue - State: closed - Opened by ashfordneil over 7 years ago - 3 comments

#351 - Question about \p script matching

Issue - State: closed - Opened by elirnm over 7 years ago - 6 comments
Labels: question

#259 - RegexSet match first [feature request]

Issue - State: closed - Opened by jayanderson over 8 years ago - 5 comments
Labels: enhancement, question, fix-incoming

#258 - Serialization of compiled regular expressions

Issue - State: closed - Opened by DemiMarie over 8 years ago - 20 comments
Labels: enhancement, help wanted, question

#252 - Touch up benchmarks.

Pull Request - State: closed - Opened by BurntSushi over 8 years ago

#244 - $ doesn't match CRLF

Issue - State: closed - Opened by jminer over 8 years ago - 67 comments
Labels: enhancement, fix-incoming

#203 - apply AFL to regex

Issue - State: closed - Opened by BurntSushi over 8 years ago - 47 comments
Labels: help wanted

#127 - Does not support (?!...) negative lookahead assertion?

Issue - State: closed - Opened by messense almost 9 years ago - 21 comments

#69 - Underscore in replacement string treated as backspace

Issue - State: open - Opened by hugoduncan over 9 years ago - 9 comments
Labels: enhancement, regex2

#68 - implement one-pass NFA matcher

Issue - State: closed - Opened by BurntSushi over 9 years ago - 24 comments
Labels: enhancement, fix-incoming

#59 - remember matched group name and index in regex

Issue - State: closed - Opened by qdwang over 9 years ago - 12 comments