]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-03-28 Russ Coxruntime: fix timer race introduced in CL 573455
2024-03-28 Russ Coxruntime: adjust when timers.adjust is called
2024-03-28 Russ Coxruntime: optimize timers.cleanHead
2024-03-28 Russ Coxruntime: avoid unnecessary netpoll wakeups during timer...
2024-03-28 apocelipesencoding/asn1: simplify appendFourDigits
2024-03-28 Russ Coxinternal/sysinfo: implement CPUName on bsd systems
2024-03-27 Daniel Martícmd/go: replace reflect.DeepEqual with slices.Equal...
2024-03-27 Michael Prattcmd/compile: rename cmd/compile/internal/pgo to cmd...
2024-03-27 Michael Prattcmd/compile,cmd/preprofile: move logic to shared common...
2024-03-27 qmuntalos: make readdir more robust on Windows
2024-03-27 Ian Lance Taylortest: issue16016: use fewer goroutines for gccgo
2024-03-27 Jes Cokall: make use of builtin clear
2024-03-27 Michael Prattcmd/preprofile: drop output directory check
2024-03-27 Michael Prattcmd/preprofile: clean up error handling
2024-03-26 Roland Shoemakercrypto/internal/boring: don't shadow named returns
2024-03-26 Keith Randallruntime,hash/maphash: reuse hashSets to save memory...
2024-03-26 Lynn Bogercrypto/aes: fix regression for ppc64x
2024-03-26 cui fliterall: fix a large number of comments
2024-03-26 guoguangwucmd/internal/ssa: fix typo in comment
2024-03-26 guoguangwucmd/link: close memory profile
2024-03-26 apocelipesregexp/syntax: simplify the code
2024-03-26 Keith Randallruntime,hash/maphash: make tests use less memory
2024-03-26 Damien Neilnet/http: fix typo in log message
2024-03-26 Jes Cokslices: add examples
2024-03-26 Kevin Burkenet/http: panic early in do when Client is nil
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...
next