0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
test: use testlib in a few more cases. More... about 12 years ago
godoc: fix playground url More... about 12 years ago
text/tabwriter: fix documentation by adding an example. More... about 12 years ago
misc/goplay: remove redundant chdir More... about 12 years ago
godoc: support flat directory view again More... about 12 years ago
doc: support redirect-on-share More... about 12 years ago
cmd/dist: fix pprof permissions More... about 12 years ago
net/smtp: use EHLO then HELO
rsc
as Russ Cox
More... about 12 years ago
runtime: avoid malloc during malloc
rsc
as Russ Cox
More... about 12 years ago
codereview: add submit message support for newer clone URL and subrepos More... about 12 years ago
cmd/go: pass 2, remove reference to incomplete -file flag More... about 12 years ago
cmd/go: 'go help test' remove documentation for incomplete -file flag More... about 12 years ago
cmd/*: add -d option to bison. More... about 12 years ago
exp/norm: Added Iter type for iterating on segment boundaries. This type is mainly to be used by other low-level libraries, like collate. Extra care has been given to optimize the performance of normalizing to NFD, as this is what will be used by the collator. The overhead of checking whether a string is normalized vs simply decomposing a string is neglible. Assuming that most strings are in the FCD form, this iterator can be used to decompose strings and normalize with minimal overhead. More... about 12 years ago
test: fix bug423.go to actually fail with older releases. More... about 12 years ago
cmd/api: record return type of functions for variable typecheck. More... about 12 years ago
dashboard: rename buttons to satisfy pedantic souls More... about 12 years ago
net: extend the workaround to DialTCP to try to get arm building again. Awfulness by the bucket that we hope Fixes issue 3057. More... about 12 years ago
test: fix broken test TBR=bradfitz More... about 12 years ago
cmd/gc: don't believe that variables mentioned 256 times are unused. More... about 12 years ago
net: more selfConnect debugging: panic if ra == nil in internetSocket TBR=dsymonds More... about 12 years ago
net: panic if sockaddrToTCP returns nil incorrectly Part of diagnosing the selfConnect bug TBR=dsymonds More... about 12 years ago
net: add diagnostic to try to catch selfConnect bug earlier TBR=dsymonds More... about 12 years ago
test: rewrite test/run shell script + errchk (perl) in Go More... about 12 years ago
doc: fix links in installation instructions More... about 12 years ago
os: replace non-portable Waitmsg with portable ProcessState Use methods for key questions. Provide access to non-portable pieces through portable methods. Windows and Plan 9 updated. More... about 12 years ago
runtime: remove an obsolete file More... about 12 years ago
doc: link to self-hosted articles from docs.html More... about 12 years ago
misc/goplay: remain in work directory, build in temp directory More... about 12 years ago
net: more docs on deadlines More... about 12 years ago