aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-13codereview: fix path slash issue.Yasuhiro Matsumoto
2011-12-14archive/tar: (test) structure comparison not reflect.DeepEqualChristopher Wedgwood
2011-12-13math: regularize buildRuss Cox
2011-12-13cypto/ocsp: fix testsChristopher Wedgwood
2011-12-13go: implement doc, fmt, fix, list, vetRuss Cox
2011-12-13build: disable cgo on Windows/amd64Russ Cox
2011-12-13strconv: make QuoteRune etc. take a rune argumentRob Pike
2011-12-135g: fix buildRuss Cox
2011-12-13strconv: include package and function name in error stringsRob Pike
2011-12-13godoc: text wrappingRuss Cox
2011-12-13gc: delete DUPOK definitionRuss Cox
2011-12-13exp/ssh: improve client channel close behaviorDave Cheney
2011-12-13gc: small fixes to fmt.cLuuk van Dijk
2011-12-13gc: fix use of stackallocated AST node in generation of static initialisation...Luuk van Dijk
2011-12-12doc/go1: timeRob Pike
2011-12-12doc/go1: more package updatesRob Pike
2011-12-12gc: implement == on structs and arraysRuss Cox
2011-12-12spec: allow comparison of structs, arrays containing comparable valuesRuss Cox
2011-12-13html: update comments to match latest spec.Nigel Tao
2011-12-13html: a first step at parsing foreign content (MathML, SVG).Nigel Tao
2011-12-13syscall: regenerate z-files for darwin, freebsdMikio Hara
2011-12-13net: fix typoMikio Hara
2011-12-13env.bash: export CGO_ENABLED so cgo tests runAlex Brainman
2011-12-13misc/cgo/test: fix after latest time changesAlex Brainman
2011-12-13various: a grab-bag of time.Duration cleanups.David Symonds
2011-12-12time: allow sleep tests to run for 200% too longRuss Cox
2011-12-12compress/flate: fix out of bounds errorIvan Krasin
2011-12-12runtime: Changes to the runtime to support NetBSD.Christopher Nielsen
2011-12-12godoc: added an opensearch description document.Christoph Hack
2011-12-12A+C: add Christoph Hack (individual CLA)Russ Cox
2011-12-13doc: add Error Handling articleAndrew Gerrand
2011-12-12sql: fix missing mutex unlock in an error caseBrad Fitzpatrick
2011-12-12reflect: fix Slice capGustavo Niemeyer
2011-12-12runtime: madvise and SysUnused for LinuxSébastien Paolacci
2011-12-12gc: avoid 0-length C arrayLucio De Re
2011-12-12os: fix Plan 9 build for new FileInfo APIAnthony Martin
2011-12-12time: fix Plan 9 build for new APIAnthony Martin
2011-12-12gc: fix wrong arguments to error message for switches.Rémy Oudompheng
2011-12-12time: gob marshaler for TimeRobert Hencke
2011-12-12math: fix special cases in NextafterCharles L. Dorian
2011-12-12ld/6l/8l: First pass at changes to the linker to support NetBSD binaries.Christopher Nielsen
2011-12-12build: Changes to the build infrastructure for NetBSD.Christopher Nielsen
2011-12-12gc: add varargck for %lNLucio De Re
2011-12-12gc: allow colon in //line file nameRuss Cox
2011-12-12doc/go1: the simpler package changesRob Pike
2011-12-12archive/zip: make zip understand os.FileMode.Roger Peppe
2011-12-12net/http: make test remove temporary file and directoryIan Lance Taylor
2011-12-12crypto/aes: Made faster by eliminating some indirectionTaru Karttunen
2011-12-12doc: remove file.go from run (fix windows build)Andrew Gerrand
2011-12-11doc/go_tutorial: make clear the file example is Unix-specificRob Pike