]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2019-06-27 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
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 Filippo Valsorda[dev.boringcrypto] misc/boring: add go1.12.6b4 and...
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
2019-06-10 Bryan C. Millscmd/go: in TestScript, set $GOEXE instead of $exe
2019-06-10 Andrew Bonventredoc, net/http: add release notes for net/http and fix...
2019-06-10 Bryan C. Millscmd/go/internal/load: remove unused hasSubdir function
2019-06-10 Keith Randallsyscall: fix freebsd 64-bit test
2019-06-10 Bryan C. Millscmd/go: in tests, don't assume that the 'git' binary...
2019-06-10 Keith RandallRevert "Revert "cmd/compile,runtime: allocate defer...
2019-06-10 Keith Randallsyscall: fix Getdirentries on 32-bit freebsd 12
2019-06-10 Bryan C. Millscmd/go/internal/web: support file:// URLs
2019-06-09 Filippo Valsorda[dev.boringcrypto] crypto: move crypto/internal/boring...
2019-06-09 Dmitri Shuralyovcmd/go: fix syntax mistake in a testscript file, take 2
2019-06-07 Daniel Martícmd/go: fix syntax mistake in a testscript file
2019-06-07 Daniel Martíos: change UserConfigDir on Darwin to ~/Library/Applica...
2019-06-07 Keith Randallcmd/link: fix deferreturn detector
2019-06-07 Brad Fitzpatricknet/http: support BaseContext & ConnContext for http2...
2019-06-07 Austin Clementscmd/dist,cmd/compile: remove -allabis mode
2019-06-07 Matt Layhersyscall: refer to Proc.Call documentation for LazyProc...
2019-06-07 Constantin... cmd/go: fix error messages for go mod download in GOPAT...
2019-06-07 Daniel Martícmd/go: recommend -d when -m is used
2019-06-07 Bryan C. Millscmd/go/internal/modload: propagate errors from Query...
2019-06-07 Daniel Martítext/template: clarify the safety of Template.New
2019-06-07 Ian Lance Taylorgo/internal/gccgoimporter: update for gofrontend export...
2019-06-07 Daniel Martícmd/vendor: go get -u golang.org/x/tools && go mod...
2019-06-06 Austin Clementsruntime/internal/atomic: remove erroneous ABI wrappers
2019-06-06 Austin Clementsruntime/internal/atomic: export more ABI0 wrappers
2019-06-06 Russ Coxnet: remove non-cgo macOS resolver code
2019-06-06 Russ Coxnet: fix non-cgo macOS resolver code
2019-06-06 Russ Coxruntime: document, fix libc error checks on macOS
2019-06-06 Austin Clementscmd/go: remove cross-package assembly reference discovery
2019-06-06 Austin Clementsruntime: mark all Go symbols called from assembly in...
2019-06-06 Austin Clementscmd/compile: make the second argument to go:linkname...
2019-06-06 Austin Clementscmd/compile: generate ABI wrappers for //go:linkname...
2019-06-06 Michael Mundaycmd/compile, runtime: make atomic loads/stores sequenti...
2019-06-06 David Chasecmd/compile: correct capitalization in recordFlags...
2019-06-06 Meng Zhuosyscall: fix skip condition in skipUnprivilegedUserClone
2019-06-06 David Chasecmd/compile: add -smallframes gc flag for GC latency...
2019-06-06 Meng Zhuosyscall: skip test if unprivileged_userns_clone sysctl...
2019-06-06 Russ Coxruntime: fix non-tab indentation in lookup_darwin_*.s
2019-06-06 Russ Coxruntime: fix scattered non-tab indentation in assembly
2019-06-06 Russ Coxnet: fix conf.teardown call in TestGoLookupIPOrderFallb...
2019-06-06 Russ Coxruntime: use default system stack size, not 64 kB,...
2019-06-05 ng0cmd/go: accept -Wl,-R/path/
2019-06-05 Alex Myasoedovdoc: clarify safety of multiple and concurent os.(...
2019-06-05 Keith RandallRevert "cmd/compile,runtime: allocate defer records...
2019-06-05 Austin Clementscmd/link: regenerate symkind_string.go
2019-06-05 Ian Lance Taylordoc: remove CL 159258 from 1.13 release notes list
next