]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2020-05-14 Dan Scalesruntime: add a lock partial order edge (assistQueue...
2020-05-14 Josh Bleecher... runtime: remove flaky "goroutine 2 bt" from gdb test
2020-05-14 Cherry Zhangcmd/link: fix SCONST symbol handling on darwin
2020-05-14 Michael Anthony... runtime: make maxOffAddr reflect the actual address...
2020-05-14 Josh Bleecher... cmd/compile: add test for issue 37246
2020-05-14 Michael Mundaycmd/compile: fix tuple selector bug in CSE pass
2020-05-14 Bryan C. Millscmd/go: terminate TestScript commands more aggressively...
2020-05-13 David Chasecmd/internal/obj: add stmt prologueEnd to DWARF for...
2020-05-13 Bryan C. Millscmd/go: do not ignore permission errors when matching...
2020-05-13 smasher164cmd/go: enable stringintconv and ifaceassert vet checks...
2020-05-13 Bryan C. Millsruntime: reduce timing sensitivity in TestEINTR
2020-05-13 Lynn Bogercmd/vendor: update vendored x/arch/ppc64
2020-05-12 pjA+C: add Prasanga Siripala (individual CLA)
2020-05-12 Hajime Hoshisyscall/js: prepare IDs for the preset objects
2020-05-11 Ian Lance Taylorinternal/poll, os: loop on EINTR
2020-05-11 Ian Lance Taylorsyscall: append to environment in tests, don't clobber it
2020-05-11 Keith Randallcmd/compile: in prove, zero right shifts of positive...
2020-05-11 Keith Randallcmd/compile: restrict ppc64 constant shifts to amount...
2020-05-11 Steven Hartlandcmd/link: fix mode parameter to fallocate on Linux
2020-05-10 Joel Singcmd/compile: optimise branchs on riscv64
2020-05-10 Povilas Versockasinternal/trace: add license header to writer.go
2020-05-09 Alberto Donizettiruntime: fix dead link in gcc_androd.c file
2020-05-09 Hana (Hyang... net/http/pprof: document the trace endpoint is for...
2020-05-09 Steven Hartlandnet: only enable broadcast on sockets which support it
2020-05-08 Ayan Georgeimage/png: remove too early declaration of "n"
2020-05-08 Daniel Martítesting: tests and benchmarks can assume flag.Parsed
2020-05-08 Daniel Martíencoding/json: reuse values when decoding map elements
2020-05-08 Cherry Zhangcmd/internal/obj/arm64: fix 32-bit BITCON test
2020-05-08 Emmanuel T... cmd/compile: improve error when setting unexported...
2020-05-08 Robert Griesemerstrconv: fix ParseComplex for strings with separators
2020-05-08 Emmanuel T... cmd/compile: omit file:pos for non-existent errors
2020-05-08 Steven Hartlandruntime: use first line of cpuset output on FreeBSD
2020-05-08 pjstrconv: add ParseComplex and FormatComplex
2020-05-08 Daniel Martíencoding/json: don't mangle strings in an edge case...
2020-05-08 Michael Anthony... runtime: use offAddr in more parts of the runtime
2020-05-08 Michael Anthony... runtime: make addrRange[s] operate on offset addresses
2020-05-08 Michael Anthony... runtime: avoid re-scanning scavenged and untouched...
2020-05-08 Michael Anthony... runtime: remove scavAddr in favor of address ranges
2020-05-08 Daniel Martíencoding/json: properly encode strings with ",string...
2020-05-08 Kevin Burkedatabase/sql: form a complete sentence in code comment
2020-05-08 Katie Hockmancrypto/tls: add Config.VerifyConnection callback
2020-05-08 Katie Hockmancrypto/tls: rotate session ticket keys
2020-05-08 Roland Shoemakerencoding/asn1: sort order of 'SET of' components during...
2020-05-08 Filippo Valsordacrypto/x509: treat hostnames with colons as invalid
2020-05-08 Filippo Valsordacrypto/x509: treat certificate names with trailing...
2020-05-08 Filippo Valsordacrypto/x509: ignore Common Name by default
next