]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-01-03 Jay Conrodcmd/go: clarify stderr behavior for 'go help mod download'
2020-01-03 Michael Matloobcmd/go: convert TestGoTestImportErrorStack to the scrip...
2020-01-03 Michael Matloobcmd/go: convert TestGoBuildNotMain to script framework
2020-01-03 Michael Matloobcmd/go: convert TestRunInternal to the script test...
2020-01-03 Michael Matloobcmd/go: convert TestCoveragePattern to the script framework
2020-01-03 Michael Matloobcmd/go: remove TestGoTestDetectsTestOnlyImportCycles
2020-01-03 Michael Matloobcmd/go: convert TestPluginNonMain to script framework
2020-01-03 Michael Matloobcmd/go: convert tests using testdata/src/syntaxerror...
2020-01-03 Dmitri Shuralyovdoc: remove root.html and conduct.html (moved to x...
2020-01-03 Emmanuel T... all: fix invalid invocations of Fatalf in goroutines
2020-01-02 Katie Hockmandoc: add section for checksum database to module refere...
2020-01-02 Austin Clementsdoc/go1.14: mention sync.Mutex changes
2020-01-02 Cherry Zhangruntime: ensure memmove write pointer atomically on...
2020-01-02 Rhys Hiltnerruntime: emit trace event in direct semaphore handoff
2020-01-02 Dmitri Shuralyovdoc: 2020 is the Year of the Gopher
2019-12-31 Tobias Klauserinternal/poll: use correct fcntl implementations
2019-12-30 Tobias Klauserinternal/syscall/unix: use libc based fcntl for IsNonbl...
2019-12-30 Josh Bleecher... cmd/compile: fix typo in comment
2019-12-30 Tobias Klausersyscall: use fcntl64 on 32-bit GNU/Linux systems
2019-12-27 Michael Anthony... runtime: check whether scavAddr is in inUse on scavenge...
2019-12-27 Ian Lance Taylorio: show ErrUnexpectedEOF in ExampleReadAtLeast
2019-12-27 Ian Lance Taylordoc/go1.14: mention increased number of EINTR errors
2019-12-26 Michael Anthony... runtime: disable pageAlloc tests on OpenBSD in short...
2019-12-26 Tobias Klauserinternal/poll: use fcntl64 on 32-bit GNU/Linux systems
2019-12-24 Ariel Mashrakidoc/go1.14: change hash/maphash package link
2019-12-24 Isfan Azhabilnet: fix typo in dns client unix test
2019-12-24 Joel Singcmd/internal/obj/riscv: handle AGETCALLERPC
2019-12-24 Joel Singcmd/internal/obj/riscv: handle FEQ/FNEG/SEQZ/SNEZ
2019-12-24 Joel Singcmd/internal/obj/riscv: handle call, jmp and branch
2019-12-23 Ian Lance Taylorinternal/syscall/unix: use fcntl64 on 32-bit GNU/Linux...
2019-12-23 Alberto Donizettitesting: document that benchmark logs are dumped to...
2019-12-20 Austin Clementsdoc/go1.14: more runtime/compiler release notes
2019-12-20 Ian Lance Taylormisc/cgo/test: tweak to pass with GCC 10
2019-12-20 Dan Scalesruntime: make sure BP is saved in nanotime1/walltime1...
2019-12-20 Bryan C. Millscmd/go/internal/modfetch/codehost: replace a dubious...
2019-12-20 Bryan C. Millscmd/go: diagnose missing replacement directories
2019-12-20 Bryan C. Millscmd/go: avoid erroneous canonicalization when trying...
2019-12-19 Bryan C. Millscmd/go: relax validation for replacements for gopkg...
2019-12-19 Jay Conrodcmd/go: in 'go list -m', print effective go.mod file
2019-12-19 Bryan C. Millscmd/go/internal/clean: make 'go clean -testcache' a...
2019-12-19 Daniel Martítext/template: indirect interfaces before slicing
2019-12-19 Ian Lance Taylorreflect: record PkgPath of StructOf arguments
2019-12-18 Cherry Zhangruntime: use innermost frame's func name for async...
2019-12-18 Austin Clementsdoc/go1.14: release notes for runtime and compiler
2019-12-18 Gert Cuykenscmd/doc: flag usage() inconsistency
2019-12-17 Bryan C. Millsdoc/go1.14: document changes to -mod=readonly and go...
2019-12-17 Michael Matloobsrc/go/doc: in Examples, check for len of params.List...
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...
next