]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-02-20 Andy Panruntime: use eventfd as the event wait/notify mechanism...
2024-02-20 Mauri de Souza... regexp/syntax: regenerate docs with mksyntaxgo
2024-02-20 qiulaidongfenghash/maphash: parallel run test
2024-02-20 Julian Tibblenet/http: add missing call to decConnsPerHost
2024-02-20 Andy Pannet: add KeepAliveConfig and implement SetKeepAliveConfig
2024-02-19 kkhaikenet: prevent unintended retries upon receiving an empty...
2024-02-19 aimuznet/netip: optimize parseIPv4 and refactor IPv6 embedde...
2024-02-19 Olivier Menguéhash/crc32: fix code generator to use the Go standard
2024-02-19 Mateusz Poliwczaknet: move go/cgo resolver forcing functions to one...
2024-02-19 Mateusz Poliwczakstrings: make use of sizeclasses in (*Builder).Grow
2024-02-19 qmuntalruntime: use a high res timer to signal io completion...
2024-02-19 Daniel MartĂ­math/rand/v2: use a doc link for crypto/rand
2024-02-19 qmuntalruntime: use the right number of parameters in syscall_...
2024-02-17 ALX99context: update doc comment to link to context interface
2024-02-17 Ezzno Jcmd/compile: remove unused code in walk.Walk
2024-02-17 Jes Cokreflect: make Value.Comparable return true for nil...
2024-02-16 Paul E. Murphycmd/internal/obj/ppc64: cleanup optab entries after...
2024-02-16 Keith Randallinternal/abi: get rid of itab blank field
2024-02-16 Keith Randallcmd/compile: use symbolic offsets of fields in internal...
2024-02-16 Keith Randallreflect: use internal/abi itab type
2024-02-16 Cherry Muicmd/dist,cmd/go: define assembly macros, handle GOARM...
2024-02-16 Cherry Muiruntime/internal/atomic: correct GOARM=7 guard at a...
2024-02-16 Sam Thanawallacmd/go: do not embed checksums when building with vendor
2024-02-16 Sam Thanawallacmd/go: show Sum/GoModSum when listing modules
2024-02-16 sivcharidatabase/sql/driver: add a new test case for type t
2024-02-16 qiulaidongfengcrypto/subtle: remove unused code
2024-02-16 qiulaidongfengcrypto/subtle: use min builtin function in XORBytes
2024-02-16 Dmitri Shuralyovcmd/pprof: update vendored github.com/google/pprof
2024-02-16 Cherry Muicmd/link: replace function pointers to static calls...
2024-02-16 Cherry Muicmd/link: add -randlayout flag to randomize function...
2024-02-16 qiulaidongfengruntime,cmd/link: merge pcbucketsize const into interna...
2024-02-16 Joel Singcmd/compile: improve rotations for riscv64
2024-02-15 Kir Kolyshkinsyscall: rm obsoleted comment
2024-02-15 Jin Lincmd/compile: update the incorrect assignment of call...
2024-02-15 pgxiaolianzilog/slog: add test case for level_test.go
2024-02-15 Joe Tsailog/slog: document atomicity guarantees and ordering...
2024-02-14 Andy Pannet/http: reject requests with invalid Content-Length...
2024-02-14 Dmitri Shuralyovcmd/link/internal/ld: unify OS/SDK versions for macOS...
2024-02-14 Dmitri Shuralyovdoc/go1.23: document macOS requirements
2024-02-14 qmuntalruntime: make netpoll events sources identifiable on...
2024-02-14 qmuntalnet: skip TestModeSocket on older Windows versions
2024-02-13 Mauri de Souza... runtime/cgo: mark fatalf as noreturn
2024-02-13 Mauri de Souza... internal/asan: add new package
2024-02-13 Paul E. Murphycmd/internal/obj/ppc64: rename and remove aliased optab...
2024-02-13 Damien Neilnet/http: close connection if OnProxyConnectResponse...
2024-02-13 Jonathan Amsterdamnet/http: refine trailing-slash redirect logic
2024-02-13 Ian Lance Taylorinternal/safefilepath: use bytealg to search for zero...
2024-02-13 Rob Piketime: fix typo in ExampleParseDuration
2024-02-13 Rob Pikefmt: clear width and precision when recovering formatti...
2024-02-13 Rob Pikefmt: document how %#g handles infinities and NaNs
2024-02-12 Michael Prattruntime/cgo: add note about default stack bounds
2024-02-12 Alan Donovanruntime: skip failing traceback test on Android
2024-02-12 Jes Cokinternal/xcoff: change zeroReaderAt to nobitsSectionRea...
2024-02-12 Joe Tsaireflect: optimize TypeFor for non-interface types
2024-02-12 codesoapnet/http: remove superfluous newline on redirects
2024-02-12 qmuntalos: add os.ModeSocket support to os.Stat on windows
2024-02-10 Mauri de Souza... runtime/cgo: ignore -Watomic-alignment in gcc_libinit.c
2024-02-10 Andy Panio/fs: set ErrInvalid for FS.Open from SubFS when it...
2024-02-10 Andy Pannet: skip BenchmarkSendFile on Windows
2024-02-10 Nicolas Hillegeerruntime: call traceAdvance before exiting
2024-02-09 Antonio Ojeanet: don't retry truncated TCP responses
2024-02-09 Paul E. Murphycmd/internal/obj/ppc64: add new constant optab classifi...
2024-02-09 Michael Prattinternal/trace: run children in race mode during race...
2024-02-09 Michael Prattinternal/trace: fix race condition in gc-stress
2024-02-09 Michael Prattruntime: don't call traceReadCPU on the system stack
2024-02-09 Michael Prattcmd/compile: fail noder.LookupFunc gracefully if functi...
2024-02-09 Michael Anthony... cmd/cgo/internal/testsanitizers: disable location check...
2024-02-09 Matthew Dempskycmd/compile: separate inline cost analysis from applyin...
2024-02-09 Nick Ripleycmd/trace/v2,internal/trace: use correct frame for...
2024-02-09 Joe Tsaicontext: improve valueCtx.String
2024-02-08 Jorropotime: fix FuzzFormatRFC3339 nano comparison
2024-02-08 Tobias Klausersort: use math/rand/v2 in tests and benchmarks
2024-02-08 Alan Donovanruntime: traceback: include pc=0x%x for inline frames
2024-02-08 Matthew Dempskycmd/compile: accept -lang=go1 as -lang=go1.0
2024-02-08 Michael Matloobcmd/go: add telemetry counters for flag names and subco...
2024-02-08 Michael Matloobcmd: update golang.org/x/telemetry and its dependencies
2024-02-08 Michael Matlooball: update golang.org/x/sys and vendor it
2024-02-08 Jes Cokencoding/xml: rewrite func procInst
2024-02-08 Robert Griesemergo/types, types2: factor out hasDots to check for ...
2024-02-08 Robert Griesemergo/types, types2: consistently use ast/syntax.Unparen...
2024-02-08 Michael Matloobinternal/goroot: in IsStandardPackage check for go...
2024-02-08 qiulaidongfenginternal/pprof: remove unused code
2024-02-08 Sam Thanawallacmd: vendor version error message changes from x/mod
2024-02-08 Robert Griesemergo/types, types2: document deterministic method index...
2024-02-08 Meng Zhuotest/codegen: add float max/min codegen test
2024-02-08 Keith Randallcmd/link: use symbolic offset for ITab.Type
2024-02-08 Keith Randallcmd/compile: generate itabs using rttype mechanism
2024-02-08 Keith Randallcmd/compile: move runtime.itab to internal/abi.ITab
2024-02-07 Ian Lance Taylorslices: document that BinarySearch[Func] return earlies...
2024-02-07 Ian Lance Taylornet: don't return errno from _C_res_nsearch
2024-02-07 Dominik Honnefinternal/trace/v2: store stacks as PCs, not frames
2024-02-07 Paul E. Murphycmd/internal/obj/ppc64: combine C_SBRA and C_LBRA optab...
2024-02-07 Nasfamedoc/next: add release note for sync/Map.Clear
2024-02-07 qmuntalruntime,internal/syscall/windows: remove long path...
2024-02-07 qmuntalos: support Stat and LStat for CON device on Windows
2024-02-07 Andy Pannet: support benchmark testing for sendfile on various...
2024-02-07 Quim MuntalRevert "runtime: make netpollBreak entries identifiable...
2024-02-07 David Chasedoc: move Go 1.22 release notes to x/website
2024-02-07 Robert Griesemerspec: fix typo in year (it's 2024 now)
2024-02-07 Robert Griesemergo/types, types2: optimize Named type method lookup
next