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
/
datafmt.go
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-01-04
fix occurrences of occur[^sr .,?!;\n]
Robert Griesemer
2010-09-24
... changes
Russ Cox
2010-06-14
remove uses of ... from tree, add one test
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-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-10-14
move datafmt into exp
Russ Cox