]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-09-27 Carlo Alberto... bytes,strings: optimize Repeat
2022-09-27 Zeke Ludebug/elf: suport files with >= 65280 (0xff00) sections
2022-09-27 Than McIntoshcmd: relocate search.MatchPattern to cmd/internal/pkgpa...
2022-09-27 doujiang24runtime/trace: add missing events for the locked g...
2022-09-27 cui flitercmd/go/internal: use strings.CutSuffix
2022-09-27 Ian Lance Taylorreflect: clarify that Value.Comparable checks the value
2022-09-27 Ian Lance Taylordebug/dwarf: don't crash on invalid range/rnglist offset
2022-09-27 Andy Pannet/http: fix the potential leak of textproto.Reader...
2022-09-27 Joel Singimage/gif,image/jpeg,image/png: skip FuzzDecode in...
2022-09-27 cuiweixieinternal/goroot: using strings.CutPrefix replace string...
2022-09-27 TomCao New... all: replace [0-9] with \d in regexps
2022-09-27 Than McIntoshruntime: add cgo guard for exit hooks test
2022-09-27 cui flitercmd/go/internal: use time.DateTime constant
2022-09-27 Than McIntoshcmd/compile: add coverage fixup mode
2022-09-27 Than McIntoshcmd/compile,cmd/link: hooks for identifying coverage...
2022-09-27 cui fliterall: use strings.CutPrefix
2022-09-26 Robert Griesemergo/types, types2: report "undefined: p.x" instead of...
2022-09-26 Robert Griesemergo/types, types2: report "undefined: x" instead of...
2022-09-26 Isaiah Becker... sync: clarify Cond.Wait documentation
2022-09-26 Than McIntoshruntime: add an exit hook facility
2022-09-26 Than McIntoshruntime: add hook to register coverage-instrumented...
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
next