]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2023-02-14 Michael Prattall: update vendored golang.org/x/net
2023-02-14 Ian Lance Taylorslices: skip TestGrow allocation test if noopt
2023-02-14 Roland Shoemakercrypto/tls: replace all usages of BytesOrPanic
2023-02-14 Damien Neilmime/multipart: limit memory/inode consumption of ReadForm
2023-02-14 Damien Neilpath/filepath: do not Clean("a/../c:/b") into c:\b...
2023-02-14 cui fliterall: fix some comments
2023-02-14 Damien NeilRevert "io: detect Writers that access io.Copy's buffer...
2023-02-13 Matthew Dempskygo/internal/gcimporter: restore Go 1.19 Package.SetImpo...
2023-02-13 Cuong Manh Lecmd/compile: fix wrong escape analysis for go/defer...
2023-02-13 Ian Lance Taylorslices: new package
2023-02-13 Than McIntoshcmd/link/internal/ld: fix text section splitting for ARM
2023-02-13 Damien Neilall: update vendored golang.org/x/net
2023-02-13 Ikko Eltociear... cmd/internal/cov: fix typo in readcovdata.go
2023-02-13 Jorropocrypto/internal/edwards25519: reduce Point size by...
2023-02-13 Ian Lance Taylorcmd/dist: use a copy of platform.BuildModeSupported
2023-02-11 Joel Singinternal/bytealg: simplify and improve compare on riscv64
2023-02-11 Max Altgeltruntime: Allow handling of EXCEPTION_IN_PAGE_ERROR
2023-02-10 David Barshowcmd/go: mod vendor: fixed checking for vendor directory
2023-02-10 Damien Neilio: detect Writers that access io.Copy's buffer after...
2023-02-10 zlasdcmd/go: handle escapes in pkg-config ldflags output
2023-02-10 Nick Ripleycmd/trace: fix error message for bad goroutine state...
2023-02-10 David Chasevendor: add new vendored files from update
2023-02-10 Mateusz Poliwczaknet: move context cancellation logic of blocking calls...
2023-02-10 Frederic Branczykcmd/compile/internal/pgo: fix hard-coded PGO sample...
2023-02-10 David Chasevendor, cmd/vendor: update standard library dependencies
2023-02-10 Ian Lance Taylorbufio: permit r.Reset(r) without infinite recursion
2023-02-10 Than McIntoshcmd/internal/cov: fix misuse of bufio.Reader.Read in...
2023-02-10 Than McIntoshRevert "math: add Compare and Compare32"
2023-02-10 Bryan C. Millscmd/go: remove tests that assume lack of new versions...
2023-02-10 Valentin Deleplacemath/rand: fix typo in Seed deprecation comment
2023-02-10 Damien NeilRevert "io: allocate copy buffers from a pool"
2023-02-10 Carlo Alberto... context: reduce init-time allocations
2023-02-10 Russ Coxruntime: skip darwin osinit_hack on ios
2023-02-10 qmuntalcmd/dist: remove windows-amd64-2008 code path
2023-02-10 Than McIntoshcmd/link: try libssp_nonshared.a when looking for ...
2023-02-10 Than McIntoshcmd/cgo: add -fno-stack-protector to CFLAGS (again)
2023-02-10 Than McIntoshcmd/link: improve error for missing SDYNIMPORT support...
2023-02-09 Rob Pikemath/rand: rewrite the math/rand package comment to...
2023-02-09 Robert Griesemergo/types, types2: remove need to store type parameter...
2023-02-09 Robert Griesemergo/types, types2: simplify unify.inferred signature
2023-02-09 Mateusz Poliwczaknet: remove unused cname return from cgoLookupIPCNAME
2023-02-09 Akhil Indurtimath: add Compare and Compare32
2023-02-09 Johan Brandhorst... net/http: improve js fetch errors
2023-02-09 Tolyan Korniltsevruntime: skip trailing wrappers in runtime_expandFinalI...
2023-02-09 Cuong Manh Lecmd/compile: disable inline static init optimization
2023-02-09 Cuong Manh Lecmd/compile: remove reflectdata.AfterGlobalEscapeAnalysis
2023-02-09 Sung Yoon Whangcmd/compile/internal/staticinit: fix panic in interface...
2023-02-09 Bryan C. Millscmd/go/internal/test: rewrite generate tests using...
2023-02-09 Cuong Manh Lecmd/compile: remove constant arithmetic overflows durin...
2023-02-09 Adin Scannellruntime: fix signature for linked functions
2023-02-08 Bryan C. Millscmd/go/internal/test: refresh flagdefs.go and fix test
2023-02-08 Jorropocmd/compile: use MakeResult in empty MakeSlice elimination
2023-02-08 Alexander Yastrebovinternal/xcoff: use unsigned integers in file structs...
2023-02-08 Michael PrattRevert "cmd/compile/internal/pgo: fix hard-coded PGO...
2023-02-08 Than McIntoshcmd/cover: add newline to fix -covermode=atomic build...
2023-02-08 Frederic Branczykcmd/compile/internal/pgo: fix hard-coded PGO sample...
2023-02-08 Oleksandr Redkoruntime: correct typos
2023-02-08 Wayne Zuoruntime/internal/sys: remove Bswap{32|64} assembly...
2023-02-08 Wayne Zuocmd/compile: intrinsify math/bits/ReverseBytes{32|64...
2023-02-08 Cuong Manh Lecmd/compile: fix inline static init arguments substitue...
2023-02-07 Ian Lance Taylormath/rand: use fastrand64 if possible
2023-02-07 Oleksandr Redkodoc: fix spec typo
2023-02-07 Xiangdong Jicmd/go: honor user-specified -c=N
2023-02-07 Cuong Manh Letest: add test for issue 58345
2023-02-07 qmuntalruntime: use explicit NOFRAME on darwin/amd64
2023-02-07 Paul E. Murphycmd/compile: remove unused ISELB PPC64 ssa opcode
2023-02-07 sslime336go/token: delete a blank line
2023-02-07 Joe Tsaiencoding/hex: fix Decode output check regression
2023-02-06 Maksim Meshkovruntime: fix cpu sample comment
2023-02-06 Roland Shoemakercrypto/ecdh: explicitly reject mismatched curves in...
2023-02-06 Than McIntoshcmd/link: linker portion of dead map removal
2023-02-06 Than McIntoshcmd/compile: enable deadcode of unreferenced large...
2023-02-06 Keith Randallcmd/compile: ensure first instruction in a function...
2023-02-06 Than McIntoshcmd/internal/obj: flag init functions in object file
2023-02-06 Robert Griesemergo/types, types2: eliminate need to sort arguments...
2023-02-06 Joe Tsailog: fix and cleanup trailing newline logic
2023-02-06 Alexander Yastrebovcrypto/sha1: use math/bits.RotateLeft32
2023-02-06 Oleksandr Redkocmd/compile: replace os.MkdirTemp with T.TempDir
2023-02-06 Filippo Valsordamath/big: add warning about using Int for cryptography
2023-02-06 Johan Brandhorst... crypto/rand: replace shift with constant
2023-02-06 Guoqi Chencmd/asm: add RDTIME{L,H}.W, RDTIME.D support for loong64
2023-02-06 Archana Rcmd/compile: add rules to emit SETBC/R instructions...
2023-02-06 weebneyall: upgrade Unicode from 13.0.0 to 15.0.0
2023-02-04 Joe Tsailog: make use of fmt.Append functionality
2023-02-04 Cuong Manh Lecmd/compile: use ONAME node directly from generated...
2023-02-04 Cuong Manh Lecmd/compile: factor out code to generate hash func
2023-02-04 Cuong Manh Lecmd/compile: use runtime hash func for known types
2023-02-04 Cuong Manh Lecmd/compile: use memhash from package runtime
2023-02-04 Cuong Manh Lecmd/compile: generate type equal func during walk
2023-02-04 Cuong Manh Lecmd/compile: factor out code to generate equal func
2023-02-04 Ethan Lowmannet/http/httputil: fix syntax in ReverseProxy example...
2023-02-04 David Andersontime: add /etc/zoneinfo as valid path for tzdata for...
2023-02-03 Carlo Alberto... context: remove one allocation in timerCtx
2023-02-03 Joe Tsailog: reduce lock contention
2023-02-03 Archana Rcmd/compile: intrinsify math/bits/ReverseBytes{16|32...
2023-02-03 Ian Lance Taylormaps: new package
2023-02-03 Bryan C. Millscmd/dist: do not include runtime/internal/sys in cmd...
2023-02-03 Roger Peppecmd/go/internal/par: use generic Cache
2023-02-03 Florin Papadebug/elf: add DT_FLAGS_1 constants
2023-02-02 Robert Griesemergo/types, types2: enable new type inference
next