]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-10-04 Daniel Martíencoding/gob: prevent a decoder state overflow
2022-10-03 Cuong Manh Lereflect: fix race condition on funcTypes
2022-10-03 hopehookgo/build: replace +build with go:build in documentation
2022-10-03 cui flitercmd/compile/internal: fix a few function names on comments
2022-10-03 cuiweixiecmd/trace: replace loop with append(slice, slice2...)
2022-10-03 millerruntime/coverage: recognise Plan 9 error message in...
2022-10-03 chanxuehonggo/token: fix File.AddLineColumnInfo logic
2022-10-03 Félix Dornlog/syslog: return nil directly
2022-10-02 cui fliterregexp: fix a few function names on comments
2022-10-02 Ian Lance Tayloros: use backslashes for DirFS on Windows
2022-10-02 hopehookall: use time.Since instead of time.Now().Sub
2022-10-02 cui flitersyscall: remove redundant type conversion
2022-10-01 cui flitercrypto/rand: convert r.used to atomic type
2022-10-01 Daniel Martícmd/go: remove the -i build flag
2022-10-01 Mikael Urankarcmd/dist: add support for freebsd/riscv64
2022-10-01 David Chasecmd/internal/obj: hoist constant slice out of function...
2022-10-01 Cuong Manh Letest: skip inlining check in escape4.go
2022-10-01 Cuong Manh Letest: relax closure name matching in closure3.go
2022-10-01 eric fangmath: optimize Hypot function
2022-10-01 Bryan C. Millsos/exec: make StdoutPipe and StderrPipe safe to Close...
2022-10-01 Bryan C. Millsos/exec: recombine goroutinePipes and userPipes
2022-10-01 Ian Lance Taylordebug/dwarf: don't crash on negative range/rnglist...
2022-09-30 Tobias Klauserall: use "unix" build tag where appropriate
2022-09-30 cui fliterencoding: fix a few function names on comments
2022-09-30 Cuong Manh Letest: enable issue47631.go for Unified IR
2022-09-30 Cuong Manh Leinternal/singleflight: avoid race between multiple...
2022-09-30 cuiweixieencoding/json: return comparison directly
2022-09-30 cui fliterall: omit comparison bool constant to simplify code
2022-09-30 Cuong Manh Leinternal/singleflight: fix duplicate deleting key when...
2022-09-30 Michael Prattcmd/link/internal/ld: panic if inlined functions missin...
2022-09-30 Michael Prattcmd/compile: eagerly create LSym for closures
2022-09-30 Michael PrattRevert "runtime: move epoll syscalls to runtime/interna...
2022-09-30 Andrew Pogrebnoyruntime: move epoll syscalls to runtime/internal/syscall
2022-09-30 David Chasecmd/compile: fuse largest possible runs of plain blocks
2022-09-30 cui fliterinternal: fix a few function names on comments
2022-09-30 Than McIntoshRevert "cmd/cgo, cmd/compile, cmd/link: remove old...
2022-09-30 cuiweixiego: replace bytes.Compare with bytes.Equal
2022-09-30 cuiweixiego/doc: use strings.TrimPrefix
2022-09-30 Than McIntoshinternal/buildcfg: enabled CoverageRedesign GOEXPERIMEN...
2022-09-30 Tobias Klausercmd/cgo, cmd/compile, cmd/link: remove old style build...
2022-09-30 doujiang24runtime/trace: skip tests if parsing fails with timesta...
2022-09-30 Mikael Urankarcmd/link/internal/riscv64: add support for freebsd...
2022-09-30 cuiweixiecmd/internal: use fmt.Fprintf
2022-09-30 cuiweixiestrconv: delete unused field
2022-09-30 cuiweixiecmd/compile/internal/noder: remove unnecessary assignme...
2022-09-30 cuiweixieinternal/profile: omit comparison tool bool constant
2022-09-29 cuiweixiecmd/internal/obj/x86: return comparison directly
2022-09-29 cuiweixiecmd/internal/obj: call delete directly without check...
2022-09-29 cuiweixiecmd/internal/dwarf: remove redundant break statement
2022-09-29 cuiweixiecmd/internal/cov: use io.SeekStart, io.SeekCurrent...
2022-09-29 cuiweixiecmd/go/internal/mvs: remove useless type assertion
2022-09-29 cuiweixiecmd/go/internal/modindex: should omit comparison to...
2022-09-29 cuiweixiecmd/go/internal/list: should omit comparison to bool...
2022-09-29 cuiweixiecmd/go/internal/bug: use bytes.Contains
2022-09-29 cuiweixiecmd/cover: use io.SeekStart, io.SeekCurrent
2022-09-29 cuiweixiecmd/cover: remove unnecessary fmt.Sprintf
2022-09-29 cuiweixiecmd/compile/internal/ppc64: delete useless break
2022-09-29 cuiweixieinternal: use io.SeekStart, io.SeekCurrent, and io...
2022-09-29 cuiweixieinternal: use time.Since instead of time.Now().Sub
2022-09-29 cuiweixiecompress: remove useless break statement
2022-09-29 cui flitercmd/fix: use strings.Cut
2022-09-29 cui flitercmd: fix a few function names on comments
2022-09-29 cui flitercrypto: fix a few function names on comments
2022-09-29 hopehookall: use strings.Builder where appropriate
2022-09-29 hopehooksync/atomic: rename "ifaceWords" to "efaceWords"
2022-09-29 Mikael Urankarsyscall: add support for freebsd/riscv64
2022-09-29 Nobuki Fujiitesting: update description of Setenv
2022-09-29 cuiweixiecmd/compile/internal/ir: delete unused code
2022-09-29 cuiweixiecmd/go: using strings.CutPrefix replace strings.HasPref...
2022-09-29 cuiweixienet/http: using strings.CutPrefix replace strings.HasPr...
2022-09-29 Keith Randallcmd/compile: keep typecheck results in syntax tree
2022-09-29 cuiweixiebufio: use strings.Builder
2022-09-29 cuiweixiearchive/zip: use strings.TrimPrefix
2022-09-29 cuiweixienet/http: remove deadstore statement
2022-09-29 cuiweixienet: delete unused code
2022-09-29 cuiweixienet/http: use time.Compare
2022-09-29 Paul E. Murphydebug/elf: fix typo in R_PPC64_TPREL34 and R_PPC64_DTPREL34
2022-09-29 Robert Griesemergo/types, types2: use "generic" rather than "parameteri...
2022-09-29 Bryan C. Millscmd: add skips as needed to get tests to pass on js...
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
next