- cb5bca8 crypto/tls: reject ServerHellos with empty ALPN protocols. by Adam Langley · 10 years ago
- 34695c4 crypto/tls: note in comments that setting GetCertificate is now sufficient. by aubble · 10 years ago
- efeeee3 crypto/aes: dedicated asm version of AES-GCM by Vlad Krasnov · 10 years ago
- bfa0161 crypto/tls: allow tls.Listen when only GetCertificate is provided. by aubble · 10 years ago
- 74245b03 testing/quick: terminate for arbitrary recursive types by Håvard Haugen · 10 years ago
- ea0491b math/big: use optimized formula in ModSqrt for 3 mod 4 primes by David Leon Gil · 10 years ago
- fac1039 encoding/asn1: fix panic when Marshaling nil. by Michal Bohuslávek · 10 years ago
- 805e56e runtime: short-circuit bytes.Compare if src and dst are the same slice by Keith Randall · 10 years ago
- d93f3b5 time: fix 400 year offset in comment by Ian Lance Taylor · 10 years ago
- 3d3bc88 cmd/compile/internal/gc: use slice instead of linked list for nodes to export by Robert Griesemer · 10 years ago
- 68f4f96 cmd/compiler/internal/gc: fix argument for Sprintf by Robert Griesemer · 10 years ago
- 8acaacb compress/gzip: clarify Latin-1 restrictions on gzip.Header by Matthew Dempsky · 10 years ago
- 63862af cmd/internal/rsc.io: delete by Russ Cox · 10 years ago
- 90dbd97 cmd/internal/objfile: use golang.org/x/arch instead of rsc.io by Russ Cox · 10 years ago
- 10efac8 cmd/vendor/golang.org/x/arch: import arm/armasm and x86/x86asm by Russ Cox · 10 years ago
- 9c04d00 runtime: check explicitly for short unwinding of stacks by Russ Cox · 10 years ago
- 12663b4 registry: Explain how GetMUIStringValue works and where it falls short by Daniel Johansson · 10 years ago
- de78696 syscall: remove nacl srpc helper by Dave Cheney · 10 years ago
- 6403c95 compress/bzip2: make decoding faster by Alberto Donizetti · 10 years ago
- 499845b cmd/go: -a does apply to the standard library by Ian Lance Taylor · 10 years ago
- a82ed3b cmd/go: enable vendoring experiment by default by Russ Cox · 10 years ago
- 35365b9 net: restore LookupPort for integer strings by Russ Cox · 10 years ago
- 8261c88 syscall: don't call Setgroups if Credential.Groups is empty by Alexander Morozov · 10 years ago
- b55c4a0 cmd/go: properly ignore import comments for vendored packages rooted at GOPATH by Vincent Vanackere · 10 years ago
- 34db31d src/runtime: Add missing defs for android/386. by Tim Cooijmans · 10 years ago
- 7437e3f cmd/asm: fix potential infinite loop in parser by Didier Spezia · 10 years ago
- be33e20 text/template: add ExecError type and return it from Execute on error by Rob Pike · 10 years ago
- d497eeb runtime: remove unused xchgp/xchgp1 by Michael Hudson-Doyle · 10 years ago
- b9e4867 go/types: fix real(a) and imag(a) for untyped arguments by Robert Griesemer · 10 years ago
- a34b8cb net/http/httputil: permit nil request body in ReverseProxy by Brad Fitzpatrick · 10 years ago
- b1b3243 go/types: check for duplicate values in expression switches by Robert Griesemer · 10 years ago
- 6184765 go/types, go/constant: remove backward-compatibility files (cleanup) by Robert Griesemer · 10 years ago
- c1aee8c net/http: remove always true comparison by Todd Neal · 10 years ago
- cba1528 time: handle localized time zone names by Daniel Johansson · 10 years ago
- 32add8d bytes: improve Compare function on amd64 for large byte arrays by Uttam C Pawar · 10 years ago
- a94e906 runtime: remove always false comparison in sigsend by Todd Neal · 10 years ago
- af78482 cmd/compile, cmd/link, reflect, runtime: remove type.zero field by Michael Hudson-Doyle · 10 years ago
- dc110f2 cmd/cgo: annotate named return struct members in comments by Andy Maloney · 10 years ago
- 38519e6 cmd/compile, runtime: stop returning t.zero on hashmap miss by Michael Hudson-Doyle · 10 years ago
- 79a3d23 cmd/cgo: change comments in generated C code to be C-style by Andy Maloney · 10 years ago
- 7f9e443 cmd/link: call moduledata symbols "local.moduledata" if they are created by the linker by Michael Hudson-Doyle · 10 years ago
- 6ec1809 cmd/compile: fix register allocation for == operator by Ulrich Kunitz · 10 years ago
- 05a3b1f cmd/compile: fix uninitialized memory in compare of interface value by Austin Clements · 10 years ago
- 686d44d9 runtime: check pointer equality in arm64 cmpbody by Dave Cheney · 10 years ago
- 3efe36d runtime: fix nmspinning comparison by Todd Neal · 10 years ago
- 24be099 runtime: add a missing hex conversion by Shenghou Ma · 10 years ago
- 8286f18 debug/elf: map/slice literals janitoring by Didier Spezia · 10 years ago
- b11c8b9 cmd/go: skip test using external linking on linux/ppc64 too by Shenghou Ma · 10 years ago
- 7ebaa43 encoding/gob: remove always false comparison by Todd Neal · 10 years ago
- acb4765 os/signal: skip the nohup test on darwin when running in tmux. by Aaron Jacobs · 10 years ago
- 8e2d0e1 hash/fnv: fix wiki url by Joe Tsai · 10 years ago
- 1135b9d runtime: check pointer equality in arm cmpbody by Dave Cheney · 10 years ago
- b1eec18 fmt: in Scanf, %c can scan a space, so don't skip spaces at %c by Rob Pike · 10 years ago
- 201a05a encoding/asn1: fix unused assignments by Tarmigan Casebolt · 10 years ago
- 759210b net: allow ParseMAC to parse 20-octet IPoIB link-layer address by Matt Layher · 10 years ago
- f7dc4eb image/gif: avoid unused assignment by Tarmigan Casebolt · 10 years ago
- c714bbb unicode: include rune 0 in RangeTables. by Marcel van Lohuizen · 10 years ago
- 1870c81 go/internal/gcimporter: remove unused assignment by Tarmigan Casebolt · 10 years ago
- e893724 math: avoid unused assignment in jn.go by Tarmigan Casebolt · 10 years ago
- cfb5bc9 internal/syscall/windows/registry: remove debugging dreg by Alex Brainman · 10 years ago
- f9379eb make.bash: abort if $GOROOT_BOOTSTRAP == $GOROOT by Dave Cheney · 10 years ago
- 397b4f6 cmd/internal/obj: delete Debugzerostack dead code by Josh Bleecher Snyder · 10 years ago
- c049d34 net: drop redundant domain name length check by Mikio Hara · 10 years ago
- 8ca7856 mime: move examples to external test file by Andrew Gerrand · 10 years ago
- b3a508c cmd/compile: in usage messages, name the binary "compile" instead of "Xg" by Brad Fitzpatrick · 10 years ago
- 5b92028 html: speed up UnescapeString by Ingo Oeser · 10 years ago
- 5f859ba time: Use AppendFormat in Marshal[Text|JSON] by Justin Nuß · 10 years ago
- 2468227 cmd/compile/internal, cmd/internal/obj: used keyed ProgInfo literals by Brad Fitzpatrick · 10 years ago
- 85de30e cmd/compile: allow huge rsh in constants arithmetic by Alberto Donizetti · 10 years ago
- 548041e cmd/compile/internal/big: update vendored math/big by Robert Griesemer · 10 years ago
- e288271 math/big: fix TestBytes test by Robert Griesemer · 10 years ago
- 9538e4e cmd/trace: don't fail when no browser is available by David du Colombier · 10 years ago
- 13b5dc8 math/big: correctly handle large exponent in SetString by Alberto Donizetti · 10 years ago
- 92eb34b math/big: remove superfluous comparison by Robert Griesemer · 10 years ago
- db5eb2a runtime/cgo: remove __stack_chk_fail_local by Hyang-Ah (Hana) Kim · 10 years ago
- d9e3d16 runtime, syscall: remove unused bits from Solaris implementation by Shawn Walker-Salas · 10 years ago
- f62b749 all: fix some vet-caught formatting errors, mostly but not only in tests by Rob Pike · 10 years ago
- 39e77bf go/types: fix complex(a, b) for untyped arguments a, b by Robert Griesemer · 10 years ago
- 80eca3a go/types: don't crash for erroneous program involving a shift in a declaration cycle by Robert Griesemer · 10 years ago
- f1b5bb9 go/types: convert untyped switch expressions to default type by Robert Griesemer · 10 years ago
- cb867d2 os/user: don't depend on _SC_GETPW_R_SIZE_MAX on Linux by Dominik Honnef · 10 years ago
- 7fb7f53 encoding/base64: fix copy-paste-o bug in RawURLEncoding docs by Brad Fitzpatrick · 10 years ago
- b733234 net/http: document that [ListenAnd]Serve always returns a non-nil error by Andrew Gerrand · 10 years ago
- 7c154d9 cmd/go: fix vendoredImportPath comment by David Glasser · 10 years ago
- 773b9b8 net: respect go vs cgo resolver selection in all lookup routines by Russ Cox · 10 years ago
- 18d27b2 net: force LookupAddr results to be rooted DNS paths when using cgo by Russ Cox · 10 years ago
- b711f5a net: document GODEBUG=netdns=xxx settings by Russ Cox · 10 years ago
- 6f0c7df cmd/vet: power64 is now ppc64 by Russ Cox · 10 years ago
- 5acde2d cmd/go: really skip TestNoteReading on linux/ppc64le by Russ Cox · 10 years ago
- 92c984e cmd/go: disable TestNoteReading on solaris, linux/ppc64le by Russ Cox · 10 years ago
- f68d1df cmd/compile: fix interaction between GOEXPERIMENT=fieldtrack and race detector by Russ Cox · 10 years ago
- 9e26cde cmd/go: fix vendor-related index out of range panic on bad file tree by Russ Cox · 10 years ago
- d2cf46d cmd/go: fix spurious rebuild of binaries using cgo on OS X by Russ Cox · 10 years ago
- 3f01621 cmd/yacc: fix compile error in empty grammar by Russ Cox · 10 years ago
- d931716 net/http: fix races cloning TLS config by Brad Fitzpatrick · 10 years ago
- 3c43158 sort: Fix typo in Stable() comment by Matt Bostock · 10 years ago
- 467a2cb cmd/compile/internal/arm64: remove Reginuse check in clearfat by Dave Cheney · 10 years ago
- e8c4a5b cmd/trace: fix static file reference by Dmitry Vyukov · 10 years ago
- 5bf1369 cmd/go: make "go test" recognize -exec flag again. by Rahul Chaudhry · 10 years ago
- e97ab0a cmd/compile: remove stale register use array by Keith Randall · 10 years ago