]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-03-26 qmuntalruntime: don't call lockOSThread for every syscall...
2024-03-26 Joel Singcmd/internal/obj/riscv: use native rotation instruction...
2024-03-26 Andy Panruntime: fix the failures from longtest builders
2024-03-25 Michael Anthony... internal/trace/v2: fix reader version for dumping text...
2024-03-25 Andy Panruntime: migrate internal/atomic to internal/runtime
2024-03-25 Zxillycmd/go/internal/modget: remove duplicate exit
2024-03-25 apocelipesregexp: use slices to simplify the code
2024-03-25 guoguangwutest/stress: fix typo in comment
2024-03-25 guoguangwucrypto/rand: close /dev/random on plan9 after seeding
2024-03-25 qmuntalos: reuse buffer pool more aggressively in readdir
2024-03-25 Damien Neilnet/http: also log TLS errors which look like HTTP...
2024-03-25 Kevin Burkelog/slog: use plain string concatenation for Attr.String
2024-03-25 guoguangwuos: fix typo in test
2024-03-25 Marten Seemanncrypto/aes: speed up AES by reducing allocations
2024-03-25 Andy Pannet/http: eliminate the needless idle timeout for TestS...
2024-03-25 Andy Pannet/http: update bundled x/net/http2
2024-03-25 Tobias Klauserinternal/poll: use sync.OnceValue to determine kernel...
2024-03-25 cui flitertest: put type declaration back inside the function
2024-03-23 Jeremy Quirkecmd/link: remove objIdx structure
2024-03-23 qiulaidongfengcmd/dist: avoid CPU underutilization starting from...
2024-03-22 Damien Neilnet/http: ensure server handler is done in TestServerNo...
2024-03-22 guoguangwuencoding/gob: close files used in dump.go and encgen.go
2024-03-22 apocelipespath/filepath: use slices to simplify the test code
2024-03-22 Ian Lance Taylorruntime: add fast path for (*timers).adjust
2024-03-22 Michael Anthony... internal/trace/v2: break up ordering.Advance into dispa...
2024-03-22 Michael Anthony... runtime: add tracing for iter.Pull
2024-03-22 Ian Lance TaylorRevert "testing: add TB.SetGOMAXPROCS function"
2024-03-22 guoguangwudatabase/sql: fix typo in comment
2024-03-22 Joel Singcmd/internal/obj/riscv: improve register MOVB/MOVH...
2024-03-22 Joel Singsyscall: export Tc{get,set}pgrp for testing
2024-03-21 apocelipesnet/http: use slices to simplify the code
2024-03-21 guoguangwucmd/go: close debug trace file
2024-03-21 Roland Shoemakerruntime/cgo: fix clang mach_port_t cast warning
2024-03-21 cui fliterunsafe: add available godoc link
2024-03-21 cui fliterhtml/template: add available godoc link
2024-03-21 sivcharitesting: add TB.SetGOMAXPROCS function
2024-03-21 Andrey Bokhankocmd/compile,cmd/go,cmd/internal,runtime: remove dynamic...
2024-03-21 Michael Anthony... runtime: make tidExists more robust
2024-03-21 Keith Randallcmd/compile: include constant bools in memcombine
2024-03-21 Audi P. R.... cmd/go: show deprecation message on go run/install
2024-03-21 cui flitermime: add available godoc link
2024-03-21 qmuntalcmd/internal/osinfo,runtime,syscall: use RtlGetVersion...
2024-03-21 qmuntalnet,internal/syscall/windows: prove that keep alive...
2024-03-21 WuGuangyaotime: fix typo in comment
2024-03-21 Emmanuel T... src/go.mod, net/http: update bundled+latest golang...
2024-03-21 Andy Pannet/http: add tests with zero and negative read/write...
2024-03-21 Peter Collingbournesync: name the Map.CompareAndSwap return value
2024-03-21 Damien Neilnet/http: improve error reporting in TestCancelRequestW...
2024-03-20 Matthew Dempskycmd/compile/internal/inline: refactor fixpoint algorithm
2024-03-20 Matthew Dempskycmd/compile/internal/typecheck: more selective OPAREN...
2024-03-20 Matthew Dempskycmd/compile/internal/noder: remove wrapName
2024-03-20 Dmitri Shuralyovdoc/go1.23: document "net/http".Request.CookiesNamed...
2024-03-20 Keith Randallcmd/compile: don't assume args are always zero-extended
2024-03-20 Timo Furrernet/http: add Request.CookiesNamed
2024-03-20 Wang Yaduocmd/internal/obj: support Zba, Zbb, Zbs extensions...
2024-03-20 apocelipesdatabase/sql: fix memory leaks in Stmt.removeClosedStmt...
2024-03-20 guoguangwuencoding/gob: close output file
2024-03-20 Emmanuel T... net/http: validate outgoing/client request trailers
2024-03-20 Joel Singos/signal: avoid calling ioctl via syscall.Syscall...
2024-03-19 Jes Cokslices: add func Repeat
2024-03-19 Paul E. Murphycmd/internal/obj/ppc64: don't modify runtime.elf_*...
2024-03-19 Filippo Valsordacrypto/rand: use arc4random(3) on macOS and iOS
2024-03-19 Tobias Klauserinternal/asan: match runtime.asan{read,write} len param...
2024-03-19 guoguangwucmd/compile: fix typo in comment
2024-03-19 Lance Yangruntime: optimize permission changes with mprotect
2024-03-19 Andy Panos: kick FIFOs with O_NONBLOCK out of the kqueue on...
2024-03-19 Andy Panos: use ignoringEINTR in openFileNolog and openDirNolog
2024-03-19 Nuno Gonçalvesnet/mail: enhance address parser to include support...
2024-03-19 Oleksandr Redkoregexp/syntax: use standard generated code header
2024-03-19 Tobias Klauserall: use "unix" build tag where appropriate
2024-03-19 guoguangwudatabase/sql: close rows in test
2024-03-19 Andy Pannet/http: update bundled x/net/http2
2024-03-18 apocelipesindex/suffixarray: use built-in clear to simplify code
2024-03-18 Brad Fitzpatrickdatabase/sql: optimize connection request pool
2024-03-18 Joe Tabertext/template: simplify unwrapping reflect.Interface...
2024-03-18 Robert Griesemercmd/go: fix long test
2024-03-18 Joe Tsaistrings: optimize Repeat for common substrings
2024-03-18 Alexander Yastrebovnet/http: fix request canceler leak on connection close
2024-03-18 Robert Griesemergo/types, types2: quote user-supplied names in error...
2024-03-18 qmuntalos: support UNC paths and .. segments in fixLongPath
2024-03-18 Keith Randallcmd/compile: compute ptrBytes during CalcSize instead...
2024-03-18 qmuntalruntime: remove nosplit directives from several Windows...
2024-03-18 apocelipescompress/bzip2,lzw: use built-in clear to simplify...
2024-03-18 guoguangwunet/http/httptest: close res.Body in test
2024-03-18 Andy Pannet/http: do not set a deadline when Server.IdleTimeout...
2024-03-18 Keith Randallcmd/compile: compute type eq/hash algorithm in CalcSize...
2024-03-18 Keith Randallcmd/compile: simplify algorithm kinds
2024-03-17 Mauri de Souza... syscall: use internal/asan and internal/msan
2024-03-16 Joel Singcmd/dist,cmd/link: enable PIE buildmode on openbsd...
2024-03-16 Peter Collingbourneos: don't try to make the directory FD non-blocking...
2024-03-15 guoguangwucmd/internal/obj: replace bytes.Index call with bytes...
2024-03-15 Bryan C. Millscmd/go/internal/modload: follow dependencies of unprune...
2024-03-15 guoguangwucmd/compile: fix typo in comment
2024-03-15 Michael Matloobcmd: vendor in golang.org/x/telemetry@abedc37
2024-03-15 Paul E. Murphycmd/compile/internal: generate ADDZE on PPC64
2024-03-15 Ian Lance Taylornet: #define _GNU_SOURCE to 1
2024-03-15 Russ Coxnet/http: revert header changes in Error
2024-03-15 Russ Coxruntime: fixes to traceback_system_test.go
2024-03-15 Russ Coxruntime: allow omitting virtual PCs from runtime.Caller...
2024-03-15 Than McIntoshcmd/link: support -bindnow option and permit use of...
next