]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-05-02 Ludi Rehakall: rename type *testing.B variable to 'b'
2022-05-02 Xiaodong Liucmd/cgo: configure cgo tool for loong64
2022-05-02 Jorropovendor, net/http: update golang.org/x/net to tip
2022-05-01 Xiaodong Liucmd/go/internal: configure go tool workflow for loong64
2022-05-01 Xiaodong Liucmd/dist: support dist tool for loong64
2022-04-30 Aleksandr Dobkinimg... net/url: fix regex typo in comment in url.go
2022-04-30 Bryan C. Millsos/signal: scale back the solaris-amd64-oraclerel settl...
2022-04-30 Dan Kortschakreflect: ensure map keys match key type in MapIndex...
2022-04-29 Bryan MillsRevert "os/exec: return error when PATH lookup would...
2022-04-29 Keith Randallsync/atomic: use consistent first-store-in-progress...
2022-04-29 Russ Coxos/exec: return error when PATH lookup would use curren...
2022-04-29 Matthew Dempskycmd/compile: consistent unified IR handling of package...
2022-04-29 Illirgwaystrings: adding micro-optimization for TrimSpace
2022-04-29 hopehookA+C: add Shuai Tan (individual CLA)
2022-04-29 Ludi Rehakregexp/syntax: fix typo in comment
2022-04-28 Michael Prattruntime: mark sigtramp as TOPFRAME on the rest of unix
2022-04-28 Cuong Manh Lecmd/compile: set correct package for vars/params/result...
2022-04-28 Cherry Muiruntime: use saved LR when unwinding through morestack
2022-04-28 Wayne Zuomath/big: delete all mulWW assembly code
2022-04-28 Cuong Manh Lecmd/compile: remove inTypeCheckInl boolean
2022-04-28 Cuong Manh Lecmd/compile: remove go117ExportTypes constant
2022-04-28 Austin Clementsruntime: clean up escaping in tests
2022-04-28 Cuong Manh Lecmd/compile: fix missing export/import init nodes of...
2022-04-28 Michael Prattruntime: simply user throws, expand runtime throws
2022-04-28 Michael Prattruntime: differentiate "user" and "system" throws
2022-04-28 Michael Prattruntime: mark sigtramp as TOPFRAME
2022-04-28 Michael Prattsyscall: add //go:norace to RawSyscall
2022-04-28 Wayne Zuocmd/compile: intrinsify math/big.mulWW on MIPS64(LE...
2022-04-27 Filippo Valsordamath/big: add comprehensive aliasing tests (and minor...
2022-04-27 Filippo Valsordacrypto/tls: remove tls10default GODEBUG flag
2022-04-27 Filippo Valsordacrypto/elliptic: split up P-256 field and group ops
2022-04-27 Filippo Valsordacrypto/elliptic: inline marshaling into nistec pointFro...
2022-04-27 Filippo Valsordacrypto/elliptic: use generics for nistec-based curves
2022-04-27 Filippo Valsordacrypto/elliptic: refactor package structure
2022-04-27 cuiweixietime: document hhmmss formats
2022-04-27 Keith Randallruntime: disable windowed Smhasher test on 32-bit systems
2022-04-26 Michael Anthony... runtime: refactor the scavenger and make it testable
2022-04-26 Michael Anthony... runtime: disable idle mark workers with at least one...
2022-04-26 Michael Anthony... runtime: move scheduling decisions by schedule into...
2022-04-26 Michael Anthony... runtime: reduce max idle mark workers during periodic...
2022-04-26 Michael Anthony... runtime: yield instead of sleeping in runqgrab on OpenBSD
2022-04-26 Michael Anthony... runtime: make alloc count metrics truly monotonic
2022-04-26 HanaSECURITY.md: replace golang.org with go.dev
2022-04-26 Michael Prattruntime: use ABIInternal for most calls to sigtrampgo
2022-04-26 Heschi Kreinicknet: skip TestDialCancel on darwin-arm64
2022-04-26 HanaREADME.md: update wiki link
2022-04-26 Bryan C. Millsos/exec: use a TestMain to avoid hijacking stdout for...
2022-04-26 Bryan C. Millsos/exec: make skipStdinCopyError a function instead...
2022-04-26 Russ Coxtime: fix quickcheck test to avoid wraparounds
2022-04-26 Robert Griesemercmd/compile/internal/syntax: parser to accept ~x as...
2022-04-25 zhouguangyuancmd/compile: fix the missing size for FuncInfoSym
2022-04-25 Carl Johnsonnet/http: add MaxBytesError
2022-04-25 cuiweixiereflect: support Len and Cap on pointer-to-array Value
2022-04-25 Bryan C. Millsos: skip TestRemoveAllRace on dragonfly
2022-04-25 Bryan C. Millsos/exec: in TestImplicitPWD, explicitly request the...
2022-04-25 张云浩slices: use !{{Less}} instead of {{GreaterOrEqual}}
2022-04-25 Austin Clementscmd/dist: add maymorestack tests
2022-04-25 Austin Clementsruntime: fix stack-move sensitivity in some tests
2022-04-25 Park Zhoucmd/compile: align table
2022-04-25 Than McIntoshdebug/pe: fix off by one error in valid symbol index...
2022-04-25 Than McIntoshcrypto/ed25519: test fixup
2022-04-25 Robert Findleygo/types, types2: add loong64 to gcArchSizes
2022-04-24 Meng Zhuoruntime: add ABIInternal to strhash and memhash on...
2022-04-23 Joel Singos: use a lower file count for TestOpenFileLimit on...
2022-04-23 eric fangruntime: support for debugger function calls on linux...
2022-04-22 Keith Randallruntime/race: add s390x .syso file
2022-04-22 Ian Lance Taylorregexp/syntax: rename ErrInvalidDepth to ErrNestingDepth
2022-04-22 Bryan C. Millsnet: eliminate a deadlock on the failure path in TestNo...
2022-04-22 Michael Prattruntime/internal/syscall: use ABIInternal for Syscall6...
2022-04-22 Michael Prattsyscall: define Syscall6 in terms of RawSyscall6 on...
2022-04-22 Dmitri Shuralyovruntime: skip TestNoShrinkStackWhileParking on openbsd
2022-04-22 Robert Findleygo/types: use error_.errorf for reporting related error...
2022-04-22 Robert Findleygo/types: introduce the error_ type to match types2
2022-04-22 Robert Findleygo/types: remove unnecessary indirection when reporting...
2022-04-22 Bryan MillsRevert "cmd/compile: enable Asan check for global varia...
2022-04-22 Bryan MillsRevert "net: permit use of Resolver.PreferGo, netgo...
2022-04-22 Archana Rinternal/bytealg: optimize cmpbody for ppc64le/ppc64
2022-04-22 fanzha02cmd/compile: enable Asan check for global variables
2022-04-22 Meng Zhuointernal/bytealg: port bytealg functions to reg ABI...
2022-04-22 Bryan C. Millsruntime/cgo: remove stdlib.h warning workaround on...
2022-04-22 Tobias Klausernet/netip: fix Addr.Unmap reference in Addr.Is4 godoc...
2022-04-22 Ian Lance Taylorregexp: change ErrInvalidDepth message to match proposal
2022-04-22 Brad Fitzpatricknet: permit use of Resolver.PreferGo, netgo on Windows...
2022-04-21 Joe Tsaireflect: make more Value methods inlineable
2022-04-21 Derek Parkercmd/compile: Unify & improve struct comparisons
2022-04-21 mkontanitest/typeparam: fix copyright message
2022-04-21 Carlo Alberto... bufio: implement large write forwarding in Writer.Write...
2022-04-21 Ian Lance Taylorreflect: in assignTo only allocate target if needed
2022-04-21 Michael Prattsyscall: define Syscall in terms of RawSyscall on linux
2022-04-21 Michael Prattcmd/trace: embed static content
2022-04-21 Daniel Martígo/format: skip go/ast's object resolution
2022-04-21 Daniel Martícmd/gofmt: only resolve go/ast objects when needed
2022-04-21 Roland Shoemakercrypto/x509: revert serial length restriction
2022-04-21 Michael PrattRevert "syscall: define Syscall in terms of RawSyscall...
2022-04-21 Michael PrattRevert "syscall: define Syscall6 in terms of RawSyscall...
2022-04-21 Michael PrattRevert "runtime/internal/syscall: use ABIInternal for...
2022-04-21 Ian Lance Taylormisc/cgo/test: remove timing dependency from TestParall...
2022-04-21 Michael Matloobcmd/go: add a better error message when in a module...
2022-04-21 Michael Prattruntime/internal/syscall: use ABIInternal for Syscall6...
2022-04-21 Michael Prattsyscall: define Syscall6 in terms of RawSyscall6 on...
next