]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-11-02 Robert Griesemergo/types, types2: enable range over int w/o need for...
2023-11-02 Robert Griesemerspec: document range over integer expression
2023-11-01 Joe Tsaios: fix PathError.Op for dirFS.Open
2023-11-01 qiulaidongfenginternal/bytealg: optimize indexbyte in amd64
2023-11-01 dchaofeicrypto/x509: optimize the performance of checkSignature
2023-11-01 Jes Cokbytes,internal/bytealg: add func bytealg.LastIndexRabinKarp
2023-11-01 Bryan C. Millsos: report IO_REPARSE_TAG_DEDUP files as regular in...
2023-11-01 Robert Griesemercmd/compile/internal/syntax: better error messages...
2023-11-01 Robert Griesemercmd/compile/internal/syntax: fix/update various comments
2023-11-01 Joel Singos/signal: use syscall.Wait4 directly in tests
2023-11-01 Joel Singsyscall: regen zsyscall for openbsd/riscv64
2023-11-01 Joel Singsyscall: regenerate zsyscall for dragonfly/freebsd...
2023-10-31 apocelipesinternal/cpu: add comments to copied functions
2023-10-31 Cherry Muiruntime: use testenv.Command in TestG0StackOverflow
2023-10-31 Keith Randallruntime: make select fairness test less picky
2023-10-31 Keith Randallcmd/compile: ensure pointer arithmetic happens after...
2023-10-31 Keith Randallcmd/compile: handle constant pointer offsets in dead...
2023-10-31 Keith Randallruntime: on arm32, detect whether we have sync instructions
2023-10-31 Mateusz Poliwczakcrypto/x509: add new OID type and use it in Certificate
2023-10-31 Jes Cokbytes,internal/bytealg: eliminate IndexRabinKarpBytes...
2023-10-31 Jes Cokcmd/compile/internal/ssa: adjust default to the end...
2023-10-31 Cuong Manh Lehash/maphash: weaken avalanche test a bit more
2023-10-31 cui fliterinternal/bytealg: optimize Count/CountString in arm64
2023-10-31 Joel Singruntime: allocate crash stack via stackalloc
2023-10-31 Robert Griesemercmd/compile/internal/syntax: set up dummy name and...
2023-10-31 Robert Griesemergo/types, types2: more concise error if conversion...
2023-10-31 Joel Singcmd/dist,internal/platform: enable openbsd/ppc64 port
2023-10-30 Jes Cokcmd/compile/internal/ssa: add missing space in comment
2023-10-30 qiulaidongfenginternal/fmtsort: makeChans pin pointer
2023-10-30 Quan Tongcmd/go/internal/help: update the documentation to match...
2023-10-30 Allen Lilog/slog: Reorder doc comment for level constants
2023-10-30 Russ Coxmath/rand/v2: delete Mitchell/Reeds source
2023-10-30 Russ Coxmath/rand/v2: add PCG-DXSM
2023-10-30 Russ Coxmath/rand/v2: simplify Perm
2023-10-30 Branden Brownmath/rand/v2: remove bias in ExpFloat64 and NormFloat64
2023-10-30 Russ Coxmath/rand/v2: optimize Float32, Float64
2023-10-30 Russ Coxmath/rand/v2: add, optimize N, UintN, Uint32N, Uint64N
2023-10-30 Russ Coxmath/rand/v2: change Source to use uint64
2023-10-30 Ubuntucmd/compile: optimize right shifts of int32 on riscv64
2023-10-30 Russ Coxmath/rand/v2: update benchmarks
2023-10-30 Russ Coxmath/rand/v2: remove Rand.Seed
2023-10-30 Russ Coxmath/rand/v2: clean up regression test
2023-10-30 Russ Coxmath/rand/v2: remove Read
2023-10-30 Russ Coxmath/rand/v2: rename various functions
2023-10-30 Russ Coxmath/rand/v2: start of new API
2023-10-27 Cherry Muicmd/compile: rework TestPGOHash to not rebuild dependencies
2023-10-27 Cherry Muiinternal/testenv: use cmd.Environ in CleanCmdEnv
2023-10-27 Jes Cokbytes,internal/bytealg: eliminate HashStrBytes,HashStrR...
2023-10-26 Cherry Muiruntime: print a stack trace at "morestack on g0"
2023-10-26 Alexander Yastrebovcrypto/subtle: use PCALIGN in xorBytes
2023-10-26 Dmitri Shuralyovcmd: update vendored golang.org/x/mod
2023-10-26 Mauri de Souza... net/http: pull http2 underflow fix from x/net/http2
2023-10-26 Michael Prattruntime: clear g0 stack bounds in dropm
2023-10-26 Daniel Martíinternal/profile: actually return errors in postDecode
2023-10-25 Mauri de Souza... runtime/internal/atomic: add riscv64 operators for...
2023-10-25 Bryan C. Millscmd/go: allow suffixed toolchains to satisfy toolchain...
2023-10-25 Bryan C. Millstesting: use monotonic counts to attribute races in...
2023-10-25 Tobias Klausercmd/go: remove unused (*testgoData).acquireNet test...
2023-10-25 Tobias Klausercmd/go: remove unused (*testgoData).mustHaveContent...
2023-10-25 Tobias Klausercmd/go: remove unused (*testgoData).runGit test helper
2023-10-25 Ian Lance Taylordebug/elf: return error in DynString for invalid dynami...
2023-10-25 Rhys Hiltnerruntime/pprof: include labels for caller of goroutine...
2023-10-25 Tobias Klausercmd/compile/internal/typecheck: use strings.Contains
2023-10-25 Michael StapelbergRevert "crypto/internal/boring: use noescape and nocall...
2023-10-24 qiulaidongfengruntime: use max/min func
2023-10-24 Keith Randallcmd/compile: use new runtime type mechanism for type...
2023-10-24 Keith Randallcmd/compile: reorganize compiler type descriptor generation
2023-10-24 Michael Prattcmd/compile/internal/ir: update CallExpr comment reference
2023-10-24 Mauri de Souza... runtime/internal/atomic: add memory barrier for mips...
2023-10-24 Nakul Bajajtesting/slogtest: test no source key with empty PC...
2023-10-24 Alan Donovango/types: fix (*T)(nil)-to-interface conversion bug
2023-10-23 cui fliterlog: add available godoc link
2023-10-23 Keiichi Hirobenet/http: remove outdated comment about a support of...
2023-10-23 qmuntalcrypto/internal/boring: use noescape and nocallback...
2023-10-23 Andy Pannet,internal/poll: mark it as handled even if sendfile...
2023-10-23 Cuong Manh Leruntime: allow for 10 more threads in TestWindowsStackM...
2023-10-23 Andy Panruntime: ignore ETIMEDOUT for kevent conservatively
2023-10-23 favoniabufio: allow terminating Scanner early cleanly without...
2023-10-23 Olivier Menguédatabase/sql: add godoc links
2023-10-23 Mateusz Poliwczaknet: set IsNotFound on windows and plan9 DNS queries
2023-10-21 Roland Shoemakerdoc: add missing space in godebug.md
2023-10-20 Paul E. Murphycmd/internal/obj/ppc64: refactor maskgen
2023-10-20 Roland Shoemakercrypto/rand,runtime: switch RtlGenRandom for ProcessPrng
2023-10-20 F Ysyscall: stop counting trailing NUL for abstract addres...
2023-10-20 Quan Tongcmd/go/internal/work: set Incomplete to true if there...
2023-10-20 Ian Lance Taylortest: add tests that gofrontend failed
2023-10-20 Guoqi Chencmd/compile: improve the implementation of Lowered...
2023-10-19 Dmitri Shuralyovall: update vendored dependencies
2023-10-19 Dmitri Shuralyovmisc: drop old +build lines
2023-10-19 Dmitri Shuralyovall: drop old +build lines
2023-10-19 Dmitri Shuralyovtest: migrate remaining files to go:build syntax
2023-10-19 Austin Clementscmd/go: move all Shell methods to shell.go
2023-10-19 Austin Clementscmd/go: add Shell.RemoveAll
2023-10-19 Austin Clementscmd/go: introduce Shell abstraction
2023-10-19 Austin Clementscmd/go: serialize access to scriptDir with output
2023-10-19 Austin Clementscmd/go: clean up adding import path to command error
2023-10-19 cui fliterimage: add available godoc link
2023-10-19 cui flitergo: add available godoc link
2023-10-19 cui flitermath: add available godoc link
2023-10-19 flaxingerinternal/nettrace: fix comment typo
next