]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-11-09 Russ Coxcmd/go: add //go:embed all:pattern
2021-11-09 Michael Prattruntime: add upper half and carry bit with zero
2021-11-09 Michael Prattruntime/pprof: include labels in profile dump
2021-11-09 Robert Findleycmd/compile/internal/types2: roll-forward removal of...
2021-11-09 Dan Scalescmd/compile: disable doubleCheck and remove unused...
2021-11-09 Robert Findleygo/types: rename is_X predicates back to isX (step...
2021-11-09 Robert Findleygo/types: rename isX predicates to allX, add simple...
2021-11-09 Katie Hockmantesting: remove package from fuzz crasher message
2021-11-09 Cuong Manh Lecmd/go: fix mod_get_direct
2021-11-09 Jason A. Donenfeldruntime: revert recent Windows crashdump changes
2021-11-09 Cuong Manh Lecmd/compile: remove unneeded "==" method in pre-defined...
2021-11-09 Cuong Manh Lecmd/compile: fix irgen mis-handling of ... argument...
2021-11-08 Bryan C. MillsRevert "cmd/go: add workspace pruning mode"
2021-11-08 Matthew Dempskytest: add regress test for reported non-monomorphizable...
2021-11-08 Michael Matloobcmd/go: rename go mod initwork and editwork to go work...
2021-11-08 Michael Matloobcmd/go: add workspace pruning mode
2021-11-08 Damien Neilnet/http: deflake TestTimeoutHandlerContextCanceled
2021-11-08 Cuong Manh Lecmd/compile,cmd/go: fix long test builders
2021-11-08 Cuong Manh Lecmd/compile: Revert "cmd/compile/internal/types2: remov...
2021-11-08 Roland Shoemakercrypto/x509: remove ios build tag restriction
2021-11-08 Keith Randallinternal/fmtsort: order channels in test in memory...
2021-11-08 Michael Anthony... runtime: disable GC in TestPanicSystemstack's subprocess
2021-11-08 Michael Anthony... runtime: disable GC during debug call tests
2021-11-08 Robert Griesemercmd/compile/internal/types2: remove most asX converters...
2021-11-08 Robert Griesemercmd/compile/internal/types2: use compiler version error...
2021-11-08 smasher164doc/go1.18: strings,bytes: deprecate Title
2021-11-07 jiahua wangnet/http: fix spelling in documentation
2021-11-07 Arran Walkerarchive/zip: don't read data descriptor early
2021-11-06 Robert Griesemercmd/compile/internal/types2: report error for incomplet...
2021-11-06 Robert Griesemercmd/compile/internal/types2: clearer object string...
2021-11-06 Robert Griesemercmd/compile/internal/types2: make object test an extern...
2021-11-06 Robert Griesemercmd/compile/internal/types2: always parse tests assumin...
2021-11-06 Roland Shoemakercrypto/x509: verification with system and custom roots
2021-11-06 hanprocmd/compile: avoid adding LECall to the entry block...
2021-11-06 Tobias Klauserall: remove more leftover // +build lines
2021-11-06 Roland Shoemakercrypto/x509: use the platform verifier on iOS
2021-11-05 Michael Anthony... runtime: eliminate rendundant loads gcPercent
2021-11-05 Michael Anthony... runtime: retype gcControllerState.gcPercent as atomic...
2021-11-05 Josh Bleecher... net/netip: document the zero Addr
2021-11-05 Dmitri Shuralyovdoc/go1.18: split bytes and strings packages
2021-11-05 Josh Bleecher... net/netip: add tests for Addr.AsSlice
2021-11-05 Jason A. Donenfeldnet/netip: add IPv4Unspecified
2021-11-05 Jason A. Donenfeldnet/netip: reduce allocations in MarshalBinary
2021-11-05 Roland Shoemakercrypto/x509: use platform verifier on darwin
2021-11-05 Jason A. Donenfeldnet/netip: add missing encoding.BinaryUnmarshaler to...
2021-11-05 Jason A. Donenfeldnet/netip: add Addr.AsSlice() method
2021-11-05 Filippo Valsordanet: accept "." as a valid domain name
2021-11-05 Filippo Valsordacrypto/tls: set default minimum client version to TLS 1.2
2021-11-05 Dmitri Shuralyovdoc/go1.18: fill in Go 1.18 release note TODOs using...
2021-11-05 Michael Matloobcmd/go: fix bugs in replacement path handling
2021-11-05 Filippo Valsordacrypto/x509: disable SHA-1 signature verification
2021-11-05 Nevkontaktenet/http: adjust a substring which matches "uninteresti...
2021-11-05 jiahua wangunicode/utf8: add AppendRune Example
2021-11-05 jiahua wangerrors: add errors.Unwrap example
2021-11-05 zhouguangyuantime: fix looking for zone offset when date is close...
2021-11-05 jiahua wangtime: add some examples
2021-11-05 smasher164strings, bytes: deprecate Title
2021-11-05 Dan Kortschakdebug/plan9obj: export ErrNoSymbols
2021-11-05 jiahua wangbytes: add example with (*Buffer).Cap, (*Buffer).Read...
2021-11-05 Charlie Getzennet/http: distinguish between timeouts and client hangu...
2021-11-05 zhouguangyuantime: make Ticker.Reset(0) panic
2021-11-05 Keiichi Hirobenet/http: fix comment of writeRequest
2021-11-05 Austin Clementsruntime: fix racy stackForceMove check
2021-11-05 Bryan C. Millscmd/go: don't assume case-insensitivity in TestScript...
2021-11-05 Lynn Bogercrypt/aes: update formatting of ppc64le asm comments
2021-11-05 Paul E. Murphycmd/link: enable internal linking of PIE binaries on...
2021-11-05 Filippo Valsordacrypto/elliptic: port P-224 and P-384 to fiat-crypto
2021-11-05 Bryan C. Millsruntime: skip TestNoShrinkStackWhileParking on netbsd...
2021-11-05 Michael Anthony... runtime: make consistentHeapStats acquire/release nosplit
2021-11-05 Michael Anthony... runtime: pace the scavenger according to 1% of overall...
2021-11-05 Michael Anthony... runtime: use a controller to control the scavenge rate
2021-11-05 Michael Anthony... runtime: add harddecommit GODEBUG flag
2021-11-05 Michael Anthony... runtime: don't hold the heap lock while scavenging
2021-11-05 Tobias Klausersyscall: fix mkall.sh for openbsd/386
2021-11-05 Josh Bleecher... net/netip: optimize As4 and As16
2021-11-05 Dan Scalesruntime: fix a lock rank ordering and some edges.
2021-11-05 Brad Fitzpatricknet/netip: don't accept ParseAddr with leading zeros
2021-11-05 Cherry Muiruntime: mark TestTracebackArgs test functions nosplit
2021-11-05 Cuong Manh Lecmd/compile: only update source type when processing...
2021-11-05 Brad Fitzpatricknet: skip new alloc test on some builders
2021-11-05 Matthew Dempskycmd/compile: gracefully fallback when inline bodies...
2021-11-05 Andy Paninternal/poll: fix the wrong function names in comments
2021-11-05 lgbgblbufio: fix typo in comment
2021-11-05 Filippo Valsordacrypto/ecdsa: draw a fixed amount of entropy while...
2021-11-05 Austin Clementsruntime: add a maymorestack hook that moves the stack
2021-11-05 Austin Clementsruntime: add always-preempt maymorestack hook
2021-11-05 Austin Clementscmd/{asm,compile,internal/obj}: add "maymorestack"...
2021-11-05 Austin Clementscmd/compile,cmd/internal/objabi: move -d flag parser...
2021-11-04 Jason A. Donenfeldruntime: use correct constant when computing nsec remainder
2021-11-04 Michael Anthony... sync/atomic: disable GC during TestHammerStoreLoad
2021-11-04 Josh Bleecher... net: add UDP allocs test
2021-11-04 Josh Bleecher... internal/poll: re-use RawSockaddrAny buffers across...
2021-11-04 Josh Bleecher... net: pass around pointers to SockaddrInetN
2021-11-04 Josh Bleecher... net: remove the alloc from ReadMsgUDPAddrPort
2021-11-04 Josh Bleecher... net: remove the alloc from WriteMsgUDPAddrPort
2021-11-04 Michael Anthony... runtime: fix hard goal calculation
2021-11-04 Matthias Dötschcmd/go: clarify errors for pseudo-version commit length
2021-11-04 Bryan C. Millscmd/go: ensure that 'go test' prints the FAIL line...
2021-11-04 Simon Lawtest: fix indentation for -shuffle help text
2021-11-04 Bryan C. Millscmd/go: download fewer dependencies in 'go mod download'
next