1. 0fb5475 bytes, strings: add LastIndexByte by Dmitry Vyukov · 10 years ago
  2. 3f12d27 bytes, os/exec, strings: fix a few BUG comments by areski · 10 years ago
  3. 19c1b16 bytes, strings: improve documentation for Count functions by Robert Griesemer · 10 years ago
  4. e9ec8e7 bytes, strings: document that FieldsFunc f must not be stateful 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/bytes/bytes.go]
  6. 2c121b6 strings, bytes: document behavior of Replace when old is empty by Caleb Spare · 11 years ago
  7. 7bcbb65 bytes, strings: optimize Repeat by Rui Ueyama · 11 years ago
  8. 1a21dbc bytes: fix panic in Map by Rui Ueyama · 11 years ago
  9. c134ce2 bytes: fix description of FieldsFunc by Shenghou Ma · 11 years ago
  10. f033d98 bytes, strings: use copy in Repeat by Evan Shaw · 12 years ago
  11. abe384f all: be more idiomatic when documenting boolean return values. by Rob Pike · 12 years ago
  12. b3946dc runtime/bytes: fast Compare for byte arrays and strings. by Keith Randall · 12 years ago
  13. 1b6b1bc bytes,strings: remove user name from BUG in comment by Rob Pike · 12 years ago
  14. 464257ee bytes,string: move the BUG to the comment of the function it's about by Rob Pike · 12 years ago
  15. 691e5e3 bytes: annotate assembly functions with //go:noescape by Shenghou Ma · 12 years ago
  16. 30a9957 bytes: minor optimization to lastIndexFunc by Brad Fitzpatrick · 12 years ago
  17. e515d80 bytes, strings: add TrimPrefix and TrimSuffix by Brad Fitzpatrick · 12 years ago
  18. 2e24a73 bytes: Fix missing godoc punctuation. by Matthew Dempsky · 12 years ago
  19. c753404 bytes: fix docs: s/array/slice/. by Nigel Tao · 12 years ago
  20. c0efcac bytes: make Join return a new buffer on len(a) == 1 by Gustavo Niemeyer · 13 years ago
  21. 9c97544 bytes: fixed typo. by Marcel van Lohuizen · 13 years ago
  22. 85f2d18 bytes: document Compare/Equal semantics for nil arguments, and add tests. by David Symonds · 13 years ago
  23. a250f37 update tree for new default type rule by Russ Cox · 13 years ago
  24. 9b875bc bytes: faster Count, Index, Equal by Russ Cox · 13 years ago
  25. 30aa701 renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* by Rob Pike · 13 years ago
  26. ed92549 bytes: fix typo and resolve to be less idiotic next time by Andrew Gerrand · 13 years ago
  27. 1a4402a bytes: add Contains function by Andrew Gerrand · 13 years ago
  28. 8f57181 bytes, strings: use rune by Russ Cox · 13 years ago
  29. c68ae9d bytes: add EqualFold by Russ Cox · 14 years ago
  30. d16ceca bytes: fix Replace so it actually copies by Gustavo Niemeyer · 14 years ago
  31. 90564a9 go/printer: changed max. number of newlines from 3 to 2 by Robert Griesemer · 14 years ago
  32. ebb1566 strings.Split: make the default to split all. by Rob Pike · 14 years ago
  33. 6a186d3 src/pkg: make package doc comments consistently start with "Package foo". by Nigel Tao · 14 years ago
  34. 47f4ae1 bytes, strings: simplify Join by Evan Shaw · 14 years ago
  35. 2b0a276 bytes: fix TrimSpace typo by Peter Mundy · 14 years ago
  36. 009aebd Removed bytes.Add and bytes.AddByte; we now have 'append'. by Kyle Consalus · 14 years ago
  37. 3cb4bdb utf8: make EncodeRune's destination the first argument. by Adam Langley · 14 years ago
  38. 8530e8e strings: add LastIndexAny by Benny Siegert · 14 years ago
  39. 69c4e93 use append by Russ Cox · 14 years ago
  40. d86ab01 use copy by Russ Cox · 14 years ago
  41. b15b0a0 bytes: fix typo in AddByte comment by Andrew Gerrand · 15 years ago
  42. 81ba399 bytes, strings: change lastIndexFunc to use DecodeLastRune by Roger Peppe · 15 years ago
  43. 75f6a0c bytes: add IndexRune, FieldsFunc and To*Special by Christian Himpel · 15 years ago
  44. 8b82169 bytes, strings: mention the n < 0 case in Split/SplitAfter doc comment by Andrew Gerrand · 15 years ago
  45. e356f1d bytes: port IndexFunc and LastIndexFunc from strings package by Fazlul Shahriar · 15 years ago
  46. 8629e5a strings.Bytes: fix typo in comment by Andrey Mirtchovski · 15 years ago
  47. de228c0 bytes: add Title by Rob Pike · 15 years ago
  48. 38f1231 strings and bytes.Split: make count of 0 mean 0, not infinite. by Rob Pike · 15 years ago
  49. 0bf413a bytes, strings: add Replace by Russ Cox · 15 years ago
  50. 44ca04d big, bytes: move assembly externs to separate file by Russ Cox · 15 years ago
  51. 4a3cb1a bytes: add Trim, TrimLeft, TrimRight, and generic functions by Michael Hoisie · 15 years ago
  52. e1d20d0 bytes: Change IndexAny to look for UTF-8 encoded characters. by Rob Pike · 15 years ago
  53. d0ffee8 bytes, strings: IndexOfAny + first use in go/doc by Robert Griesemer · 15 years ago
  54. 7f501c0 bytes, strings: add new function Fields by Andrey Mirtchovski · 15 years ago
  55. 5a1d332 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  56. 128974a bytes, strings: allow -1 in Map to mean "drop this character". by Kei Son · 15 years ago
  57. d6b3f37 bytes: asm for bytes.IndexByte by Russ Cox · 15 years ago
  58. 1eba218 Runes: turn string into []int Split: fixed typo in documentation by Peter Froehlich · 15 years ago
  59. 9ac4449 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg by Russ Cox · 15 years ago
  60. 8c1a627 add bytes.IndexByte; common case we can make fast later. by Rob Pike · 15 years ago
  61. e70cedf remove bytes.Copy by Rob Pike · 15 years ago
  62. 37f71e8 An asked-for-in #go-nuts extension to quickly create a repeated by David G. Andersen · 15 years ago
  63. 27779dd fix bug in bytes.Map and add test cases for Map in both strings and bytes packages. by Rob Pike · 15 years ago
  64. b27f05f minor adjustments to package comments for better synopsis. by Robert Griesemer · 15 years ago
  65. 1698934 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
  66. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  67. 368f8cb - fine-tuning of one-line func heuristic (nodes.go) by Robert Griesemer · 15 years ago
  68. 688a6ff gofmt-ify bytes by Robert Griesemer · 15 years ago
  69. 5d436b9 bytes.SplitAfter and strings.SplitAfter most common usage is: by Russ Cox · 15 years ago
  70. f1b9126 fix typo/oversight: s/Title/ToTitle/. the comment was already correct by Rob Pike · 15 years ago
  71. 10c7d19 fix comment on strings.LastIndex. add bytes.LastIndex. add strings.Reader. by Russ Cox · 15 years ago
  72. 650bff6 another round of gofmt applications by Russ Cox · 15 years ago
  73. ca6a0fe more "declared and not used". by Russ Cox · 16 years ago
  74. 28eba48 fix "declared and not used" errors in non-test code. by Russ Cox · 16 years ago
  75. d3013d8 Add and AddByte by Rob Pike · 16 years ago
  76. 2f5e758 casing operations for byte arrays by Rob Pike · 16 years ago
  77. 30533d6 Change strings.Split, bytes.Split to take a maximum substring count argument. by David Symonds · 16 years ago
  78. a1646fd make bytes.Copy both src- and dst- limited by Russ Cox · 16 years ago
  79. d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago[Renamed from src/lib/bytes/bytes.go]
  80. 424f4f0 use the new bytes package by Rob Pike · 16 years ago
  81. 52e5d06 bytes.Copy by Rob Pike · 16 years ago
  82. 7893322 add a bytes package analogous to the strings package. also has Equal and Compare by Rob Pike · 16 years ago