]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2022-08-11 Jeremy Quirkecmd/link: fix trampolines breaking DWARF line info
2022-08-11 Ludi Rehakcrypto/tls: change Conn.handshakeStatus type to atomic...
2022-08-10 Matthew Dempskycmd/compile/internal/noder: explicit receiver expressio...
2022-08-10 Matthew Dempskycmd/compile/internal/noder: prune unified IR's dictiona...
2022-08-10 Matthew Dempskycmd/compile/internal/noder: explicitly handle separate...
2022-08-10 Matthew Dempskycmd/compile/internal/noder: explicitly handle function...
2022-08-10 David Chaseinternal/pkgbits: fix performance of rawReloc
2022-08-10 Matthew Dempskytest: relax live.go for GOEXPERIMENT=unified
2022-08-10 Matthew Dempskytest: more robust detection of GOEXPERIMENT=unified
2022-08-10 Cuong Manh Leall: remove remaining UNREVIEWED files for Unified IR
2022-08-10 David Chasecmd/compile: refactor GOSSAHASH debugging to make it...
2022-08-10 Keith Randallruntime: fix gofmt error
2022-08-10 hopehooknet/http/cgi: remove port from the CGI environment...
2022-08-10 ruinanhash/crc32: use LDP instead of LDR in crc32 computation
2022-08-10 eric fangplugin: enable plugin test on linux/arm64
2022-08-10 eric fangcmd/compile/internal/ssa: optimize ARM64 code with TST
2022-08-10 Cherry Muicmd/compile: do not use content addressable symbol...
2022-08-09 Cherry Muiruntime: gofmt
2022-08-09 Keith Randallruntime: ensure that we don't scan noscan objects
2022-08-09 Ludi Rehakencoding/gob: change typeInfo.encoder type to atomic...
2022-08-09 Emmanuel T... cmd: vendor github.com/google/pprof to fix mangled...
2022-08-09 Damien Neilnet/url: clarify RawPath documentation
2022-08-09 Daniel Martíencoding/xml: use bytes.Buffer.WriteString
2022-08-09 Abirdcflynet/http: remove unused method needsSniff
2022-08-09 Cuong Manh Ledebug/gosym: fix missing symbol version for 1.2+ pclntab
2022-08-09 Matthew Dempskycmd/compile/internal/noder: shuffle defined type handli...
2022-08-09 Matthew Dempskytest: test method expressions promoted to derived types
2022-08-09 Matthew Dempskytest: add test for package-scope method value GC
2022-08-09 Matthew Dempskycmd/compile/internal/escape: support OITAB and OCHECKNIL
2022-08-09 Matthew Dempskycmd/compile/internal/inline: fix latent CalleeEffects...
2022-08-09 Matthew Dempskycmd/compile/internal/ir: prevent NewClosureVar misuse
2022-08-09 Matthew Dempskycmd/compile/internal/ir: better dump for OLINKSYMOFFSET
2022-08-09 Keith RandallRevert "runtime: redo heap bitmap"
2022-08-09 Keith RandallRevert "runtime: process ptr bitmaps one word at a...
2022-08-09 Than McIntoshtest: skip -buildmode=pie tests on alpine
2022-08-09 Ludi Rehaklog: change isDiscard type to atomic.Bool
2022-08-09 Joe Tsaitime: add DateTime, DateOnly, and TimeOnly
2022-08-09 Than McIntoshruntime: disable gdb testpoints on alpine pending build...
2022-08-09 Nick Ripleycmd/asm: add VTBX instruction on arm64
2022-08-09 Andy Panruntime: refine code reducing indents in netpollBreak()
2022-08-09 Cuong Manh Lecmd/compile/internal/typecheck: simplify tcAppend
2022-08-09 Cuong Manh Lecmd/compile: do not write implicit conversion for appen...
2022-08-09 Cuong Manh Leinternal/testenv: add and use OptimizationOff/SkipIfOpt...
2022-08-09 Tobias Klausersyscall: add Mmap and Munmap on solaris
2022-08-09 Tobias Klausersyscall: wrap fstatat only once on linux/{arm64,riscv64}
2022-08-09 Cuong Manh Leall: use ":" for compiler generated symbols
2022-08-09 Tobias Klausernet/netip: fix method name in {AddrPort,Prefix}.IsValid...
2022-08-09 Meng Zhuointernal/cpu: add sha512 for arm64
2022-08-09 Meng Zhuodebug/pe: add IMAGE_FILE_MACHINE_RISCV{32,64,128}
next