- 791fb97 crypto/x509: implement EncryptPEMBlock by Roger Peppe · 12 years ago
- 1e1733a encoding/pem: write Proc-Type header first. See RFC 1421, section 4.6.1.1 by Roger Peppe · 12 years ago
- 20a1815 archive/zip: Fix bounds check panic for ZIP files with a truncated extra header. by David McLeish · 12 years ago
- 3f26c5e cmd/5g: enable xtramodes optimisation by Dave Cheney · 12 years ago
- e9a3087 runtime, runtime/cgo: track memory allocated by non-Go code by Ian Lance Taylor · 12 years ago
- 5612edb net: add more tests for protocol specific methods by Mikio Hara · 12 years ago
- cc224c0 cmd/6c, cmd/8c: use signed char explicitly in mul.c by Rémy Oudompheng · 12 years ago
- 4ef91fc cmd/go: fix selection of packages for testing by Dmitriy Vyukov · 12 years ago
- 5e57954 runtime/pprof: fix typo in comment by Ian Lance Taylor · 12 years ago
- 4022fc4 runtime: use vDSO clock_gettime for time.now & runtime.nanotime on Linux/amd64 by Shenghou Ma · 12 years ago
- f668e0a net: consolidate multiple init functions by Mikio Hara · 12 years ago
- e245ae7 runtime: re-enable crash test on FreeBSD by Mikio Hara · 12 years ago
- 86b9e3e archive/tar: accept binary format when reading numeric header fields. by David Symonds · 12 years ago
- 761830f cmd/gc: fix export of inlined function body with type guard by Russ Cox · 12 years ago
- 5451708 net: fix non-unixen build by Mikio Hara · 12 years ago
- 4e75d2c runtime: re-enable crash test on NetBSD by Joel Sing · 12 years ago
- 3f7f030 runtime: fix instrumentation of slice append for race detection by Dmitriy Vyukov · 12 years ago
- ef6806f net: close fds eagerly in DialTimeout by Brad Fitzpatrick · 12 years ago
- a384b5b cmd/api: bug fix for goapi's lame type checker by Brad Fitzpatrick · 12 years ago
- 48b739c time: clarify why timer.Stop and ticker.Stop don't close the channel by Shenghou Ma · 12 years ago
- 148154b lib9: remove unreferenced externs and getuser() by Carl Mastrangelo · 12 years ago
- 024a92c runtime: use vDSO for gettimeofday on linux/amd64 by Anthony Martin · 12 years ago
- 122c154 cmd/go: say that -race flag can be used on windows/amd64 by Alex Brainman · 12 years ago
- e3977f0 cmd/gc: warn about slice indexes larger than int in typecheck pass by Ian Lance Taylor · 12 years ago
- 64b3e590 image/jpeg: handle fill bytes. by Nigel Tao · 12 years ago
- c208a3a cmd/gc: fix internal compiler error with broken structs. by Rémy Oudompheng · 12 years ago
- 0ac3178 archive/tar: avoid writing ModTime that is out of range. by David Symonds · 12 years ago
- 7c0cbbf cmd/6g, cmd/8g: mark used registers in indirect addressing. by Rémy Oudompheng · 12 years ago
- f59a605 runtime: use runtime·callers when racefuncenter's pc is on the heap. by Rémy Oudompheng · 12 years ago
- 7128213 cmd/gc: fix escape analysis bug by Russ Cox · 12 years ago
- 1ebf2d8 runtime/race: add Windows support by Dmitriy Vyukov · 12 years ago
- f8614a6 reflect: fix test of whether structs are identical by Ian Lance Taylor · 12 years ago
- 768ba46 crypto/x509: fix DecryptPEMBlock by Roger Peppe · 12 years ago
- cb856ad cmd/gc: annotate local variables with unique ids for inlining by Russ Cox · 12 years ago
- c6f363b cmd/gc: fix go:nointerface export comment by Russ Cox · 12 years ago
- 63f29d1 net: fix protocol number for IPv6 test by Mikio Hara · 12 years ago
- 1a19f01 runtime/race: lazily allocate shadow memory by Dmitriy Vyukov · 12 years ago
- a3a72447 cmd/gc: racewalk: instrument returnsfromheap params Fixes #4307. by Dmitriy Vyukov · 12 years ago
- abb313f cmd/gc: racewalk: do not double function calls by Dmitriy Vyukov · 12 years ago
- 703043c cmd/gc: refactor racewalk by Dmitriy Vyukov · 12 years ago
- eb2e6e5 net: implement IPv6 support for windows by Alex Brainman · 12 years ago
- f8892fb crypto/sha1: Make sha-1 do block mixup in place by Carl Mastrangelo · 12 years ago
- 1e233ad cmd/6g: fix use of large integers as indexes or array sizes. by Rémy Oudompheng · 12 years ago
- 3e80f9c cmd/go: invoke gcc -print-libgcc-file-name only once by Shenghou Ma · 12 years ago
- 882eb60 sort: fix comment for various Search routines Fixes #4205 (again). by Shenghou Ma · 12 years ago
- 0e3f4fd net/rpc: give hint to pass a pointer to Register Fixes #4325. by Shenghou Ma · 12 years ago
- 91651c1 cmd/godoc: initialize filesystem and metadata for -url by Péter Surányi · 12 years ago
- d098bff cmd/gc, runtime: avoid unnecessary copy on type assertion. by Daniel Morsing · 12 years ago
- 2355409 cmd/gc: don't require that slice index constants be small ints by Ian Lance Taylor · 12 years ago
- 72bf3bc cmd/gc: check for array bounds overflow in slice expression by Ian Lance Taylor · 12 years ago
- 0ead18c runtime: mark race instrumentation callbacks as nosplitstack by Dmitriy Vyukov · 12 years ago
- fb9706d cmd/go: use correct paths with race detector by Dmitriy Vyukov · 12 years ago
- 6ae448e runtime: fix deadlock in parallel for test by Dmitriy Vyukov · 12 years ago
- d6b9a03 runtime: disable parallel for tests under race detector. by Dmitriy Vyukov · 12 years ago
- c1c136d cmd/godoc: use normal gofmt printer settings for playground fmt by Andrew Gerrand · 12 years ago
- 834028d net: fix timeout slack calculation by Shenghou Ma · 12 years ago
- d8008a9 cmd/5g: improve shift code generation by Dave Cheney · 12 years ago
- a906f9a net: do not test TestReadWriteDeadline timeout upper bound during short test by Alex Brainman · 12 years ago
- 20548b1 sort: make return value for 'not found' clearer in docs by Rob Pike · 12 years ago
- c46f1f4 cmd/gc: instrument blocks for race detection. by Rémy Oudompheng · 12 years ago
- 600de1f net/http: fix data race in test by Dmitriy Vyukov · 12 years ago
- 31f8b07 runtime/cgo, go/build: cgo support for FreeBSD/ARM by Shenghou Ma · 12 years ago
- 90d959b net: add missing locking in windows Shutdown by Alex Brainman · 12 years ago
- 0b2353e cmd/5g, cmd/6g: fix out of registers with array indexing. by Rémy Oudompheng · 12 years ago
- d659633 image/png: update palette out-of-bounds comment. by Nigel Tao · 12 years ago
- 3d40062 cmd/gc, cmd/ld: struct field tracking by Russ Cox · 12 years ago
- 84e2046 net: use better error messages on windows by Alex Brainman · 12 years ago
- 048323a go/ast: document use of Data field for method objects by Robert Griesemer · 12 years ago
- 159302f exp/types: move exp/types/staging -> exp/types by Robert Griesemer · 12 years ago
- 98133ac exp/types, exp/gotype: remove exp/types by Robert Griesemer · 12 years ago
- 03c52a5 crypto: use better hash benchmarks by Eric Roshan-Eisner · 12 years ago
- 824b332 net: fix race in TestReadWriteDeadline. by Rémy Oudompheng · 12 years ago
- 27c990e encoding/binary: skip blank fields when (en/de)coding structs by Robert Griesemer · 12 years ago
- 8fadb70 build: do not run race tests with cgo disabled by Russ Cox · 12 years ago
- 936498e cmd/gc: fix build by Dmitriy Vyukov · 12 years ago
- de10a23 cmd/gc: racewalk: fix a bunch of minor issues by Dmitriy Vyukov · 12 years ago
- 4094c1b syscall: add {Get,Set,List,Remove}xattr on Linux. by Han-Wen Nienhuys · 12 years ago
- ce28793 cmd/gc, runtime: pass PC directly to racefuncenter. by Rémy Oudompheng · 12 years ago
- 5d15963 exp/types/staging: filling in more blanks by Robert Griesemer · 12 years ago
- 3b04d23 cmd/cgo: improve gccgo support by Ian Lance Taylor · 12 years ago
- f284a3f cmd/go: fixes to gccgo support by Ian Lance Taylor · 12 years ago
- f07f9de go/build: support compiler as build constraint by Ian Lance Taylor · 12 years ago
- b11f85a cmd/gc: racewalk: fix instrumentation of ninit lists by Dmitriy Vyukov · 12 years ago
- 8d95245 cmd/gc: fix incomplete export data when inlining with local variables. by Rémy Oudompheng · 12 years ago
- 95329d4 run.bash: add sanity test for race detector by Dmitriy Vyukov · 12 years ago
- 76500b1 cmd/gc: fix inlining bug with local variables. by Rémy Oudompheng · 12 years ago
- c7873ff compress/flate: shrink decompressor struct for better performance by Ryan Hitchman · 12 years ago
- 85d60a7 cmd/gc: do simple bounds checking of constant indices/slices in typecheck. by Daniel Morsing · 12 years ago
- 5c1422a runtime: move Itab to runtime.h by Jan Ziak · 12 years ago
- 1eae125 net: fix a bad cast in dnsmsg.go by Alexey Borzenkov · 12 years ago
- e0c9d04 runtime: add memorydump() debugging function by Jan Ziak · 12 years ago
- e4cef96 cmd/gc: avoid %#x of 0 by Russ Cox · 12 years ago
- 022b361 cmd/5g, cmd/6g, cmd/8g: remove width check for componentgen. by Rémy Oudompheng · 12 years ago
- ee26a5e run.bat: make output consistent by Alex Brainman · 12 years ago
- b602c3d all: clear execute bit by Mikio Hara · 12 years ago
- de6bf20 image/png: degrade gracefully for palette index values that aren't by Nigel Tao · 12 years ago
- 5176481 crypto/cipher: add examples by Adam Langley · 12 years ago
- 0cbca26 gofmt: simplify slices of the form s[a : len(s)] to s[a:] by Robert Griesemer · 12 years ago
- c15afa8 src/lib9/utf: update to Unicode 6.2.0 Fixes #2874. by Rob Pike · 12 years ago
- a90b3a5 strconv: update to unicode 6.2.0 Fixes build, too. by Rob Pike · 12 years ago