aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-15allow copy of struct containing unexported fieldsRuss Cox
2011-11-15strconv: make Ftoa fasterRuss Cox
2011-11-15runtime: avoid allocation for make([]T, 0)Russ Cox
2011-11-15strconv: add Ftoa benchmarksRuss Cox
2011-11-15encoding/json: add marshal/unmarshal benchmarkRuss Cox
2011-11-15net/http: fix buildMikio Hara
2011-11-15html: auto-close <p> elements when starting <form> element.Andrew Balholm
2011-11-15xml: fix buildMikio Hara
2011-11-15go/build: fix buildMikio Hara
2011-11-15html: parse and render <plaintext> elementsAndrew Balholm
2011-11-14math/big: replace nat{} -> nat(nil)Robert Griesemer
2011-11-14cgi: make test code more readableBrad Fitzpatrick
2011-11-14reflect: empty slice/map is not DeepEqual to nilRuss Cox
2011-11-14fmt: distinguish empty vs nil slice/map in %#vRuss Cox
2011-11-14encoding/json: decode [] as empty slice, not nil sliceRuss Cox
2011-11-146l, 8l: add missing space in error messageLucio De Re
2011-11-14crypto/tls: fix handshake message testRuss Cox
2011-11-14time: fix test hangDmitriy Vyukov
2011-11-14misc/notepadplus: error and rune supportAnthony Starks
2011-11-14misc/bbedit: error and rune supportAnthony Starks
2011-11-14kate: add error and runeEvan Shaw
2011-11-14syscall: take over env implementationRuss Cox
2011-11-14runtime: fix timers crashDmitriy Vyukov
2011-11-14sql: add DB.Close, fix bugs, remove Execer on Driver (only Conn)Brad Fitzpatrick
2011-11-14syscall: more linux arm build fixesRuss Cox
2011-11-14doc/install: add openbsdJoel Sing
2011-11-14runtime: fix syscall test to satisfy new errorAlex Brainman
2011-11-14doc/progs: fix windows version to satisfy new errorAlex Brainman
2011-11-14gc: fix newlines in %+NLuuk van Dijk
2011-11-14syscall: fix linux arm buildRuss Cox
2011-11-14syscall: make windows Errno implement net.Error (fix build)Russ Cox
2011-11-14syscall: regenerate z-files for freebsdMikio Hara
2011-11-13gc: remove func, map compareRuss Cox
2011-11-13spec: disallow general func, map comparisonsRuss Cox
2011-11-13various: avoid func compareRuss Cox
2011-11-13syscall: use errorRuss Cox
2011-11-13time: remove unused sysSleepRuss Cox
2011-11-13various: reduce overuse of os.EINVAL + othersRuss Cox
2011-11-13exp/ssh: add direct-tcpip client supportDave Cheney
2011-11-13exp/ssh: add client functional testsDave Cheney
2011-11-13exp/ssh: use ClientConfig.rand() for publickey authenticationDave Cheney
2011-11-13exp/ssh: add client side support for publickey authDave Cheney
2011-11-13exp/ssh: ensure initial window advertisement is not lostDave Cheney
2011-11-13html: auto-close <dd> and <dt> elementsAndrew Balholm
2011-11-13html: store the current insertion mode in the parserAndrew Balholm
2011-11-13runtime: remove no longer used enums for openbsdJoel Sing
2011-11-12gc: look at cumulative error count, not just per-function.Luuk van Dijk
2011-11-11godoc: document -templates flagRobert Griesemer
2011-11-12html: handle end tags in strange placesAndrew Balholm
2011-11-11godoc: fix remote search (use correct URL)Robert Griesemer