summaryrefslogtreecommitdiff
path: root/src/pkg/patch
AgeCommit message (Expand)AuthorFilesLines
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý2-4/+8
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý2-15/+15
2010-07-01strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike1-1/+1
2010-05-27changes &x -> x[0:] for array to slice conversionRuss Cox1-1/+1
2010-05-07compress: renamings.Rob Pike1-1/+1
2010-02-25strings: delete Runes, BytesRuss Cox1-6/+3
2010-01-26patch: handle text diffs from gitRuss Cox2-1/+15
2009-12-151) Change default gofmt default settings forRobert Griesemer5-214/+214
2009-12-09remove uses of string concatenation from src and misc directoryRobert Griesemer1-268/+268
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox3-12/+12
2009-11-11Fix capitalisation of "Git".David Symonds2-14/+14
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer2-6/+6
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer5-57/+57
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-6/+2
2009-11-05gofmt'ed various stragglersRobert Griesemer1-268/+268
2009-11-04package patchRuss Cox6-0/+1065