]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-07-24 Damien Neilos: document CopyFS behavior for symlinks in destination
2024-07-24 apocelipescrypto/x509,embed: use slices to clean up tests
2024-07-24 guoguangwucmd/compile: fix typo in comment
2024-07-24 Koichi Shiraishiinternal/trace/event: fix typo in comment
2024-07-24 Bryan Borehamregexp: allow patterns with no alternates to be one...
2024-07-24 Ian Lance Taylorencoding/json: rewrite interface{} to any
2024-07-24 Cuong Manh Letest: add test cases for local not-in-heap types
2024-07-24 Cuong Manh Letest: re-enabled fixedbugs/notinheap.go test
2024-07-24 Cuong Manh Lecmd/compile: restore not-in-heap check for map/channel...
2024-07-23 Cuong Manh Lecmd/compile: run checkbce after fuseLate pass
2024-07-23 Cuong Manh Lecmd/compile: prevent un-necessary wrapping in switch...
2024-07-23 Dmitri Shuralyovcmd/pprof: update vendored github.com/google/pprof
2024-07-23 Dmitri Shuralyovcmd/go: fix TestNewReleaseRebuildsStalePackagesInGOPATH...
2024-07-23 Keith Randallcmd/compile: make sync/atomic AND/OR operations intrins...
2024-07-23 Keith Randallcmd/compile: fix typing of atomic logical operations
2024-07-23 Keith Randallcmd/cgo: error on multiple incompatible function declar...
2024-07-23 Keith Randallcmd/compile: don't treat an InlMark as a read during...
2024-07-23 Keith Randallcmd/compile: store constant floats using integer constants
2024-07-23 Dmitri Shuralyovall: update vendored dependencies
2024-07-23 Martin Gartonencoding/binary: add missing test helper calls
2024-07-23 David Chaseruntime,internal: move runtime/internal/sys to internal...
2024-07-23 David Chaseruntime,internal: move runtime/internal/math to interna...
2024-07-23 Cuong Manh Leruntime: remove VZEROUPPER in asyncPreempt on darwin...
2024-07-23 Jakob Gillichcmd/link: raise pe export cap to 65535
2024-07-23 Michael Anthony... cmd/trace: merge testdata debugging tools into the...
2024-07-22 rhysdos: check relative paths in UserConfigDir and UserCacheDir
2024-07-22 guoguangwucmd/compile: use raw strings to avoid double escapes
2024-07-22 Cuong Manh Lecmd/compile: simplify outerfn check in closureName
2024-07-22 Cuong Manh Lecmd/compile: retire "IsHiddenClosure" and "IsDeadcodeCl...
2024-07-22 Ian Lance Taylormake.bash: drop GNU/kFreeBSD handling
2024-07-22 Rhys Hiltnerinternal/trace: make Reader output deterministic
2024-07-22 TangYangruntime: add ERMS-based memmove support for modern...
2024-07-22 Diego Augusto... unicode/utf8: AppendRune and EncodeRune performance...
2024-07-22 Keith Randallcmd/compile: give function position on function-too...
2024-07-22 Will Faughttext/template: fix doc spacing
2024-07-22 Darrenflag: handle nil os.Args when setting CommandLine at...
2024-07-22 Yossef Hishamstrconv: document that Unquote("''") returns an empty...
2024-07-22 Olivier Menguénet: add godoc links on UDP related symbols
2024-07-22 Dmitri Shuralyovdoc: initialize next directory for Go 1.24
2024-07-22 Dmitri Shuralyovinternal/goversion: update Version to 1.24
2024-07-22 Will FaughtREADME: fix CC BY license name
2024-07-22 Sean Liaoslices: explicitly document nil and empty slice equality
2024-07-22 Cherry Muicmd/compile: don't inline runtime functions in -d=check...
2024-07-19 Cuong Manh Leruntime: mark lockWithRankMayAcquire as nosplit
2024-07-17 Sean Liaomaps: document handling of non-reflexive keys
2024-07-17 Rob Findleycmd: vendor golang.org/x/telemetry@0b706e1
2024-07-17 Ian Lance Tayloros: don't try to signal PID -1 on Unix
2024-07-17 Nick Ripleyruntime: avoid multiple records with identical stacks...
2024-07-17 Cherry Muicmd/cgo/internal/testcarchive: remove 1-minute timeout
2024-07-17 withskymath/big: fix comment typo in natdiv.go
2024-07-17 Zxillyinternal/bytealg: extend memchr result correctly on...
2024-07-16 Than McIntoshcmd/internal/cov: close counter data files eagerly
2024-07-16 Kir Kolyshkinregexp: more cross-references in docstrings
2024-07-16 Kir Kolyshkinbytes: more cross-references in docstrings
2024-07-16 Kir Kolyshkinmath/big: use lists in docstrings
2024-07-16 Kir Kolyshkinmath/big: more cross-references in docstrings
2024-07-16 Kir Kolyshkinencoding/binary: use list format in docstrings
2024-07-16 Kir Kolyshkinstrings,bytes,regexp: use lists in Split* docstrings
2024-07-16 Clide Stefanicrypto/tls: add exclude tls flags to bogo_shim_test
2024-07-16 Sean Liaoencoding/json: document compact json output in Encoder...
2024-07-16 Sean Liaonet: document ParseIP always returns IPv6 addresses
2024-07-16 Sean Liaoarchive/zip: document handling of duplicate names in...
2024-07-16 cui flitersort: add example for Find
2024-07-16 Cuong Manh Lecmd/compile: fix recursive generic interface instantiation
2024-07-15 Miki Tebekaflag: add FlagSet example
2024-07-15 Cherry MuiRevert "runtime: avoid multiple records with identical...
2024-07-15 Cuong Manh Lestrings: re-introduce noescape wrapper
2024-07-15 Sean Liaonet/http: document io.Seeker requirement for fs.FS...
2024-07-12 Rob Findleycmd: vendor golang.org/x/telemetry@268b4a8ec2d7
2024-07-12 Tim Kinggo/types: fix assertion failure when range over int...
2024-07-12 Joel Singos: clean up after TestIssue60181
2024-07-11 Ian Lance Taylorunsafe: say "functions like syscall.Syscall", not only...
2024-07-11 cuishuangall: make struct comments match struct names
2024-07-11 Kir Kolyshkinstrings: more cross-references in docstrings
2024-07-11 Jonathan Halldatabase/sql/driver: fix name in comment
2024-07-11 Diogo Pinelaos: clarify that IsNotExist, IsExist, IsPermission...
2024-07-10 Clide Stefanicrypto/tls: add support for -expect-no-hrr to bogo_shim...
2024-07-10 Jorropomath: remove riscv64 assembly implementations of rounding
2024-07-10 Sean Liaocontext: handle nil values for valueCtx.String()
2024-07-09 Nick Ripleyruntime: avoid multiple records with identical stacks...
2024-07-09 Clide Stefanicrypto/tls: add support for -reject-alpn and -decline...
2024-07-09 Manuel Sabincrypto/internal/cryptotest: add common tests for the...
2024-07-08 Julian Daxtesting: remove call to os.Exit in documentation for...
2024-07-08 Ian Lance Taylorunsafe: clarify when String bytes can be modified
2024-07-07 qiulaidongfengcmd/dist: remove iter,slices,maps test on GOEXPERIMENT...
2024-07-07 Cuong Manh Leio: add test for Pipe constructor allocations
2024-07-07 Dmitri Shuralyovos/exec: only use cachedLookExtensions if Cmd.Path...
2024-07-05 Cuong Manh Lecmd/compile: correct RewriteMultiValueCall fatal message
2024-07-05 Cuong Manh Lecmd/compile: fix ICE when compiling global a, b = f()
2024-07-03 Cherry Muicmd/link: don't disable memory profiling when pprof...
2024-07-03 Ian Lance Taylorcmd/cgo: read CGO_LDFLAGS environment variable
2024-07-03 Cuong Manh Lecmd/compile: fix mis-compilation when switching over...
2024-07-03 Cuong Manh Lecmd/compile: emit error message on mismatch import...
2024-07-03 Ian Lance Taylorcmd/link: document -checklinkname option
2024-07-02 Darin Krausstime: fix time zone parsing when format includes time...
2024-07-02 Kir Kolyshkinos: add TODO about removing test exception
2024-07-01 Michael Matloobcmd/go/internal/workcmd: remove a potentially confusing...
2024-07-01 Than McIntoshcmd/link: align .reloc block starts by 32 bits for...
2024-07-01 Mohamed Yousifcmd/go: update go clean help message
2024-07-01 Dmitri Shuralyovsync: refer to Locker interface methods in RWMutex...
next