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
Age
Commit message (
Expand
)
Author
2010-06-21
release.2010-06-21
weekly.2010-06-21
Andrew Gerrand
2010-06-21
syslog: use local network for tests
Russ Cox
2010-06-21
reflect: add Type.Bits method, add tags to prohibit conversions
Russ Cox
2010-06-21
gc: include struct field tags in type equality
Russ Cox
2010-06-21
pkg/Makefile: allow DISABLE_NET_TESTS=1 to disable network tests
Russ Cox
2010-06-21
spec: struct tags must be identical for types to be identical
Russ Cox
2010-06-21
goinstall: process dependencies for package main
Roger Peppe
2010-06-21
misc/vim: clarifies syntax highlighting installation instructions
James Whitehead
2010-06-20
undo changes accidentally included in 09c5add99d50
Russ Cox
2010-06-20
reflect: add Kind, remove Int8Type, Int8Value, etc.
Russ Cox
2010-06-20
gc: delete debug print
Russ Cox
2010-06-20
errchk: fix build - allow matches in multiline error messages
Russ Cox
2010-06-20
gc: better error messages for interface failures, conversions
Russ Cox
2010-06-20
gc: fix build - subnode not addable in complexgen
Russ Cox
2010-06-20
misc/vim: reorganize plugin so it uses ftplugin and syntax
James Whitehead
2010-06-18
nacl: fix build
Russ Cox
2010-06-18
strconv: add AtofN, FtoaN
Russ Cox
2010-06-18
test: add missing import for zerodivide
Christopher Wedgwood
2010-06-18
fmt.Scanf: improve error message when input does not match format
Rob Pike
2010-06-18
Effective Go: minor change to correct a comment in an example
Rob Pike
2010-06-18
complex divide: match C99 implementation
Russ Cox
2010-06-18
Effective Go: panic and recover
Rob Pike
2010-06-16
Effective Go: add a section on defer.
Rob Pike
2010-06-16
http: reply to Expect 100-continue requests automatically
Brad Fitzpatrick
2010-06-16
cmd/gotest: Delete temporary _testmain.go files.
Nigel Tao
2010-06-16
image: add an Alpha16 type, for completeness.
Nigel Tao
2010-06-15
fmt.Scan: fix %c in the case where the input does not implement ReadRune itself.
Rob Pike
2010-06-15
bytes.Buffer.ReadFrom: fix bug.
Rob Pike
2010-06-14
Effective Go: update ... discussion.
Rob Pike
2010-06-14
runtime: correct fault for 16-bit divide on Leopard
Russ Cox
2010-06-14
fmt.Printf: write tests for %T.
Rob Pike
2010-06-14
fmt.Print*: reimplement to switch on type first.
Rob Pike
2010-06-15
html: sync testdata/webkit to match WebKit tip.
Nigel Tao
2010-06-14
Add test for division by zero.
Rob Pike
2010-06-14
Add IndexFunc and LastIndexFunc.
Roger Peppe
2010-06-14
tutorial: update discussion of variadic functions
Rob Pike
2010-06-14
gc: no more ...
Russ Cox
2010-06-14
remove uses of ... from tree, add one test
Russ Cox
2010-06-14
exp/draw: small draw.drawGlyphOver optimization.
Nigel Tao
2010-06-12
spec: remove ... (keeping ...T)
Russ Cox
2010-06-12
gc: less aggressive name binding, for better line numbers in errors
Russ Cox
2010-06-12
runtime: fix 386 signal handler bug
Russ Cox
2010-06-12
gopack: add S flag to force marking a package as safe
Russ Cox
2010-06-11
spec: clarify that result parameters are always zeroed before the function ex...
Rob Pike
2010-06-11
8l: correct test for sp == top of stack in 8l -K code
Russ Cox
2010-06-11
gopack: simplify go metadata code
Russ Cox
2010-06-11
gc: change -u to require imports to be marked safe
Russ Cox
2010-06-11
Pad Go symbol table out to page boundary when linking dynamically.
Ian Lance Taylor
2010-06-11
runtime: switch to OS stack during Windows syscall
Alex Brainman
2010-06-11
runtime: free lock handles on Windows
Alex Brainman
[next]