| Age | Commit message (Expand) | Author |
|---|---|---|
| 2025-04-18 | regexp/syntax: recognize category aliases like \p{Letter} | Russ Cox |
| 2023-08-16 | regexp/syntax: use more compact Regexp.String output | Russ Cox |
| 2023-07-31 | regexp/syntax: accept (?<name>...) syntax as valid capture | Mauri de Souza Meneguzzo |
| 2022-10-05 | regexp: limit size of parsed regexps | Russ Cox |
| 2022-02-10 | regexp/syntax: reject very deeply nested regexps in Parse | Russ Cox |
| 2019-05-22 | regexp/syntax: exclude full range from String negation case | Keegan Carruthers-Smith |
| 2018-03-26 | all: use strings.Builder instead of bytes.Buffer where appropriate | Brad Fitzpatrick |
| 2016-03-01 | all: make copyright headers consistent with one space after period | Brad Fitzpatrick |
| 2016-01-08 | regexp/syntax: fix factoring of common prefixes in alternations | Paul Wankadia |
| 2015-12-01 | regexp/syntax: fix handling of \Q...\E | Russ Cox |
| 2014-09-30 | regexp/syntax: reject large repetitions created by nesting small ones | Russ Cox |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |
