0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
doc: various updates to doc/code.html More... about 12 years ago
html/template: replace obsolete reference to template.Set Fixes issue 3053. More... about 12 years ago
test: change bug040 to use errorcheck More... about 12 years ago
test: remove a couple of bad tests that duplicate declbad.go More... about 12 years ago
image: add Decode example. More... about 12 years ago
encoding/gob: cache engine for user type, not base type When we build the encode engine for a recursive type, we mustn't disregard the indirections or we can try to reuse an engine at the wrong indirection level. More... about 12 years ago
test: add some tests that gccgo failed to handle correctly More... about 12 years ago
encoding/gob: fix mutually recursive slices of structs More... about 12 years ago
pkg: a slew of examples More... about 12 years ago
crypto/dsa: add missing period in package comment More... about 12 years ago
doc: fix tables
rsc
as Russ Cox
More... about 12 years ago
math/rand: Intn etc. should panic if their argument is <= 0. More... about 12 years ago
os: fix existential typo More... about 12 years ago
go/doc: move Example code from go/ast to go/doc. More... about 12 years ago
cmd/gc: fix comparison of struct with _ field
rsc
as Russ Cox
More... about 12 years ago
runtime: remove use of ?: More... about 12 years ago
godoc: don't print spurious suggestion when running "go doc foo" More... about 12 years ago
go/parser: example for ParseFile use More... about 12 years ago
go/scanner: replace comment with example More... about 12 years ago
misc/dist/windows: distro builder updates More... about 12 years ago
cmd/dist: make dir check in defaulttarg() more robust More... about 12 years ago
8a, 8l: add EMMS instruction More... about 12 years ago
.hgignore: add src/cmd/dist/dist.dSYM More... about 12 years ago
doc: clarify gccgo support for segmented stacks More... about 12 years ago
sync: say that Cond.Wait can not return spuriously More... about 12 years ago
net/rpc: fix spurious panic in test The panic happens if -benchtime flag is specified: go test -bench=EndToEndAsyncHTTP -benchtime=120 More... about 12 years ago
runtime: silence warnings More... about 12 years ago
faq: add entry about nil interfaces vs. nil pointers More... about 12 years ago
test: use testlib (final 61)
rsc
as Russ Cox
More... about 12 years ago
test: use testlib (fourth 100)
rsc
as Russ Cox
More... about 12 years ago