- 3eadbb0 cmd/objdump: use cmd/internal/objfile by Russ Cox · 10 years ago
- a22c11b runtime: fix line number in first stack frame in printed stack trace by Russ Cox · 10 years ago
- 8db71d4 runtime: update comment for Callers by Russ Cox · 10 years ago
- 3bbc863 fmt: fix one-letter typo in doc.go Stupid mistake in previous CL. by Rob Pike · 10 years ago
- 08b7805 cmd/objdump: skip extld test on plan9 by Russ Cox · 10 years ago
- 3ce6a4f runtime: fix windows build by Russ Cox · 10 years ago
- 260028f cmd/gc: fix build - remove unused variables in walkprint by Russ Cox · 10 years ago
- 324b293 cmd/objdump: disassemble local text symbols by Ian Lance Taylor · 10 years ago
- 6b54cc9 cmd/gc: fix internal compiler error in struct compare by Russ Cox · 10 years ago
- c88ba19 fmt: fix documentation for %g and %G by Rob Pike · 10 years ago
- 8fcdc70 runtime: add GODEBUG invalidptr setting by Russ Cox · 10 years ago
- c4efaac runtime: fix unrecovered panic on external thread by Russ Cox · 10 years ago
- 5e56854 cmd/gc: avoid use of goprintf by Russ Cox · 10 years ago
- 5f54f06 os: fix write on Plan 9 by David du Colombier · 10 years ago
- 202bf8d doc/asm: explain coordination with garbage collector by Russ Cox · 10 years ago
- 8a9c2c5 os: fix build by Russ Cox · 10 years ago
- a62da20 os: do not assume syscall i/o funcs return n=0 on error by Russ Cox · 10 years ago
- 46af789 runtime: add PauseEnd array to MemStats and GCStats by Jens Frederich · 10 years ago
- 96e9e81 syscall: fix ParseRoutingSockaddr with unexpected submessages by Russ Cox · 10 years ago
- ea295a4 cmd/go: add get -f flag by Russ Cox · 10 years ago
- 21a9141a net: add test for lookupIPDeadline by Mikio Hara · 10 years ago
- 138b5cc runtime: disable fake time on nacl by Russ Cox · 10 years ago
- 1c53471 syscall: accept pre-existing directories in nacl zip file by Russ Cox · 10 years ago
- 2fe9482 runtime: add fake time support back. Revived from CL 15690048. by Shenghou Ma · 10 years ago
- e71c9cb html/template: fix build after encoding/js escaping change by Andrew Gerrand · 10 years ago
- aec37e7 encoding/json: encode \t as \t instead of \u0009 by Russ Cox · 10 years ago
- 3e62d21 runtime: fix endianness assumption when decoding ftab by Austin Clements · 10 years ago
- 77595e4 net: if a DNS lookup times out, forget that it is in flight by Ian Lance Taylor · 10 years ago
- ffa5e5f cmd/go: pass $CGO_LDFLAGS to linker with the "gccgo" toolchain. by Peter Collingbourne · 10 years ago
- fdf4584 cmd/go: add bzr support for vcs root checking by Gustavo Niemeyer · 10 years ago
- 1415a53 unsafe: document that unsafe programs are not protected by Rob Pike · 10 years ago
- c5943c6 net/http/pprof: run GC for /debug/pprof/heap?gc=1 by Russ Cox · 10 years ago
- 5225854 cmd/gc: synthesize zeroed value for non-assignment context by Russ Cox · 10 years ago
- 6ad2749 encoding/csv: for Postgres, unquote empty strings, quote \. by Russ Cox · 10 years ago
- af3868f sync: release Pool memory during second and later GCs by Dmitriy Vyukov · 10 years ago
- d1b2913 runtime/cgo: encode BLX directly, fixes one clang build error on arm by Dave Cheney · 10 years ago
- 4073be8 undo CL 156430044 / 5d69cad4faaf by Dave Cheney · 10 years ago
- b60d5e1 runtime: warn that cputicks() might not be monotonic. by Keith Randall · 10 years ago
- f29bd6c cmd/ld: fix addstrdata for big-endian systems by Ian Lance Taylor · 10 years ago
- ab4af52 time: panic with a more helpful error on use of invalid Timer by Brad Fitzpatrick · 10 years ago
- 93fcb92 cmd/gc: disallow call of *T method using **T variable by Russ Cox · 10 years ago
- 70f2f1b4 compress/gzip: allow stopping at end of first stream by Russ Cox · 10 years ago
- cf9558c cmd/cgo: disable clang's integrated assembler by Dave Cheney · 10 years ago
- e5383c6 debug/pe: use appropriate type for sizeofOptionalHeader32 by Alex Brainman · 10 years ago
- 3ec8fe4 runtime: fix flaky TestBlockProfile test by Keith Randall · 10 years ago
- 9d06cfc runtime: handle non-nil-terminated environment strings on Plan 9 by David du Colombier · 10 years ago
- 1946afb os/exec: fix number of expected file descriptors on Plan 9 by David du Colombier · 10 years ago
- 9070afb flag: roll back 156390043 (flag setting) by Rob Pike · 10 years ago
- c57cb78 cmd/go: set exit status for failing "go generate" run. by Rob Pike · 10 years ago
- 82a0188 reflect: fix TestAllocations now that interfaces hold only pointers by Ian Lance Taylor · 10 years ago
- 7b9c5ec reflect: allocate correct type in assignTo and cvtT2I by Ian Lance Taylor · 10 years ago
- 22be4bf regexp: fix TestOnePassCutoff by Russ Cox · 10 years ago
- 0f022fd regexp/syntax: fix validity testing of zero repeats by Ian Lance Taylor · 10 years ago
- 3811c4d debug/pe: remove use of unsafe by Russ Cox · 10 years ago
- 0edafef cmd/gc: emit code for extern = <N> by Daniel Morsing · 10 years ago
- 63acc48 encoding/gob: add custom decoder buffer for performance by Rob Pike · 10 years ago
- 193d09a compress/flate: add Reset() to allow reusing large buffers to compress multiple buffers by James Robinson · 10 years ago
- 8c29633 flag: disallow setting flags multiple times by Rob Pike · 10 years ago
- 3c5fd98 regexp: correct doc comment for ReplaceAllLiteralString by Ian Lance Taylor · 10 years ago
- 4c91b13 encoding/gob: fix print format in generated decoder helpers by Rob Pike · 10 years ago
- e330cc1 runtime: dequeue the correct SudoG by Keith Randall · 10 years ago
- 1cd78ee text/template: fix bug in pipelined variadics by Rob Pike · 10 years ago
- 65dde1e encoding/gob: use simple append-only buffer for encoding by Rob Pike · 10 years ago
- 9965e40 encoding/gob: custom array/slice decoders by Rob Pike · 10 years ago
- f4de59e runtime/pprof: fix memory profiler test by Dmitriy Vyukov · 10 years ago
- cfafa9f cmd/gc: don't use static init to initialize small structs, fields by Russ Cox · 10 years ago
- 0d81b72 reflect: a few microoptimizations by Russ Cox · 10 years ago
- 5e71306 encoding/gob: speed up encoding of arrays and slices by Rob Pike · 10 years ago
- fb173c4 runtime/pprof: fix test by Russ Cox · 10 years ago
- 58e357e runtime: remove comment that leaked into CL 153710043 by Russ Cox · 10 years ago
- 1ba977c undo CL 159990043 / 421fadcef39a by Russ Cox · 10 years ago
- 4e1d196 reflect: fix struct size calculation to include terminal padding by Damien Neil · 10 years ago
- 70896a7 syscall: don't cache environment variables on Plan 9 by David du Colombier · 10 years ago
- 25f79b9 runtime/pprof: disable new memory test by Russ Cox · 10 years ago
- 7ed8723 runtime: make pprof a little nicer by Russ Cox · 10 years ago
- 8f47c83 runtime: fix memory profiler by Dmitriy Vyukov · 10 years ago
- 1552e62 cmd/gc: elide write barrier for x = x[0:y] and x = append(x, ...) by Russ Cox · 10 years ago
- e5624ed crypto/tls: support TLS_FALLBACK_SCSV as a server. by Adam Langley · 10 years ago
- 3c40ee0 cmd/gc: simplify compiled code for explicit zeroing by Russ Cox · 10 years ago
- 2dcb613 unicode/utf8: fix docs for DecodeRune(empty) and friends. by Nigel Tao · 10 years ago
- 343d113 cmd/go: add '_go_' suffix to go files compiled by gccgo to avoid naming conflicts by Chris Manghane · 10 years ago
- 9aefdc8 cmd/gc: do not copy via temporary for writebarrierfat{2,3,4} by Russ Cox · 10 years ago
- a1616d4 reflect: shorten value to 3 words by Russ Cox · 10 years ago
- 94950af reflect: add fast path for FieldByIndex with len(index) = 1 by Russ Cox · 10 years ago
- cb6f5ac runtime: remove hand-generated ptr bitmaps for reflectcall by Russ Cox · 10 years ago
- 5318a1b database/sql: add Drivers, returning list of registered drivers by Russ Cox · 10 years ago
- 05c4b69 os/exec: document that Stdin goroutine must finish in Wait by Russ Cox · 10 years ago
- db4dad7 cmd/gc: blank methods are not permitted in interface types by Chris Manghane · 10 years ago
- 42c3130 net/http: don't send implicit gzip Accept-Encoding on Range requests by Brad Fitzpatrick · 10 years ago
- 9d51cd0 net/http: don't reuse a server connection after any Write errors by Brad Fitzpatrick · 10 years ago
- a681749 crypto/x509: correct field name in comment by Ian Lance Taylor · 10 years ago
- 5e6bd29 liblink: require DATA lines to be ordered by offset, with no overlap by Russ Cox · 10 years ago
- 4f80b50 go/build: Return MultiplePackageError on importing a dir containing multiple packages by Jens Frederich · 10 years ago
- ff6d0a4 cmd/gc, runtime: fix race, nacl for writebarrier changes by Russ Cox · 10 years ago
- ae250ab encoding/gob: make encoding structs a little faster by Rob Pike · 10 years ago
- fe8f799 cmd/gc: check for initialization cycles in method values by Chris Manghane · 10 years ago
- e9ecd4a runtime: handle all windows exception (second attempt) by Alex Brainman · 10 years ago
- 96d1e4a math/big: Allow non-prime modulus for ModInverse by Keith Randall · 10 years ago
- a3416cf cmd/gc: add 2-, 3-, 4-word write barrier specializations by Russ Cox · 10 years ago
- 3511454 cmd/gc: fix 'make' in cmd/gc directory by Russ Cox · 10 years ago