2019-05-06 |
Cherry Zhang | cmd/internal/obj: write package path at compile time... |
commit | commitdiff | tree |
2019-05-06 |
Vivek Sekhar | net/http: add support for SameSite=None |
commit | commitdiff | tree |
2019-05-06 |
Dong-hee Na | net: use same TCP Keep Alive interval between dial... |
commit | commitdiff | tree |
2019-05-06 |
David Chase | cmd/compile: make numberlines line mismatch check ignor... |
commit | commitdiff | tree |
2019-05-06 |
Andrew Bonventre | html/template: add support for JavaScript modules |
commit | commitdiff | tree |
2019-05-06 |
Josh Bleecher... | cmd/dist: delete unnecessary dirs from GOROOT on completion |
commit | commitdiff | tree |
2019-05-06 |
LE Manh Cuong | errors: fix Is panics if target is uncomparable |
commit | commitdiff | tree |
2019-05-06 |
Brad Fitzpatrick | net/http: update bundled x/net/http2 |
commit | commitdiff | tree |
2019-05-05 |
Tobias Klauser | syscall: remove unused {dragonfly,illumos,solaris}64Bit... |
commit | commitdiff | tree |
2019-05-05 |
Tobias Klauser | syscall: support generating netbsd/arm64 files in mkall.sh |
commit | commitdiff | tree |
2019-05-05 |
Iskander Sharipov | all: remove commented-out print statements |
commit | commitdiff | tree |
2019-05-04 |
Damien Neil | all: add Unwrap and Is methods to various error types |
commit | commitdiff | tree |
2019-05-03 |
Paul Jolly | cmd/go: fix clang test break as a result of golang... |
commit | commitdiff | tree |
2019-05-03 |
Austin Clements | cmd/compile,runtime/internal/atomic: add Load8 |
commit | commitdiff | tree |
2019-05-03 |
Michael Anthony... | runtime: remove sys.HugePageSize |
commit | commitdiff | tree |
2019-05-03 |
Michael Anthony... | runtime: add physHugePageSize |
commit | commitdiff | tree |
2019-05-03 |
Paul Jolly | cmd/go: update go bug to be more consistent with Github... |
commit | commitdiff | tree |
2019-05-03 |
Michael Fraenkel | net/http: fix TestTransportMaxConnsPerHost flakes |
commit | commitdiff | tree |
2019-05-03 |
Thanabodee... | net/http: strip escaped password from error |
commit | commitdiff | tree |
2019-05-03 |
Brad Fitzpatrick | net/http: add func NewRequestWithContext, Request.Clone |
commit | commitdiff | tree |
2019-05-03 |
Brad Fitzpatrick | net/http: add Transport.Clone |
commit | commitdiff | tree |
2019-05-03 |
Elias Naur | net: skip DNS tests on self-hosted Android |
commit | commitdiff | tree |
2019-05-03 |
Elias Naur | misc/ios: don't refer to iostest.bash |
commit | commitdiff | tree |
2019-05-03 |
Michael Munday | cmd/compile: add math/bits.{Add,Sub}64 intrinsics on... |
commit | commitdiff | tree |
2019-05-03 |
LE Manh Cuong | cmd/compile: fix isStaticCompositeLiteral reports wrong... |
commit | commitdiff | tree |
2019-05-03 |
Brian Kessler | math/big: document Int.String |
commit | commitdiff | tree |
2019-05-02 |
Brad Fitzpatrick | crypto/cipher: disable broken js/wasm test from nodejs... |
commit | commitdiff | tree |
2019-05-02 |
Filippo Valsorda | cmd: update golang.org/x/sys dependency |
commit | commitdiff | tree |
2019-05-02 |
Keith Randall | reflect: MakeFunc: allow assignment conversions on... |
commit | commitdiff | tree |
2019-05-02 |
Brad Fitzpatrick | net/http: skip flaky TestTransportMaxConnsPerHost for now |
commit | commitdiff | tree |
2019-05-02 |
Russ Cox | sort: simplify bootstrap |
commit | commitdiff | tree |
2019-05-02 |
erifan01 | cmd/link: support PIE mode with internal link on linux... |
commit | commitdiff | tree |
2019-05-02 |
Elias Naur | cmd/dist: don't generate exec wrappers for compatible... |
commit | commitdiff | tree |
2019-05-02 |
Pontus Leitzler | cmd/go/internal/modload: make 'list -u' consider curren... |
commit | commitdiff | tree |
2019-05-02 |
Baokun Lee | cmd/go: make modconv test more robust |
commit | commitdiff | tree |
2019-05-02 |
LE Manh Cuong | cmd/compile: remove outdate TODO in inl.go |
commit | commitdiff | tree |
2019-05-02 |
Russ Cox | doc/go1.13: start doc, note macOS, FreeBSD deprecations |
commit | commitdiff | tree |
2019-05-02 |
Jacob Walker | errors: fix comment referencing the Wrapper interface |
commit | commitdiff | tree |
2019-05-02 |
Robert Griesemer | cmd/compile: disable Go1.13 language features for ... |
commit | commitdiff | tree |
2019-05-01 |
Heschi Kreinick | cmd/go/internal/web: fix log message |
commit | commitdiff | tree |
2019-05-01 |
LE Manh Cuong | cmd/compile: fix maplit init panics for dynamic entry |
commit | commitdiff | tree |
2019-05-01 |
Russ Cox | cmd/go: sort vendor/modules.txt package lists |
commit | commitdiff | tree |
2019-05-01 |
Martin Möhrmann | strings, bytes: add ToValidUTF8 |
commit | commitdiff | tree |
2019-05-01 |
Elias Naur | misc/cgo/testcarchive: skip TestExtar on self-hosted iOS |
commit | commitdiff | tree |
2019-05-01 |
Elias Naur | cmd/dist: only build exec wrappers when cross compiling |
commit | commitdiff | tree |
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 |
next |