]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2023-04-04 Ian Lance Taylormath/rand: clarify Seed deprecation note
2023-04-04 Heschi Kreinickcmd/dist: mark openbsd-mips64 and openbsd-ppc64 broken
2023-04-04 Roland Shoemakerhtml/template: disallow actions in JS template literals
2023-04-04 Damien Neilgo/scanner: reject large line and column numbers in...
2023-04-04 Damien Neilmime/multipart: limit parsed mime message sizes
2023-04-04 Damien Neilnet/textproto, mime/multipart: improve accounting of...
2023-04-04 Damien Neilmime/multipart: avoid excessive copy buffer allocations...
2023-04-04 Damien Neilnet/textproto: avoid overpredicting the number of MIME...
2023-04-04 Mateusz Poliwczaknet: treat EAI_NODATA as errNoSuchHost
2023-04-04 cui fliterall: fix misuses of "a" vs "an"
2023-04-04 Daniel Martíencoding/gob: use reflect.Value.Grow
2023-04-04 Daniel Martíencoding/gob: report allocs in benchmarks
2023-04-04 Daniel Martídatabase/sql,testing/quick: use reflect.Value.SetZero
2023-04-04 Cherry Muiruntime/cgo: use pthread_attr_get_np on Illumos
2023-04-04 Johan Brandhorst... cmd/go: add wasip1 to modindex syslist
2023-04-03 Paul E. Murphyruntime: cleanup PPC64/linux runtime.sigtramp
2023-04-03 Cherry MuiRevert "Revert "runtime: consolidate function descripto...
2023-04-03 Than McIntoshcmd/compile/internal/test: skip testpoint due to revert...
2023-04-03 doujiang24runtime/cgo: store M for C-created thread in pthread key
2023-04-03 Russ Coxreflect: deprecate SliceHeader and StringHeader
2023-04-03 Russ Coxdoc: fix template mistake in godebug.md
2023-04-03 Than McIntoshRevert "cmd/compile: allow more inlining of functions...
2023-03-31 Keith Randallcrypto/subtle: don't cast to *uintptr when word size...
2023-03-31 qmuntalcmd/gofmt: set backup file permissions on Windows
2023-03-31 qmuntalgo/internal/gcimport: unskip Windows tests
2023-03-31 qmuntalnet: unskip TestConcurrentPreferGoResolversDial on...
2023-03-31 qmuntalcmd/objdump: unskip TestDisasmExtld on Windows
2023-03-31 Austin Clementssync: implement OnceFunc, OnceValue, and OnceValues
2023-03-31 Austin Clementscmd/compile: allow more inlining of functions that...
2023-03-31 Cherry MuiRevert "runtime/cgo: store M for C-created thread in...
2023-03-31 Cherry MuiRevert "runtime: fix ARM assembly code in cgocallback"
2023-03-31 Cherry MuiRevert "runtime: consolidate function descriptor defini...
2023-03-31 Cherry MuiRevert "runtime: get a better g0 stack bound in needm"
2023-03-31 Philippe Antoineall: replace fmt.Sprintf("%d") with strconv.Itoa
2023-03-31 Cuong Manh Lecmd/compile: emit ODCL node for autotmp during RewriteN...
2023-03-31 Russ Coxdoc: add godebug.md, documenting GODEBUG
2023-03-31 Ted Paintercrypto/sha256: add sha-ni implementation
2023-03-31 Guoqi Chencmd/internal/obj: remove redundant cnames on loong64
2023-03-31 WANG Xueruicmd/internal/obj/loong64: remove Optab.family and reorg...
2023-03-31 WANG Xueruicmd/internal/obj/loong64: assemble BEQ/BNEs comparing...
2023-03-30 Daniel Nephinerrors: improve the godoc for Join and Unwrap
2023-03-30 Cherry Muiruntime: get a better g0 stack bound in needm
2023-03-30 Johan Brandhorst... cmd/dist: mark wasip1/wasm port as broken
2023-03-30 Felix Geisendörferruntime: add a benchmark of FPCallers
2023-03-30 Felix Geisendörferruntime/trace: use regular unwinding for cgo callbacks
2023-03-30 Felix Geisendörferruntime/trace: enable frame pointer unwinding on amd64
2023-03-30 Felix Geisendörferruntime: fix frame pointer loop on amd64
2023-03-30 Johan Brandhorst... all: add wasip1 definitions
2023-03-30 Johan Brandhorst... cmd/compile: allow go:wasmimport in syscall
2023-03-30 Dmitri Shuralyovrun.bash: drop 'export GOROOT' and its obsolete comment
2023-03-30 Matthieu Baertsnet: mptcp: add end-to-end test
2023-03-30 Matthieu Baertsnet: mptcp: fallback to TCP in case of any error
2023-03-29 Daniel Martíencoding/gob: avoid pointers to fieldType
2023-03-29 Daniel Martíencoding/gob: reuse calls to TypeOf for wireType
2023-03-29 Daniel Martíencoding/gob: avoid a pointer to wireType in typeInfo
2023-03-29 Daniel Martíencoding/gob: use reflect.Value.IsZero
2023-03-29 Daniel Martíencoding/gob: avoid filling userTypeCache at init time
2023-03-29 Stefan Dombrowskios: don't check for IsExist in MkdirAll example
2023-03-29 Keiichi Hirobeinternal/singleflight: move Done call in TestForgetUnshared
2023-03-29 Matthieu Baertsnet: mptcp: implement listenMPTCP
2023-03-29 Matthieu Baertsnet: mptcp: implement dialMPTCP
2023-03-29 Bryan C. Millscmd/go: compute BuildInfo and EmbedFiles when listing...
2023-03-29 Daniel Frederick... doc: normalize proposal-process links
2023-03-29 Jeff Hodgescmd/go: change +build doc references to //go:build
2023-03-29 Keith Randallcmd/compile: casts from slices to array pointers are...
2023-03-29 Robert Griesemergo/types, types2: adjust Check.funcInst signature
2023-03-29 Robert Griesemergo/types, types2: slightly tighter checks in Checker.use
2023-03-29 Robert Griesemergo/types, types2: reverse inference of function type...
2023-03-29 Jonathan Amsterdamsrc/log/slog: JSONHandler checks if error implements...
2023-03-29 Sameer Ajmanicontext: add WithoutCancel
2023-03-29 Mateusz Poliwczakencoding/asn1: improve memory efficiency of ObjectIdent...
2023-03-29 Ian Lance Tayloros: remove mixed dot- and non-dot- imports in tests
2023-03-29 qmuntalcmd/link,cmd/internal/objabi: support ADDR32NB relocati...
2023-03-29 Guoqi Chenruntime: add comment for sys_linux_loong64
2023-03-29 Guoqi Chenruntime: save/restore callee-saved registers in loong64...
2023-03-29 Guoqi Chenruntime: remove unnecessary writes to gp.sched.g on...
2023-03-28 Guoqi Chenruntime: clean atomic_loong64.s of unnecessary package...
2023-03-28 Robert Griesemergo/types, types2: don't report assignment mismatch...
2023-03-28 Ian Lance Taylortest: add test that caused a gofrontend crash
2023-03-28 Than McIntoshRevert "cmd/link: use path from "cc --print-prog-name...
2023-03-28 Keith Randallcmd/compile: don't assume pointer of a slice is non-nil
2023-03-28 Robert Griesemergo/types, types2: simplify Checker.exprList
2023-03-28 Robert Griesemergo/types, types2: remove return values from Checker...
2023-03-28 Robert Griesemergo/types, types2: refactor initVars
2023-03-28 Than McIntoshcmd/link: use path from "cc --print-prog-name ar" for...
2023-03-28 Robert Griesemergo/types, types2: refactor assignVars
2023-03-28 Keith Randallcmd/compile: lower priority of avoiding registers
2023-03-28 Mateusz Poliwczaknet: support forceCgoDNS and forceGoDns on windows
2023-03-28 Michael Teichgraeberencoding/asn1: support fractions of a second when unmar...
2023-03-28 Robert Griesemergo/types, types2: remove unnecessary tests for x.typ...
2023-03-28 Robert Griesemergo/types, types2: more systematic use of Checker.use...
2023-03-28 Guoqi Chencmd/internal/obj/loong64: save LR after decrementing SP
2023-03-27 Paul E. Murphyruntime: consolidate function descriptor definitions...
2023-03-27 Ian Lance Taylornet: don't assume that NOFILE rlimit fits in an int
2023-03-27 WANG Xueruicmd/internal/obj/loong64: clean up code for short condi...
2023-03-27 Tobias Klauserinternal/syscall/unix: fix PosixFallocate on 32-bit...
2023-03-27 Daniel Martícmd/compile: start using reflect.Value.IsZero
2023-03-27 Michael Prattruntime: skip TestGdbCoreSignalBacktrace on arches...
2023-03-27 Tobias Klausercmd/link/internal/ld, internal/syscall/unix: use posix_...
2023-03-27 Robert Griesemergo/types, types2: better error message for some invalid...
next