]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2022-05-03 Michael Anthony... runtime: clean up inconsistent heap stats
2022-05-03 Michael Anthony... runtime: track how much memory is mapped in the Ready...
2022-05-03 Michael Anthony... runtime: maintain a direct count of total allocs and...
2022-05-03 Michael Anthony... runtime: add a non-functional memory limit to the pacer
2022-05-03 Michael Anthony... runtime: add byte count parser for GOMEMLIMIT
2022-05-03 Michael Knyszekruntime: add GC CPU utilization limiter
2022-05-03 Robert Griesemercmd/compile/internal/syntax: accept all valid type...
2022-05-03 Tobias Klauserinternal/poll, net, syscall: use accept4 on solaris
2022-05-03 Jorropoio: NopCloser forward WriterTo implementations if the...
2022-05-03 Meng Zhuointernal/bytealg: mask high bit for riscv64 regabi
2022-05-03 Robert Findleygo/types,types2: delay the check for conflicting struct...
2022-05-03 Russ Coxcmd/internal/notsha256: fix ppc64 build
2022-05-03 Cuong Manh Lecmd/compile: support pointers to arrays in arrayClear
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-05-02 Ian Lance Taylorbufio: clarify io.EOF behavior of Reader.Read
2022-05-02 Joe Tsaicompress/flate: move idempotent close logic to compressor
2022-05-02 Paul E. Murphyinternal/bytealg: improve PPC64 equal
2022-05-02 Austin Clementscmd/compile: fix loopreschedchecks for regabi
next