1. 7be7700 use buf.String() instead of string(buf.Bytes()) by Rob Pike · 15 years ago
  2. d5be41f rename bytes.Buffer.Data() to bytes.Buffer.Bytes() by Rob Pike · 15 years ago
  3. ca6a0fe more "declared and not used". by Russ Cox · 15 years ago
  4. 28eba48 fix "declared and not used" errors in non-test code. by Russ Cox · 15 years ago
  5. 396b47b generate the unicode tables directly from web database by Rob Pike · 15 years ago
  6. b04ac10 convert non-low-level non-google pkg code to whole-package compilation. by Russ Cox · 15 years ago
  7. e4603db Add methods AllMatches, AllMatchesString, AllMatchesIter, by Stephen Ma · 15 years ago
  8. 3355cad support []byte (more efficient) as well as string in the interfaces. by Rob Pike · 15 years ago
  9. 5a4d431 special case: recognize '[^\n]' and make it as fast as '.' by Rob Pike · 15 years ago
  10. d3a412a io.StringBytes -> strings.Bytes io.ByteBuffer -> bytes.Buffer by Russ Cox · 16 years ago
  11. a6c7a80 Add a ReplaceAll method to Regexp. by Steve Newman · 16 years ago
  12. d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago[Renamed from src/lib/regexp/regexp.go]
  13. 3619f1e change utf8.FullRuneInString and utf8.DecodeRuneInString by Russ Cox · 16 years ago
  14. 918afd94 move things out of sys into os and runtime by Russ Cox · 16 years ago
  15. aaf63f8 Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. by Rob Pike · 16 years ago
  16. 1f6463f Convert go tree to hierarchical pkg directory: by Russ Cox · 16 years ago
  17. 8a7eb77 misc doc by Russ Cox · 16 years ago
  18. 5b814d0 delete deprecated files. deletion beats documentation for deprecation. by Rob Pike · 16 years ago
  19. d1ac218 delete bogus vestige by Rob Pike · 16 years ago
  20. 9276786 typos by Rob Pike · 16 years ago
  21. a0feb32 remove some incorrect capitalizations. add commentary. by Rob Pike · 16 years ago
  22. 6506148 a few small cleanups by Rob Pike · 16 years ago
  23. 839a684 delete export by Russ Cox · 16 years ago
  24. 3609624 casify, cleanup sys by Russ Cox · 16 years ago
  25. 794efd7 recasify regexp to use underscores and clean up the tests more by Rob Pike · 16 years ago
  26. 74a60ed casify lib/regexp by Rob Pike · 16 years ago
  27. 5564504 new new & make by Russ Cox · 16 years ago
  28. 1da03aa A richer interface for regexps. Simple boolean matcher, a vector of strings rather than by Rob Pike · 16 years ago
  29. 08ca30b change *map to map; *chan to chan; new(T) to new(*T) by Russ Cox · 16 years ago
  30. d47d888 convert *[] to []. by Russ Cox · 16 years ago
  31. bef9b17 - removed uses of vector in favor of array in a few places - fixed make.bash by Robert Griesemer · 16 years ago
  32. c4af3e7 use embedded types to save boilerplate - almost 300 lines' worth by Rob Pike · 16 years ago
  33. f0e93e8 fix a couple of inconsequential glitches in regexp code. by Rob Pike · 16 years ago
  34. 801f542 remove hack now that vector of int works. by Rob Pike · 16 years ago
  35. 69baaa9 move regexp to lib next cl will update names and add to build by Rob Pike · 16 years ago[Renamed from usr/r/regexp/regexp.go]
  36. 0b05e91 add some tests fix some bugs in () ordering and rune processing by Rob Pike · 16 years ago
  37. 75df21c implement matching clean up interface equality hack by Rob Pike · 16 years ago
  38. e8828dc add character classes. allocate into an array for easier scanning and printing. by Rob Pike · 16 years ago
  39. 0f0648d convert from integer indexes to interface variables. update printing. by Rob Pike · 16 years ago
  40. 41c462c cat unmatched ) by Rob Pike · 16 years ago
  41. 8f5b277 beginnings of regular expression library. by Rob Pike · 16 years ago