1. 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 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. 9b2b0c8 regexp/syntax: reject large repetitions created by nesting small ones by Russ Cox · 11 years ago
  5. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/regexp/syntax/parse_test.go]
  6. 746d636 unicode: upgrade to Unicode 6.3.0 by Marcel van Lohuizen · 11 years ago
  7. fa7791e all: fix some mistakes found by go tool vet . by Rob Pike · 12 years ago
  8. bd13f6f regexp/syntax: replace internal error on unexpected ) w/ ErrUnexpectedParen by Jan Mercl · 13 years ago
  9. 3e52dad regexp: use rune by Russ Cox · 13 years ago
  10. 6c230fb regexp: move to old/regexp, replace with exp/regexp by Russ Cox · 14 years ago[Renamed from src/pkg/exp/regexp/syntax/parse_test.go]
  11. 9c6265d exp/regexp/syntax: fix invalid input parser crash by Russ Cox · 14 years ago
  12. 177dca7 exp/regexp/syntax: import all RE2 parse tests + fix bugs by Russ Cox · 14 years ago
  13. 08ae1a5 exp/regexp: bug fixes and RE2 tests by Russ Cox · 14 years ago
  14. b4cae4a exp/regexp/syntax: finish Regexp manipulation by Russ Cox · 14 years ago
  15. 7e1a3e9 exp/regexp/syntax: incremental concat, alternate Also reuse of *Regexp nodes. by Russ Cox · 14 years ago
  16. 52cd055 exp/regexp/syntax: case-folding in character classes by Russ Cox · 14 years ago
  17. 1a4681e exp/regexp/syntax: more escapes, character classes by Russ Cox · 14 years ago
  18. b96c347 exp/regexp/syntax: syntax data structures, parser by Russ Cox · 14 years ago