Age | Commit message (Expand) | Author |
---|
2023-03-01 | Remove support for the Regexp.new 3rd argument | Jeremy Evans |
2023-01-30 | Fix parsing of regexps that toggle extended mode on/off inside regexp | Jeremy Evans |
2022-12-28 | Fix [Bug 19273], set correct value to `outer_repeat` on `OP_REPEAT` (#7035) | TSUYUSATO Kitsune |
2022-12-22 | Always issue deprecation warning when calling Regexp.new with 3rd positional ... | Jeremy Evans |
2022-12-22 | Share argument parsing in `Regexp#initialize` and `Regexp.linear_time?` | Nobuyoshi Nakada |
2022-12-14 | Add `Regexp.linear_time?` (#6901) | TSUYUSATO Kitsune |
2022-12-12 | Make absent operator work at the end of the input string | Yusuke Endoh |
2022-11-27 | Relax a too strict timeout | Takashi Kokubun |
2022-11-24 | Relax the timeout of TestRegexp#test_cache_optimization_square | Yusuke Endoh |
2022-11-19 | Avoid a timeout on test_cache_optimization_exponential | Takashi Kokubun |
2022-11-11 | Allow a float error for Regexp.timeout | Yusuke Endoh |
2022-11-11 | Run EnvUtil.apply_timeout_scale outside of assert_separately | Yusuke Endoh |
2022-11-09 | Update timeout seconds for square test | TSUYUSATO Kitsune |
2022-11-09 | Update timeout seconds | TSUYUSATO Kitsune |
2022-11-09 | Fix and add regexp tests | TSUYUSATO Kitsune |
2022-10-24 | Fix per-instance Regexp timeout (#6621) | Yusuke Endoh |
2022-10-10 | Add MatchData#deconstruct/deconstruct_keys | Vladimir Dementyev |
2022-06-20 | [Feature #18788] Support options as `String` to `Regexp.new` | Nobuyoshi Nakada |
2022-06-20 | Warn suspicious flag to `Regexp.new` | Nobuyoshi Nakada |
2022-06-06 | Ignore invalid escapes in regexp comments | Jeremy Evans |
2022-04-12 | Just free compiled pattern if no space is used | Nobuyoshi Nakada |
2022-04-05 | Apply timescale configuration for tests of Regexp.timeout | Yusuke Endoh |
2022-03-31 | Return only captured range in `MatchData` [Bug #18670] | Nobuyoshi Nakada |
2022-03-31 | re.c: stop a wrong warning of "flags ignored" on Regexp.new(//) | Yusuke Endoh |
2022-03-30 | re.c: raise Regexp::TimeoutError instead of RuntimeError | Yusuke Endoh |
2022-03-30 | re.c: Add `timeout` keyword for Regexp.new and Regexp#timeout | Yusuke Endoh |
2022-03-30 | re.c: Add Regexp.timeout= and Regexp.timeout | Yusuke Endoh |
2022-03-29 | Fix multiplex backreferencs near end of string in regexp match | Jeremy Evans |
2022-03-13 | add some tests for Unicode Version 14.0.0 | Martin Dürst |
2022-02-19 | Add String#byteindex, String#byterindex, and MatchData#byteoffset (#5518) | Shugo Maeda |
2021-10-01 | Avoid race condition in Regexp#match | Jeremy Evans |
2021-09-17 | [Feature #18172] Fix duplicate test name | Nobuyoshi Nakada |
2021-09-16 | [Feature #18172] Add MatchData#match_length | Nobuyoshi Nakada |
2021-09-16 | [Feature #18172] Add MatchData#match | Nobuyoshi Nakada |
2021-09-12 | Preserve the encoding of the argument in IndexError [Bug #18160] | Nobuyoshi Nakada |
2021-05-12 | Fix handling of control/meta escapes in literal regexps | Jeremy Evans |
2021-03-16 | test/ruby/test_regexp.rb: Avoid "ambiguity between regexp and two divisions" | Yusuke Endoh |
2021-03-15 | Check backref number buffer overrun [Bug #16376] | xtkoba (Tee KOBAYASHI) |
2021-01-13 | Capture to reserved name variables if already defined [Bug #17533] | Nobuyoshi Nakada |
2020-12-18 | Use category: :deprecated in warnings that are related to deprecation | Jeremy Evans |
2020-12-18 | use eval to create different Regexp objects | Koichi Sasada |
2020-12-17 | test/ruby: Check warning messages at a finer granularity | Nobuyoshi Nakada |
2020-12-02 | Do not reduce quantifiers if it affects which text will be matched | Jeremy Evans |
2020-11-28 | [Feature #17136] Remove special behavior from $KCODE | Nobuyoshi Nakada |
2020-11-27 | Separated tests for $KCODE and $= | Nobuyoshi Nakada |
2020-11-24 | Detect the premature end of char property in regexp | Jeremy Evans |
2020-01-16 | `Regexp` in `MatchData` can be `nil` | Nobuyoshi Nakada |
2020-01-15 | Freeze Regexp literals | Jean Boussier |
2019-12-04 | Revert "Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)" | NARUSE, Yui |
2019-12-04 | Revert "Revert nil error and adding deprecation message" | NARUSE, Yui |