2019-07-02 |
Than McIntosh | test: add testcase for gccgo compile failure |
commit | commitdiff | tree |
2019-07-02 |
Keith Randall | cmd/compile: make duplicate anonymous interface output... |
commit | commitdiff | tree |
2019-07-01 |
Ian Lance Taylor | runtime: use correct register in darwin/386 pipe_trampoline |
commit | commitdiff | tree |
2019-07-01 |
Russ Cox | sync: document implementation of Once.Do |
commit | commitdiff | tree |
2019-06-30 |
Ian Lance Taylor | runtime: use a pipe to wake up signal_recv on Darwin |
commit | commitdiff | tree |
2019-06-29 |
Russ Cox | crypto/tls: deflake localPipe in tests |
commit | commitdiff | tree |
2019-06-28 |
Russ Cox | net: deflake TestVariousDeadlines |
commit | commitdiff | tree |
2019-06-28 |
Russ Cox | runtime: fix pprof cpu profile corruption on arm/mips... |
commit | commitdiff | tree |
2019-06-28 |
Dmitri Shuralyov | cmd/doc: provide working directory to build.Import... |
commit | commitdiff | tree |
2019-06-27 |
Diogo Pinela | doc: fix spec links in Go 1.13 release notes |
commit | commitdiff | tree |
2019-06-27 |
Robert Griesemer | text/scanner: remove AllowDigitSeparator flag again |
commit | commitdiff | tree |
2019-06-27 |
Robert Griesemer | go/importer: update documentation on ForCompiler lookup... |
commit | commitdiff | tree |
2019-06-27 |
Jay Conrod | go/build: don't check if srcDir in GOPATH when deciding... |
commit | commitdiff | tree |
2019-06-27 |
Bryan C. Mills | misc/cgo/errors: align code snippets in ptr_test.go |
commit | commitdiff | tree |
2019-06-27 |
Damien Neil | Revert "syscall: use Ctty before fd shuffle" |
commit | commitdiff | tree |
2019-06-27 |
Baokun Lee | fmt: fix typo in errors.go |
commit | commitdiff | tree |
2019-06-26 |
Heschi Kreinick | cmd/go: fix typo in sumdb cache path |
commit | commitdiff | tree |
2019-06-26 |
Bryan C. Mills | misc/cgo/errors: fix TestPointerChecks when GO111MODULE=on |
commit | commitdiff | tree |
2019-06-26 |
Bryan C. Mills | doc/go1.13: make cmd/go paragraphs more concise |
commit | commitdiff | tree |
2019-06-26 |
Jay Conrod | doc/go1.13: describe new 'go version' behavior |
commit | commitdiff | tree |
2019-06-26 |
Austin Clements | sync: only check for successful PopHeads in long mode |
commit | commitdiff | tree |
2019-06-26 |
Austin Clements | sync: make TestPoolDequeue termination condition more... |
commit | commitdiff | tree |
2019-06-26 |
Austin Clements | sync: fix pool wrap-around test |
commit | commitdiff | tree |
2019-06-26 |
Bryan C. Mills | cmd/go/internal/modfetch: halt proxy fallback if the... |
commit | commitdiff | tree |
2019-06-26 |
Bryan C. Mills | cmd/go/internal/modfetch/codehost: don't try to execute... |
commit | commitdiff | tree |
2019-06-26 |
Bryan C. Mills | cmd/go: move mod_get_svn test to vcs-test.golang.org |
commit | commitdiff | tree |
2019-06-26 |
Bryan C. Mills | doc/go1.13: move 'go get -t' paragraph to be adjacent... |
commit | commitdiff | tree |
2019-06-26 |
Bryan C. Mills | doc/go1.13: describe the change in behavior of GO111MOD... |
commit | commitdiff | tree |
2019-06-26 |
Andrew Bonventre | api: promote next to go1.13 go1.13beta1 |
commit | commitdiff | tree |
2019-06-26 |
Cherry Zhang | cmd/compile, runtime: use R20, R21 in ARM64's Duff... |
commit | commitdiff | tree |
2019-06-26 |
Jay Conrod | cmd/go: 'go get' should not delete binaries when run... |
commit | commitdiff | tree |
2019-06-26 |
Tobias Klauser | syscall: fix nil pointer dereference in Getdirentries... |
commit | commitdiff | tree |
2019-06-26 |
Robert Griesemer | go/types: avoid race condition with dot-imported objects |
commit | commitdiff | tree |
2019-06-25 |
Ian Lance Taylor | misc/cgo/test: use char, not int, so test works on... |
commit | commitdiff | tree |
2019-06-25 |
Keith Randall | cmd/compile: don't mark argument array as noalg |
commit | commitdiff | tree |
2019-06-25 |
Jay Conrod | doc/go1.13: binary-only package are no longer supported |
commit | commitdiff | tree |
2019-06-25 |
Dmitri Shuralyov | doc/go1.13: close <em> and <code> tags |
commit | commitdiff | tree |
2019-06-25 |
Bryan C. Mills | doc/go1.13: describe new cmd/go environment variables |
commit | commitdiff | tree |
2019-06-25 |
Bryan C. Mills | doc/go1.13: describe 'go env -w' |
commit | commitdiff | tree |
2019-06-25 |
Bryan C. Mills | doc/go1.13: describe changes to 'go get' |
commit | commitdiff | tree |
2019-06-25 |
Lynn Boger | cmd/internal/obj/ppc64: add doc.go |
commit | commitdiff | tree |
2019-06-25 |
LE Manh Cuong | cmd/go: validate path in mod init path |
commit | commitdiff | tree |
2019-06-25 |
Bryan C. Mills | cmd/go: ensure that runtime/cgo is not stale in TestExe... |
commit | commitdiff | tree |
2019-06-25 |
Andrew | doc/go1.13: add release notes for the errors package |
commit | commitdiff | tree |
2019-06-25 |
Bryan C. Mills | cmd/go/internal/modfetch: filter pseudo-versions from... |
commit | commitdiff | tree |
2019-06-25 |
Bryan C. Mills | cmd/go/internal/modfetch: return structured errors... |
commit | commitdiff | tree |
2019-06-25 |
Ben Shi | runtime: fix a register save/restore bug in sigtramp... |
commit | commitdiff | tree |
2019-06-25 |
Ian Lance Taylor | bufio: fix ExampleScanner_Bytes comment, add error... |
commit | commitdiff | tree |
2019-06-24 |
Filippo Valsorda | doc/go1.13: cmd/go, math/big, and a leftover crypto... |
commit | commitdiff | tree |
2019-06-24 |
Bryan C. Mills | cmd/go: fix a typo in module-private help text |
commit | commitdiff | tree |
2019-06-24 |
kawakami | cmd/cgo: fix inappropriate array copy |
commit | commitdiff | tree |
2019-06-24 |
Clément Chigot | cmd/go: silence ar with D flag failures |
commit | commitdiff | tree |
2019-06-24 |
Ian Lance Taylor | doc/go1.13: mention {NetBSD,OpenBSD}/arm64 ports |
commit | commitdiff | tree |
2019-06-24 |
Bryan C. Mills | cmd/go/internal/modfetch: treat a missing go.mod file... |
commit | commitdiff | tree |
2019-06-24 |
Andrew | doc/go1.13: remove bytes TODO since it does not require... |
commit | commitdiff | tree |
2019-06-23 |
Ian Lance Taylor | test: update blank1.go for changed gofrontend error... |
commit | commitdiff | tree |
2019-06-23 |
Ian Lance Taylor | runtime/cgo: on Solaris link against -lxnet |
commit | commitdiff | tree |
2019-06-21 |
Dmitri Shuralyov | doc: add release notes for godoc and go doc |
commit | commitdiff | tree |
2019-06-21 |
Bryan C. Mills | cmd/go: validate pseudo-versions against module paths... |
commit | commitdiff | tree |
2019-06-21 |
Bryan C. Mills | cmd/go/testdata: update addmod.go to work with the... |
commit | commitdiff | tree |
2019-06-21 |
Robert Griesemer | cmd/gofmt: fix normalization of imaginary number literals |
commit | commitdiff | tree |
2019-06-21 |
Than McIntosh | cmd/link: revise previous __DWARF segment protection fix |
commit | commitdiff | tree |
2019-06-21 |
Ian Lance Taylor | cmd/go: add more docs for go directive in go.mod file |
commit | commitdiff | tree |
2019-06-21 |
guitarbum722 | bufio: add example for Scanner.Bytes |
commit | commitdiff | tree |
2019-06-21 |
Ian Lance Taylor | Revert "runtime: use dispatch semaphores on Darwin" |
commit | commitdiff | tree |
2019-06-21 |
Robert Griesemer | doc/go1.13: document changes to gofmt, go/* libs, and... |
commit | commitdiff | tree |
2019-06-20 |
Daniel Cormier | bufio: Reader.Read may return io.EOF even when it has... |
commit | commitdiff | tree |
2019-06-20 |
Filippo Valsorda | crypto/x509: normalize and expand docs of Parse and... |
commit | commitdiff | tree |
2019-06-20 |
Filippo Valsorda | crypto/tls: reject low-order Curve25519 points |
commit | commitdiff | tree |
2019-06-20 |
Filippo Valsorda | crypto/tls: move shared code and resources to handshake... |
commit | commitdiff | tree |
2019-06-20 |
Robert Griesemer | text/scanner: rename AllowNumberbars to AllowDigitSepar... |
commit | commitdiff | tree |
2019-06-20 |
Tobias Klauser | cmd/go/internal/imports: match solaris files for illumos |
commit | commitdiff | tree |
2019-06-20 |
David Chase | cmd/compile: add necessary operand to mergePoint in... |
commit | commitdiff | tree |
2019-06-19 |
Jay Conrod | cmd/go: install binaries in cmd/ in $GOROOT/bin instead... |
commit | commitdiff | tree |
2019-06-19 |
Andrew | doc/go1.13: add release notes for the testing package |
commit | commitdiff | tree |
2019-06-19 |
Filippo Valsorda | crypto/tls: disable RSA-PSS in TLS 1.2 again |
commit | commitdiff | tree |
2019-06-19 |
Austin Clements | doc/go1.13: expand ports, add skeleton language changes... |
commit | commitdiff | tree |
2019-06-19 |
Than McIntosh | cmd/link: macos: set initial protection of 0 for __DWAR... |
commit | commitdiff | tree |
2019-06-19 |
LE Manh Cuong | cmd/compile: correct comments of gc.Val fields |
commit | commitdiff | tree |
2019-06-19 |
Robert Griesemer | doc/go1.13: add release notes for language changes |
commit | commitdiff | tree |
2019-06-19 |
Than McIntosh | cmd/link: fix stale link to MachO file format reference... |
commit | commitdiff | tree |
2019-06-19 |
Bryan C. Mills | cmd/go/internal/modfetch: re-resolve commit hashes... |
commit | commitdiff | tree |
2019-06-19 |
Michael Brandenburg | math: add examples for Log, Log2, Mod, and Abs |
commit | commitdiff | tree |
2019-06-19 |
Raghavendra... | net/http: fix Server.IdleTimeout and Server.ReadHeaderT... |
commit | commitdiff | tree |
2019-06-18 |
Filippo Valsorda | doc/go1.13: add crypto-related release notes |
commit | commitdiff | tree |
2019-06-18 |
Jay Conrod | cmd/go: fix sumdb test failure with misbehaving DNS... |
commit | commitdiff | tree |
2019-06-18 |
Andrew | doc/go1.13: add release notes for the net package |
commit | commitdiff | tree |
2019-06-18 |
Austin Clements | doc/go1.13: runtime release notes, some compiler releas... |
commit | commitdiff | tree |
2019-06-18 |
Josh Bleecher... | reflect,doc: use "the" instead of "a" in IsZero docs |
commit | commitdiff | tree |
2019-06-18 |
Steve Mynott | doc: remove a Google+ link since it doesn't exist anymore |
commit | commitdiff | tree |
2019-06-18 |
Jay Conrod | cmd/go/internal/modload: query correct "latest" version... |
commit | commitdiff | tree |
2019-06-17 |
Andrew Gerrand | html/template, text/template: document glob semantics |
commit | commitdiff | tree |
2019-06-17 |
Keith Randall | doc: update 1.13 release notes |
commit | commitdiff | tree |
2019-06-17 |
Samuel Tan | html/template: handle nil Error values in context.String |
commit | commitdiff | tree |
2019-06-17 |
Jay Conrod | cmd/go: document GOBIN and 'go install' locations |
commit | commitdiff | tree |
2019-06-16 |
Elias Naur | syscall: accept permission errors in TestExecPtrace |
commit | commitdiff | tree |
2019-06-15 |
Elias Naur | syscall: disable ptrace on iOS |
commit | commitdiff | tree |
2019-06-15 |
Elias Naur | misc/ios: add missing CGO_ENABLED=1 for running standal... |
commit | commitdiff | tree |
2019-06-15 |
Ian Lance Taylor | runtime: use dispatch semaphores on Darwin |
commit | commitdiff | tree |
2019-06-14 |
Katie Hockman | doc: release notes for syscall and syscall/js |
commit | commitdiff | tree |
next |