- e1ac157 cmd/gc: remove "send used as value" hint by Russ Cox · 12 years ago
- 3548ab5 runtime: handle timer overflow in tsleep by Anthony Martin · 12 years ago
- 8a70b50 cmd/api: include constant values by Brad Fitzpatrick · 12 years ago
- da50221 reflect: unexport BUCKETSIZE, MAXKEYSIZE, MAXVALSIZE by Brad Fitzpatrick · 12 years ago
- c327e82 crypto/rand: make Read use io.ReadFull by Brad Fitzpatrick · 12 years ago
- a3834a2 net: Fix inaccurate docs for AcceptTCP and AcceptUnix. by Kamil Kisiel · 12 years ago
- fd7ddad cmd/dist: Plan 9 build needs an additional include path by Lucio De Re · 12 years ago
- 6833d1b cmd/go: don't leave test binary around for coverage by Rob Pike · 12 years ago
- 46f9607 undo CL 13004046 / 5db14b33d6ef by Rob Pike · 12 years ago
- 28bbc6c cmd/ld: emit relocations for .debug_frame in external link mode by Ian Lance Taylor · 12 years ago
- 86c0cf1 compress/zlib: add Reset method to Writer. by Rémy Oudompheng · 12 years ago
- 780f5b7 reflect: do not cache trivial values in DeepEqual. by Rémy Oudompheng · 12 years ago
- f2380a8 cmd/dist: don't print misleading warning when using GOROOT_FINAL by Ian Lance Taylor · 12 years ago
- fca6608 compress/flate: use bytes.NewReader instead of NewBuffer in test by Brad Fitzpatrick · 12 years ago
- 80f39f7 html/template: export the parse.Tree for the escaped template by Rob Pike · 12 years ago
- 2b44b36 cgo: enable cgo on dragonfly by Aulus Egnatius Varialus · 12 years ago
- d011f0a cmd/ld: don't allocate unused garbage space in pclntab file table by Ian Lance Taylor · 12 years ago
- 97d6a1e cmd/cgo: document command line options by Ian Lance Taylor · 12 years ago
- f68c23e cmd/cgo: don't let #cgo directives mess up line numbering by Ian Lance Taylor · 12 years ago
- 0ba7ffe text/template: allow eq to take more than two arguments by Rob Pike · 12 years ago
- 54b2a83 net/http: remove dreg of obsoleted network poller by Mikio Hara · 12 years ago
- 8272c14 net/http: sniff less by Brad Fitzpatrick · 12 years ago
- c576bcba net: fix TestFirstFavoriteAddr failure on single IP stack kernel by Mikio Hara · 12 years ago
- 23f9751 runtime: clean up map code. Remove hashmap.h. by Keith Randall · 12 years ago
- fd0af9b cmd/8l: add support for dragonfly/386 by Joel Sing · 12 years ago
- 465ba6b runtime, syscall: add support for dragonfly/386 by Joel Sing · 12 years ago
- f6f02a6 syscall: z* files for dragonfly/386 by Joel Sing · 12 years ago
- fb37602 runtime: record type information for hashtable internal structures. by Keith Randall · 12 years ago
- d020610 cmd/5l,cmd/6l,cmd/8l: fix dragonflydynld path by Joel Sing · 12 years ago
- 29de03a net: keep lookup IP stuff close by Mikio Hara · 12 years ago
- 7c59c8b net: make resolveInternetAddr return a list of addresses by Mikio Hara · 12 years ago
- db12f9d compress/gzip: add Writer.Reset by Brad Fitzpatrick · 12 years ago
- 41c5d8d database/sql: add SetMaxOpenConns by Tad Glines · 12 years ago
- 87404c9 crypto/x509: expose arbitary X.509 extensions. by Adam Langley · 12 years ago
- 79dca03 libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/Bputc by Dmitriy Vyukov · 12 years ago
- 2df3d80 go/build: fix deps_test for Plan 9's os/user dependencies and to by Nigel Tao · 12 years ago
- aeb8b45 image/color/palette: move Plan9Palette and WebSafePalette out of the by Nigel Tao · 12 years ago
- 20692c2 net: add addrList by Mikio Hara · 12 years ago
- 9456adb undo CL 10726044 / c9bea548fb6f by Brad Fitzpatrick · 12 years ago
- 4572e48 database/sql: add SetMaxOpenConns by Tad Glines · 12 years ago
- 3c6558a net: add netaddr interface by Mikio Hara · 12 years ago
- 32b770b runtime: jump to badmcall instead of calling it. by Keith Randall · 12 years ago
- 9035150 regexp/syntax: optimize EmptyOpContext by Brad Fitzpatrick · 12 years ago
- 2fe9a5a crypto/tls: support AES-GCM. by Adam Langley · 12 years ago
- c4aa9c5 regexp: fix a benchmark case by Brad Fitzpatrick · 12 years ago
- 716a409 net/http: redirect handlers from mux.Handler() shouldn't clear the query string by Shenghou Ma · 12 years ago
- c51152f runtime: check bitmap word for allocated bit in markonly by Carl Shapiro · 12 years ago
- ed467db cmd/cc,runtime: change preprocessor to expand macros inside of by Keith Randall · 12 years ago
- f5f0e40 compress/flate: implement Reset method on Writer. by Rémy Oudompheng · 12 years ago
- 280c8b9 cmd/gc: make method names for function scoped types unique by Daniel Morsing · 12 years ago
- bf58d20 cmd/8g: add descriptions for some missing instructions. by Lucio De Re · 12 years ago
- 66c8935 cmd/gc: fix detection of initialization loop. by Rémy Oudompheng · 12 years ago
- a9e119a cmd/gc: fix method values whose receiver is an unnamed interface. by Rémy Oudompheng · 12 years ago
- 65f21ca cmd/go: make it work for code.google.com cloned repositories by Rob Pike · 12 years ago
- b3fd434 net: make channel-based semaphore depend on receive, not send by Robert Daniel Kortschak · 12 years ago
- 27f4166 undo CL 13180043 / 318540e7857f by Andrew Gerrand · 12 years ago
- 10e2ffd os/exec: return idempotent Closer from StdinPipe by Andrew Gerrand · 12 years ago
- 466001d encoding/json: add "overflow" struct tag option by Andrew Gerrand · 12 years ago
- 9169372 sort: use a very fast random generator for benchmarks by Dave Cheney · 12 years ago
- 7c7d22a runtime: re-enable TestParForParallel by Rob Pike · 12 years ago
- e4bb139 net: make protocol-specific Dial and Listen return consistent error value by Mikio Hara · 12 years ago
- a8b4a1e net: BUG section for ReadFrom, ReadFromIP methods of IPConn on "ip4" network by Mikio Hara · 12 years ago
- d595b67a cmd/go: add -race flag to 'go list' by Rob Pike · 12 years ago
- cfb02f7 fmt: Remove some unnecessary conversions. by Robin Eklind · 12 years ago
- 8159b69 time: add more docs on Sleep by Brad Fitzpatrick · 12 years ago
- 37cee77 text/template: allow {{else if ... }} to simplify if chains by Rob Pike · 12 years ago
- cbea724 sync: improve once.Do documentation readability by Josh Bleecher Snyder · 12 years ago
- 2ede818 net/http: document Request.Body more by Brad Fitzpatrick · 12 years ago
- c7c1a1b net/smtp: clarify that SendMail's auth param is optional by Brad Fitzpatrick · 12 years ago
- a85cfbd cmd/gc: tag builtin error, byte, rune to avoid exporting them. by Rémy Oudompheng · 12 years ago
- 4fc7ff4 cmd/5g: avoid clash between R13 and F3 registers. by Rémy Oudompheng · 12 years ago
- 8b04789 go/ast: fix comment formatting by Caleb Spare · 12 years ago
- 2f81dfd sort: harden limit in stable test by Volker Dobler · 12 years ago
- 7c8be15 cmd/gc: mark panicslice as unlikely by Volker Dobler · 12 years ago
- d5c806d encoding/binary: use bytes.Reader in read example by Mathieu Lonjaret · 12 years ago
- 11320fa net: have separate read and write processing threads on windows by Alex Brainman · 12 years ago
- 1f661fc text/template: make the escapers for HTML etc. handle pointers correctly by Rob Pike · 12 years ago
- 519a9e8 net: enable PacketConn test for raw IP network on Windows by Mikio Hara · 12 years ago
- f033d98 bytes, strings: use copy in Repeat by Evan Shaw · 12 years ago
- f1d61b9 net/http: do not send leading dot in cookie domain attribute by Volker Dobler · 12 years ago
- 9a79472 syscall: update routing socket parser for NetBSD 6 and beyond by Mikio Hara · 12 years ago
- 9ec0f30 bytes: clarify Equal docs by Brad Fitzpatrick · 12 years ago
- e7b125f cmd/api: be more robust against OS deleting temp files by Brad Fitzpatrick · 12 years ago
- cb79c57 cmd/api: ignore GOARCH when building cmd/api. by Brad Fitzpatrick · 12 years ago
- 33f3dff net: allow TestDialFailPDLeak run in long-mode test by Mikio Hara · 12 years ago
- de8de89 os/user: Current support on Plan 9 by Nicolas Owens · 12 years ago
- 534c67a syscall: add Cloneflags to Linux SysProcAttr. by Rémy Oudompheng · 12 years ago
- d0dd420 runtime: rename FlagNoPointers to FlagNoScan. Better represents by Keith Randall · 12 years ago
- b15a64e cmd/gc: Reset haspointers computation. When converting from a by Keith Randall · 12 years ago
- 221eef6 os/exec: remove flaky TestExtraFilesFDShuffle test by Carl Shapiro · 12 years ago
- d4f719e syscall: define CLONE_* constants on Linux. by Rémy Oudompheng · 12 years ago
- 4186e9d all: dragonfly support by Joel Sing · 12 years ago
- fce0608 net: dragonfly support by Joel Sing · 12 years ago
- 6939061d os: dragonfly support by Joel Sing · 12 years ago
- f3442a8 syscall: dragonfly/amd64 z-files by Joel Sing · 12 years ago
- 8f3f4c9 syscall: dragonfly/amd64 support by Joel Sing · 12 years ago
- ac00524 runtime: add dragonfly/amd64 port by Joel Sing · 12 years ago
- e18ed3c cmd/5l,cmd/8l: unbreak arm and 386 linkers by Joel Sing · 12 years ago
- 71dc91d all: compiler/bootstrap for dragonfly/amd64 by Joel Sing · 12 years ago
- 180da80 net: fix dial to raw IP networks on Windows by Mikio Hara · 12 years ago