2019-05-01 |
Hana Kim | cmd/go/internal/get: fix strayed verbose output on... |
commit | commitdiff | tree |
2019-05-01 |
Pontus Leitzler | cmd/go/internal/modfetch/codehost: fix pseudoversions... |
commit | commitdiff | tree |
2019-05-01 |
David Chase | runtime: look for idle p to run current goroutine when... |
commit | commitdiff | tree |
2019-05-01 |
Russ Cox | index/suffixarray: add 32-bit implementation |
commit | commitdiff | tree |
2019-05-01 |
Lynn Boger | cmd/compile/internal/ppc64: improve naming for ginsnop2 |
commit | commitdiff | tree |
2019-05-01 |
Than McIntosh | go/internal/gccgoimporter: skip new test with aliases... |
commit | commitdiff | tree |
2019-05-01 |
Michael Anthony... | runtime: change the span allocation policy to first-fit |
commit | commitdiff | tree |
2019-05-01 |
Lynn Boger | test: enable more memcombine tests for ppc64le |
commit | commitdiff | tree |
2019-05-01 |
Elias Naur | os,time: fix tests on iOS |
commit | commitdiff | tree |
2019-05-01 |
Michael Vogt | net: set DNSError.IsTemporary from addrinfoErrno errors |
commit | commitdiff | tree |
2019-04-30 |
bill_ofarrell | internal/cpu: add detection for the new ECDSA and EDDSA... |
commit | commitdiff | tree |
2019-04-30 |
Michael Fraenkel | net/http: make Transport.MaxConnsPerHost work for HTTP/2 |
commit | commitdiff | tree |
2019-04-30 |
Nir Soffer | net/http: add Transport.ReadBufferSize and WriteBufferSize |
commit | commitdiff | tree |
2019-04-30 |
Richard Musiol | syscall: on wasm, do not use typed array asynchronously |
commit | commitdiff | tree |
2019-04-30 |
Jay Conrod | cmd/go: make get -u upgrade only modules providing... |
commit | commitdiff | tree |
2019-04-30 |
Brian Kessler | cmd/compile: add signed divisibility rules |
commit | commitdiff | tree |
2019-04-30 |
Keith Randall | cmd/compile: fix line numbers for index panics |
commit | commitdiff | tree |
2019-04-30 |
Iskander Sharipov | cmd/asm: reject BSWAPW on amd64 |
commit | commitdiff | tree |
2019-04-30 |
Elias Naur | os: fix tests on self-hosted Go builds |
commit | commitdiff | tree |
2019-04-30 |
Keith Randall | cmd/compile: remove dynamic entry handling from sinit... |
commit | commitdiff | tree |
2019-04-30 |
Russ Cox | cmd/go/internal/modfetch/codehost: disable fetch of... |
commit | commitdiff | tree |
2019-04-30 |
Elias Naur | cmd/go,cmd/internal/sys,cmd/link: skip Go build ids... |
commit | commitdiff | tree |
2019-04-30 |
Emmanuel T... | net/http: make Server return 501 for unsupported transf... |
commit | commitdiff | tree |
2019-04-30 |
Bryan C. Mills | cmd/go: query modules in parallel |
commit | commitdiff | tree |
2019-04-30 |
Elias Naur | time: look for zoneinfo.zip in GOROOT |
commit | commitdiff | tree |
2019-04-30 |
Liberatys | cmd/go: derive executable name from package path in... |
commit | commitdiff | tree |
2019-04-30 |
Elias Naur | cmd/dist: detect GOHOSTARCH on iOS |
commit | commitdiff | tree |
2019-04-30 |
Elias Naur | cmd/dist: set the default external linker on platforms... |
commit | commitdiff | tree |
2019-04-30 |
Brad Fitzpatrick | encoding/gob: adding missing fuzz skip to one of the... |
commit | commitdiff | tree |
2019-04-30 |
Josh Bleecher... | all: refer to map elements as elements instead of values |
commit | commitdiff | tree |
2019-04-30 |
Baokun Lee | cmd/go/internal/modcmd: allow mod download without... |
commit | commitdiff | tree |
2019-04-30 |
Keith Randall | runtime: fix data sizes for res_search results |
commit | commitdiff | tree |
2019-04-30 |
Joshua M. Clulow | all: add new GOOS=illumos, split out of GOOS=solaris |
commit | commitdiff | tree |
2019-04-30 |
Clément Chigot | cmd/link: add .go.buildinfo in XCOFF symbol table |
commit | commitdiff | tree |
2019-04-30 |
Elias Naur | runtime: implement pthread functions for darwin/arm64 |
commit | commitdiff | tree |
2019-04-30 |
Brad Fitzpatrick | cmd/dist: disable cgo for darwin/386 |
commit | commitdiff | tree |
2019-04-30 |
Romain Baugue | html: add a Fuzz function |
commit | commitdiff | tree |
2019-04-30 |
Tyler Bui-Palsulich | cmd/go: say to confirm import path when it's not found |
commit | commitdiff | tree |
2019-04-30 |
Romain Baugue | encoding/csv: add a Fuzz function |
commit | commitdiff | tree |
2019-04-30 |
Russ Cox | cmd/go/internal/modfetch: fix concurrent read/write... |
commit | commitdiff | tree |
2019-04-30 |
Richard Musiol | cmd/internal/obj/wasm: cache SP in a local |
commit | commitdiff | tree |
2019-04-30 |
Richard Musiol | runtime: do not use heap arena hints on wasm |
commit | commitdiff | tree |
2019-04-30 |
LE Manh Cuong | encoding/json: fix Unmarshal hang on recursive pointers |
commit | commitdiff | tree |
2019-04-30 |
Russ Cox | cmd/go: add test of $GONOPROXY, $GONOSUMDB behavior |
commit | commitdiff | tree |
2019-04-29 |
Keith Randall | cmd/compile: evaluate map initializers incrementally |
commit | commitdiff | tree |
2019-04-29 |
Joel Sing | cmd,runtime: enable cgo for openbsd/arm64 |
commit | commitdiff | tree |
2019-04-29 |
Ian Lance Taylor | runtime: account for callbacks in checkdead on Windows |
commit | commitdiff | tree |
2019-04-29 |
Clément Chigot | cmd/go: add XCOFF format handler for go version |
commit | commitdiff | tree |
2019-04-29 |
Clément Chigot | runtime: make mmap return 0 instead of -1 on aix/ppc64 |
commit | commitdiff | tree |
2019-04-29 |
Caleb Spare | testing: delay flag registration; move to an Init function |
commit | commitdiff | tree |
2019-04-29 |
Brad Fitzpatrick | syscall: don't return EINVAL on zero Chmod mode on... |
commit | commitdiff | tree |
2019-04-29 |
Elias Naur | runtime/cgo: ignore missing Info.plist files on iOS |
commit | commitdiff | tree |
2019-04-29 |
Brad Fitzpatrick | os/exec: always set SYSTEMROOT on Windows if not listed... |
commit | commitdiff | tree |
2019-04-29 |
Haosdent Huang | runtime: support all as parameter in gdb goroutine... |
commit | commitdiff | tree |
2019-04-29 |
Joel Sing | runtime: initialise cpu.HWCap on openbsd/arm64 |
commit | commitdiff | tree |
2019-04-29 |
Richard Musiol | misc/wasm: fix command line arguments containing multi... |
commit | commitdiff | tree |
2019-04-29 |
BigMikes | net: correct docs of KeepAlive field in Dialer type |
commit | commitdiff | tree |
2019-04-29 |
Brad Fitzpatrick | cmd/link/internal/s390x: fix s390x build |
commit | commitdiff | tree |
2019-04-29 |
Dmitri Shuralyov | net/http: remove "number:" from Response.Status string |
commit | commitdiff | tree |
2019-04-29 |
Daniel Martí | all: remove a few unused parameters |
commit | commitdiff | tree |
2019-04-29 |
Romain Baugue | encoding/json: add a Fuzz function |
commit | commitdiff | tree |
2019-04-29 |
Russ Cox | cmd/go: implement Go checksum database support |
commit | commitdiff | tree |
2019-04-29 |
Alex Myasoedov | strconv: Document ParseFloat's special cases |
commit | commitdiff | tree |
2019-04-29 |
Alessandro... | runtime: whitelist debugCall32..debugCall65536 in debug... |
commit | commitdiff | tree |
2019-04-28 |
Carlos Eduardo Seo | cmd/compile: intrinsify math/bits.Add64 for ppc64x |
commit | commitdiff | tree |
2019-04-28 |
Joel Sing | runtime: remove spurious register loads for openbsd... |
commit | commitdiff | tree |
2019-04-28 |
Jason A. Donenfeld | syscall: allow setting security attributes on processes |
commit | commitdiff | tree |
2019-04-28 |
Alex Brainman | cmd/go/internal/renameio: use ERROR_ACCESS_DENIED to... |
commit | commitdiff | tree |
2019-04-27 |
Elias Naur | cmd/link/internal/ld,syscall: replace getfsstat64 with... |
commit | commitdiff | tree |
2019-04-27 |
Elias Naur | cmd/link/internal/ld,syscall: drop $INODE64 suffixes... |
commit | commitdiff | tree |
2019-04-27 |
Elias Naur | cmd/link/internal/ld: consolidate macho platform setup |
commit | commitdiff | tree |
2019-04-27 |
Brian Kessler | cmd/compile: add unsigned divisibility rules |
commit | commitdiff | tree |
2019-04-27 |
Joel Sing | cmd/dist: add support for openbsd/arm64 |
commit | commitdiff | tree |
2019-04-27 |
Joel Sing | runtime, syscall: address vet errors in openbsd/arm64... |
commit | commitdiff | tree |
2019-04-27 |
Joel Sing | runtime: correct exitThread on openbsd/arm64 |
commit | commitdiff | tree |
2019-04-27 |
Dmitri Goutnik | bootstrap.bash: preserve file times when copying |
commit | commitdiff | tree |
2019-04-27 |
Mark Rushakoff | cmd/go: fix typo in "go help version" output |
commit | commitdiff | tree |
2019-04-26 |
Daniel Theophanes | database/sql: add NullInt32 |
commit | commitdiff | tree |
2019-04-26 |
Cherry Zhang | cmd/link: reduce the size of Reloc struct |
commit | commitdiff | tree |
2019-04-26 |
Daniel Theophanes | database/sql: check if src is nil before converting... |
commit | commitdiff | tree |
2019-04-26 |
Marcel van... | vendor: pull in text@v0.3.2 |
commit | commitdiff | tree |
2019-04-26 |
Russ Cox | cmd/go: add internal/note, internal/sumweb, internal... |
commit | commitdiff | tree |
2019-04-26 |
Russ Cox | cmd/vendor: add golang.org/x/crypto/ed25519 |
commit | commitdiff | tree |
2019-04-26 |
Joel Sing | cmd/link: add support for openbsd/arm64 |
commit | commitdiff | tree |
2019-04-26 |
Joel Sing | syscall: add support for openbsd/arm64 |
commit | commitdiff | tree |
2019-04-26 |
Joel Sing | runtime: add support for openbsd/arm64 |
commit | commitdiff | tree |
2019-04-26 |
Ian Lance Taylor | runtime: test for cgo build tag in TestGdbPythonCgo |
commit | commitdiff | tree |
2019-04-26 |
Joel Sing | cmd: update vendored golang.org/x/sys |
commit | commitdiff | tree |
2019-04-26 |
Brandon Ryan | doc: clarify to use MinGW-W64 for amd64 systems |
commit | commitdiff | tree |
2019-04-26 |
Clément Chigot | runtime: enable runtime_mmap_test.go on AIX |
commit | commitdiff | tree |
2019-04-26 |
LE Manh Cuong | time: fix misleading error with the leading zero format |
commit | commitdiff | tree |
2019-04-26 |
Ian Lance Taylor | runtime: gofmt defs1_netbsd_arm64.go |
commit | commitdiff | tree |
2019-04-26 |
Russ Cox | net/url: document, test that PathEscape escapes / to %2F |
commit | commitdiff | tree |
2019-04-26 |
Russ Cox | cmd/go: make 'go version' apply to files |
commit | commitdiff | tree |
2019-04-26 |
Russ Cox | cmd/link: make it easy to find binary versions |
commit | commitdiff | tree |
2019-04-26 |
Russ Cox | api: add recent Go 1.13 work |
commit | commitdiff | tree |
2019-04-25 |
Than McIntosh | cmd/link: use read-only mmap to back selected symbol... |
commit | commitdiff | tree |
2019-04-25 |
Austin Clements | runtime: switch to P 0 before destroying current P |
commit | commitdiff | tree |
2019-04-25 |
Austin Clements | runtime: document P statuses |
commit | commitdiff | tree |
2019-04-25 |
Marcel van... | all: update to Unicode 11 |
commit | commitdiff | tree |
next |