]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-08-17 Bryan C. Millsrun: set GOENV=off when running 'go tool dist env'
2022-08-17 Michael Prattruntime: refactor ARM VDSO call setup to helper
2022-08-17 Bryan C. Millscmd/go: skip test cases that depend on gopkg.in
2022-08-17 Russ Coxcrypto/subtle: add XORBytes
2022-08-17 Russ Coxcrypto/internal/subtle: rename to crypto/internal/alias
2022-08-17 Damien Neilnet: revert "reenable TestLookupLongTXT"
2022-08-17 Cuong Manh Leruntime: convert p.timer0When to atomic type
2022-08-17 Cuong Manh Leruntime: convert m.preemptGen to atomic type
2022-08-17 Cuong Manh Leruntime: convert freezing to atomic type
2022-08-17 Cuong Manh Leruntime/trace: convert tracing.enabled to atomic type
2022-08-17 Cuong Manh Leruntime: convert netpoll netpollInited to atomic type
2022-08-17 Cuong Manh Leruntime: convert kqueue netpollWakeSig to atomic type
2022-08-17 Cuong Manh Leruntime: convert windows netpollWakeSig to atomic type
2022-08-17 Cuong Manh Leruntime: convert solaris netpollWakeSig to atomic type
2022-08-17 Cuong Manh Leruntime: convert aix netpollWakeSig to atomic type
2022-08-17 Cuong Manh Leruntime: convert linux netpollWakeSig to atomic type
2022-08-17 muyizixiunet/http: return ErrNoCookie from Request.Cookie when...
2022-08-17 Damien Neilnet: reenable TestLookupLongTXT
2022-08-17 Cuong Manh Leruntime: convert m.signalPending to atomic type
2022-08-17 Cuong Manh Leruntime: convert mSpanStateBox.s to atomic type
2022-08-17 Cuong Manh Leruntime: convert g.parkingOnChan to atomic type
2022-08-17 Bryan C. Millscmd/go: propagate match errors in 'go run'
2022-08-17 Bryan C. Millsinternal/testenv: add a test for the GoTool function
2022-08-17 Archana Rtest/codegen: updated multiple tests to verify on ppc64...
2022-08-17 Amarjeet Anandtime: optimize GoString
2022-08-17 Cuong Manh Leall: use "noopt" build tag for checking optimization...
2022-08-17 Dmitri Goutnikruntime: add symbolic constants for freebsd/amd64 syscalls
2022-08-17 Russ Coxcmd/go: add go generate -skip flag
2022-08-17 Dmitri Goutnikruntime: add symbolic constants for freebsd/386 syscalls
2022-08-17 ErikPelliencoding/base64: optimize decodemap memory set
2022-08-17 Ian Lance Taylorinternal/xcoff: use saferio to read string table
2022-08-17 Ian Lance Taylordebug/macho, internal/saferio: limit slice allocation
2022-08-17 Abirdcflyarchive/tar: delete unreachable continue code
2022-08-17 Ian Lance Taylordebug/pe, internal/saferio: use saferio to read PE...
2022-08-17 hopehookall: clean up unreachable Continue after Fatal
2022-08-16 Keith Randallruntime: process ptr bitmaps one word at a time
2022-08-16 Keith Randallruntime: redo heap bitmap
2022-08-16 Damien Neilnet/http/httputil: add ReverseProxy.Rewrite
2022-08-16 Changkun Oustrings, bytes: add CutPrefix and CutSuffix
2022-08-16 cui fliterall: fix some typos
2022-08-16 Bryan C. Millscmd/go: stamp VCS information in test binaries when...
2022-08-16 Alan Donovango/token: add (*FileSet).RemoveFile(*File) method
2022-08-16 Bryan C. Millscmd/go: restore TestLegacyMod as a script test
2022-08-16 Bryan C. Millscmd/go: convert TestAccidentalGitCheckout to a script...
2022-08-16 Russ Coxtesting: do not print 'root' benchName during test...
2022-08-16 Tobias Klausercmd/go/internal/mmap: use syscall.Mmap on solaris
2022-08-16 Cuong Manh Letest: add regression test for issue 43942
2022-08-16 Robert Griesemergo/types, types2: check integer constant literal overflow
2022-08-16 Robert Griesemergo/types, types2: skip comparison for operands with...
2022-08-15 Damien Neilnet/http: make Request.WithContext documentation less...
2022-08-15 Robert Findleygo/types, types2: don't build unnecessary error strings...
2022-08-15 Martin Möhrmannbytes: add Clone function
2022-08-15 Martin Möhrmannruntime: document GODEBUG=cpu.* in runtime package
2022-08-15 Amit Sahanet/http: allow zero-valued Expires in Cookie.Valid
2022-08-15 Alexander Yastrebovnet/http: add Server.DisableOptionsHandler for custom...
2022-08-15 xiongwy12cmd/internal/obj: remove redundant code in genFuncInfoSyms
2022-08-15 Tobias Klausernet: use testenv.SkipIfOptimizationOff in TestAllocs
2022-08-15 Russ Coxbuild: update comments about Go 1.4 in make.bash, make...
2022-08-15 cuiweixiecmd/compile/internal/ssagen: gofmt -w -s ssa.go
2022-08-15 Cuong Manh Letest: fix issue53702.go for noopt builder
2022-08-15 Cuong Manh Lecmd/compile: fix ICE when checking implicit dot for...
2022-08-15 Alan Donovango/constant: share the empty string
2022-08-15 Wayne Zuocmd/compile,math: remove all sqrt assembly code
2022-08-15 Wayne Zuocmd/compile: combine more constant stores on amd64
2022-08-15 Cuong Manh LeRevert "runtime/trace: add missing events for the locke...
2022-08-15 tedinternal/cpu: detect sha-ni instruction support for...
2022-08-15 WANG Xueruicmd/link: recognize the new R_LARCH_32_PCREL type on...
2022-08-14 Mike Faraponovcrypto/tls: remove unused hashForClientCertificate...
2022-08-14 djdvmake.bat: handle spaces in path when determining bootst...
2022-08-14 Cuong Manh Letest: add test case for issue 53702
2022-08-14 Ian Lance Taylornet: ignore edns0 option in resolv.conf
2022-08-14 Pure Whiteinternal/cpu: fix cpu cacheLineSize for arm64 darwin...
2022-08-12 Andy Panruntime: fix a comment typo in runqget()
2022-08-12 doujiang24runtime/trace: add missing events for the locked g...
2022-08-12 zhangjiantest: remove unused code in run.go
2022-08-12 Matthew Dempskycmd/compile/internal/ssa: include "ppc64" in has-regabi...
2022-08-12 Damien Neilnet/http: add a test to verify form tempfiles are deleted
2022-08-12 Ludi Rehakall: replace hand-rolled atomicBool types with atomic...
2022-08-12 Damien Neilnet/http/httputil: don't insert default User-Agent...
2022-08-12 Damien Neilnet/http/httputil: add X-Forwarded-{Host,Proto} headers...
2022-08-12 darmielnet/http: trim cookie names
2022-08-12 Cuong Manh Leruntime: mark atomic methods which call nosplit functio...
2022-08-12 Cuong Manh Leruntime: run "gofmt -s -w"
2022-08-12 Andy Pancmd/internal/obj/ppc64: eliminate dead code from asm9.go
2022-08-12 Michael Prattruntime: synchronize P wakeup and dropping Ps
2022-08-12 Michael Prattruntime: convert prof.hz to atomic type
2022-08-12 Michael Prattruntime: convert prof.signalLock to atomic type
2022-08-12 Michael Prattruntime: convert timeHistogram to atomic types
2022-08-12 Michael Prattruntime: convert schedt.sysmonwait to atomic type
2022-08-12 Michael Prattruntime: convert schedt.gcwaiting to atomic type
2022-08-12 Michael Prattruntime: convert schedt.nmspinning to atomic type
2022-08-12 Michael Prattruntime: convert schedt.npidle to atomic type
2022-08-12 Michael Prattruntime: convert schedt.ngsys to atomic type
2022-08-12 Michael Prattruntime: convert schedt.pollUntil to atomic type
2022-08-12 Michael Prattruntime: convert schedt.lastpoll to atomic type
2022-08-12 Michael Prattruntime: print irrelevant IDs as nil in schedtrace
2022-08-12 Michael Prattruntime: convert g.goid to uint64
2022-08-12 Michael Prattruntime: convert schedt.goidgen to atomic type
2022-08-12 Michael Prattruntime: convert panicking to atomic type
2022-08-12 Michael Prattruntime: convert runningPanicDefers to atomic type
next