]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-09-29 Bryan C. Millsos/exec: avoid leaking a process in TestDoubleStartLeav...
2022-09-29 Damien Neilerrors, fmt: add support for wrapping multiple errors
2022-09-29 Tobias Klausercmd/go/internal/lockedfile/internal/filelock: remove...
2022-09-29 Russ Coxcmd/compile: limit goroutine count to parallelism
2022-09-29 Than McIntoshcmd/{cover,go}: avoid use of os.PathListSeparator in...
2022-09-29 Robert Griesemergo/types, types2: more concise error messages for cycle...
2022-09-29 Than McIntoshruntime/coverage: apis to emit counter data under user...
2022-09-29 Than McIntoshcmd{cover,covdata,go}: better coverage for tests that...
2022-09-29 Than McIntoshruntime/coverage: improve unit tests
2022-09-29 cuiweixiecrypto: use fmt.Appendf
2022-09-29 cuiweixiecmd/nm: use print-style not printf-style
2022-09-29 cuiweixiecmd/cgo: use strings.TrimSuffix
2022-09-29 cuiweixiecmd/cgo: delete unused code
2022-09-29 cuiweixiecmd/cgo: use strings.Contains instead of strings.Index
2022-09-29 cuiweixiecmd/asm: use strings.TrimSuffix
2022-09-29 cuiweixiecmd/asm: delete unused func newAddr
2022-09-29 cuiweixiecmd/asm: optimize if statement to return directly
2022-09-29 cuiweixiecmd/asm: use opd.String() instead of fmt.Sprintf
2022-09-29 Bryan C. Millsos/exec: refactor goroutine error reporting
2022-09-29 Bryan C. Millsos/exec: do not close pipes on a double-Start error
2022-09-29 Roland Shoemakerencoding/gob: add top level security doc
2022-09-28 Robert Griesemergo/types, types2: consistently use "cause" instead...
2022-09-28 Robert Griesemergo/types, types2: remove (C/c)ompilerErrorMessages...
2022-09-28 Robert Griesemercmd/compile: use "shifted operand %s (type %s) must...
2022-09-28 Robert Griesemercmd/compile: use "cannot use %s as %s value in %s:...
2022-09-28 Robert Griesemergo/types, types2: use "assignment mismatch: x variables...
2022-09-28 Alan Donovango/ast: record start and end of file in File.File{Start...
2022-09-28 Tobias Klausercmd/dist: test cmd module on js/wasm
2022-09-28 cui flitercmd/compile/internal/base: replace io/ioutil with os...
2022-09-28 Nobuki Fujiitesting: fail if T.Setenv is called via T.Run in a...
2022-09-28 cuiweixiecmd/go: using strings.CutSuffix replace strings.HasSuff...
2022-09-28 Joel Singcmd/link/internal/loadelf: add additional relocations...
2022-09-28 Zeke Luos/signal: disable GNU readline to deflake TestTerminal...
2022-09-28 Archana Rcmd/internal/obj/ppc64: remove unnecessary opcodes
2022-09-28 cui fliterall: fix some typos
2022-09-28 Lynn Bogercmd/compile: remove some lines from PPC64.rules
2022-09-28 Than McIntoshcmd/go: support new hybrid coverage instrumentation
2022-09-28 Than McIntoshcmd/go: refactor package references in Builder.build
2022-09-28 Than McIntoshcmd/go: add hook to check for GOEXPERIMENT in script...
2022-09-28 Than McIntoshcmd/cover: add hybrid instrumentation mode
2022-09-28 Than McIntoshruntime/coverage: runtime routines to emit coverage...
2022-09-28 Than McIntoshcmd/covdata: add tools to read/manipulate coverage...
2022-09-28 Robert Griesemergo/types, types2: use "invalid operation: x rel y ...
2022-09-28 Ian Lance Taylortime: add comment explaining >>33 in Now
2022-09-28 Mikael Urankarcmd/nm, runtime/cgo: add cgo support for freebsd/riscv64
2022-09-28 Mikael Urankarcmd/dist: enable cgo tests on freebsd/riscv64
2022-09-28 cuiweixiecrypto: use bytes.Clone
2022-09-28 cuiweixienet/textproto: use bytes.Clone
2022-09-28 cuiweixieinternal: use bytes.Clone
2022-09-28 cuiweixieencoding/xml: use bytes.Clone
2022-09-28 Mikael Urankarruntime: add support for freebsd/riscv64
2022-09-28 cuiweixiedatabase: use bytes.Clone
2022-09-27 Roland Shoemakercrypto/rsa,crypto/internal/boring: fix PSS salt handling
2022-09-27 Robert Griesemergo/types, types2: use 2nd operand position for comparis...
2022-09-27 Zeke Ludebug/elf: return error on reading from SHT_NOBITS...
2022-09-27 Ian Lance Taylorcrypto/x509: use unsafe.Slice
2022-09-27 Robert Griesemercmd/compile: use "method T.m already declared" for...
2022-09-27 Robert Griesemergo/types, types2: use "unknown field f in struct litera...
2022-09-27 Robert Griesemergo/types, types2: use "multiple-value" instead "n-value...
2022-09-27 Robert Griesemergo/types, types2: uniformly use "cannot convert X to...
2022-09-27 Robert Griesemergo/types, types2: use "and not used" instead of "but...
2022-09-27 Paul E. Murphycmd/compile: rework PPC64 Mul64uhilo lowering rules
2022-09-27 David Chasecmd/compile: make a type-specialized copy of encoding...
2022-09-27 David Chasecmd/compile: introduce "temporary" readers for more...
2022-09-27 Keith Randallcmd/compile: use stricter rule for possible partial...
2022-09-27 Alan Donovango/scanner: emit implicit semicolon tokens in correct...
2022-09-27 cuiweixiebufio: use bytes.Clone
2022-09-27 Than McIntoshcmd/link: fix coverage counter issue on AIX
2022-09-27 Tobias Klausercmd/internal/pkgpath: use MustHaveExec in TestToSymbolFunc
2022-09-27 Tobias Klausercmd/api: skip tests on platforms that cannot exec
2022-09-27 Paul E. Murphycmd/link: refactor usage of SymLocalentry helper functions
2022-09-27 Marko Kunglamisc/wasm: update deprecated substr usage
2022-09-27 cuiweixieruntime: using bytes.CutPrefix
2022-09-27 Keith Randallcmd/compile: abstract type type+value obtained from...
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
next