]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-06-04 joshuabezaleelio/ioutil: update WriteFile to clarify it does not...
2020-06-04 Tobias Klauserall: fix dead links to inferno-os bitbucket repository
2020-06-04 Keith Randallcmd/compile: add interface equality tests
2020-06-04 Julie Qiudoc/go1.15: add release notes for time
2020-06-04 Julie Qiudoc/go1.15: add release notes for strconv
2020-06-03 David Chaseruntime: make runtime-gdb.py tolerant of creatively...
2020-06-03 Katie Hockmancrypto/tls: test that Clone copies session ticket key...
2020-06-03 Cherry Zhangcmd/internal/goobj2: add referenced symbol names to...
2020-06-03 Cherry ZhangRevert "cmd/internal/goobj: add index to symbol name...
2020-06-03 Keith Randallcmd/compile: test that equality is evaluated in order
2020-06-03 Katie Hockmancrypto/tls: fix duplicate calls to VerifyConnection
2020-06-03 Than McIntoshcmd/link: new DWARF line table test case
2020-06-03 Keith RandallRevert "cmd/compile: improve equality algs for arrays...
2020-06-03 Keith RandallRevert "cmd/compile: improve generated eq algs for...
2020-06-03 Than McIntoshdoc/go1.15: add release notes for plugin
2020-06-03 David Chaseruntime: repair gdb printing fix for 7.12, 8.{1,2,3...
2020-06-03 Austin Clementsdoc/go1.15: runtime release notes
2020-06-03 fanzha02cmd/internal/obj/arm64: fix typos in document
2020-06-03 Than McIntoshcmd/{compile,link}: fix problem with DWARF end_sequence ops
2020-06-03 Than McIntoshdoc/go1.15: add release notes for new linker
2020-06-03 Ian Lance Taylorruntime: steal timers from running P's
2020-06-03 Andrew G. Morgancmd/go: add -Wl,-wrap,symbol to linker flag whitelist
2020-06-02 Jean de Klerktesting: capture testname on --- PASS and --- FAIL...
2020-06-02 David Goldentime: note that formats may parse invalid strings
2020-06-02 David Chaseruntime: repair slice, string, and channel printing...
2020-06-02 Ian Lance Taylorcmd: update golang.org/x/tools to v0.0.0-20200601175630...
2020-06-02 Jay Conroddoc/go1.15: remove TODOs for tools and go command sections
2020-06-02 Roland Shoemakercrypto/x509: document support for leading periods in...
2020-06-02 Dan Scalesruntime: add three new partial orders for lock ranking
2020-06-02 Richard Millerinternal/poll: add mutex to prevent SetDeadline race...
2020-06-01 Cherry Zhangmisc/cgo/testplugin: fix typo in comment
2020-06-01 Elias Naurdoc: document the new Cgo EGLConfig special case
2020-06-01 Elias Naurdoc: document new Android default linker
2020-06-01 Cherry Zhangcmd/link: flush file mapping before unmapping
2020-06-01 Jay Conrodcmd/go/internal/modload: document mvsReqs.Max
2020-06-01 Daniel Nephincmd/test2json: attribute output to the correct test
2020-06-01 Alexander Rakoczydoc/go1.15: update Go 1.15 release notes using relnote
2020-05-31 Richard Musiolruntime: fix race condition between timer and event...
2020-05-31 Elias Naurcmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type...
2020-05-31 Yasser Abdolmalekicontainer/list: fix typo in function comments
2020-05-31 Paschalis Tsiliasnet/http: reject HTTP/1.1 Content-Length with sign...
2020-05-31 Austin ClementsRevert "cmd/go: group 'go get' update messages together...
2020-05-30 Brad Ericksondatabase/sql/driver: use correct method name "Connect...
2020-05-29 Michael Prattruntime: no SIGWINCH to pgrp while GDB is running
2020-05-29 Jay Conrodgo/build: move build constraint docs to 'go help buildc...
2020-05-29 Jay Conrodcmd/go: group 'go get' update messages together near...
2020-05-29 Than McIntoshcmd/compile: add test case for issue 38068
2020-05-29 Xiangdong Jicmd/compile: fix incorrect rewriting to if condition
2020-05-29 Alberto Donizettimath: fix dead link to springerlink (now link.springer)
2020-05-29 Volker Doblernet/http: clarify that AddCookie only sanitizes the...
2020-05-28 Daniel Martíencoding/xml: only initialize nil struct fields when...
2020-05-28 Daniel MartíRevert "encoding/json: reuse values when decoding map...
2020-05-28 Bryan C. Millsos: in Symlink, stat the correct target path for drive...
2020-05-28 Dmitri Shuralyovdoc/go1.15: document no language changes
2020-05-28 Elias Naursyscall: avoid dup2 in forkAndExecInChild1 on Android
2020-05-28 Cherry Zhangcmd/compile: always use StackMapDontCare as register...
2020-05-27 Bryan C. Millsrun.bat: use ..\bin\go instead of "go" to install std...
2020-05-27 Russ Coxnet/http: handle body rewind in HTTP/2 connection loss...
2020-05-27 Michael Prattruntime: check gdb exit status and log output
2020-05-27 Cherry Zhangcmd/link: actually close the output file
2020-05-27 Paschalis Tsiliascmd/go: clean -cache -n should not delete cache
2020-05-26 Jay Conrodcmd/go: report error for empty GOPROXY list
2020-05-26 Tobias Klauserruntime, time: gofmt
2020-05-26 Katie Hockmancrypto/x509: allow setting MaxPathLen to -1 without...
2020-05-26 Paul D. Webercmd/link/internal/ld/lib.go: use lld on Android
2020-05-26 Joel Singruntime, syscall: correct openbsd/arm and openbsd/arm64...
2020-05-25 Elias Naurcmd/link/internal/ld: consider alternative linkers...
2020-05-24 Tobias Klausercmd/go: fix parallel chatty tests on solaris-amd64...
2020-05-24 Richard Musiolsyscall/js: improve documentation of Func.Release
2020-05-24 matsuyoshios: use same link in UserCacheDir/UserConfigDir doc
2020-05-23 Roland Shoemakerencoding/asn1: document what Unmarshal returns in rest
2020-05-22 Russ Coxtime: simplify Duration.String example
2020-05-21 Austin Clementsruntime: detect and report zombie slots during sweeping
2020-05-21 Bryan C. Millsall: use a hermetic "go" tool in standard-library tests
2020-05-21 Michael Prattruntime: disable preemption in startTemplateThread
2020-05-21 Jean de Klerktesting: reformat test chatty output
2020-05-21 Michael Anthony... runtime: synchronize StartTrace and StopTrace with...
2020-05-21 Cherry Zhangcmd/link: fix size calculation for file space prealloca...
2020-05-21 Than McIntoshcmd/compile: delay inlinable method compilation for...
2020-05-21 Jay Conrodcmd/go: rank errUseProxy lower when handling proxy...
2020-05-21 Cherry Zhangruntime: add a barrier after a new span is allocated
2020-05-20 Ian Lance Taylorsyscall: preserve Windows file permissions for O_CREAT...
2020-05-20 Yasuhiro Matsumotocmd/go: use temporary file for output of gcc command...
2020-05-20 David Chasecmd/go: remove GOAMD64 environment variable
2020-05-20 Bryan C. Millsruntime: allocate fewer bytes during TestEINTR
2020-05-20 Michael Anthony... runtime: don't use (addrRange).subtract in removeGreate...
2020-05-20 Michael Hudson... cmd/go: accept smart quotes when checking for missing...
2020-05-19 Bryan C. Millstesting: clean up remaining TempDir issues from CL...
2020-05-19 Bryan C. Millscrypto/x509: save the temp dir in TestReadUniqueDirecto...
2020-05-19 Roger Peppetesting: return unique directory inside same base root...
2020-05-19 Tobias Klauserdoc/go1.15: consolidate notes regarding package testing
2020-05-19 Ian Lance Taylordoc: require macOS 10.12 or later
2020-05-18 Katie Hockmancrypto/tls: remove version check when unmarshaling...
2020-05-18 Ian Lance Taylordoc/go1.15: mention vet warning for impossible type...
2020-05-18 Ian Lance Taylordoc/go1.15: mention vet warning for string(x)
2020-05-18 Katie Hockmancrypto/tls: persist the createdAt time when re-wrapping...
2020-05-18 Jay Conrodcmd: update golang.org/x/mod to v0.3.0 (same commit)
2020-05-18 Richard Millerruntime: don't enable notes (=signals) too early in...
2020-05-15 Cherry Zhangcmd/link: detect trampoline of deferreturn call
2020-05-14 Cherry Zhangcmd/link: fix SLIBFUZZER_EXTRA_COUNTER symbol handling
next