aboutsummaryrefslogtreecommitdiff
path: root/src/regexp/syntax/prog.go
AgeCommit message (Expand)Author
2018-08-22regexp/syntax: don't do both linear and binary sesarch in MatchRunePosIan Lance Taylor
2018-03-26all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick
2018-03-24all: remove some unused return parametersDaniel Martí
2017-09-08regexp: Remove duplicated function wordRune()Sylvain Zimmer
2016-03-02all: single space after period.Brad Fitzpatrick
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2014-09-08build: move package sources from src/pkg to srcRuss Cox