aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-25scanner: change package comment to be clearer about its functionality.Rob Pike
2010-08-24gotest: remove lingering references to $GOBINRuss Cox
2010-08-24build: fix build again - not sure where the " went. sigh.Russ Cox
2010-08-24time: Remove unused zoneinfo.go (replaced by zoneinfo_unix.go).Ian Lance Taylor
2010-08-24build: fix build - last CL missed Make.clibRuss Cox
2010-08-24build: $GOBIN defaults to $GOROOT/binRuss Cox
2010-08-25time.Parse should not require minutes for time zoneJan H. Hosang
2010-08-24runtime: fix freebsd/386 mmapRuss Cox
2010-08-23gc: fix parenthesization checkRuss Cox
2010-08-24os: make return type of FileInfo.Permission() consistent with related functionsScott Lawrence
2010-08-23http: doc nitRuss Cox
2010-08-23better job on 2007043Ken Thompson
2010-08-23arm: fix build, regenerate syscall filesKai Backman
2010-08-23io: prevent ReadAtLeast spinloop if min > len(buf)Andrew Gerrand
2010-08-22net/ipsock.go: fix error checking bugScott Lawrence
2010-08-22http: fix typo in http.Request documentationScott Lawrence
2010-08-20libmach: implement register fetch for 32-bit x86 kernelRuss Cox
2010-08-20fix buildRobert Griesemer
2010-08-20syscall: regenerate syscall/z* files for linux/386, linux/amd64Ivan Krasin
2010-08-19attempt to gete better registerationKen Thompson
2010-08-19go/ast Fprint: handle cycles in ASTRobert Griesemer
2010-08-20mime: delete unnecessary constant conversions.Rob Pike
2010-08-19crypto/ocsp: add missing MakefileAdam Langley
2010-08-19go/ast, gofmt: facility for printing AST nodesRobert Griesemer
2010-08-19clean.bash: fix standalone runsChristopher Wedgwood
2010-08-18cgo: add C.GoStringNEric Clark
2010-08-19fmt: add sentence about return values to docs for Printf etc.Rob Pike
2010-08-18Dwarf output for 6l.Luuk van Dijk
2010-08-18run.bash: fix freebsd build (i hope)Russ Cox
2010-08-18build: no required environment variablesRuss Cox
2010-08-18cgo: fix build: use $GCC, not $CCRuss Cox
2010-08-17http: parse query string always, not just in GETRuss Cox
2010-08-17jsonrpc: use `error: null` for success, not `error: ""`Russ Cox
2010-08-18runtime: correct line numbers for .goc files.Luuk van Dijk
2010-08-17reflect: allow PtrValue.PointTo(nil)Robert Griesemer
2010-08-17Make.common: add .PHONY ruleScott Lawrence
2010-08-17Fix template package so that data itemsRoger Peppe
2010-08-17Remove relic "once" import from time/zoneinfo.goRoger Peppe
2010-08-16gofmt: do not modify multi-line string literalsRobert Griesemer
2010-08-17os: preserve "=C:" like env variables in env block on windows and bug fix in ...Alex Brainman
2010-08-17template: retain leading space if the line is not an action.Rob Pike
2010-08-17fmt/print: remove a TODO regarding printing renamed byte slices.Rob Pike
2010-08-16regexp: grow slices dynamically in the 'All' routines.Rob Pike
2010-08-16crypto/tls: client certificate support.Mikkel Krautz
2010-08-16image/png: support 16-bit color.Nigel Tao
2010-08-13code optimization on slicesKen Thompson
2010-08-14fmt/print: give %p priority, analogous to %TRob Pike
2010-08-13fix bounds check in error recoveryKen Thompson
2010-08-13go AST: First step towards augmenting AST with full type information.Robert Griesemer
2010-08-13fmt/print: honor Formatter in Print, Println.Rob Pike