aboutsummaryrefslogtreecommitdiff
path: root/src/regexp
AgeCommit message (Expand)Author
2014-12-24regexp: fix typo in comment: s/onpass/onepass/Michael Matloob
2014-11-11regexp/syntax: Clarify comment of OpAnyCharNotNL.Robin Eklind
2014-10-20regexp: fix TestOnePassCutoffRuss Cox
2014-10-20regexp/syntax: fix validity testing of zero repeatsIan Lance Taylor
2014-10-19regexp: correct doc comment for ReplaceAllLiteralStringIan Lance Taylor
2014-10-06regexp/syntax: regenerate doc.go from re2 syntaxRuss Cox
2014-09-30regexp/syntax: reject large repetitions created by nesting small onesRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox