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
/
lib
/
fmt
Age
Commit message (
Expand
)
Author
2009-06-09
mv src/lib to src/pkg
Rob Pike
2009-06-05
rebuilt Makefiles for CL 29923
Russ Cox
2009-05-15
implement %#o %#x %#X formats
Rob Pike
2009-05-11
change utf8.FullRuneInString and utf8.DecodeRuneInString
Russ Cox
2009-05-08
Name change to improve embeddability:
Rob Pike
2009-05-05
fmt: dead code and data
Russ Cox
2009-04-21
minor adjustment to comment formatting for better godoc output
Robert Griesemer
2009-04-17
Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...
Rob Pike
2009-04-16
Convert go tree to hierarchical pkg directory:
Russ Cox
2009-04-16
regenerate Makefiles.
Russ Cox
2009-04-06
add method Value() Value to InterfaceValue.
Russ Cox
2009-04-06
an early 6g limitation forced the use of
Russ Cox
2009-03-10
fix old-style print call in constant
Rob Pike
2009-03-09
delete float80 from libraries
Rob Pike
2009-03-06
delete vestigial references to package syscall
Rob Pike
2009-03-06
document fmt.
Rob Pike
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
2009-01-27
change dotdotdot interfaces to be structs,
Russ Cox
2009-01-23
fix typo in comment. s/put/Put/
Rob Pike
2009-01-22
move math routines from package sys to package math,
Russ Cox
2009-01-20
delete export
Russ Cox
2009-01-16
casify, cleanup sys
Russ Cox
2009-01-16
two more casifications in fmt
Rob Pike
2009-01-15
convert strconv
Russ Cox
2009-01-15
make safe for new package local defaults
Russ Cox
2009-01-15
more casifying fixups
Rob Pike
2009-01-15
casify fmt and its dependents.
Rob Pike
2009-01-15
printf->Printf etc.
Rob Pike
2009-01-06
new new & make
Russ Cox
2008-12-23
put array test in table, with TODO to fix when arrays work in interfaces.
Rob Pike
2008-12-22
print array (not just *array) using %v
Rob Pike
2008-12-19
[] and struct in interfaces.
Russ Cox
2008-12-19
fmt and reflect updates for recent changes
Russ Cox
2008-12-18
convert *[] to [].
Russ Cox
2008-12-16
clear flags so that %+v does not pass the +
Russ Cox
2008-12-11
print field names on struct members.
Russ Cox
2008-12-11
add uintptr to reflect and print
Rob Pike
2008-12-11
handle the nil interface better in reflect and print
Rob Pike
2008-12-10
assorted cleanup and fixes
Russ Cox
2008-12-09
fix historical editing glitch
Rob Pike
2008-12-09
use unsafe.pointer in reflection objects
Rob Pike
2008-11-25
% x inserts spaces between hex bytes in string/*[]byte
Russ Cox
2008-11-24
replay CL 19916 and CL 19913 now that the build can handle them
Russ Cox
2008-11-24
Automated g4 rollback of changelist 19916.
Russ Cox
2008-11-24
utf8: add InString routines for decoding in strings
Russ Cox
2008-11-19
refine gobuild: the files must be *_test.go not *test.go
Rob Pike
2008-11-19
gobuild: add coverage rule, ignore files in package main.
Russ Cox
2008-11-19
leave 6.out around after gotest;
Russ Cox
2008-11-18
gobuild changes.
Russ Cox
[next]