aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/encoding/git85
AgeCommit message (Expand)Author
2012-01-25build: remove code now in subrepositoriesRuss Cox
2011-12-05use new strconv APIRuss Cox
2011-11-01src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox
2011-05-18pkg: spelling tweaks, A-HRobert Hencke
2010-10-22gofmt -s -w src miscRobert Griesemer
2010-09-24... changesRuss Cox
2010-08-18build: no required environment variablesRuss Cox
2010-05-27changes &x -> x[0:] for array to slice conversionRuss Cox
2010-02-25strings: delete Runes, BytesRuss Cox
2010-02-02fix build - misc ... vs ...T fixesRuss Cox
2009-12-15 1) Change default gofmt default settings forRobert Griesemer
2009-12-09remove uses of string concatenation from src and misc directoryRobert Griesemer
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike
2009-11-30Add trivial whitespace to CorruptInputError strings.Christopher Wedgwood
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox
2009-11-18remove bytes.CopyRob Pike
2009-11-11Fix capitalisation of "Git".David Symonds
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer
2009-11-05gofmt-ify io, json, runtime, encodingRobert Griesemer
2009-11-05gofmt-ify encodingRobert Griesemer
2009-11-04package patchRuss Cox
2009-11-03encoding/*: reverse the order of src, dst so that dst is first.Adam Langley
2009-10-20base64 -> encoding/base64Russ Cox