]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-01-07 Michael Matloobcmd/go: convert TestCoverageImportMainLoop and TestGoTe...
2020-01-07 Michael Matloobcmd/go: remove tests using testdata/flag_test.go
2020-01-07 Joel Singruntime: correct assembly for openbsd/arm64
2020-01-07 Julian Tibbleruntime: fix typo in comment
2020-01-07 Joel Singruntime: correct setNonblock on linux/arm64
2020-01-07 Dan Scalesruntime: avoid potential deadlock when tracing memory...
2020-01-06 Brad Fitzpatrickos: document that File.Seek works on directories, but...
2020-01-06 Cherry Zhangruntime: test memmove writes pointers atomically
2020-01-06 Michael Matloobcmd/go: convert some cgo-related testcases to script...
2020-01-06 Michael Matloobcmd/go: convert TestGoTestWithoutTests to the script...
2020-01-06 Michael Matloobcmd/go/testdata/script: delete trailing space in test
2020-01-06 Michael Matloobcmd/go: convert TestIssue17119 to the script test framework
2020-01-06 Michael Matloobcmd/go: convert some testcases to the script framework
2020-01-06 Michael Matloobcmd/go: parallellize more test cases
2020-01-06 Sean Liao.github: add link to questions in ISSUE_TEMPLATE
2020-01-06 Michael Matloobcmd/go: convert TestGoGenerateBadImports to script...
2020-01-06 Michael Matloobcmd/go: convert TestRunPkg to the script framework
2020-01-06 Brad Fitzpatricknet: update renamed test name in comment
2020-01-06 Austin ClementsRevert "cmd/link: skip symbol references when looking...
2020-01-06 Michael Matloobcmd/go: convert TestIssue7108 to the script framework
2020-01-06 Michael Matloobcmd/go/testdata: remove directory badmod
2020-01-06 Joel Singsyscall: resync various riscv64 structs with x/sys...
2020-01-06 Joel Singsyscall: provide Renameat as a wrapper around renameat2...
2020-01-06 Joel Singsyscall: fix riscv64 syscall assembly
2020-01-06 Tim Cooperall: fix typo in RuneSelf, runeSelf comments
2020-01-04 Joel Singcmd/link: skip symbol references when looking for missi...
2020-01-04 Joel Singcmd/internal/obj/riscv: correct CALL reloc symbol handling
2020-01-04 Joel Singcmd/internal/obj/riscv: handle MOV rewrites in separate...
2020-01-04 Cherry Zhangruntime: don't use R11 in nanotime1/walltime1 on ARM
2020-01-03 Daniel Martídoc: document atexit_sleep_ms flag in race_detector
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
next