]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-05-06 David Taylorcrypto/tls: avoid extra allocations in steady-state...
2022-05-06 Than McIntoshdebug/pe: rework reading of aux symbols to fix endianit...
2022-05-06 Paul E. Murphycrypto/aes: rewrite ppc64le block crypting
2022-05-06 Paul E. Murphycmd/link: generate PPC64 ABI register save/restore...
2022-05-06 Paul E. Murphycmd/compile,cmd/asm: fix ppc64 usage of BI argument...
2022-05-06 Jason A. Donenfeldcrypto/rand: fix race on r.used
2022-05-06 Cherry Muicmd/link: fix handling of visibility hidden symbols
2022-05-06 Ian Lance Taylortest: add test that crashed gofrontend
2022-05-06 Roland Shoemakercrypto/x509: fix EKU nesting enforcement
2022-05-06 Robert Griesemergo/printer: fix printing for possibly ambiguous type...
2022-05-06 Robert Griesemercmd/compile/internal/syntax: fix printing of ambiguous...
2022-05-06 Tobias Klauserruntime/cgo: remove memset in _cgo_sys_thread_start...
2022-05-06 Jorropodebug/buildinfo: avoid nil defererence for invalid...
2022-05-06 zhangyunhaoA: add ByteDance Ltd. (Corporate CLA)
2022-05-06 Meng Zhuocmd/compile: update TestStmtLines threshold for riscv64
2022-05-06 Ian Lance Taylorsync/atomic: don't run 64-bit uintptr tests on 32-bit...
2022-05-05 Lynn Bogercrypto/internal/nistec: re-enable ppc64le asm for P-256
2022-05-05 Filippo Valsordago/types,cmd/compile/internal/types2: fix TestStdlib
2022-05-05 Roland Shoemakercrypto/rand: properly handle large Read on windows
2022-05-05 Filippo Valsordacrypto/ed25519/internal/edwards25519: move to crypto...
2022-05-05 Filippo Valsordacrypto/elliptic/internal/nistec: move to crypto/interna...
2022-05-05 Filippo Valsordacrypto/elliptic: panic when operating on invalid points
2022-05-05 Filippo Valsordacrypto/elliptic: implement UnmarshalCompressed in nistec
2022-05-05 Filippo Valsordacrypto/elliptic: precompute ScalarBaseMult doublings
2022-05-05 Filippo Valsordacrypto/elliptic: clean up and document P-256 assembly...
2022-05-05 Filippo Valsordacrypto/elliptic: move P-256 amd64/arm64 assembly to...
2022-05-05 Filippo Valsordacrypto/elliptic: replace generic P-256 with fiat-crypto
2022-05-05 Filippo Valsordacrypto/elliptic: generate nistec group implementations...
2022-05-05 Lynn Bogercmd/compile/internal: intrinsify publicationBarrier...
2022-05-05 Paul E. Murphycrypto/aes: move ppc64le to cipher_asm.go
2022-05-05 Russ Coxcrypto/internal/boring: avoid false positive in cgo...
2022-05-05 Matthew Dempskycmd/compile/internal/pkginit: fix typecheck.DeclFunc...
2022-05-05 Matthew Dempskycmd/compile/internal/ir: remove FuncType and OTFUNC
2022-05-05 Matthew Dempskycmd/compile/internal/typecheck: simplify DeclFunc
2022-05-05 Matthew Dempskycmd/compile: construct ir.FuncType within typecheck...
2022-05-05 Matthew Dempskycmd/compile/internal/typecheck: trim unused code
2022-05-05 Matthew Dempskycmd/compile/internal/ir: prune down possible Ntype...
2022-05-05 Matthew Dempskycmd/compile: change ir.InstExpr.Targs from Node to...
2022-05-05 Matthew Dempskycmd/compile: remove ir.TypeAssertExpr.Ntype
2022-05-05 Matthew Dempskycmd/compile: remove ir.CompLitExpr.Ntype field
2022-05-05 Matthew Dempskycmd/compile: change ir.NewCompLitExpr from Ntype to...
2022-05-05 Matthew Dempskycmd/compile: remove ir.Name.Ntype
2022-05-05 Matthew Dempskycmd/compile: remove ir.Name.TypeDefn
2022-05-05 Matthew Dempskycmd/compile/internal/typecheck: avoid use of Name.Ntype...
2022-05-05 Matthew Dempskycmd/compile: remove ir.TypeNodeAt
2022-05-05 Matthew Dempskycmd/compile: remove ir.Field.Ntype
2022-05-05 Matthew Dempskycmd/compile: remove ir.NewField's ntyp parameter
2022-05-05 Rhys Hiltnerruntime: prefer curg for execution trace profile
2022-05-05 Roland Shoemakercrypto/x509: disable signing with MD5WithRSA
2022-05-05 Russ Coxcmd: use 128-bit SHA256 & encode in base64 for content...
2022-05-05 Rhys Hiltnerruntime: use profile data before advancing index
2022-05-05 Cuong Manh Lecmd/compile: fix constructing expr side-effects when...
2022-05-05 fanzha02cmd/dist: add asan tests for global objects in testsani...
2022-05-05 Cuong Manh Lecmd/compile: fix static init of literal contains dynami...
2022-05-05 Cuong Manh Lecmd/compile: use appendWalkStmt when possible
2022-05-05 Cuong Manh Lecmd/compile/internal/walk: remove litas
2022-05-04 Michael Matloobcmd/go: skip computing BuildInfo in go list unless...
2022-05-04 Paul E. Murphycmd/asm: on PPC64, allow ISEL to accept a CR bit arg
2022-05-04 Jorropocmd/compile: fold constants found by prove
2022-05-04 Robert Griesemercmd/compile/internal/syntax: minor cleanups in extractName
2022-05-04 Robert Griesemergo/parser: accept all valid type parameter lists
2022-05-04 Carl Johnsonio: add an Err field to LimitedReader
2022-05-04 Tobias Klausernet/netip: use strconv.AppendUint in AddrPort.AppendTo
2022-05-04 fanzha02cmd/compile: enable Asan check for global variables
2022-05-04 Paul E. Murphycmd/compile: combine OR + NOT into ORN on PPC64
2022-05-04 Russ Coxsync/atomic: add typed atomic values
2022-05-04 Bryan C. Millscmd/go: write changes to go.mod and go.sum after loadin...
2022-05-04 Bryan MillsRevert "cmd/compile: enable Asan check for global varia...
2022-05-04 fanzha02cmd/compile: enable Asan check for global variables
2022-05-04 Ilya Leoshkevichcmd,runtime: enable race detector on s390x
2022-05-04 Meng Zhuoreflect: implement float32 for regabi riscv64
2022-05-04 Robert Griesemergo/parser: parser to accept ~x as unary expression
2022-05-04 eric fangruntime: improve the annotation of debugCallV2 for...
2022-05-04 Joe Tsaireflect: derive correct Value method in panic messages
2022-05-03 Wayne Zuocmd/compile: use dictionary to convert type to shaped...
2022-05-03 Rhys Hiltnerruntime: re-add import in trace.go
2022-05-03 Paul E. Murphycmd/internal/notsha256: revert PPC64 removal, and fix...
2022-05-03 Rhys Hiltnerruntime: split mprof locks
2022-05-03 Rhys Hiltnerruntime: add CPU samples to execution trace
2022-05-03 Rhys Hiltnerruntime: decrease STW pause for goroutine profile
2022-05-03 Rhys Hiltnerruntime/pprof: stress test goroutine profiler
2022-05-03 Rhys Hiltnerruntime/pprof: add race annotations for goroutine profiles
2022-05-03 Michael Anthony... runtime: store consistent total allocation stats as...
2022-05-03 Ian Lance Taylorvendor, cmd/vendor: update to current x/sys repo
2022-05-03 zhouguangyuancmd/compile: mark shape type dupok
2022-05-03 Keith Randallcmd/compile: fix bit length intrinsic for 16/8 bits...
2022-05-03 teivahencoding/base32: decoder output depends on chunking...
2022-05-03 Tobias Klausernet: remove fallback path in sysSocket
2022-05-03 Kale Blankenshiparchive/zip: remove unused File.descErr field
2022-05-03 zhangyunhaoA+C: add YunHao Zhang
2022-05-03 Bryan C. Millsos/exec: in Command, update cmd.Path even if LookPath...
2022-05-03 Michael Anthony... runtime: use Escape instead of escape in export_test.go
2022-05-03 Michael Anthony... runtime/debug: export SetMemoryLimit
2022-05-03 Michael Anthony... runtime: redesign scavenging algorithm
2022-05-03 Michael Anthony... runtime: make the scavenger and allocator respect the...
2022-05-03 Michael Anthony... runtime: set the heap goal from the memory limit
2022-05-03 Michael Anthony... runtime: remove float64 multiplication in heap trigger...
2022-05-03 Michael Anthony... runtime: check the heap goal and trigger dynamically
2022-05-03 Michael Anthony... runtime: rewrite pacer max trigger calculation
2022-05-03 Michael Anthony... runtime: move inconsistent memstats into gcController
next