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
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-10-22
gofmt -s -w src misc
Robert Griesemer
2010-09-24
... changes
Russ Cox
2010-08-18
build: no required environment variables
Russ Cox
2010-05-27
changes &x -> x[0:] for array to slice conversion
Russ Cox
2010-02-25
strings: delete Runes, Bytes
Russ Cox
2010-02-02
fix build - misc ... vs ...T fixes
Russ Cox
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
2009-12-09
remove uses of string concatenation from src and misc directory
Robert Griesemer
2009-12-02
move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.
Rob Pike
2009-11-30
Add trivial whitespace to CorruptInputError strings.
Christopher Wedgwood
2009-11-23
go: makes it build for the case $GOROOT has whitespaces
Sergio Luis O. B. Correia
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 io, json, runtime, encoding
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