]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-04-02 cui fliterreflect: add available godoc link
2024-04-02 qiulaidongfengall: use kind* of abi
2024-04-02 Tobias Klauseros: define wrapSyscallError only on linux
2024-04-02 Shengyu Zhangencoding/json: prevent duplicate slicebytetostring
2024-04-02 Olivier Menguéregexp/syntax: cleanup code generation in perl_groups.go
2024-04-02 aimuzinternal/zstd: optimize window reset using make for...
2024-04-02 Alan Donovancmd: update vendored x/tools to 904c6ba
2024-04-02 Mohammad Abbasidatabase/sql: refactor unused variables to use blank...
2024-04-01 Michael Matloobcmd: update and vendor golang.org/x/telemetry@3640ba5
2024-04-01 Paul E. Murphycmd/compile: support float min/max instructions on...
2024-04-01 guoguangwucmd/compile: close files in the startProfile function
2024-04-01 qmuntalos: support relative paths in fixLongPath
2024-04-01 apocelipesdatabase/sql: use slices to simplify the code
2024-03-31 Kévin Dunglascmd/cgo: update outdated docs about cgocheck2
2024-03-30 guoguangwucmd/go: close elf file in the readpkglist function
2024-03-30 Cuong Manh LeRevert "cmd/compile/internal: merge stack slots for...
2024-03-29 Than McIntoshcmd/compile/internal: merge stack slots for selected...
2024-03-29 Daniel Martícrypto/tls,regexp: remove always-nil error results
2024-03-29 Than McIntoshcmd/compile/internal: refactor coverage ir.Name flags
2024-03-29 Than McIntoshcmd/compile/internal/liveness: introduce "live interval...
2024-03-29 Than McIntoshcmd/compiler/internal/ssagen: refactor code to sort...
2024-03-29 Than McIntoshRevert "cmd/compile: add missing OINLCAll case in mayMo...
2024-03-29 Cuong Manh Lecmd/compile: add missing OINLCAll case in mayModifyPkgVar
2024-03-29 Daniel Martíregexp/syntax: use the Regexp.Equal static method directly
2024-03-29 Jes Cokruntime: make use of builtin clear in tests
2024-03-29 guoguangwucmd/cgo: close the file opened in the dynimport function
2024-03-29 Russ Coxruntime: simplify timers.siftDown
2024-03-29 Russ Coxruntime: move whenHeap into heap slice
2024-03-29 Jes Coknet/http: correct doc for ServeFileFS
2024-03-28 Keith Randallcmd/compile: put constants before variables in initiali...
2024-03-28 Olivier Menguégo/ast: more godoc links
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
next