]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-01-30 Alessandro... cmd/link: add DW_AT_go_runtime_type to unsafe.Pointer...
2024-01-30 aimuzinternal/zstd: avoid panic when windowSize is negative
2024-01-30 Michael PrattRevert "runtime: disable use of runnext on wasm"
2024-01-30 Jun10ngruntime: reduce one STW when obtaining goroutine config...
2024-01-29 Michael Prattruntime: disable use of runnext on wasm
2024-01-29 Michael Prattnet/http: allow nothingWrittenError in TestTransportPer...
2024-01-29 Bryan C. Millsnet: in the fake implementation, allow writes to buffer...
2024-01-29 Michael Matloobcmd/go/internal/generate: call modload.InitWorkFile
2024-01-29 Michael Matloobcmd/go/internal/list: make a copy of the package before...
2024-01-29 Raghvendercmd/go: allow test caching for the -fullpath flag
2024-01-29 Bryan C. Millscmd/go/internal/toolchain: apply the -modcacherw flag...
2024-01-29 sivcharicmd/go/internal/load: improve comments
2024-01-27 Mauri de Souza... runtime: crash stack support for loong64
2024-01-27 qiulaidongfengcmd/internal/moddeps: fix test fail when the last eleme...
2024-01-26 Filippo ValsordaRevert "crypto/internal/boring: upgrade module to fips...
2024-01-26 Matthew Dempskycmd/api: include type arguments in API
2024-01-26 Cherry Muicmd/link: print failed external command invocation
2024-01-26 Roland Shoemakernet/mail: remove obsolete comment
2024-01-26 Cherry MuiRevert "net/http: wrap client errors"
2024-01-26 Quan Tongcmd/go: ensure the correct line number is displayed...
2024-01-26 qiulaidongfengcmd/link: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketC...
2024-01-26 qiulaidongfengreflect: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCo...
2024-01-26 Michael Prattruntime: use channels in gcBgMarkStartWorkers
2024-01-26 Robert Griesemergo/types, types2: use existing case-insensitive lookup...
2024-01-26 Russ Coxall: enable range-over-func in Go 1.23
2024-01-26 Russ Coxmaps: correct use of linkname
2024-01-26 Meng Zhuocmd/compile: implement float min/max in hardware for...
2024-01-25 Robert Griesemergo/types, types2: in struct processing, set name positi...
2024-01-25 Michael Anthony... internal/testenv: support the LUCI mobile builders...
2024-01-25 Michael Anthony... internal/testenv: allow "-noopt" anywhere in builder...
2024-01-25 Cosmos Nicolaouruntime/pprof: fix retry logic introduced by #858cd8d
2024-01-25 Zxillydebug/gosym: add detailed doc for text argument in...
2024-01-25 Lynn Bogermath/big,crypto/internal/bigmod: unroll loop in addMulV...
2024-01-25 kayos@tcp.directnet/http: wrap client errors
2024-01-25 Joel Singcmd/dist,internal/platform,runtime: add cgo support...
2024-01-25 Joel Singcmd/dist,internal/platform: enable openbsd/riscv64...
2024-01-25 Mauri de Souza... runtime: add crash stack support for s390x
2024-01-24 Tobias Klausernet/netip: use Addr.appendTo4In6 in Addr.AppendTo
2024-01-24 Tobias Klausernet/netip: optimize Addr.String for 4in6 addresses
2024-01-24 Tobias Klausernet/netip: optimize Addr.MarshalText allocation for...
2024-01-24 Tobias Klausernet/netip: further optimize AddrPort.String
2024-01-24 Andy Pannet: verify if internal/poll.Splice has been called...
2024-01-24 Robert Griesemergo/types, types2: better error msg when type inference...
2024-01-24 Cherry Muidoc/go1.22: remove archive/tar.FileInfoNames
2024-01-24 Cherry MuiRevert "archive/tar: add FileInfoNames interface"
2024-01-24 Bryan C. Millsnet: ignore Dial errors in TestAcceptTimeout
2024-01-24 Jes Cokreflect: fix isRegularMemory at case Array
2024-01-24 Jonathan Amsterdamdoc/next: initial contents
2024-01-24 Mauri de Souza... runtime: short path for equal pointers in arm64 memequal
2024-01-24 Jonathan Amsterdamsrc/cmd/relnote, doc/next: add release note check
2024-01-24 Mark Ryancmd/go: add GORISCV64 environment variable
2024-01-23 apocelipescmd/go/internal/str,cmd/go/internal/work: remove redund...
2024-01-23 qmuntalnet,internal/poll: load ws2_32.dll only when net is...
2024-01-23 Russ Coxnet: move cgo-using darwin test to separate package
2024-01-23 Russ Coxcmd/go: add test case for issue 64738
2024-01-23 Bryan C. Millsnet: unskip and attempt to deflake TestAcceptTimeout
2024-01-23 qiulaidongfenginternal/reflectlite: delete TODO pass safe to packEfac...
2024-01-23 qiulaidongfengreflect: delete TODO pass safe to packEface don't need...
2024-01-23 Bryan C. Millsnet: report timeouts more aggressively in Accept in...
2024-01-23 qmuntalruntime,internal/poll: move websocket handling out...
2024-01-23 Rob Pikefmt: don't pad strings with zeros
2024-01-23 qmuntalcmd/cgo/internal/test: skip TestCallbackCallersSEH...
2024-01-23 qiulaidongfengcmd/compile/internal/ssagen,runtime: merge trace consts...
2024-01-23 qiulaidongfengreflect: StructOf set abi.TFlagRegularMemory
2024-01-23 qiulaidongfengcmd/compile: use MapMaxKeyBytes,MapMaxElemBytes,MapBuck...
2024-01-23 Olivier Menguéhash/crc32: fix codegen to align with manual changes
2024-01-23 Jorropocmd/compile: improve integer comparisons with numeric...
2024-01-22 Joel Singcrypto/sha512: provide optimised assembly for riscv64
2024-01-22 Michael PrattRevert "cmd/preprofile: Add preprocess tool to pre...
2024-01-22 Michael Anthony... runtime: use the correct M ID for syscalling goroutines...
2024-01-22 Jin Lincmd/preprofile: Add preprocess tool to pre-parse the...
2024-01-22 Bryan C. Millsnet: delete TestListenCloseListen
2024-01-22 Roland Shoemakernet/mail: properly handle special characters in phrase...
2024-01-22 Austin Clementsruntime: simplify freedefer logic
2024-01-22 Cherry Muiall: update vendored dependencies
2024-01-22 Jonathan Amsterdamdoc/initial: initial contents of release notes
2024-01-22 Rulin Tangcmd/compile: fix typo in comment
2024-01-22 Jonathan Amsterdamdoc/README.md: explain new release note system
2024-01-22 qmuntalruntime: avoid loading winmm.dll on newer Windows versions
2024-01-22 Wingrezcmd/compile/internal/ssa: fix typo in sccp
2024-01-22 Tobias Klauserdoc/go1.22: fix method name in net/netip changes
2024-01-22 Carlos Amedeedoc: remove last TODO item
2024-01-22 Bryan C. Millsnet: attempt to deflake TestListenCloseListen
2024-01-22 qiulaidongfengcmd/link,runtime: merge minfunc const info internal/abi
2024-01-22 Alexander Yastrebovnet/http/pprof: configure WriteDeadline
2024-01-22 Rob Findleygo/types, types2: typeparams.IndexExpr must not be...
2024-01-22 Bryan C. Millstime: add a regression test for time.AfterFunc goroutin...
2024-01-22 Bryan C. Millsnet: remove an unused sync.Map in the fake net implemen...
2024-01-19 Bryan C. Millsnet: work around runtime scheduler starvation on js...
2024-01-19 Michael Anthony... runtime: make a much better effort to emit CPU profile...
2024-01-19 Michael Anthony... cmd/trace/v2: emit user log annotations in all views
2024-01-19 Carlos Amedeeinternal/goversion: update Version to 1.23
2024-01-18 Bryan C. Millscmd/go/internal/modfetch: set protocol.version=2 for...
2024-01-18 Robert Griesemergo/types, types2: fix range clause checks for constant...
2024-01-17 Damien Neildoc/go1.22: document net/netip changes
2024-01-17 Damien Neildoc/go1.22: document net/http/cgi changes
2024-01-17 Cuong Manh Leruntime: document GODEBUG panicnil values
2024-01-17 Austin Clementsruntime: skip test if strace crashes
2024-01-17 Michael Prattruntime: mark TestGdbCoreCrashThreadBacktrace as flaky
2024-01-17 lxl-renrencmp: add test case for uinitptr
next