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
/
exp
/
datafmt
Age
Commit message (
Expand
)
Author
2011-10-18
[release-branch.r58] reflect: disallow Interface method on Value obtained via...
release.r58.2
Andrew Gerrand
2011-05-18
pkg: spelling tweaks, A-H
Robert Hencke
2011-04-25
fix tree for reflect rename
Russ Cox
2011-04-20
src/pkg: make package doc comments consistently start with "Package foo".
Nigel Tao
2011-04-08
update go tree for reflect changes
Russ Cox
2011-03-28
go/scanner: return literal as string instead of []byte
Robert Griesemer
2011-01-19
delete float, complex - code changes
Russ Cox
2011-01-13
go/scanner: Make Init take a *token.File instead of a *token.FileSet.
Robert Griesemer
2011-01-04
fix occurrences of occur[^sr .,?!;\n]
Robert Griesemer
2010-12-06
go/ast: use token.Pos instead of token.Position; adjust all dependent code
Robert Griesemer
2010-09-24
... changes
Russ Cox
2010-08-18
build: no required environment variables
Russ Cox
2010-06-14
remove uses of ... from tree, add one test
Russ Cox
2010-02-25
strings: delete Runes, Bytes
Russ Cox
2010-02-02
fix build - misc ... vs ...T fixes
Russ Cox
2010-02-01
gc: add ... T, rework plain ...
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-11-24
Change to container/vector interface:
Robert Griesemer
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-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 the last outstanding files in src/pkg
Robert Griesemer
2009-11-01
misc cleanup
Russ Cox
2009-10-14
forgot to update Makefile in last CL
Russ Cox
2009-10-14
move datafmt into exp
Russ Cox