]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2019-11-26 Kyle Shannonlib/time: update tz data to 2019c
2019-11-25 skanehiraos: fix broken comment's link
2019-11-25 Fazlul Shahriarcmd/link: fix TestStrictDup in module mode
2019-11-25 Jason A. Donenfeldcmd/go: prefix calls to Windows rmdir with cmd.exe
2019-11-25 Bryan C. Millsmisc/cgo/testshared: do not write to GOROOT
2019-11-25 Bryan C. Millsmisc: log 'ok' from 'go run' tests on success
2019-11-25 Bryan C. Millsmisc: remove use of relative directories in overlayDir...
2019-11-25 diaxu01cmd/internal/obj/arm64: add NOOP description in Go...
2019-11-25 Dan Scalesruntime: add go:nosplit to cgo_mmap.go:mmap() and sys_d...
2019-11-24 Than McIntoshcmd/link: disable new testpoint on mips pending investi...
2019-11-23 Tobias Klausersyscall: follow convention for generated code comments...
2019-11-23 Richard Musiolsyscall/js: handle interleaved functions correctly
2019-11-23 Than McIntoshcmd/link: add new linker testpoint for "ld -r" host...
2019-11-23 Than McIntoshcmd/link: fix bug with -newobj and "ld -r" ELF host...
2019-11-22 Dmitri Shuralyovnet/http: rename tests for Redirect and StripPrefix
2019-11-22 Brad Fitzpatricknet/http: make Transport.IdleConnTimeout consider wall...
2019-11-22 Bryan C. Millscmd/go/internal/work: reduce code duplication in buildM...
2019-11-22 Jay Conrodcmd/go: fix and re-enable build_trimpath test
2019-11-22 Bryan C. Millscmd/go: do not panic when computing Shlib for a package...
2019-11-22 Bryan C. Millscmd/go: add a 'buildmode' condition for script tests
2019-11-22 Bryan C. Millsmisc/cgo/testshared: make -v output less verbose
2019-11-22 Michael Anthony... runtime: release worldsema before Gosched in STW GC...
2019-11-22 Michael Anthony... runtime: increase TestPhysicalMemoryUtilization threshold
2019-11-22 Jay Conrodcmd/go: add 'go generate' commands to modfile_flag...
2019-11-22 Bryan C. Millsmisc/cgo/testcshared: avoid writing to GOROOT in tests
2019-11-22 Bryan C. Millsmisc/cgo/testcarchive: avoid writing to GOROOT in tests
2019-11-22 Hana Kimruntime/pprof: avoid crash due to truncated stack traces
2019-11-22 tworeflect: remove obsolete comment about gobitVector
2019-11-22 David Chasecmd/compile: try harder to not use an empty src.XPos...
2019-11-21 Roman Kollárnet/http: fix Server.ConnContext modifying context...
2019-11-21 Roberto Clapistext/template: harden JSEscape to also escape ampersand...
2019-11-21 Filippo Valsordacrypto/tls: remove leftover extensionNextProtoNeg constant
2019-11-21 Jay Conrodcmd/go: report an error for 'go list -m ...' outside...
2019-11-21 Cherry Zhangruntime: relax TestAsyncPreempt
2019-11-21 jinmiaoluonet/url: update net/url split comment
2019-11-21 Andrewall: base64-encode binaries that will cause Apple notar...
2019-11-20 Bryan C. Millsmisc/cgo/testplugin: avoid writing to GOROOT
2019-11-20 Bryan C. Millsmisc/cgo/fortran: avoid writing to $PWD
2019-11-20 Eric Rutherfordpath: minor changes to improve documentation for Join
2019-11-20 Filippo Valsordaencoding/base64: document that Strict mode still ignore...
2019-11-20 Austin Clementsruntime: support preemption on windows/{386,amd64}
2019-11-20 Austin Clementsruntime: ensure thread handle is valid in profileloop1
2019-11-20 Austin Clementsruntime: move m.thread to mOS
2019-11-20 Clément Chigotruntime: disable GDB tests on AIX with -short
2019-11-20 Katie Hockmancrypto/x509: fix typo in godoc for ParseECPrivateKey
2019-11-20 Baokun Leecmd/go: skip mod_convert_tsv_insecure test when no...
2019-11-19 Jay Conroddoc: add section for major version suffixes to module...
next