]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-11-19 Bryan C. Millscmd/go/internal/work: avoid modload.Selected in 'go...
2020-11-19 Bryan C. Millscmd/go: fix failing gccgo cases in TestScript/build_overlay
2020-11-19 Paul E. Murphycmd/compile,cmd/asm: fix function pointer call perf...
2020-11-19 Dan Scalescmd/compile: flag "-d=dumpptrs" to print Node ptrs...
2020-11-19 Jason A. Donenfeldruntime: support new callbackasm1 calling convention...
2020-11-19 Bryan C. Millscmd/go/internal/modload: remove SetBuildList
2020-11-19 Bryan C. Millscmd/go/internal/modcmd: eliminate a call to modload...
2020-11-19 Hanlin Shiinternal/fmtsort: sort the unsafe pointers in map
2020-11-19 Robert Griesemergo/types: report an error for invalid constant values
2020-11-18 Matthew Dempskycmd/compile: fix miscompilation during inlining
2020-11-18 Matthew Dempskycmd/compile: fix panic in field tracking logic
2020-11-18 Michael Prattsync: document RWMutex race semantics
2020-11-18 Michael Prattruntime: give test child time to block
2020-11-18 Tobias Klauserruntime: use clock_gettime instead of gettimeofday...
2020-11-18 Tobias Klauserruntime: use pipe2 syscall for Pipe in tests
2020-11-18 Jay Conrodcmd/go: in 'go get', only load retractions for resolved...
2020-11-18 Cherry Zhangcmd/link: recompute heapPos after copyHeap
2020-11-18 Jay Conrodcmd/go: fix retract interval syntax in 'go help mod...
2020-11-18 Alberto Donizetticmd/compile: stop MOVW-ing -1 as SRA shift amount in...
2020-11-18 Rebecca Stamblergo/ast: document invalid comment end positions with...
2020-11-18 Alberto Donizettitime: in NewTicker, document that the 1st tick comes...
2020-11-17 Robert Griesemergo/types: add test case for incorrect map index expression
2020-11-17 Than McIntoshcmd/compile: clean up buggy DWARF inlined info PC ranges
2020-11-17 Jay Conrodcmd/go: allow querying other versions of the main module
2020-11-17 Jay Conrodcmd/go/internal/modget: clarify error for 'go get'...
2020-11-17 Dmitri Shuralyovcmd/go: revert "in 'go get', only load retractions...
2020-11-17 Lynn Bogercmd/compile: fix rules regression with shifts on PPC64
2020-11-16 Jay Conrodcmd/go: update 'go help mod init'
2020-11-16 Jay Conrodcmd/go: in 'go get', only load retractions for resolved...
2020-11-16 Joel Singcmd/link/internal/ld: dedup shared libraries on openbsd
2020-11-16 Cherry Zhangruntime/race: reject runtime fatal error in tests
2020-11-16 Cherry Zhangruntime: declare arg size/map for race version of sync...
2020-11-16 Bryan C. Millscmd/go/internal/work: add missing newline to go version...
2020-11-16 Kai Lükecmd/go: permit wrongly rejected -Wl,-O... linker flags
2020-11-16 Alberto Donizetticmd/compile: mask SLL,SRL,SRAconst shift amount
2020-11-14 David Chasecmd/compile: fix load of interface{}-typed OpIData...
2020-11-14 Ian Lance Taylorcmd/go: permit CGO_LDFLAGS to appear in //go:ldflag
2020-11-13 Dan Scalescmd/compile: update comments only for Node types and...
2020-11-13 Cherry Zhangcmd/compile: mark plugin-exported types as used in...
2020-11-13 Austin Clementscmd/cgo: fix initialization of empty argument types
2020-11-13 Daniel S Favaruntime: swap the order of raceacquire() and racerelease()
2020-11-13 Joel Singsyscall: use correct type for TIOCSPGRP/TIOCGPGRP
2020-11-12 Michael Matloobcmd/go: use overlaid path contents in build cache
2020-11-12 Michael Matloobcmd/go: pass in overlaid paths for .s files
2020-11-12 Michael Matloobcmd/go: pass in overlaid file paths to C compiler
2020-11-12 Ian Lance Taylorcmd/go, cmd/cgo: don't let bogus symbol set cgo_ldflag
2020-11-12 Katie Hockmanmath/big: fix shift for recursive division
2020-11-12 xiaodong liucmd/go: skip TestScript/build_plugin_non_main on platfo...
2020-11-12 Cherry Zhangcmd/compile: gofmt
2020-11-12 Jay Conrodcmd/go: migrate away from semver.Max
2020-11-12 Alessandro... cmd/compile: do not emit an extra debug_line entry...
2020-11-12 Cherry Zhangcmd/link: put DYLD_INFO at beginning of LINKEDIT segmen...
2020-11-12 Tobias Klauseros: gofmt
2020-11-11 Federico Guerinonibytes: add example for (*Buffer).Bytes
2020-11-11 Andrew G. Morgansyscall: improve TestSetuidEtc() /proc/ parsing against...
2020-11-11 Bryan Borehamtesting: reduce memory allocation in Helper
2020-11-11 Ian Lance Tayloros: clarify that IsExist and friends do not use errors.Is
2020-11-11 Roland Shoemakerdoc/go1.16: add crypto/x509 CSR release note
2020-11-11 Michael Matloobcmd/go: don't copy cgo files to objdir when overlay...
2020-11-11 Russ Coxio/fs: fix reference to WalkFunc
2020-11-11 Dmitri Shuralyovall: update vendored dependencies for Go 1.16 release
2020-11-10 Jay Conrodcmd/go: release note for -mod=readonly by default
2020-11-10 Daniel Martícmd/go: introduce the GOVERSION env variable
2020-11-10 Cherry Zhangdoc/go1.16: add release notes for darwin ports
2020-11-10 Michael MatloobRevert "cmd/go: don't copy cgo files to objdir when...
2020-11-10 Michael Anthony... runtime: add lock rank partial order edge pollDesc...
2020-11-10 Michael Anthony... runtime: add lock rank partial order edge sweep ->...
2020-11-10 Michael Matloobcmd/go: don't copy cgo files to objdir when overlay...
2020-11-10 Michael Mundaycmd/internal/obj/s390x: fix SYNC instruction encoding
2020-11-10 Mark Pulfordruntime/race: remove race from TestNoRaceAfterFunc2
2020-11-10 Tobias Klauserinternal/poll: use copy_file_range only on Linux kernel...
2020-11-10 Bryan C. Millscmd/go: update test_race_install expected output for...
2020-11-10 Roland Shoemakercrypto/tls: de-prioritize AES-GCM ciphers when lacking...
2020-11-09 Dmitrii Okunevencoding/asn1: optimize asn1.Unmarshal
2020-11-09 Emmanuel OdekeRevert "runtime: make stack traces of endless recursion...
2020-11-09 Cherry Zhangdoc/articles/race_detector.html: add darwin/arm64
2020-11-09 Filippo Valsordacrypto/x509: drop the cgo implementation of root_darwin...
2020-11-09 Filippo Valsordacrypto/tls: ensure the server picked an advertised...
2020-11-09 Michael Matloobcmd/go: support cgo files in overlays
2020-11-09 Filippo Valsordacrypto/tls: drop macFunction abstraction
2020-11-09 Johan Brandhorstcrypto/tls: add HandshakeContext method to Conn
2020-11-09 Koencrypto/x509: return additional chains from Verify on...
2020-11-09 Jay Conrodcmd/go: print deprecation messages for -i
2020-11-09 Jay Conrodcmd/go: print deprecation messages for 'go get' install...
2020-11-09 Bryan C. Millscmd/go: set FOSSIL_HOME in TestScript/mod_get_fossil
2020-11-09 Bryan C. Millscmd/go: prefer 'go get -d' instead of 'go get' in scrip...
2020-11-09 Roland Shoemakercrypto/x509: add additional convenience fields to Certi...
2020-11-09 Joel Singruntime: disable TestCrashDumpsAllThreads on openbsd...
2020-11-09 Cherry Zhangcmd/compile: make sure linkname'd symbol is non-package
2020-11-09 Russ Coxcmd/go: add GOVCS setting to control version control...
2020-11-09 Dmitri Shuralyovcmd/go: add /v2 to another require example
2020-11-09 Filippo Valsordacrypto/x509: update iOS bundled roots to version 55161...
2020-11-09 Filippo Valsordacrypto/tls: don't use CN in BuildNameToCertificate...
2020-11-09 Filippo Valsordacrypto/x509: use fingerprint map for (*CertPool).contains
2020-11-09 Bryan C. Millscmd/go/internal/modget: fix a typo introduced in CL...
2020-11-09 cch123crypto/tls: pool Conn's outBuf to reduce memory cost...
2020-11-08 Alberto Donizettitest/codegen: go fmt
2020-11-07 Austin Clementstesting: increase benchmark output to four significant...
2020-11-07 Brad Fitzpatrickcrypto/x509: keep smaller root cert representation...
2020-11-07 Brad Fitzpatrickcrypto/x509: add support for CertPool to load certs...
next