]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2019-12-17 Bryan C. Millsgo/build: rename WorkingDir to Dir go1.14beta1
2019-12-17 Oliver Powelltext/template: remove an incorrect comment and clarify...
2019-12-17 Ian Lance Taylortime: further clarifications to the (*Timer).Stop docs
2019-12-16 Dmitri Shuralyovdoc: remove Go Security Policy page (moved to x/website)
2019-12-16 Alexander Rakoczyapi: promote next to go1.14
2019-12-16 Jason A. Donenfeldruntime: do not use PowerRegisterSuspendResumeNotificat...
2019-12-16 Michael Matloobgo/doc: ignore example functions with arguments
2019-12-15 Fazlul Shahriaros/exec: ignore hungup error while copying stdin on...
2019-12-13 Alberto Donizettispec: reword claim about the grammar being regular
2019-12-13 Jay Conroddoc: fix missing closing tag in module documentation
2019-12-13 Cherry Zhangruntime: fix off-by-1 error on address ranges
2019-12-13 Filippo Valsordadoc: remove expiration from PGP key in security.html
2019-12-12 Dan Scalesruntime: force segv for nil defer function to be in...
2019-12-12 Brad Fitzpatricknet/http: fix some awkward wording in Request.WithConte...
2019-12-12 Bryan C. Millscmd/go: restore default vet analyzers for targets in...
2019-12-11 Bryan C. Millscmd/go: allow arguments to 'go test' and 'go vet' to...
2019-12-11 Michael Anthony... runtime: use inUse ranges to map in summary memory...
2019-12-11 Cherry Zhangtest: add a test for gccgo compiler bug of missing...
2019-12-11 Michael Anthony... runtime: track ranges of address space which are owned...
2019-12-11 Bryan C. Millsnet/http: use cancellation instead of a timeout in...
2019-12-11 Andrew Stormontruntime: syscall_forkx on Solaris can return error...
2019-12-11 Dmitri Shuralyovdoc: remove Release History pages (moved to x/website)
2019-12-11 Lorenz Bauersyscall: use SOCK_CLOEXEC when creating sockets
2019-12-10 Tobias Klausercmd/compile/internal/logopt: gofmt
2019-12-10 vovapitesting: use conventional comments for exported interna...
2019-12-10 Tobias Klauserruntime: use MRS instruction to read system registers...
2019-12-10 Bryan C. Millsnet/http: await state traces earlier in TestServerConnState
2019-12-10 Brad Fitzpatricknet/http: fix timeout race in Transport proxy CONNECT
2019-12-10 Daniel Martíall: fix a number of misuses of the word "an"
2019-12-09 Jay Conrodcmd/go: document 'go env GOMOD' outside modules
2019-12-09 Than McIntoshcmd/link: fix imports problem in elf_test.go
2019-12-09 Meng Zhuocmd/link: fix loadelf failed on MIPS family
2019-12-09 Clément Chigotruntime: use mprotect in sysMap for aix/ppc64
2019-12-09 Brad Fitzpatricknet/http: don't wait indefinitely in Transport for...
2019-12-09 Muhammad Falak... runtime/race: correct typo s/is/in
2019-12-09 Mark Pulfordruntime: suggest more kernel options for mlock failure
2019-12-09 Jay Conrodcmd/go: clarify -dropreplace help text in 'go help...
2019-12-09 Austin Clementsruntime: mlock top of signal stack on both amd64 and 386
2019-12-09 Daniel Martígo/ast: fix a few incorrect "an" articles
2019-12-07 Alberto Donizettidoc: add missing p in install from source page
2019-12-07 Emmanuel T... net/http: unflake TestTimeoutHandlerSuperfluousLogs
2019-12-06 Alex Harfordcrypto/tls: fix a typo in TLS handshake comment
2019-12-06 Bryan C. Millscmd/go/internal/modcmd: loosen path validation in ...
2019-12-06 Bryan C. Millscmd/go/internal/modload: revert duplicate path suppress...
2019-12-06 Bryan C. Millscmd/go: include cfg.BuildModReason in 'import lookup...
2019-12-06 Cherry Zhangcmd/link: skip gaps between PT_LOAD segments in TestPIESize
2019-12-06 Bryan C. Millscmd/go: avoid generating "malformed module path" errors...
2019-12-06 po3rinstrings: fix nonexistent path in comment
2019-12-06 Jay Conrodcmd/go: reduce redundancy in direct mode lookup error...
2019-12-06 Brad Fitzpatrickos: skip a new failing test on Windows
2019-12-06 Austin Clementsruntime: give useful failure message on mlock failure
2019-12-06 Ian Lance Taylorsync: deflake TestWaitGroupMisuse3
2019-12-06 Alex Brainmanall: fix most of the remaining windows -d=checkptr...
2019-12-06 Robert Griesemergo/types: print package path in error messages if packa...
2019-12-06 Tobias Klausercmd/go: fix check for -Wp,-U in cgo CFLAGS
2019-12-06 Ian Lance Taylorruntime: add Gosched to TestSelectStackAdjust loop
2019-12-06 Cherry Zhangcmd/compile: mark empty block preemptible
2019-12-06 Cherry Zhangcmd/compile: don't fuse branches with side effects
2019-12-05 Tobias Klauserdoc/go1.14: document freebsd/arm64 port
2019-12-05 Rhys Hiltnercmd/go: print newline after GOOS/GOARCH error
2019-12-05 Jay Conrodcmd/go: include imports in 'go list -e' output even...
2019-12-05 Keith Randallos: reset dirinfo when seeking on Darwin
2019-12-05 Jay Conrodcmd/go: test that 'go list -e -mod=readonly' reports...
2019-12-05 Dmitri Shuralyovdoc: add CherryPickApproved filter to Release History...
2019-12-05 Meng Zhuocmd/go: delete TestGetFileURL temporary file
2019-12-05 Filippo Valsordasrc/go.mod: sync golang.org/x/net with h2_bundle.go
2019-12-05 Johan Janssonruntime: remove comment about gcCopySpans()
2019-12-05 taisatesting: fix testing docs
2019-12-05 Ian Lance Taylorcmd/link: when changing to Segrelrodata, reset datsize
2019-12-05 Austin Clementsruntime: mlock top of signal stack on Linux 5.2–5.4.1
2019-12-05 Austin Clementsruntime: add a simple version number parser
2019-12-04 Jay Conrodcmd/go: fix list_constraints test on non-amd64 platforms
2019-12-04 Jay Conrodgo/build: don't include imports from cgo files when...
2019-12-04 Brad Fitzpatrickmath/rand: update comment to avoid use of ^ for exponen...
2019-12-04 Carlos Amedeedoc: fix typo in Go 1.12.14 document
2019-12-04 Carlos Amedeedoc: document Go 1.13.5
2019-12-04 Carlos Amedeedoc: document Go 1.12.14
2019-12-04 Tobias Klausercmd/objdump: reference tracking bug in TestDisasmCode...
2019-12-03 Michael Anthony... runtime: convert page allocator bitmap to sparse array
2019-12-03 Xiangdong Jicmd/vet: honor analyzer flags when running vet outside...
2019-12-03 Ian Lance Taylorruntime: treat call from runtime as transient in TestDe...
2019-12-02 Ian Lance Taylorruntime: use current P's race context in timer code
2019-12-02 Günther Noackos/exec: document that cmd.Start() sets the Process...
2019-12-02 Than McIntoshcmd/link: additional fixes for -newobj and "ld -r"...
2019-12-02 Tao Qingyuncmd/compile: declare with type for fmtMode constant
2019-12-02 Xudong Zhangtime: fix comment in test
2019-11-28 Richard Millerruntime: on plan9 don't return substitute address for...
2019-11-27 Michael Anthony... runtime: ready scavenger without next
2019-11-27 Carlos Amedeecmd/go/internal/modget: synchronize writes to modOnly...
2019-11-27 Hana (Hyang... cmd/go: enable -x in go mod download
2019-11-27 Jay Conroddoc: add section on resolving packages to module refere...
2019-11-27 Michael Anthony... runtime: reset scavenge address in scavengeAll
2019-11-27 Brad Fitzpatricknet/http: update bundled x/net/http2
2019-11-27 Mostyn Bramley... doc: clarify interaction of ioutil.WriteFile with umask
2019-11-27 Cherry Zhangruntime: print more information on stack overflow
2019-11-27 Cherry Zhangcmd/internal/obj: mark split-stack prologue nonpreemptible
2019-11-27 Cherry Zhangcmd/internal/obj, runtime: use register map to mark...
2019-11-26 Jay Conroddoc: add section on GOPROXY protocol to module referenc...
2019-11-26 Jay Conrodcmd: update golang.org/x/mod and vendor
2019-11-26 Cherry Zhangruntime: disable async preemption on darwin/arm(64...
next