aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-16weekly.2012-01-15weekly.2012-01-15Andrew Gerrand
2012-01-15exp/terminal: still trying to unbreak non-Linux builds.Adam Langley
2012-01-15exp/terminal: add to level Makefile for the (non-Linux?) systems that need it.Adam Langley
2012-01-15exp/ssh: patching in the last change lost that a file was deleted.Adam Langley
2012-01-15exp/ssh: remove duplicated terminal code.Adam Langley
2012-01-15http: Allow cookies with negative Max-Age attribute as these areVolker Dobler
2012-01-15net: platform-dependent default socket optionsMikio Hara
2012-01-14go/doc: print only one newline between paragraphsRob Pike
2012-01-14doc: fix comments referring to removed API funcsShenghou Ma
2012-01-14gc: do not compile switch on interface values into a binary search.Rémy Oudompheng
2012-01-14exp/terminal: add SetPrompt and handle large pastes.Adam Langley
2012-01-14exp/proxy: new packageAdam Langley
2012-01-14net: make use of the kernel state to listen on TCP, UnixMikio Hara
2012-01-13cmd/gofmt: fix simplify.go by running gofmt on cmd/gofmtOlivier Duperray
2012-01-13go/doc: remove duplicate package commentScott Lawrence
2012-01-13pkg/go/doc: fix undefined: doc.NewPackageDoc in headscan.goOlivier Duperray
2012-01-13exp/sql: add time.Time supportBrad Fitzpatrick
2012-01-13go/ast: fix typoScott Lawrence
2012-01-13exp/sql: fix statement leakBrad Fitzpatrick
2012-01-13strconv: faster FormatFloat(x, *, -1, 64) using Grisu3 algorithm.Rémy Oudompheng
2012-01-13template: for range on a map, sort the keys if feasible.Rob Pike
2012-01-14src: make use of runtime.GOOS, GOARCH instead of syscall.OS, ARCHMikio Hara
2012-01-13spec: change the wording regarding select statement choiceRob Pike
2012-01-13bytes: make Write and WriteString code look the sameBrad Fitzpatrick
2012-01-13time: delete unused buffer.WriteByte methodRob Pike
2012-01-13cmd/go: fix data race during buildDmitriy Vyukov
2012-01-13godoc: make ?m=src mode deterministicRobert Griesemer
2012-01-13xml: major Go 1 fixupGustavo Niemeyer
2012-01-12godoc: fix missing name changeRobert Griesemer
2012-01-12go/doc: streamlined go/doc APIRobert Griesemer
2012-01-12go/doc: initial testing supportRobert Griesemer
2012-01-12go/doc: don't ignore anonymous non-exported fieldsRobert Griesemer
2012-01-12go/parser: Remove unused Parse* functions. Simplified ParseExpr signature.Robert Griesemer
2012-01-12go/ast: remove unnecessary result value from ast.Fprint/PrintRobert Griesemer
2012-01-12cmd/go: use relative paths in go fix, go fmt, go vet outputRuss Cox
2012-01-12cmd/go: handle path to cmd directoryRuss Cox
2012-01-12fix buildRuss Cox
2012-01-12cmd/go: handle cgo pkg-config pragmasRuss Cox
2012-01-12cgo: write _cgo_export.h to object directory, not source dirRuss Cox
2012-01-12build: don't use a fixed filename in tempBrad Fitzpatrick
2012-01-12json: better error messages when the ,string option is misusedBrad Fitzpatrick
2012-01-12go/build: pass CgoLDFLAGS at end of link commandRuss Cox
2012-01-12net/http: don't ignore Request.Write's Flush errorBrad Fitzpatrick
2012-01-12strconv: implement fast path for rounding already short numbers.Rémy Oudompheng
2012-01-12go/doc: move CommentText to ast.CommentGroup's Text methodRuss Cox
2012-01-12strconv: fix round up corner caseRuss Cox
2012-01-12sql: fix potential corruption in QueryRow.Scan into a *[]byteBrad Fitzpatrick
2012-01-12dashboard: add deployment comment to app.yamlRuss Cox
2012-01-12go/build: allow colon in #cgo flagsRuss Cox
2012-01-12dashboard: use build.golang.org as the domainRob Pike