- 9a78935 runtime/pprof: test that stack barriers never appear in profile by Austin Clements · 9 years ago
- 9c9d74a runtime: prevent sigprof during all stack barrier ops by Austin Clements · 9 years ago
- 3a2fc06 runtime: handle sigprof in stackBarrier by Austin Clements · 9 years ago
- aae81d9 net/http: start of making all relevant tests test both http1 and http2 by Brad Fitzpatrick · 9 years ago
- e4a1acc net/http: accept empty method in Transport again by Brad Fitzpatrick · 9 years ago
- e8e0d90 cmd/dist: run testshared on linux/386 by Michael Hudson-Doyle · 9 years ago
- 09d7de8 cmd/link, runtime: call addmoduledata when dynamically linking on linux/386 by Michael Hudson-Doyle · 9 years ago
- 34cbccd cmd/compile/internal/gc: add line numbers for complit elts if needed (addresses TODO) by Robert Griesemer · 9 years ago
- 431c2328 cmd/compile/internal/gc: address TODO (better comment) by Robert Griesemer · 9 years ago
- fe762b6 cmd/compile/internal/gc: better error message for parenthesized go/defer exprs by Robert Griesemer · 9 years ago
- 5500d46 cmd/compile/internal/gc: fix incorrect parsing of &(T{}) when followed by { by Robert Griesemer · 9 years ago
- 1a111ea cmd/compile/internal/gc: fix parsing of <-x (recv op vs recv-only chan) by Robert Griesemer · 9 years ago
- 9ceb1ac net: use t.Fatalf, not t.Fatal, in test by Ian Lance Taylor · 9 years ago
- 342f17e cmd/internal/obj/x86, cmd/link: enable access to global data via GOT when -dynlink on 386 by Michael Hudson-Doyle · 9 years ago
- cb03938 cmd/internal/obj/x86: position independent access to global data on 386 when -shared by Michael Hudson-Doyle · 9 years ago
- 3c85e1b cmd/internal/obj/x86: factor rewriting to use GOT into separate function by Michael Hudson-Doyle · 9 years ago
- 6bf794a cmd/link: link go.o first by Russ Cox · 9 years ago
- 918a264 cmd/compile: fix Val vs Opt collision by Russ Cox · 9 years ago
- f8e6418 runtime: fix bad signal stack when using cgo-created threads and async signals by Russ Cox · 9 years ago
- 921e7df cmd/dist: don't run internal link tests on arm or darwin/arm64 by Ian Lance Taylor · 9 years ago
- 5af2be8 Revert "runtime: use a proper type, sigset, for m.sigmask" by Russ Cox · 9 years ago
- 53c21df strings: fix period placement in Search doc comment by Caleb Spare · 9 years ago
- 8d2f60f cmd/link: add -libgcc option by Ian Lance Taylor · 9 years ago
- 3bf61fb cmd/internal/obj/x86, cmd/link/internal/x86: support IE model TLS on linux/386 by Michael Hudson-Doyle · 9 years ago
- 61da0e9 cmd/compile, cmd/compile/internal/x86: do not let regopt use CX in position independent code by Michael Hudson-Doyle · 9 years ago
- 6056cc5 runtime: handle volatility of CX when dynamically linking on linux/386 by Michael Hudson-Doyle · 9 years ago
- c8abb02 cmd/go: enable -buildmode=pie on linux/386 by Michael Hudson-Doyle · 9 years ago
- a3e7544 encoding/asn1: enforce use of short form lengths. by David Benjamin · 9 years ago
- f4b4d2f time: _2006 is a literal _, followed by 2006 by Edward Muller · 9 years ago
- 2619dcc path/filepath: in Rel use case-insensitive comparison on Windows by Mohit Agarwal · 9 years ago
- 4d4a266 net: fix IPv4 address selection by Matthew Dempsky · 9 years ago
- e0e4ccb path/filepath: include the original paths in error messages by Mohit Agarwal · 9 years ago
- 888aadf cmd: enable android/386 build (buildmode=pie by default) by Hyang-Ah Hana Kim · 9 years ago
- 7db7727 runtime: use a proper type, sigset, for m.sigmask by Elias Naur · 9 years ago
- 07d4899 cmd/doc: fix strange indentation artifacts with unexported fields by Joe Tsai · 9 years ago
- 90e26f5 runtime, syscall: use int $0x80 to invoke syscalls on android/386 by Michael Hudson-Doyle · 9 years ago
- f4a9bd8 net: don't require recursion be available in DNS responses by Dan Peterson · 9 years ago
- a29113f go/build: in TestDependencies, crypto/tls does not use cgo by Ian Lance Taylor · 9 years ago
- 8b1152a net/http: add/update mp4 sniffing by Emmanuel Odeke · 9 years ago
- ce8f49f runtime: android/arm64 support by David Crawshaw · 9 years ago
- babdb38 net/http: detect when an HTTPS client contacts an HTTP server by Caleb Spare · 9 years ago
- 662ab8b cmd/compile/internal/gc: add dropped line correction again by Robert Griesemer · 9 years ago
- 0133d24 cmd/compile/internal/gc: don't ignore EOF in new parser by Robert Griesemer · 9 years ago
- a20556b cmd/compile/internal/gc: correctly use internal call to error reporting by Robert Griesemer · 9 years ago
- f9357cd runtime: check for updated arena_end overflow by Austin Clements · 9 years ago
- 4d39bb6 runtime: make mcache.tiny a uintptr by Austin Clements · 9 years ago
- 835c83b runtime: clear tiny alloc cache in mark term, not sweep term by Austin Clements · 9 years ago
- 45d1c8a crypto/tls: return a typed error on invalid record headers by Caleb Spare · 9 years ago
- bf5b4e7 unicode/utf8: table-based algorithm for decoding by Marcel van Lohuizen · 9 years ago
- 2c11164 cmd/compile: fix value range check for complex constants by Russ Cox · 9 years ago
- 292ad59 cmd/compile: do not emit args_stackmap for func _ by Russ Cox · 9 years ago
- 247959d cmd/compile: reject identifiers beginning with non-ASCII digit by Russ Cox · 9 years ago
- f2eb3de cmd/compile: document -trimpath by Russ Cox · 9 years ago
- 9aed0b7 cmd/compile: add special case for testing first field of struct variable by Ian Lance Taylor · 9 years ago
- be1ef46 runtime: add optional expensive check for invalid cgo pointer passing by Ian Lance Taylor · 9 years ago
- 1860a0f cmd/dist: check more GOOS/GOARCH combinations in mkdeps.bash by Ian Lance Taylor · 9 years ago
- f7c7ed7 cmd/go: set buildmode=pie default for android/arm64. by Rahul Chaudhry · 9 years ago
- 0de59c2 runtime: handle sysReserve returning a pointer below the arena by Austin Clements · 9 years ago
- 97dc591 runtime: avoid stat underflow crash by Austin Clements · 9 years ago
- 9b299c1 unicode/utf8: removed uses of ranging over string by Marcel van Lohuizen · 9 years ago
- 25a28da cmd/dist, cmd/go: run testshared on arm64 by Michael Hudson-Doyle · 10 years ago
- 4bae454 cmd/link: work around arm64 linker bugs with GOT relocations against local symbols by Michael Hudson-Doyle · 9 years ago
- 3534e2b cmd/internal/obj, cmd/link: access global data via a GOT in -dynlink mode on arm64 by Michael Hudson-Doyle · 10 years ago
- deb0961 crypto/tls: add TLS_RSA_WITH_AES_128_GCM_SHA256 and TLS_RSA_WITH_AES_256_GCM_SHA384 cipher suites by Shenghou Ma · 9 years ago
- fb01ad2 math/rand: add a comment for the i=0 iteration by Jingguo Yao · 9 years ago
- 7af0839 cmd/go, runtime: always use position-independent code to invoke vsyscall helper on linux/386 by Michael Hudson-Doyle · 9 years ago
- 52393ad runtime: remove go:nosplit comment from reflect.typelinks by Ian Lance Taylor · 9 years ago
- c60707b encoding/json: use reflect.SetBytes when decoding bytes by Håvard Haugen · 9 years ago
- 0624fd3 cmd/compile: regenerate builtin.go by Didier Spezia · 9 years ago
- 3a96bf0 cmd/dist: disable shootout/spectralnorm on linux/mips64 builder by Shenghou Ma · 9 years ago
- 754f707 cmd/link, cmd/go, cmd/dist: use copy of libgcc.a for internal linking by Ian Lance Taylor · 9 years ago
- 5a0d9ef crypto/tls, crypto/aes: remove allocations when Writing & Reading by Brad Fitzpatrick · 9 years ago
- ac658a8 cmd/compile/internal/gc: consume at least one token in case of syntax error by Robert Griesemer · 9 years ago
- d8dd9c7 cmd/dist: default to clang, not gcc, on freebsd by Russ Cox · 9 years ago
- 1212675 cmd/compile: associate tracking issue numbers with TODOs by Robert Griesemer · 9 years ago
- 59dc257 cmd/compile: cleanup in parser (3) by Robert Griesemer · 9 years ago
- 8d733ec cmd/compile: cleanup in parser.go (2) by Robert Griesemer · 9 years ago
- 18160e0 cmd/compile: cleanup in parser.go by Robert Griesemer · 9 years ago
- c8bc7f1 cmd/compile: better syntax error handling for new parser by Robert Griesemer · 9 years ago
- 06eb504 runtime: remove zgoarch_*.go files by Matthew Dempsky · 9 years ago
- b4c9ec8 net/rpc: verify that embedding works with changed semantics by Marcel van Lohuizen · 9 years ago
- b569b87 cmd/compile/internal/gc: recursive-descent parser by Robert Griesemer · 9 years ago
- b5c1b5d cmd/go: fix build -n when adding to archive with gc toolchain by Ian Lance Taylor · 9 years ago
- 9958a7b Revert "cmd/internal/obj/arm64, cmd/link: use two instructions rather than three for loads from memory" by David Crawshaw · 9 years ago
- a734a85 net/http: require valid methods in NewRequest and Transport.RoundTrip by Brad Fitzpatrick · 9 years ago
- 0b314e1 net/http: add method constants by Brad Fitzpatrick · 9 years ago
- d3a4e8e compress/gzip: specify when Reader.Header is valid by Joe Tsai · 9 years ago
- 2a031e6 cmd/internal/obj/arm64: rewrite branches that are too far by Shenghou Ma · 9 years ago
- ec9aae7 runtime: move m's OS-specific semaphore fields into mOS by Matthew Dempsky · 9 years ago
- d42cc10 cmd/dist: set timeout for go1 benchmark too by Shenghou Ma · 9 years ago
- 3a30498 archive/tar: make output deterministic by Matt Layher · 10 years ago
- 7bb38f6 runtime: replace tls0 with m0.tls by Matthew Dempsky · 9 years ago
- 940d41e net: make TestInterfaceList work on non-English Windows by Yasuhiro Matsumoto · 9 years ago
- 0adf6dc runtime: disable prefetching on 386 by Shenghou Ma · 9 years ago
- 85ca578 os: add document for ErrInvalid by Shenghou Ma · 9 years ago
- 37ac54d cmd/dist: run testshared on linux/ppc64le by Michael Hudson-Doyle · 9 years ago
- 1ccefcd cmd/link, runtime: implement & call addmoduledata on ppc64le by Michael Hudson-Doyle · 9 years ago
- 64fbca4 cmd/internal/obj/ppc64: avoid calling morestack via a PLT when dynamically linking by Michael Hudson-Doyle · 9 years ago
- 2ac9931 cmd/internal/obj, cmd/link: access global data via GOT when dynlinking on ppc64le by Michael Hudson-Doyle · 9 years ago
- 9a47602 cmd/go, cmd/link: enable -buildmode=shared on linux/ppc64le by Michael Hudson-Doyle · 9 years ago