]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-10-05 Cherry Muiruntime: don't jump stack if at entry of systemstack
2022-10-05 Youlin Fengruntime/cgo: let darwin pthread stacksize follow rlimit
2022-10-05 Paul E. Murphycmd/link: optimize PPC64 inline plt sequences if local
2022-10-05 eric fangcmd/compile: add late lower pass for last rules to run
2022-10-05 Robert Griesemercmd/compile/internal/syntax: better error message for...
2022-10-05 Robert Griesemercmd/compile/internal/types2: remove "unimplemented...
2022-10-04 Tomasz Jezierskiencoding/asn1: remove allocation from init
2022-10-04 Bryan C. Millsos/exec: add a GODEBUG setting to diagnose leaked processes
2022-10-04 Zeke Lureflect: avoid unnecessary copy of funcTypes
2022-10-04 cui fliterall: use fmt.Appendf
2022-10-04 Bryan MillsRevert "os/exec: make StdoutPipe and StderrPipe safe...
2022-10-04 Russ Coxcmd/cgo, cmd/compile, cmd/link: remove old style build...
2022-10-04 Russ Coxcmd/compile: rename gen and builtin to _gen and _builtin
2022-10-04 Than McIntoshruntime: change exit hooks test to use RaceDetectorSupp...
2022-10-04 Than McIntoshruntime/coverage: use atomic access for counter reads
2022-10-04 Than McIntoshcmd/internal/sys: migrate support.go functions to new...
2022-10-04 Andrew Pogrebnoycmd/compile: add "runtime/internal/syscall" back to...
2022-10-04 Archana Rcmd/go: update gcc version check for asan support on...
2022-10-04 Roland Shoemakercrypto/x509/internal/macos: handle unexpected null...
2022-10-04 Florian Zenkerruntime/race: use internal linking mode for amd64 subar...
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...
next