]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-09-26 Than McIntoshinternal/coverage: add apis for reading/writing counter...
2022-09-26 cuiweixiereflect: create funcTypes using StructOf
2022-09-26 Robert Griesemergo/types, types2: use "invalid recursive type" instead...
2022-09-26 Robert Griesemergo/types, types2: provide error codes where they were...
2022-09-26 Than McIntoshinternal/coverage: add coverage meta-data decoder
2022-09-26 Than McIntoshinternal/coverage: add coverage meta-data encoder
2022-09-26 Than McIntoshcmd: add a new goexperiment for redesigned code coverage
2022-09-26 cuiweixiesyscall: check if to is nil to prevent panic from WSASendto
2022-09-26 Zeke Luinternal/saferio: handle potential total size overflow...
2022-09-26 Bryan C. Millsos/exec: split parent I/O pipes by whether they are...
2022-09-26 Bryan C. Millsos/exec: clean up pipe-closing logic
2022-09-26 Joel Singinternal/cpu: deduplicate arm64 ISAR parsing code
2022-09-26 Joel Singinternal/cpu: enable arm64 SHA512 detection for freebsd...
2022-09-26 cuiweixiereflect: simplify Value.Comparable
2022-09-26 Tobias Klausercmd/go/internal/mmap: fix build for js/wasm
2022-09-26 Tobias Klausercmd/go/internal, go/build: remove unused errGoBuildWith...
2022-09-26 Andy Pansyscall: check if to is nil to prevent panic from Sendto
2022-09-26 Than McIntoshcmd/go: avoid internal errors on "go test -testwork"
2022-09-25 Ian Lance Taylorencoding/gob: use saferio.SliceCap when decoding a...
2022-09-24 cuiweixiecmd/compile: use "missing method m" instead of "missing...
2022-09-23 Tobias KlauserRevert "net/netip: use slice-to-array conversions"
2022-09-23 Damien Neilnet/http/httputil: avoid query parameter smuggling
2022-09-23 Tobias Klausernet/netip: use slice-to-array conversions
2022-09-23 Robert Griesemercmd/compile: use "init... cycle" instead of "init....
2022-09-23 Robert Griesemercmd/compile: handle go.mod error msg reference in noder...
2022-09-23 Damien Neilcmd: update vendored golang.org/x/tools for multiple...
2022-09-23 Tobias Klausercmd/compile/internal/ir: add missing import to mknode.go
2022-09-23 Cuong Manh Lecmd/compile: update bottomUpVisitor.visit comments
2022-09-23 Russ Coxtext/template/parse: fix confusion about markers near...
2022-09-23 Joe Tsaipath/filepath: optimize isReservedName
2022-09-23 Russ Coxruntime/pprof: force use of 4-column profiles in pprof...
2022-09-22 Cherry Muicmd/internal/objfile: read file/line information for...
2022-09-22 Cuong Manh Lecmd/compile/internal/walk: remove reduceSlice
2022-09-22 Bryan C. Millscmd/go: omit VCS stamping during bootstrap
2022-09-22 Kevin Chencmd/compile/internal/syntax: remove TypeList syntax...
2022-09-22 cuiweixiecrypto/tls: convert Conn.activeCall to atomic type
2022-09-21 Damien Neilall: tidy std module
2022-09-21 Damien Neilnet/http: add tracing to TestTransportReuseConnection_G...
2022-09-21 Damien Neilnet/http: accept HEAD requests with a body
2022-09-21 Damien Neilall: update vendored golang.org/x/net
2022-09-21 Shulhanmath: show value of integer constants in comments
2022-09-21 Cuong Manh Lespec: describe an edge case for slice expression of...
2022-09-21 Cuong Manh Lespec: describe an edge case of slice-to-array conversions
2022-09-21 Charlie Viethbytes, strings: add ASCII fast path to EqualFold
2022-09-21 Joe Tsaifmt: rely on utf8.AppendRune
2022-09-21 Ian Lance Taylorruntime: treat SI_TKILL like SI_USER on Linux
2022-09-20 Keith RandallRevert "cmd/compile: enable carry chain scheduling...
2022-09-20 Joe Tsaitime: optimize Parse for []byte arguments
2022-09-20 VRDighespec: fix typo in a type parameter example
2022-09-20 Tobias Klausersyscall: drop compatibility for FreeBSD < 10.0
2022-09-20 Tobias Klausercmd/cgo: mention //go:build line in godoc
2022-09-20 Erik Pellizzoncrypto: use encoding append functions
2022-09-20 Andy Panall: replace package ioutil with os and io in src
2022-09-20 thinkofhermime/multipart: use %w when wrapping error in NextPart
2022-09-20 eric fangcmd/compile: enable carry chain scheduling for arm64
2022-09-20 eric fangcmd/compile: Add some CMP and CMN optimization rules...
2022-09-19 cuiweixienet/http: convert Server.disableKeepAlives to atomic...
2022-09-19 Keith Randallruntime: make mSpanStateBox accessors nosplit
2022-09-19 Rob Pikeflag: test IsBoolFlag when creating the usage message
2022-09-19 Matthew Dempskycmd/compile: skip emitting dictionaries with missing...
2022-09-19 Joel Singcmd/compile: combine operations with immediate on riscv64
2022-09-19 Joel Singcmd/compile: avoid the use of XOR for boolean equality...
2022-09-19 Joel Singinternal/bytealg: correct alignment checks for compare...
2022-09-19 Matthew Dempskycmd/compile: implement slice-to-array conversions
2022-09-19 Matthew Dempskygo/internal/gcimporter: fix ureader.go handling of...
2022-09-19 Matthew Dempskytest: add regress test for issue 55101
2022-09-19 Tobias Klauseros: use wait6 to avoid wait/kill race on netbsd
2022-09-19 Keith Randallcmd/compile: avoid using destination pointer base type...
2022-09-19 cuiweixiereflect: rtype.MethodByName using binary search
2022-09-19 Damien Neilnet/http: correctly test for leading header spaces...
2022-09-19 Roger Peppetime: implement Compare method
2022-09-19 Zeke Ludebug/elf: validate shstrndx
2022-09-19 Michael Matloobcmd/go: clear GOPATH from build context when importing...
2022-09-19 Sasha Melentyevruntime/pprof: set labelMap length
2022-09-19 hopehookmisc/cgo: replace ioutil.ReadFile with os.ReadFile
2022-09-19 hopehookmisc/cgo: replace os.SEEK_SET with io.SeekStart
2022-09-19 Tobias Klauserinternal/syscall/unix: reuse existing {Fstat,Open,Unlin...
2022-09-19 Cuong Manh LeRevert "runtime: treat SI_TKILL like SI_USER on Linux"
2022-09-19 Cuong Manh Lecmd/compile/internal/typebits: relax alignment check
2022-09-19 Cuong Manh Lecmd/compile,sync: make accessing address of zero offset...
2022-09-18 Dan Kortschakdebug/pe: be careful to avoid potential uint32 overflow
2022-09-17 Joel Singcmd/compile: resolve known outcomes for SLTI/SLTIU...
2022-09-17 Michael Anthony... runtime/internal/sys: make Len64 nosplit
2022-09-17 Cherry Muicmd/dist: add old style build tags
2022-09-17 Ian Lance Taylorruntime: treat SI_TKILL like SI_USER on Linux
2022-09-16 Bryan C. Millsnet/http: deflake TestServerCancelsReadHeaderTimeoutWhe...
2022-09-16 Jakub Ciolekcmd/compile: make isConstDelta compute delta for 8...
2022-09-16 Mateusz Poliwczaknet: set AD bit in DNS queries when trust-ad in resolv...
2022-09-16 Damien Neilnet/http/httputil: remove duplicated code block
2022-09-16 Michael Anthony... runtime: tweak bgsweep "low-priority" heuristic
2022-09-16 Michael Anthony... runtime/metrics: add /sync/mutex/wait/total:seconds...
2022-09-16 Michael Anthony... runtime: set G wait reason more consistently
2022-09-16 Michael Anthony... runtime: make the wait reason for a g blocked on a...
2022-09-16 Michael Anthony... runtime/metrics: add CPU stats
2022-09-16 Michael Anthony... runtime: shrink time histogram buckets
2022-09-16 Russ Coxtesting: allow go test -run=^$ testing
2022-09-16 Robert Griesemergo/types, types2: allow (string...) signature with...
2022-09-16 Cherry Muicmd/link: suppress -no_pie deprecation warning on darwin
2022-09-16 Austin Clementscmd/dist: simplify exec.Cmd helpers for Go 1.19
2022-09-16 Austin Clementscmd/dist: simplify exec.Cmd helpers
next