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 |
2019-06-14 |
Julie | doc: add release notes for log |
commit | commitdiff | tree |
2019-06-14 |
Jay Conrod | cmd/go: avoid accidental downgrades in 'go get' with... |
commit | commitdiff | tree |
2019-06-14 |
Julie | doc: add release notes for context |
commit | commitdiff | tree |
2019-06-13 |
Lynn Boger | vendor: go get -u golang.org/x/crypto && go mod vendor |
commit | commitdiff | tree |
2019-06-13 |
Katie Hockman | doc: clarify default go command behavior in the release... |
commit | commitdiff | tree |
2019-06-13 |
Daniel Theophanes | database/sql: add support for decimal interface |
commit | commitdiff | tree |
2019-06-13 |
Daniel Theophanes | database/sql: add Conn.Raw to expose the driver Conn... |
commit | commitdiff | tree |
2019-06-13 |
Bryan C. Mills | cmd/go: factor the I/O-retry logic out of renameio |
commit | commitdiff | tree |
2019-06-13 |
Jay Conrod | cmd/go: add '--' before repository names when invoking... |
commit | commitdiff | tree |
2019-06-13 |
Julie | doc: add release notes for reflect |
commit | commitdiff | tree |
2019-06-13 |
Julie | doc: release notes for html/template |
commit | commitdiff | tree |
2019-06-13 |
Daniel Theophanes | database/sql/driver: document Valuer must not panic |
commit | commitdiff | tree |
2019-06-13 |
Dmitri Shuralyov | doc: mention os.UserConfigDir in release notes |
commit | commitdiff | tree |
2019-06-12 |
Katie Hockman | doc: release notes for text/scanner and text/template |
commit | commitdiff | tree |
2019-06-12 |
Russ Cox | cmd/go: add GOPRIVATE environment variable |
commit | commitdiff | tree |
2019-06-12 |
Matthew Dempsky | cmd/compile: fix range analysis of small signed integers |
commit | commitdiff | tree |
2019-06-12 |
Julie | doc: add release notes for database/sql |
commit | commitdiff | tree |
2019-06-12 |
Katie Hockman | doc: add release notes for sync |
commit | commitdiff | tree |
2019-06-12 |
Andrew Bonventre | doc: add release notes for the bytes, strings, and... |
commit | commitdiff | tree |
2019-06-12 |
Jonathan Amsterdam | cmd/go: include -errorsas in go test vet checks |
commit | commitdiff | tree |
2019-06-11 |
Jonathan Amsterdam | errors: clarify doc for As |
commit | commitdiff | tree |
2019-06-11 |
Bryan C. Mills | cmd/go: allow GOPROXY to elide the "https://" prefix |
commit | commitdiff | tree |
2019-06-11 |
Katie Hockman | doc: add release notes describing the default mirror... |
commit | commitdiff | tree |
2019-06-11 |
Bryan C. Mills | cmd/vet: include the errors.As check from upstream... |
commit | commitdiff | tree |
2019-06-11 |
Jonathan Amsterdam | errors: improve As tests |
commit | commitdiff | tree |
2019-06-11 |
Andrew Bonventre | doc: add release notes for os and os/exec |
commit | commitdiff | tree |
2019-06-10 |
Dmitri Shuralyov | doc: document Go 1.12.6 |
commit | commitdiff | tree |
2019-06-10 |
Dmitri Shuralyov | doc: document Go 1.11.11 |
commit | commitdiff | tree |
2019-06-10 |
Bryan C. Mills | cmd/go: in TestScript, set $GOEXE instead of $exe |
commit | commitdiff | tree |
2019-06-10 |
Andrew Bonventre | doc, net/http: add release notes for net/http and fix... |
commit | commitdiff | tree |
2019-06-10 |
Bryan C. Mills | cmd/go/internal/load: remove unused hasSubdir function |
commit | commitdiff | tree |
2019-06-10 |
Keith Randall | syscall: fix freebsd 64-bit test |
commit | commitdiff | tree |
2019-06-10 |
Bryan C. Mills | cmd/go: in tests, don't assume that the 'git' binary... |
commit | commitdiff | tree |
2019-06-10 |
Keith Randall | Revert "Revert "cmd/compile,runtime: allocate defer... |
commit | commitdiff | tree |
2019-06-10 |
Keith Randall | syscall: fix Getdirentries on 32-bit freebsd 12 |
commit | commitdiff | tree |
2019-06-10 |
Bryan C. Mills | cmd/go/internal/web: support file:// URLs |
commit | commitdiff | tree |
2019-06-09 |
Dmitri Shuralyov | cmd/go: fix syntax mistake in a testscript file, take 2 |
commit | commitdiff | tree |
2019-06-07 |
Daniel Martí | cmd/go: fix syntax mistake in a testscript file |
commit | commitdiff | tree |
2019-06-07 |
Daniel Martí | os: change UserConfigDir on Darwin to ~/Library/Applica... |
commit | commitdiff | tree |
2019-06-07 |
Keith Randall | cmd/link: fix deferreturn detector |
commit | commitdiff | tree |
2019-06-07 |
Brad Fitzpatrick | net/http: support BaseContext & ConnContext for http2... |
commit | commitdiff | tree |
2019-06-07 |
Austin Clements | cmd/dist,cmd/compile: remove -allabis mode |
commit | commitdiff | tree |
2019-06-07 |
Matt Layher | syscall: refer to Proc.Call documentation for LazyProc... |
commit | commitdiff | tree |
2019-06-07 |
Constantin... | cmd/go: fix error messages for go mod download in GOPAT... |
commit | commitdiff | tree |
2019-06-07 |
Daniel Martí | cmd/go: recommend -d when -m is used |
commit | commitdiff | tree |
2019-06-07 |
Bryan C. Mills | cmd/go/internal/modload: propagate errors from Query... |
commit | commitdiff | tree |
2019-06-07 |
Daniel Martí | text/template: clarify the safety of Template.New |
commit | commitdiff | tree |
2019-06-07 |
Ian Lance Taylor | go/internal/gccgoimporter: update for gofrontend export... |
commit | commitdiff | tree |
2019-06-07 |
Daniel Martí | cmd/vendor: go get -u golang.org/x/tools && go mod... |
commit | commitdiff | tree |
2019-06-06 |
Austin Clements | runtime/internal/atomic: remove erroneous ABI wrappers |
commit | commitdiff | tree |
2019-06-06 |
Austin Clements | runtime/internal/atomic: export more ABI0 wrappers |
commit | commitdiff | tree |
2019-06-06 |
Russ Cox | net: remove non-cgo macOS resolver code |
commit | commitdiff | tree |
2019-06-06 |
Russ Cox | net: fix non-cgo macOS resolver code |
commit | commitdiff | tree |
2019-06-06 |
Russ Cox | runtime: document, fix libc error checks on macOS |
commit | commitdiff | tree |
2019-06-06 |
Austin Clements | cmd/go: remove cross-package assembly reference discovery |
commit | commitdiff | tree |
2019-06-06 |
Austin Clements | runtime: mark all Go symbols called from assembly in... |
commit | commitdiff | tree |
2019-06-06 |
Austin Clements | cmd/compile: make the second argument to go:linkname... |
commit | commitdiff | tree |
2019-06-06 |
Austin Clements | cmd/compile: generate ABI wrappers for //go:linkname... |
commit | commitdiff | tree |
2019-06-06 |
Michael Munday | cmd/compile, runtime: make atomic loads/stores sequenti... |
commit | commitdiff | tree |
2019-06-06 |
David Chase | cmd/compile: correct capitalization in recordFlags... |
commit | commitdiff | tree |
2019-06-06 |
Meng Zhuo | syscall: fix skip condition in skipUnprivilegedUserClone |
commit | commitdiff | tree |
2019-06-06 |
David Chase | cmd/compile: add -smallframes gc flag for GC latency... |
commit | commitdiff | tree |
next |