1. b04f3b0 all: replace strings.Index with strings.Contains where possible by Nathan VanBenschoten · 9 years ago
  2. 5ccaf02 regexp/syntax: fix factoring of common prefixes in alternations by Paul Wankadia · 9 years ago
  3. 0680e9c regexp/syntax: fix handling of \Q...\E by Russ Cox · 9 years ago
  4. e36bf61 regexp: fix one-pass compilation by Caleb Spare · 9 years ago
  5. d1eedfe regexp: fix LiteralPrefix for certain onepass progs by Caleb Spare · 9 years ago
  6. 937172b regexp: add Copy method to Regexp by Caleb Spare · 9 years ago
  7. 3aa755b regexp/syntax: correctly print `^` BOL and `$` EOL by Tamir Duberstein · 9 years ago
  8. f75f2f3 regexp: fix slice bounds out of range panics by Didier Spezia · 10 years ago
  9. 226aaf4 regexp: add runnable example to regex.Split by Seth Hoenig · 10 years ago
  10. 71e83b8 regexp: small correction to test comment by Michael Matloob · 10 years ago
  11. ae38ef4 regexp: suggest go doc, not godoc by Rob Pike · 10 years ago
  12. 8cb9c21 regexp: trivial change in comments to update code.google.com link by Dmitry Savintsev · 10 years ago
  13. 485f348 regexp: set b.cap[0] and b.cap[1] only when captures requested by Michael Matloob · 10 years ago
  14. a513088 regexp: skip backtracker for long programs by Matthew Brennan · 10 years ago
  15. fc9a234 regexp: fix link to RE2 syntax by Brad Fitzpatrick · 10 years ago
  16. 9323862 regexp: port RE2's bitstate backtracker to the regexp package by Michael Matloob · 10 years ago
  17. 2adc4e8 all: use "reports whether" in place of "returns true if(f)" by Josh Bleecher Snyder · 10 years ago
  18. e24e299 regexp: update URLs in tests by Shenghou Ma · 10 years ago
  19. c7eb966 regexp: fix typo in comment: s/onpass/onepass/ by Michael Matloob · 10 years ago
  20. 04c7b68 regexp/syntax: Clarify comment of OpAnyCharNotNL. by Robin Eklind · 10 years ago
  21. 22be4bf regexp: fix TestOnePassCutoff by Russ Cox · 10 years ago
  22. 0f022fd regexp/syntax: fix validity testing of zero repeats by Ian Lance Taylor · 10 years ago
  23. 3c5fd98 regexp: correct doc comment for ReplaceAllLiteralString by Ian Lance Taylor · 10 years ago
  24. 85fd0fd regexp/syntax: regenerate doc.go from re2 syntax by Russ Cox · 10 years ago
  25. 9b2b0c8 regexp/syntax: reject large repetitions created by nesting small ones by Russ Cox · 10 years ago
  26. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago