]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2022-08-12 Michael Prattruntime: convert pendingPreemptSignals to atomic type
2022-08-12 Filippo Valsordacrypto/ecdh,crypto/internal/nistec: enable pruning...
2022-08-12 Filippo Valsordacrypto/ecdh: new package
2022-08-11 David Chasecmd/compile: avoid copying Pos from ONAME when creating...
2022-08-11 Ian Lance Taylordebug/elf: use saferio to read section data
2022-08-11 Austin Clementsruntime: add mayAcquire annotation for trace.lock
2022-08-11 Austin Clementsruntime: move trace locks to the leaf of the lock graph
2022-08-11 Austin Clementsruntime: only acquire trace.lock on the system stack
2022-08-11 Austin Clementsruntime: don't use trace.lock for trace reader parking
2022-08-11 Austin Clementsruntime: simplify trace buffer management around footer
2022-08-11 Austin Clementsruntime: avoid large object stack copy in traceStackTab...
2022-08-11 Austin Clementsruntime: write trace stack tab directly to trace buffer
2022-08-11 Matthew Dempskycmd/compile/internal/noder: fix implicit conversion...
2022-08-11 Matthew Dempskytest: make issue54343.go robust against the tiny allocator
2022-08-11 Ian Lance Taylorinternal/saferio: new package to avoid OOM
2022-08-11 Dmitri Shuralyovlib/time, time/tzdata: update to 2022b
2022-08-11 Matthew Dempskytest: relax fixedbugs/issue20250.go expectations
2022-08-11 WANG Xueruidebug/elf: add new-style LoongArch reloc types
2022-08-11 Cuong Manh Lecmd/compile: fix wrong typeparams for selector expr...
2022-08-11 Mateusz Poliwczaknet: discard unrooted 254 byte names, not rooted ones
2022-08-11 Daniel Martígo/printer: avoid copying bytes when counting node...
2022-08-11 Archana Rmisc/cgo/testsanitizers: fix code to detect gcc version...
2022-08-11 Amarjeet Anandtime: optimize Format for RFC3339 and RFC3339Nano
2022-08-11 Joe Tsaireflect: fix stale Value.Pointer comment
2022-08-11 Abirdcflyinternal/pprof/profile: simplify variable use
2022-08-11 Cuong Manh Lecmd/compile/internal/amd64: more robust detection of...
2022-08-11 Andy Panruntime: eliminate a few usages of named return values...
next