index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
encoding
/
git85
/
git.go
Age
Commit message (
Expand
)
Author
2012-01-25
build: remove code now in subrepositories
Russ Cox
2011-12-05
use new strconv API
Russ Cox
2011-11-01
src/pkg/[a-m]*: gofix -r error -force=error
Russ Cox
2011-05-18
pkg: spelling tweaks, A-H
Robert Hencke
2010-05-27
changes &x -> x[0:] for array to slice conversion
Russ Cox
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
2009-11-30
Add trivial whitespace to CorruptInputError strings.
Christopher Wedgwood
2009-11-20
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
Russ Cox
2009-11-18
remove bytes.Copy
Rob Pike
2009-11-11
Fix capitalisation of "Git".
David Symonds
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
2009-11-05
gofmt-ify encoding
Robert Griesemer
2009-11-04
package patch
Russ Cox
2009-11-03
encoding/*: reverse the order of src, dst so that dst is first.
Adam Langley
2009-10-20
base64 -> encoding/base64
Russ Cox