aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-16release.2011-02-15weekly.2011-02-15Andrew Gerrand
2011-02-15encoding/line: fix line returned after EOFAdam Langley
2011-02-14godoc: don't hide package lookup error if there's no command with the same nameRobert Griesemer
2011-02-14rpc: properly discard values.Roger Peppe
2011-02-15runtime: detect failed thread creation on WindowsAlex Brainman
2011-02-14makehtml: use appendRob Pike
2011-02-14tutorial: rework the introduction to give "Effective Go"Rob Pike
2011-02-15archive/zip: handle files with data descriptorsAndrew Gerrand
2011-02-14gob: decode into nil, this time for sure.Rob Pike
2011-02-14windows: runtime: implemented console ctrl handler (SIGINT).Hector Chu
2011-02-14build: run test/ directory firstRuss Cox
2011-02-13go/printer: line comments must always end in a newlineRobert Griesemer
2011-02-12gob: allow Decode(nil) and have it just discard the next value.Rob Pike
2011-02-12code.html: update to reflect that package names need not be uniqueRob Pike
2011-02-115ld: part of 64bit eor - forgot to check in.Ken Thompson
2011-02-11gofmt: exclude testcase with incorrect syntaxRobert Griesemer
2011-02-11strconv/ftoa: avoid a double shift. (shifts by variables are expensive.)Rob Pike
2011-02-11testing: include elapsed time in outputRuss Cox
2011-02-11gc: correct receiver in method missing errorLorenzo Stoakes
2011-02-11sync: check Unlock of unlocked MutexRuss Cox
2011-02-115ld: stoped generating 64-bit eorKen Thompson
2011-02-11syscall: remove obsolete socket IO controlMikio Hara
2011-02-11http: add pipelining to ClientConn, ServerConnPetar Maymounkov
2011-02-11syscall: add sockaddr_dl, sysctl with routing message support for darwin, fre...Mikio Hara
2011-02-11runtime: check that SysReserve returns aligned memoryRuss Cox
2011-02-118l, runtime: place G and M pointers relative to _tos on Plan 9, instead of ha...Yuval Pavel Zholkover
2011-02-11bytes: fix bugs in buffer.ReadBytesEvan Shaw
2011-02-11crypto/openpgp: minor updates to subpackagesAdam Langley
2011-02-11fix example in inotifyMathieu Lonjaret
2011-02-11flag: allow hexadecimal and octal input for integer flags.Luuk van Dijk
2011-02-10crypto/openpgp/packet: add remainder of packet types.Adam Langley
2011-02-10godoc: godoc: Use IsAbs to test for absolute paths (fix for win32).Robert Griesemer
2011-02-10godoc: Use IsAbs to test for absolute paths (fix for win32).Yasuhiro Matsumoto
2011-02-11syscall: change windows apis with bool return value to return errno insteadAlex Brainman
2011-02-10http: add Server type supporting timeoutsBrad Fitzpatrick
2011-02-10runtime: complete windows SysReserveRuss Cox
2011-02-11encoding/binary: update package doc string to be more comprehensiveAndrew Gerrand
2011-02-10fmt: fix minor typoRoger Peppe
2011-02-10json: correct Marshal documentationAndrew Gerrand
2011-02-10debug/pe: ImportedSymbols fixesWei Guangjing
2011-02-10crypto/openpgp/packet: four more packet types.Adam Langley
2011-02-10runtime: take the callback return value from the stackHector Chu
2011-02-09src/*: fix incorrect prints found by govetRob Pike
2011-02-09peep: more bugsKen Thompson
2011-02-09buffer.go: minor optimization, expanded commentRobert Griesemer
2011-02-09godoc: optimizations: don't call Write for 0-length dataRobert Griesemer
2011-02-09template: reverse order of arguments to ExecuteRob Pike
2011-02-09srcextract: HTML-escape output if so desiredRobert Griesemer
2011-02-09peep: bug fixKen Thompson
2011-02-09run.bash: must make codelab before we can test it.Rob Pike