]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-04-08 Michael KnyszekRevert "runtime: push down systemstack requirement...
2024-04-08 Michael Anthony... runtime: account for _Pgcstop in GC CPU pause time...
2024-04-08 Michael Anthony... runtime: remove overlap in the GC CPU pause time metrics
2024-04-08 Michael Anthony... runtime: move GC pause time CPU metrics update into...
2024-04-08 Dmitri Shuralyovall: update vendored golang.org/x/net
2024-04-08 Damien Neilnet/http: update HandlerWritesTooMuch test to allow...
2024-04-08 Alan Donovango/types: Identical: document the need for consistent...
2024-04-08 Paul E. Murphycmd/compile/internal/ssa: mark opPPC64ADDZE as having...
2024-04-08 Michael Anthony... runtime: use maxprocs instead of stwprocs for GC CPU...
2024-04-08 Michael Anthony... runtime: factor out GC pause time CPU stats update
2024-04-08 guoguangwucmd/link: close the file opened in the captureHostObj...
2024-04-07 Joel Singcmd/internal/obj/riscv: check immediate for rotation...
2024-04-05 Dmitri Shuralyovall: update vendored golang.org/x/net
2024-04-05 Dmitri Shuralyovall: update vendored golang.org/x/net to v0.23.0
2024-04-05 Alan Donovango/types: fix bug in premature Unalias of alias cycle
2024-04-05 Michael Anthony... runtime: push down systemstack requirement for tracer...
2024-04-05 Michael Anthony... runtime: take a stack trace during tracing only when...
2024-04-05 Michael Anthony... runtime: emit trace stacks for more goroutines in each...
2024-04-05 Michael Matloobcmd/go: add tool names to go tool subcommand counters
2024-04-05 Olivier Menguétesting/fstest: return structured errors in TestFS
2024-04-05 Alan Donovancmd/compile: export/import materialized aliases
2024-04-05 Daniel Martíencoding/csv: port the go-fuzz function to native fuzzing
2024-04-04 Emma Haruka... strings: intrinsify and optimize Compare
2024-04-04 Andy Pannet: update the doc for TCPConn.SetKeepAlivePeriod...
2024-04-04 Andy Paninternal/poll: eliminate the redundant conditional...
2024-04-04 Paul E. Murphycmd/internal/obj/ppc64: on Power10, use xxspltidp for...
2024-04-04 apocelipesexpvar: add the missing deletion step for keys
2024-04-04 cui fliterall: fix some comments
2024-04-04 Liam Miller... archive/zip: fix a broken URL in a comment in writeData...
2024-04-04 cui flitertime: add available godoc link
2024-04-04 cui fliterstrconv: add available godoc link
2024-04-03 Alan Donovango/types: don't fail fast on Go version errors
2024-04-03 Tobias Klausererrors: return early for Is(nil, ...)
2024-04-03 Felix Geisendörfernet/http: speed up go test
2024-04-03 Jes Cokslices: update doc for Repeat
2024-04-03 Cuong Manh Lereflect: add missing String case in Value.UnsafePointer doc
2024-04-03 Ian Lance Tayloros: convert poll.ErrFileClosed to ErrClosed for Stat
2024-04-03 apocelipesexpvar: use slices to simplify the code
2024-04-03 Alan Donovango/types: ObjectString: remove only 1 Alias for "type...
2024-04-03 Alan Donovango/types: include link to source in generated files
2024-04-03 Jes Cokslices: simplify slice expression for Replace
2024-04-02 cui fliterfmt: add available godoc link
2024-04-02 Olivier Menguétext/template: more godoc links
2024-04-02 Cuong Manh Leall: add reflect.SliceAt function
2024-04-02 Cuong Manh Lereflect: handle String kind in Value.{Pointer,UnsafePoi...
2024-04-02 Tobias Klauserinternal/poll, net, os: remove poll.Splice syscall...
2024-04-02 guoguangwucmd/go/internal/modload: close modules.txt
2024-04-02 Cuong Manh Lecmd/compile: add missing OASOP case in mayModifyPkgVar
2024-04-02 Cuong Manh Lecmd/compile: check ODEREF for safe lhs in assignment...
2024-04-02 Austin Clementsinternal/abi: clean up type of Kind and Type.Kind_
2024-04-02 guoguangwucmd/compile/internal/ssa: fix typos in comment and log
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
next