]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-04-14 guoguangwucmd/go/internal/modfetch: fix typos in comment
2024-04-14 Mateusz Poliwczaknet: add Unwrap to *DNSError
2024-04-14 Andy Pannet: separate the Solaris fast/slow path of setting...
2024-04-14 Andy Pannet: bifurcate the TCP Keep-Alive mechanism into Solari...
2024-04-12 Andy Panruntime: utilize EVFILT_USER to wake up kevent for...
2024-04-12 Jes Cokdoc: make use of simpler symbol links for relnotes
2024-04-12 Alan Donovango/types: update package doc
2024-04-12 Ian Lance Tayloros: document file mode of temporary files
2024-04-12 guangwunet/http: fix debugRoundTrip log typo
2024-04-11 Michael Anthony... cmd/trace/v2: make the -pprof actually useful
2024-04-11 Michael Anthony... cmd/trace/v2: handle the -pprof flag
2024-04-11 Ian Lance Taylornet: check SkipAdditional error result
2024-04-11 Michael Anthony... internal/trace/v2: make TestGCStress less random
2024-04-11 Joe Tsaiall: consistently use "IEEE 754" over "IEEE-754"
2024-04-11 Johan Brandhorst... misc/wasm: drop wasmtime < 14 support
2024-04-11 apocelipesencoding/json: use slices to simplify the code
2024-04-11 Tobias Klauserinternal/syscall/unix: implement Eaccess on openbsd
2024-04-11 Roland Shoemakerimage/gif: revert incorrect usage of clear
2024-04-11 Ian Lance Taylorinternal/poll: better panic for invalid write return...
2024-04-10 guoguangwucmd/link: close cpu profile
2024-04-10 Damien Neildatabase/sql: avoid clobbering driver-owned memory...
2024-04-10 Jonathan Amsterdamdoc/README.md: note simpler symbol links
2024-04-10 Michael Anthony... internal/trace/v2: halve the memory footprint of TestGC...
2024-04-10 Michael Anthony... runtime: rewrite traceMap to scale better
2024-04-10 Michael Anthony... runtime: push down systemstack requirement for tracer...
2024-04-10 Jes Cokdoc: update relnote for sync.Map.Clear
2024-04-10 Filippo Valsordacrypto/internal/mlkem768: new package
2024-04-09 Alan Donovancmd/api: handle types.Alias
2024-04-09 Alan Donovancmd/compile/internal/types2: revert to three-phase...
2024-04-09 Than McIntoshcmd/compile/internal/base: enable stack slot merging...
2024-04-09 Than McIntoshcmd/compile/internal/liveness: enhance mergelocals...
2024-04-09 Than McIntoshcmd/compile/internal: small tweak to merge locals trace...
2024-04-09 Than McIntoshcmd/compile/internal: merge stack slots for selected...
2024-04-09 Michael Anthony... runtime: make zeroing of large objects containing point...
2024-04-09 Michael Anthony... runtime: remove the allocheaders GOEXPERIMENT
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
next