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
/
time
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-06-01
update Go tree to use new syscall package.
Russ Cox
2009-05-08
implications of stricter type equality:
Russ Cox
2009-04-30
better error messages, not that anyone ever sees them
Russ Cox
2009-04-29
don't print binary data. add TODO for better errors.
Rob Pike
2009-04-19
Readn is a silly name when there's no n. Change to FullRead.
Rob Pike
2009-04-18
the Big Error Shift applied to lib/time/zoneinfo.go.
Rob Pike
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-03-11
Rename os.FD to os.File.
Russ Cox
2009-03-07
document time
Rob Pike
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
2009-02-16
fix build - missed this file before
Russ Cox
2009-02-16
io.Pipe
Russ Cox
2009-02-15
assorted changes:
Russ Cox
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
2009-01-30
update go code tree to new func rules.
Russ Cox
2009-01-26
make time fields public
Russ Cox
2009-01-20
delete export
Russ Cox
2009-01-16
Remove types from constants, since they didn't match what
Ian Lance Taylor
2009-01-16
casify syscall and sequelae
Rob Pike
2009-01-16
casify time
Russ Cox
2009-01-06
new new & make
Russ Cox
2009-01-05
change time.Tick test to use 100ms intervals.
Russ Cox
2008-12-19
change *map to map; *chan to chan; new(T) to new(*T)
Russ Cox
2008-12-18
convert *[] to [].
Russ Cox
2008-12-09
replace assembly casts with unsafe.pointer
Russ Cox
2008-12-09
more impossible time errors
Russ Cox
2008-12-08
avoid skew in time.Tick; remove errors from time.Seconds, time.Nanoseconds
Russ Cox
2008-12-03
add time.Tick()
Russ Cox
2008-11-25
add author lines
Russ Cox
2008-11-24
convert tests.
Russ Cox
2008-10-16
new convert code found error
Russ Cox
2008-10-07
update code to follow new semicolon rules:
Russ Cox
2008-09-27
Correct zoneinfo version number: it's not 2, it's '2'.
Ian Lance Taylor
2008-09-22
implement zoneinfo reader
Russ Cox
2008-09-18
make Makefiles safe for parallel make
Russ Cox
2008-09-17
time & date.
Russ Cox