- 08d8eca bytes, strings: more consistent error messages by Robert Griesemer · 11 years ago
- 2dbc5d2 bytes, strings: add Reader.ReadAt race tests by Brad Fitzpatrick · 11 years ago
- f074565 bytes, strings: allow Reader.Seek past 1<<31 by Brad Fitzpatrick · 11 years ago
- de1ea5d strings: minor cleanup by Rui Ueyama · 11 years ago
- cc4bdf0 strings, bytes: ReadAt should not mutate receiver by Rui Ueyama · 11 years ago
- a509026 strings, bytes: fix Reader.UnreadRune by Rui Ueyama · 11 years ago
- 7054890 bytes, strings: improve Title test coverage by adding cases with underscore and unicode line separator by Shawn Smith · 11 years ago
- 4e23b69 strings: Add example function for IndexAny by Daniel Lidén · 11 years ago
- ab9b2ae strings: Add IndexFunc example by Robin Eklind · 11 years ago
- 7b53e32 strings: Update Trim example. by Robin Eklind · 11 years ago
- a6ebc88 strings: Add FieldsFunc example. by Robin Eklind · 11 years ago
- 2d6a139 strings: fix Replacer bug with prefix matches by Brad Fitzpatrick · 11 years ago
- f033d98 bytes, strings: use copy in Repeat by Evan Shaw · 12 years ago
- 14903f6 strings: add test for Count by Pieter Droogendijk · 12 years ago
- 1104a2a strings: add IndexByte benchmark by Brad Fitzpatrick · 12 years ago
- 598c789 strings: use runtime assembly for IndexByte by Brad Fitzpatrick · 12 years ago
- 9742003 strings: add IndexByte, for consistency with bytes package by Brad Fitzpatrick · 12 years ago
- 1b6b1bc bytes,strings: remove user name from BUG in comment by Rob Pike · 12 years ago
- 464257ee bytes,string: move the BUG to the comment of the function it's about by Rob Pike · 12 years ago
- 4f43201 strings: remove allocations in Split(s, "") by Ewan Chou · 12 years ago
- 1bf66f0 all: fix a few more printf arg bugs found by go vet by Rob Pike · 12 years ago
- 55ad7b9 bufio: new Scanner interface by Rob Pike · 12 years ago
- 937f91e strings: faster Count, Index by Donovan Hide · 12 years ago
- 23093f8 strings: better mean complexity for Count and Index. by Rémy Oudompheng · 12 years ago
- e515d80 bytes, strings: add TrimPrefix and TrimSuffix by Brad Fitzpatrick · 12 years ago
- c8fa7dc bytes, strings: fix Reader WriteTo return value on 0 bytes copied by Brad Fitzpatrick · 12 years ago
- 465b9c3 gofmt: apply gofmt -w src misc by Robert Griesemer · 12 years ago
- eae25d4 bytes, strings: add (*Reader).WriteTo by Evan Shaw · 12 years ago
- 631a0e7 strings: implement a faster single-string Replacer by Eric Roshan-Eisner · 12 years ago
- 0e60019 bytes, strings: add Fields benchmarks by Russ Cox · 12 years ago
- 0aad3cd strings: implement a faster generic Replacer by Eric Eisner · 12 years ago
- 6910356 strings: fix NewReplacer(old0, new0, old1, new1, ...) to be consistent by Nigel Tao · 13 years ago
- b19c32a strings: more thorough Replacer tests. by Nigel Tao · 13 years ago
- f26d617 go/parser: fix comment grouping (day 1 bug) by Robert Griesemer · 13 years ago
- 06e18ca5 strings: Rename example to match function name. by Volker Dobler · 13 years ago
- b495e5c strings: make Count example show results by Robert Griesemer · 13 years ago
- 11e113d godoc: make example code more readable with new comment convention by Andrew Gerrand · 13 years ago
- d6a3650 strings: add Bernardo O'Higgins example by Andrew Gerrand · 13 years ago
- 7127b6f bytes,strings: make *Reader implement io.ReaderAt by Brad Fitzpatrick · 13 years ago
- 71c8b82 strings: more examples by Brad Fitzpatrick · 13 years ago
- 4c76951 strings: delete method comments implied by interface satisfaction by Rob Pike · 13 years ago
- 396170d strings: add Seek method to Reader by Brad Fitzpatrick · 13 years ago
- 10f1b6a strings: add Fields example by Brad Fitzpatrick · 13 years ago
- 2050a9e build: remove Make.pkg, Make.tool by Russ Cox · 13 years ago
- 6b77246 panics: use the new facilities of testing.B instead by Rob Pike · 13 years ago
- a250f37 update tree for new default type rule by Russ Cox · 13 years ago
- 356b8ee strings: fix test output by Christopher Wedgwood · 13 years ago
- 0f0c25d strings: Add ContainsAny and ContainsRune to correspond to IndexAny etc. by Scott Lawrence · 13 years ago
- 558e7fc various: avoid func compare by Russ Cox · 13 years ago
- 45e3bcb renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* by Rob Pike · 13 years ago
- eb1717e all: rename os.EOF to io.EOF in various non-code contexts by Vincent Vanackere · 13 years ago
- eb69292 src/pkg/[n-z]*: gofix -r error -force=error by Russ Cox · 13 years ago
- 8f57181 bytes, strings: use rune by Russ Cox · 13 years ago
- bba7396 strings: implement a faster byte->string Replacer by Brad Fitzpatrick · 13 years ago
- f75ff01 strings: implement a faster byte->byte Replacer by Brad Fitzpatrick · 13 years ago
- 7b0f3ca strings: add Replacer, NewReplacer by Brad Fitzpatrick · 13 years ago
- c68ae9d bytes: add EqualFold by Russ Cox · 13 years ago
- a8a18f6 strings: add EqualFold by Russ Cox · 13 years ago
- 90564a9 go/printer: changed max. number of newlines from 3 to 2 by Robert Griesemer · 14 years ago
- ebb1566 strings.Split: make the default to split all. by Rob Pike · 14 years ago
- 712fb6d os.Error API: don't export os.ErrorString, use os.NewError consistently by Robert Griesemer · 14 years ago
- 2198050 http: have client set Content-Length when possible by Brad Fitzpatrick · 14 years ago
- 9cd3372 strings: implement UnreadByte, UnreadRune by Robert Griesemer · 14 years ago
- 77d66f4 strings: make Reader.Read use copy instead of an explicit loop. by Nigel Tao · 14 years ago
- 6a186d3 src/pkg: make package doc comments consistently start with "Package foo". by Nigel Tao · 14 years ago
- 47f4ae1 bytes, strings: simplify Join by Evan Shaw · 14 years ago
- a7a854b strings: Map: avoid allocation when string is unchanged by Brad Fitzpatrick · 14 years ago
- f0cf7d2 testing: shorten some tests. by Rob Pike · 14 years ago
- 64f75f1 strings: better benchmark names; add BenchmarkIndex by Brad Fitzpatrick · 14 years ago
- 145108e strings: add IndexRune tests, ASCII fast path by Brad Fitzpatrick · 14 years ago
- 2f5a5be strings: fix description of FieldsFunc by Roger Peppe · 14 years ago
- 3cb4bdb utf8: make EncodeRune's destination the first argument. by Adam Langley · 14 years ago
- 8530e8e strings: add LastIndexAny by Benny Siegert · 14 years ago
- e198a50 strings: Contains by Brad Fitzpatrick · 14 years ago
- d86ab01 use copy by Russ Cox · 14 years ago
- 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
- 81ba399 bytes, strings: change lastIndexFunc to use DecodeLastRune by Roger Peppe · 14 years ago
- 8ee9865 strings: fix minor bug in LastIndexFunc by Roger Peppe · 14 years ago
- da392d9 build: no required environment variables by Russ Cox · 15 years ago
- 75f6a0c bytes: add IndexRune, FieldsFunc and To*Special by Christian Himpel · 15 years ago
- 0cd8777 strings: fix Split("", "", -1) Fixes #980. by Scott Lawrence · 15 years ago
- 8b82169 bytes, strings: mention the n < 0 case in Split/SplitAfter doc comment by Andrew Gerrand · 15 years ago
- e356f1d bytes: port IndexFunc and LastIndexFunc from strings package by Fazlul Shahriar · 15 years ago
- 8684a08 strings: add Title by Rob Pike · 15 years ago
- 38f1231 strings and bytes.Split: make count of 0 mean 0, not infinite. by Rob Pike · 15 years ago
- 0bf413a bytes, strings: add Replace by Russ Cox · 15 years ago
- 18274e0 Add IndexFunc and LastIndexFunc. by Roger Peppe · 15 years ago
- 24bfd65 Conversion from loop to copy(). by Kyle Consalus · 15 years ago
- d7b4851 strings: add ReadRune to Reader by Kyle Consalus · 15 years ago
- ad2c5a4 Added strings.FieldsFunc, a generalization of strings.Fields in style of the strings.Trim*Func functions. by Kyle Consalus · 15 years ago
- 92ac0cf strings: add IndexRune, Trim, TrimLeft, TrimRight, and the generic equivalents TrimFunc, TrimLeftFunc, TrimRightFunc by Michael Hoisie · 15 years ago
- 4e2b7f8 Unicode: provide an ability to supplement the case-mapping tables by Rob Pike · 15 years ago
- 299cd38 strings.FIelds: slight simplification. by Rob Pike · 15 years ago
- d0ffee8 bytes, strings: IndexOfAny + first use in go/doc by Robert Griesemer · 15 years ago
- 3dcbf73 strings: make Split(s, "", n) faster by Spring Mc · 15 years ago
- 9750adb strings: delete Runes, Bytes by Russ Cox · 15 years ago
- 859e4d5 strings: remove a couple of redundant tests by Robert Griesemer · 15 years ago
- 7f501c0 bytes, strings: add new function Fields by Andrey Mirtchovski · 15 years ago
- d65a5cc 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
- 128974a bytes, strings: allow -1 in Map to mean "drop this character". by Kei Son · 15 years ago