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 |
2019-04-25 |
Michael Anthony... | runtime: make mTreap.find actually find the best fit |
commit | commitdiff | tree |
2019-04-25 |
Cherry Zhang | cmd/link: avoid writing to read-only memory in addstrdata |
commit | commitdiff | tree |
2019-04-25 |
Jay Conrod | cmd/go/internal/modfetch: workaround file URL parsing... |
commit | commitdiff | tree |
2019-04-25 |
Russ Cox | cmd/go: add support for GOPROXY list |
commit | commitdiff | tree |
2019-04-25 |
Russ Cox | cmd/go/internal/web: minor api cleanup |
commit | commitdiff | tree |
2019-04-25 |
David du Colombier | net: fix lookupHost to return DNSError on Plan 9 |
commit | commitdiff | tree |
2019-04-25 |
Baokun Lee | cmd/go/internal/modconv: support convert replacements... |
commit | commitdiff | tree |
2019-04-25 |
Brian Kessler | cmd/compile: add signed divisibility by power of 2... |
commit | commitdiff | tree |
2019-04-25 |
Josh Bleecher... | cmd/compile: don't initialize blank struct fields |
commit | commitdiff | tree |
2019-04-25 |
Josh Bleecher... | unicode/utf8: remove some bounds checks from DecodeRune |
commit | commitdiff | tree |
2019-04-24 |
Josh Bleecher... | unicode/utf8: use binary literals |
commit | commitdiff | tree |
2019-04-24 |
Than McIntosh | test: new test for issue 31637 |
commit | commitdiff | tree |
2019-04-24 |
Caleb Spare | testing: fix minor bug with mutex profile error message |
commit | commitdiff | tree |
2019-04-24 |
Than McIntosh | go/internal/gccgoimporter: revise previous anonymous... |
commit | commitdiff | tree |
2019-04-24 |
Brad Fitzpatrick | net/http: export Header.Clone, reduce its allocations... |
commit | commitdiff | tree |
2019-04-24 |
Joel Sing | cmd: re-enable tests with external linking on openbsd/arm |
commit | commitdiff | tree |
2019-04-24 |
Fangming.Fang | cmd/dist: skip race detector test failure for unsupport... |
commit | commitdiff | tree |
2019-04-24 |
Joel Sing | cmd/dist: handle arm64 as a machine hardware name |
commit | commitdiff | tree |
2019-04-24 |
Marcel van... | unicode: update table using new generator in x/text |
commit | commitdiff | tree |
2019-04-24 |
Russ Cox | cmd/go: change -tags to a comma-separated list |
commit | commitdiff | tree |
2019-04-24 |
Russ Cox | cmd/go: add -trimpath build flag |
commit | commitdiff | tree |
2019-04-24 |
Marcel van... | unicode: remove script test |
commit | commitdiff | tree |
2019-04-24 |
Russ Cox | cmd/internal/objabi: expand -trimpath syntax |
commit | commitdiff | tree |
2019-04-24 |
Josh Bleecher... | unicode/utf8: make acceptRanges bigger |
commit | commitdiff | tree |
2019-04-24 |
Josh Bleecher... | bytes, internal/bytealg: simplify Equal |
commit | commitdiff | tree |
2019-04-24 |
Udalov Max | cmd/go/internal/modcmd: assign module's path and versio... |
commit | commitdiff | tree |
2019-04-23 |
sergey | net/url: Reduce allocation on parsing URL func |
commit | commitdiff | tree |
2019-04-23 |
Matthew Dempsky | cmd/compile: don't call hcrash in Warn |
commit | commitdiff | tree |
2019-04-23 |
Brad Fitzpatrick | net: don't crash on Windows when Lookup name has null... |
commit | commitdiff | tree |
2019-04-23 |
Keith Randall | Revert "cmd/compile: add signed divisibility by power... |
commit | commitdiff | tree |
2019-04-23 |
Bryan C. Mills | cmd/go/internal/web: merge internal/web2 into web |
commit | commitdiff | tree |
2019-04-23 |
David Chase | cmd/link: revert/revise CL 98075 because LLDB is very... |
commit | commitdiff | tree |
2019-04-23 |
Brian Kessler | cmd/compile: add signed divisibility by power of 2... |
commit | commitdiff | tree |
2019-04-23 |
Keith Randall | runtime: randomize package initialization order in... |
commit | commitdiff | tree |
2019-04-23 |
Keith Randall | cmd/compile: always mark atColumn1 results as statements |
commit | commitdiff | tree |
2019-04-23 |
Matthew Dempsky | cmd/compile: respect -newescape in genwrapper |
commit | commitdiff | tree |
2019-04-23 |
Michael Munday | math: consolidate assembly stub implementations |
commit | commitdiff | tree |
2019-04-23 |
Benny Siegert | A: Add Maya Rashish (individual CLA) |
commit | commitdiff | tree |
2019-04-23 |
Benny Siegert | doc: update wording in contribution guide |
commit | commitdiff | tree |
2019-04-23 |
Nikhil Benesch | cmd/go: include AR env var in gccgo build IDs |
commit | commitdiff | tree |
2019-04-23 |
Russ Cox | encoding/json: document HTML escaping in Compact |
commit | commitdiff | tree |
2019-04-23 |
Russ Cox | cmd/go: move runtime/debug.modinfo to runtime.modinfo |
commit | commitdiff | tree |
2019-04-23 |
Shubham Sharma | net: add IsNotFound field to DNSError |
commit | commitdiff | tree |
2019-04-23 |
Daniel Martí | encoding/json: index names for the struct decoder |
commit | commitdiff | tree |
2019-04-23 |
Josh Bleecher... | cmd/compile: clean up string/bytes/runes conversion... |
commit | commitdiff | tree |
2019-04-23 |
Russ Cox | cmd/go: add env -w and env -u to set and unset default... |
commit | commitdiff | tree |
2019-04-22 |
Matthew Dempsky | cmd/compile: refactor visitBottomUp to use inspectList |
commit | commitdiff | tree |
2019-04-22 |
Matthew Dempsky | cmd/compile: change visitBottomUp from post-order trave... |
commit | commitdiff | tree |
2019-04-22 |
Benoit Sigoure | net/http: document that Basic Auth may require URL... |
commit | commitdiff | tree |
2019-04-22 |
Tyler Bui-Palsulich | cmd/go: expand cannot determine module path error |
commit | commitdiff | tree |
2019-04-22 |
Shawn Elliott | cmd/go/internal/generate: stop premature variable subst... |
commit | commitdiff | tree |
2019-04-22 |
Keith Randall | cmd/compile: use correct package name for stack object... |
commit | commitdiff | tree |
2019-04-22 |
Maya Rashish | runtime: use named macros on NetBSD |
commit | commitdiff | tree |
2019-04-22 |
Austin Clements | runtime: improve mstart comments |
commit | commitdiff | tree |
2019-04-22 |
Daniel Martí | encoding/json: avoid work when unquoting strings |
commit | commitdiff | tree |
2019-04-22 |
erifan01 | math/big: optimize mulAddVWW on arm64 for better perfor... |
commit | commitdiff | tree |
2019-04-22 |
erifan01 | cmd/compile: intrinsify math/bits.Sub64 for arm64 |
commit | commitdiff | tree |
2019-04-22 |
Austin Clements | runtime: error formatting fix |
commit | commitdiff | tree |
2019-04-20 |
Josh Bleecher... | cmd/compile: reduce bits.Div64(0, lo, y) to 64 bit... |
commit | commitdiff | tree |
next |