2019-05-11 |
Cherry Zhang | test: use a real use function in nilptr2.go |
commit | commitdiff | tree |
2019-05-10 |
Josh Bleecher... | cmd/compile: reduce rulelog noise |
commit | commitdiff | tree |
2019-05-10 |
Jay Conrod | cmd/go: add generated code comment to _testmain.go... |
commit | commitdiff | tree |
2019-05-10 |
Caleb Spare | cmd/go: move automatic testing.Init call into generated... |
commit | commitdiff | tree |
2019-05-10 |
Yury Smolsky | cmd/vendor: import vet fixes from x/tools |
commit | commitdiff | tree |
2019-05-10 |
Jay Conrod | cmd/go: force -coverpkg main packages to be built as... |
commit | commitdiff | tree |
2019-05-10 |
Russ Cox | runtime: fix windows-amd64-2012 build |
commit | commitdiff | tree |
2019-05-10 |
Bryan C. Mills | cmd/go/testdata/script: remove skips and clarify commen... |
commit | commitdiff | tree |
2019-05-10 |
Jay Conrod | cmd/go: move two vcs test repos to vcs-test.golang.org |
commit | commitdiff | tree |
2019-05-10 |
Josh Bleecher... | cmd/compile: re-use regalloc's []valState |
commit | commitdiff | tree |
2019-05-09 |
Russ Cox | runtime: fix s390x build |
commit | commitdiff | tree |
2019-05-09 |
Brad Fitzpatrick | os/user: make Current return better error w/o cgo ... |
commit | commitdiff | tree |
2019-05-09 |
Russ Cox | runtime: fix vet complaints for js/wasm |
commit | commitdiff | tree |
2019-05-09 |
Russ Cox | runtime: fix vet complaints for all nacl |
commit | commitdiff | tree |
2019-05-09 |
Russ Cox | runtime, crypto/x509: fix vet complaints for all windows |
commit | commitdiff | tree |
2019-05-09 |
Russ Cox | runtime: fix vet complaints for all freebsd, netbsd... |
commit | commitdiff | tree |
2019-05-09 |
Russ Cox | syscall: fix vet complaints for all dragonfly, freebsd... |
commit | commitdiff | tree |
2019-05-09 |
Russ Cox | runtime: fix vet complaints for solaris/amd64, illumos... |
commit | commitdiff | tree |
2019-05-09 |
Russ Cox | runtime: fix vet complaints for linux/arm64, linux... |
commit | commitdiff | tree |
2019-05-09 |
Russ Cox | runtime: fix vet complaints for linux/arm |
commit | commitdiff | tree |
2019-05-09 |
Russ Cox | runtime: fix vet complaints for linux/amd64 |
commit | commitdiff | tree |
2019-05-09 |
Russ Cox | runtime: fix vet complaints for linux/386 |
commit | commitdiff | tree |
2019-05-09 |
Michael Anthony... | runtime: fix js/wasm lock implementation |
commit | commitdiff | tree |
2019-05-09 |
Russ Cox | cmd/link: use standard-syntax struct tags in large... |
commit | commitdiff | tree |
2019-05-09 |
Russ Cox | encoding/gob: rename encBuffer.WriteByte to writeByte |
commit | commitdiff | tree |
2019-05-09 |
Russ Cox | fmt: rename buffer.WriteByte to writeByte |
commit | commitdiff | tree |
2019-05-09 |
Jay Conrod | all: document vendoring in the standard library |
commit | commitdiff | tree |
2019-05-09 |
Russ Cox | cmd/internal/bio: rename Reader.Seek to MustSeek |
commit | commitdiff | tree |
2019-05-09 |
Michael Anthony... | runtime: split spans when scavenging if it's more than... |
commit | commitdiff | tree |
2019-05-09 |
Michael Anthony... | runtime: add background scavenger |
commit | commitdiff | tree |
2019-05-09 |
Michael Anthony... | runtime: remove periodic scavenging |
commit | commitdiff | tree |
2019-05-09 |
Russ Cox | cmd/vendor: import vet fixes from x/tools |
commit | commitdiff | tree |
2019-05-09 |
Than McIntosh | cmd/compile: emit DWARF call_line attrs with data4... |
commit | commitdiff | tree |
2019-05-09 |
Russ Cox | cmd/vet/all: update whitelist for vet fixes |
commit | commitdiff | tree |
2019-05-09 |
David Chase | cmd/compile: test delve instead of gdb in ssa/debug_test.go |
commit | commitdiff | tree |
2019-05-09 |
Than McIntosh | cmd/link: fix link time regression in object file reading |
commit | commitdiff | tree |
2019-05-09 |
Elias Naur | misc/android: silence adb output unless an error occurs |
commit | commitdiff | tree |
2019-05-09 |
Russ Cox | cmd/asm: accept TEXT f+0(SB) in -gensymabis mode |
commit | commitdiff | tree |
2019-05-09 |
Russ Cox | cmd/go: diagnose go.mod and vendor out of sync in std... |
commit | commitdiff | tree |
2019-05-08 |
Brad Fitzpatrick | cmd/go: set the "generate" build tag in go generate... |
commit | commitdiff | tree |
2019-05-08 |
Josh Bleecher... | cmd/compile: add countRule rewrite rule helper |
commit | commitdiff | tree |
2019-05-08 |
Brad Fitzpatrick | internal/syscall/windows/sysdll: mark package as Window... |
commit | commitdiff | tree |
2019-05-08 |
Austin Clements | cmd/link: write memprofile in legacy format for compile... |
commit | commitdiff | tree |
2019-05-08 |
Marwan Sulaiman | cmd/go: disallow go.sum updates in -mod=readonly |
commit | commitdiff | tree |
2019-05-08 |
Alan Donovan | go/types: add CheckExpr function to type-check an expre... |
commit | commitdiff | tree |
2019-05-08 |
JT Olio | math/big: stack allocate scaleDenom return value |
commit | commitdiff | tree |
2019-05-08 |
Dmitry Vyukov | regexp: clarify docs re Submatch result |
commit | commitdiff | tree |
2019-05-08 |
Brad Fitzpatrick | api: update next.txt |
commit | commitdiff | tree |
2019-05-08 |
Lorenz Nickel | doc: fixed some links |
commit | commitdiff | tree |
2019-05-08 |
Elias Naur | cmd/link/internal/ld: bump macOS and macOS SDK version... |
commit | commitdiff | tree |
2019-05-08 |
Russ Cox | doc: update /doc/asm compiler output example |
commit | commitdiff | tree |
2019-05-08 |
Elias Naur | cmd/link/internal/ld: add missing Close |
commit | commitdiff | tree |
2019-05-08 |
Cherry Zhang | reflect: add a test for Calling a Method of a direct... |
commit | commitdiff | tree |
2019-05-08 |
Stephan Zuercher | image/png: fix palette extension to handle 255 color... |
commit | commitdiff | tree |
2019-05-08 |
erifan01 | math/big: fix the bug in assembly implementation of... |
commit | commitdiff | tree |
2019-05-07 |
Robert Griesemer | cmd/compile: avoid compiler crash for recursive interfa... |
commit | commitdiff | tree |
2019-05-07 |
Josh Bleecher... | cmd/compile: note that some rules know the name of... |
commit | commitdiff | tree |
2019-05-07 |
Ian Lance Taylor | cmd/go: don't print phdrs running "go version" on ELF... |
commit | commitdiff | tree |
2019-05-07 |
Baokun Lee | cmd/go: fix sumdb test failure |
commit | commitdiff | tree |
2019-05-07 |
Russ Cox | cmd/cgo: fix unexpected semicolon in rewritten line |
commit | commitdiff | tree |
2019-05-07 |
Ian Lance Taylor | cmd/go: simplify some modfetch code |
commit | commitdiff | tree |
2019-05-06 |
Filippo Valsorda | crypto/ed25519: promote from golang.org/x/crypto/ed25519 |
commit | commitdiff | tree |
2019-05-06 |
Bobby DeSimone | net/url: add tests for URLHostname |
commit | commitdiff | tree |
2019-05-06 |
Brad Fitzpatrick | cmd/dist: allow builders to control granularity of... |
commit | commitdiff | tree |
2019-05-06 |
Shulhan | all: simplify code using "gofmt -s -w" |
commit | commitdiff | tree |
2019-05-06 |
Keith Randall | reflect: special-case panic message when returning... |
commit | commitdiff | tree |
2019-05-06 |
Michael Anthony... | runtime: ensure free and unscavenged spans may be backe... |
commit | commitdiff | tree |
2019-05-06 |
Michael Anthony... | runtime: split spans during allocation without treap... |
commit | commitdiff | tree |
2019-05-06 |
Michael Anthony... | runtime: track the number of free unscavenged huge... |
commit | commitdiff | tree |
2019-05-06 |
Michael Anthony... | runtime: scavenge huge spans first |
commit | commitdiff | tree |
2019-05-06 |
Michael Anthony... | runtime: make treap iteration more efficient |
commit | commitdiff | tree |
2019-05-06 |
Michael Anthony... | runtime: merge all treaps into one implementation |
commit | commitdiff | tree |
2019-05-06 |
Baokun Lee | cmd/go/internal/modfile: make error message for module... |
commit | commitdiff | tree |
2019-05-06 |
Andrew Bonventre | doc: document Go 1.12.5 |
commit | commitdiff | tree |
2019-05-06 |
Andrew Bonventre | doc: document Go 1.11.10 |
commit | commitdiff | tree |
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 |
next |