aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/string_test.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-07-16src, misc: applied gofmt -s -wRobert Griesemer
2014-07-08runtime: fix spurious "[string too long]" errorDmitriy Vyukov
2014-07-01src, misc: applied gofmt -w -sRobert Griesemer
2014-06-17runtime: fix stringw test.Keith Randall
2014-06-17runtime: disable funky wide string test for now.Keith Randall
2014-06-17runtime: reconstitute runetochar for use by gostringw.Keith Randall
2014-06-16runtime: implement string ops in GoKeith Randall
2013-04-02runtime: Implement faster equals for strings and bytes.Keith Randall
2013-03-20runtime: add missing copyrightMikio Hara
2012-08-05runtime: faster string equality.Rémy Oudompheng