go /
go /
2e47b28ea165eb3aeb2db0eee173e930fb7f7bca - 2e47b28 androidtest.bash: correct the location of compiled packages by Hyang-Ah Hana Kim · 9 years ago
- 73f329f runtime, syscall: add calls to msan functions by Ian Lance Taylor · 9 years ago
- c279250 runtime: change functype's in and out fields to []*_type by Matthew Dempsky · 9 years ago
- 163653e go/build: test code cleanup: remove unnecessary func var by Hyang-Ah Hana Kim · 9 years ago
- 08d04ba log/syslog: disable unix/unixgram tests on android by Hyang-Ah Hana Kim · 9 years ago
- 5174df9 runtime, runtime/msan: add msan runtime support by Ian Lance Taylor · 9 years ago
- a42f668 runtime: eliminate unused _GCstw phase by Austin Clements · 9 years ago
- 28f458c runtime: eliminate unnecessary ragged barrier by Austin Clements · 9 years ago
- 0c69f13 cmd/compile: add -msan option by Ian Lance Taylor · 9 years ago
- 7b4b96f cmd/link: add -msan option by Ian Lance Taylor · 9 years ago
- 3c1712d cmd/vet: fix shadow assignment check with complex rhs by Konstantin Shaposhnikov · 9 years ago
- 9e902f0 cmd/compile: generalize racewalk to instrument (naming change) by Ian Lance Taylor · 9 years ago
- 76dcedc cmd/go: dedup packages in packagesAndErrors by Nodir Turakulov · 9 years ago
- d8c6bf9 cmd/compile: remove a stray word in the go:nosplit documentation by Aaron Jacobs · 9 years ago
- b60c820 cmd/compile: "invalid variable name x in type switch", where x is a name of a constant by acanino · 9 years ago
- 3b000b3 net/http: update copy of http2 by Brad Fitzpatrick · 9 years ago
- cf59c1f html/template: include itself while cloning by Nodir Turakulov · 9 years ago
- 09eb588 net/http: return error from Serve if http2.ConfigureServer returns an error by Brad Fitzpatrick · 9 years ago
- d4a7ea1 runtime: add stringStructOf helper function by Matthew Dempsky · 9 years ago
- ef986fa runtime: change odd 'print1_write' file names by Aaron Jacobs · 9 years ago
- 460568b6 path/filepath: disable symlink tests on android. by Hyang-Ah Hana Kim · 9 years ago
- 84808a2 os: disable symlink tests on android. by Hyang-Ah Hana Kim · 9 years ago
- 7628521 cmd/compile/internal/gc: there are no -0 floating-point constants by Robert Griesemer · 9 years ago
- ff85f86 spec: remove "untyped bool" oxymorons by Matthew Dempsky · 9 years ago
- 2bf91af crypto/cipher: fix CTR infinite loop with large block sizes by Caleb Spare · 9 years ago
- 55ecda4 spec: clarify numeric conversions where IEEE-754 produces -0.0 by Robert Griesemer · 10 years ago
- 27838f3 cmd/compile/internal/gc: remove atoi function (minor cleanup) by Robert Griesemer · 9 years ago
- 30ee591 runtime: add syscalls needed for android/amd64 logging. by Hyang-Ah Hana Kim · 9 years ago
- 7d2c6eb cmd/internal/obj/x86: align functions with trap instruction by Ilya Tocar · 9 years ago
- 77b1fef cmd/compile, syscall: use go:norace comment for forkAndExecInChild by Ian Lance Taylor · 9 years ago
- 3bc0601 runtime: rename _func.frame to make it clear it's deprecated and unused. by Aaron Jacobs · 9 years ago
- 26fe24c fmt: Add support for capital '%X' format verb for scanning by Thorben Krueger · 9 years ago
- 0bf515c net/http/httptest: detect Content-Type in ResponseRecorder by Nodir Turakulov · 9 years ago
- d4d1668 net/http: add Transport.TLSNextProto, ErrSkipAltProtocol by Brad Fitzpatrick · 9 years ago
- a3156aa net/http/httptest: change Server to use http.Server.ConnState for accounting by Brad Fitzpatrick · 10 years ago
- 684218e cmd/compile: clarify where mkbuiltin.go input files are found by Ian Lance Taylor · 9 years ago
- 4dc49d2 cmd/go: don't override GIT_TERMINAL_PROMPT by Burcu Dogan · 9 years ago
- 88fa2e0 net/http: fix typo in serve_test.go by Nodir Turakulov · 9 years ago
- c5856cf runtime: tweaks to allow -buildmode=shared to work by Michael Hudson-Doyle · 9 years ago
- d66f6c2c cmd/link: centralize knowledge of size of fixed part of stack by Michael Hudson-Doyle · 9 years ago
- c23c8d5 cmd/compile: allow -shared/-dynlink on ppc64 by Michael Hudson-Doyle · 10 years ago
- fd85928 cmd/cgo: give __uint128_t type [16]uint8 by David Crawshaw · 9 years ago
- 996c540 net: android no longer supports unix/unixgram by David Crawshaw · 9 years ago
- 3cd56b4 runtime: combine gcResetGState and gcResetMarkState by Austin Clements · 9 years ago
- b0d5e5c runtime: consolidate gcResetGState calls by Austin Clements · 9 years ago
- feb92a8 runtime: remove work.partial queue by Austin Clements · 9 years ago
- 1da6b2e fmt: clarify reflect.Value printing by Nodir Turakulov · 9 years ago
- 17a256b cmd/go: -buildmode=pie for android/arm by David Crawshaw · 9 years ago
- 26205cb cmd/link: PIE executables for android/arm by David Crawshaw · 9 years ago
- e538e1b go/types: check that typed constant shift expressions are representable by Matthew Dempsky · 9 years ago
- e920f7d cmd/cgo: don't print absolute path in comment by David Crawshaw · 9 years ago
- a8645e2 net/http: use the correct error variable in serveFile by Brad Fitzpatrick · 9 years ago
- 5d88323 runtime: remove a redundant nil pointer check. by Aaron Jacobs · 9 years ago
- 386fa03 runtime: merge proc1.go -> proc.go by Nodir Turakulov · 9 years ago
- 22dfbbe compress/flate: improve inflate speed by reading more bits at a time by Joe Tsai · 9 years ago
- 2437575 runtime: merge race1.go -> race.go by Nodir Turakulov · 9 years ago
- 6deb3c0 runtime, runtime/cgo: conform to PIC register use rules in ppc64 asm by Michael Hudson-Doyle · 9 years ago
- b8f8969 reflect, runtime, runtime/cgo: use ppc64 asm constant for fixed frame size by Michael Hudson-Doyle · 9 years ago
- 97055dc cmd/compile, cmd/internal/obj: centralize knowledge of size of fixed part of stack by Michael Hudson-Doyle · 9 years ago
- a485581 runtime: add a constant for the smallest possible stack frame by Michael Hudson-Doyle · 9 years ago
- 45c06b2 cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on ppc64x by Michael Hudson-Doyle · 9 years ago
- d0c9b40 mime: Remove an allocation in word decoding. by Justin Nuß · 10 years ago
- db2e73f runtime: merge stack{1,2}.go -> stack.go by Nodir Turakulov · 9 years ago
- 69a99cc cmd/link: always disable lazy PLT resolution when dynamically linking Go by Michael Hudson-Doyle · 9 years ago
- dab143c net/http: Client support for Expect: 100-continue by Yasuharu Goto · 10 years ago
- 4562784 runtime: remove some unnecessary unsafe code in mfixalloc by Matthew Dempsky · 9 years ago
- 368f73b net: unblock plan9 TCP Read calls after socket close by Brad Fitzpatrick · 9 years ago
- 7d86d57 net: use IndexByte implementation from runtime package by Ilya Tocar · 9 years ago
- 9358f7f runtime: merge panic1.go into panic.go by Nodir Turakulov · 9 years ago
- d72d299 runtime: rename print1.go -> print.go by Nodir Turakulov · 9 years ago
- 881b0e7 runtime: merge string1.go into string.go by Nodir Turakulov · 9 years ago
- 6de4009 database/sql: avoid deadlock waiting for connections by Chris Hines · 10 years ago
- 19aa4209 syscall: fix nacl listener to not accept connections once closed by Brad Fitzpatrick · 9 years ago
- 42c7929 runtime, runtime/debug: access unexported runtime functions with //go:linkname, not assembly stubs by Michael Hudson-Doyle · 9 years ago
- 0b8d583 runtime, os/signal: use //go:linkname instead of assembly stubs to get access to runtime functions by Michael Hudson-Doyle · 9 years ago
- 4c2465d runtime: use unsafe.Pointer(x) instead of (unsafe.Pointer)(x) by Matthew Dempsky · 9 years ago
- 67722fe cmd/compile/internal/gc: reject invalid unsafe.Sizeof([0]byte{}[0]) by Matthew Dempsky · 9 years ago
- 7eb94db cmd/compile/internal/gc: refactor range/memclr optimization by Matthew Dempsky · 9 years ago
- d3ae2d2 net/http/cgi: optimize internal function removeLeadingDuplicates a bit by Brad Fitzpatrick · 9 years ago
- 167a712 text/template: resolve non-empty interface by Nodir Turakulov · 9 years ago
- 65fc379 mime: limit UTF-8 encoded-word length to 75 characters by Alexandre Cesaro · 10 years ago
- 9f60a0a net/http/httputil: clarify where DumpRequest(Out)? can be used. by Aaron Jacobs · 9 years ago
- 0731471 encoding/json: simplify encodeState.{string, stringBytes} by Nodir Turakulov · 9 years ago
- 20736fc net/http: enable automatic HTTP/2 if TLSNextProto is nil by Brad Fitzpatrick · 9 years ago
- 7a3dcd2 vendor: import golang.org/x/net/http2 by Brad Fitzpatrick · 9 years ago
- b58515b net/http: don't hang if RemoteAddr() blocks by David Glasser · 9 years ago
- 2687db1 compress/gzip: fix go vet warning by Joe Tsai · 9 years ago
- 6186050 net/http/cgi: make provided Env override even system env vars by Steven Hartland · 10 years ago
- 1d765b7 runtime: Reduce testing for fastlog2 implementation by Raul Silvera · 9 years ago
- a6f69b3 encoding/csv: indicate package of EOF in docs by Katrina Owen · 9 years ago
- 30b9663 cmd/internal/obj: move empty field to the top by Shenghou Ma · 9 years ago
- ee07504 misc/cgo/testcshared: use -pie for android-L. by Hyang-Ah Hana Kim · 9 years ago
- 6e5ccce8 misc/cgo/test: fix go vet warnings by Ian Lance Taylor · 9 years ago
- 2d823fd net/http: ignore Transfer-Encoding for HTTP/1.0 responses by Brad Fitzpatrick · 9 years ago
- 2961cab runtime: remove _Kind constants by Ian Lance Taylor · 9 years ago
- 29aaf67 cmd/go: always log dynamic import errors by Burcu Dogan · 9 years ago
- 5b9c6b9 cmd/go: don't accept a relative path as GOBIN by Burcu Dogan · 9 years ago
- c6ef16b api: update next.txt by Brad Fitzpatrick · 9 years ago
- 8dd52cf net/http: export the "new" error codes from RFC 6585 by Brad Fitzpatrick · 9 years ago
- 6f77278 net/textproto: properly trim continued lines in MIME headers by Didier Spezia · 9 years ago