]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2019-06-26 Andrew Bonventreapi: promote next to go1.13 go1.13beta1
2019-06-26 Cherry Zhangcmd/compile, runtime: use R20, R21 in ARM64's Duff...
2019-06-26 Jay Conrodcmd/go: 'go get' should not delete binaries when run...
2019-06-26 Tobias Klausersyscall: fix nil pointer dereference in Getdirentries...
2019-06-26 Robert Griesemergo/types: avoid race condition with dot-imported objects
2019-06-25 Ian Lance Taylormisc/cgo/test: use char, not int, so test works on...
2019-06-25 Keith Randallcmd/compile: don't mark argument array as noalg
2019-06-25 Jay Conroddoc/go1.13: binary-only package are no longer supported
2019-06-25 Dmitri Shuralyovdoc/go1.13: close <em> and <code> tags
2019-06-25 Bryan C. Millsdoc/go1.13: describe new cmd/go environment variables
2019-06-25 Bryan C. Millsdoc/go1.13: describe 'go env -w'
2019-06-25 Bryan C. Millsdoc/go1.13: describe changes to 'go get'
2019-06-25 Lynn Bogercmd/internal/obj/ppc64: add doc.go
2019-06-25 LE Manh Cuongcmd/go: validate path in mod init path
2019-06-25 Bryan C. Millscmd/go: ensure that runtime/cgo is not stale in TestExe...
2019-06-25 Andrewdoc/go1.13: add release notes for the errors package
2019-06-25 Bryan C. Millscmd/go/internal/modfetch: filter pseudo-versions from...
2019-06-25 Bryan C. Millscmd/go/internal/modfetch: return structured errors...
2019-06-25 Ben Shiruntime: fix a register save/restore bug in sigtramp...
2019-06-25 Ian Lance Taylorbufio: fix ExampleScanner_Bytes comment, add error...
2019-06-24 Filippo Valsordadoc/go1.13: cmd/go, math/big, and a leftover crypto...
2019-06-24 Bryan C. Millscmd/go: fix a typo in module-private help text
2019-06-24 kawakamicmd/cgo: fix inappropriate array copy
2019-06-24 Clément Chigotcmd/go: silence ar with D flag failures
2019-06-24 Ian Lance Taylordoc/go1.13: mention {NetBSD,OpenBSD}/arm64 ports
2019-06-24 Bryan C. Millscmd/go/internal/modfetch: treat a missing go.mod file...
2019-06-24 Andrewdoc/go1.13: remove bytes TODO since it does not require...
2019-06-23 Ian Lance Taylortest: update blank1.go for changed gofrontend error...
2019-06-23 Ian Lance Taylorruntime/cgo: on Solaris link against -lxnet
2019-06-21 Dmitri Shuralyovdoc: add release notes for godoc and go doc
2019-06-21 Bryan C. Millscmd/go: validate pseudo-versions against module paths...
2019-06-21 Bryan C. Millscmd/go/testdata: update addmod.go to work with the...
2019-06-21 Robert Griesemercmd/gofmt: fix normalization of imaginary number literals
2019-06-21 Than McIntoshcmd/link: revise previous __DWARF segment protection fix
2019-06-21 Ian Lance Taylorcmd/go: add more docs for go directive in go.mod file
2019-06-21 guitarbum722bufio: add example for Scanner.Bytes
2019-06-21 Ian Lance TaylorRevert "runtime: use dispatch semaphores on Darwin"
2019-06-21 Robert Griesemerdoc/go1.13: document changes to gofmt, go/* libs, and...
2019-06-20 Daniel Cormierbufio: Reader.Read may return io.EOF even when it has...
2019-06-20 Filippo Valsordacrypto/x509: normalize and expand docs of Parse and...
2019-06-20 Filippo Valsordacrypto/tls: reject low-order Curve25519 points
2019-06-20 Filippo Valsordacrypto/tls: move shared code and resources to handshake...
2019-06-20 Robert Griesemertext/scanner: rename AllowNumberbars to AllowDigitSepar...
2019-06-20 Tobias Klausercmd/go/internal/imports: match solaris files for illumos
2019-06-20 David Chasecmd/compile: add necessary operand to mergePoint in...
2019-06-19 Jay Conrodcmd/go: install binaries in cmd/ in $GOROOT/bin instead...
2019-06-19 Andrewdoc/go1.13: add release notes for the testing package
2019-06-19 Filippo Valsordacrypto/tls: disable RSA-PSS in TLS 1.2 again
2019-06-19 Austin Clementsdoc/go1.13: expand ports, add skeleton language changes...
2019-06-19 Than McIntoshcmd/link: macos: set initial protection of 0 for __DWAR...
2019-06-19 LE Manh Cuongcmd/compile: correct comments of gc.Val fields
2019-06-19 Robert Griesemerdoc/go1.13: add release notes for language changes
2019-06-19 Than McIntoshcmd/link: fix stale link to MachO file format reference...
2019-06-19 Bryan C. Millscmd/go/internal/modfetch: re-resolve commit hashes...
2019-06-19 Michael Brandenburgmath: add examples for Log, Log2, Mod, and Abs
2019-06-19 Raghavendra... net/http: fix Server.IdleTimeout and Server.ReadHeaderT...
2019-06-18 Filippo Valsordadoc/go1.13: add crypto-related release notes
2019-06-18 Jay Conrodcmd/go: fix sumdb test failure with misbehaving DNS...
2019-06-18 Andrewdoc/go1.13: add release notes for the net package
2019-06-18 Austin Clementsdoc/go1.13: runtime release notes, some compiler releas...
2019-06-18 Josh Bleecher... reflect,doc: use "the" instead of "a" in IsZero docs
2019-06-18 Steve Mynottdoc: remove a Google+ link since it doesn't exist anymore
2019-06-18 Jay Conrodcmd/go/internal/modload: query correct "latest" version...
2019-06-17 Andrew Gerrandhtml/template, text/template: document glob semantics
2019-06-17 Keith Randalldoc: update 1.13 release notes
2019-06-17 Samuel Tanhtml/template: handle nil Error values in context.String
2019-06-17 Jay Conrodcmd/go: document GOBIN and 'go install' locations
2019-06-16 Elias Naursyscall: accept permission errors in TestExecPtrace
2019-06-15 Elias Naursyscall: disable ptrace on iOS
2019-06-15 Elias Naurmisc/ios: add missing CGO_ENABLED=1 for running standal...
2019-06-15 Ian Lance Taylorruntime: use dispatch semaphores on Darwin
2019-06-14 Katie Hockmandoc: release notes for syscall and syscall/js
2019-06-14 Juliedoc: add release notes for log
2019-06-14 Jay Conrodcmd/go: avoid accidental downgrades in 'go get' with...
2019-06-14 Juliedoc: add release notes for context
2019-06-13 Lynn Bogervendor: go get -u golang.org/x/crypto && go mod vendor
2019-06-13 Katie Hockmandoc: clarify default go command behavior in the release...
2019-06-13 Daniel Theophanesdatabase/sql: add support for decimal interface
2019-06-13 Daniel Theophanesdatabase/sql: add Conn.Raw to expose the driver Conn...
2019-06-13 Bryan C. Millscmd/go: factor the I/O-retry logic out of renameio
2019-06-13 Jay Conrodcmd/go: add '--' before repository names when invoking...
2019-06-13 Juliedoc: add release notes for reflect
2019-06-13 Juliedoc: release notes for html/template
2019-06-13 Daniel Theophanesdatabase/sql/driver: document Valuer must not panic
2019-06-13 Dmitri Shuralyovdoc: mention os.UserConfigDir in release notes
2019-06-12 Katie Hockmandoc: release notes for text/scanner and text/template
2019-06-12 Russ Coxcmd/go: add GOPRIVATE environment variable
2019-06-12 Matthew Dempskycmd/compile: fix range analysis of small signed integers
2019-06-12 Juliedoc: add release notes for database/sql
2019-06-12 Katie Hockmandoc: add release notes for sync
2019-06-12 Andrew Bonventredoc: add release notes for the bytes, strings, and...
2019-06-12 Jonathan Amsterdamcmd/go: include -errorsas in go test vet checks
2019-06-11 Jonathan Amsterdamerrors: clarify doc for As
2019-06-11 Bryan C. Millscmd/go: allow GOPROXY to elide the "https://" prefix
2019-06-11 Katie Hockmandoc: add release notes describing the default mirror...
2019-06-11 Bryan C. Millscmd/vet: include the errors.As check from upstream...
2019-06-11 Jonathan Amsterdamerrors: improve As tests
2019-06-11 Andrew Bonventredoc: add release notes for os and os/exec
2019-06-10 Dmitri Shuralyovdoc: document Go 1.12.6
2019-06-10 Dmitri Shuralyovdoc: document Go 1.11.11
next