Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: delete dead non-test code | Dominik Honnef | 2016-03-25 | 1 | -1/+0 |
* | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 1 | -1/+1 |
* | regexp: remove unreachable code | Alberto Donizetti | 2016-02-23 | 1 | -2/+0 |
* | regexp: set b.cap[0] and b.cap[1] only when captures requested | Michael Matloob | 2015-04-17 | 1 | -13/+19 |
* | regexp: skip backtracker for long programs | Matthew Brennan | 2015-04-09 | 1 | -1/+10 |
* | regexp: port RE2's bitstate backtracker to the regexp package | Michael Matloob | 2015-03-23 | 1 | -0/+351 |