Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | regexp: avoid alloc in QuoteMeta when not quoting | Ingo Oeser | 2016-10-19 | 1 | -0/+20 |
* | regexp: reduce mallocs in Regexp.Find* and Regexp.ReplaceAll*. | Aliaksandr Valialkin | 2016-09-06 | 1 | -0/+66 |
* | regexp: add some tests that were fixed in #12980 | Tamir Duberstein | 2016-08-16 | 1 | -6/+32 |
* | regexp: fix LiteralPrefix for certain onepass progs | Caleb Spare | 2015-11-25 | 1 | -1/+14 |
* | regexp: add Copy method to Regexp | Caleb Spare | 2015-11-25 | 1 | -0/+42 |
* | regexp: fix slice bounds out of range panics | Didier Spezia | 2015-10-23 | 1 | -0/+6 |
* | regexp: set b.cap[0] and b.cap[1] only when captures requested | Michael Matloob | 2015-04-17 | 1 | -0/+11 |
* | regexp: fix TestOnePassCutoff | Russ Cox | 2014-10-20 | 1 | -4/+12 |
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+648 |