]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2022-05-02 Matthew Dempskycmd/compile: simplify code from CL 398474
2022-05-02 Xiaodong Liucmd/internal/objabi: define Go relocation types for...
2022-05-02 Russ Coxall: use os/exec instead of internal/execabs
2022-05-02 Wayne ZuoA+C: add Wayne Zuo (individual CLA)
2022-05-02 Russ Coxnet/http: fix for recent go.mod update
2022-05-02 Russ Coxos/exec: return error when PATH lookup would use curren...
2022-05-02 Baokun Leeinternal/poll: clear completed Buffers to permit earlie...
2022-05-02 Gregory Mancompress/flate: return error on closed stream write
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 Russ Cox[dev.boringcrypto] cmd/compile: remove the awful boring...
2022-04-29 Russ Cox[dev.boringcrypto] crypto/ecdsa, crypto/rsa: use boring...
2022-04-29 Russ Cox[dev.boringcrypto] crypto/internal/boring: add GC-aware...
2022-04-29 Russ Cox[dev.boringcrypto] crypto/x509: remove VerifyOptions...
2022-04-29 Russ Cox[dev.boringcrypto] crypto/..., go/build: align deps...
2022-04-29 Russ Cox[dev.boringcrypto] crypto/internal/boring: make SHA...
2022-04-29 Russ Cox[dev.boringcrypto] crypto/internal/boring: avoid alloca...
2022-04-29 Russ Cox[dev.boringcrypto] cmd/dist: default to use of boringcrypto
2022-04-29 Russ Cox[dev.boringcrypto] all: add boringcrypto build tags
2022-04-29 Russ Cox[dev.boringcrypto] cmd/go: pass dependency syso to...
2022-04-29 Russ Cox[dev.boringcrypto] cmd: use notsha256 instead of md5...
2022-04-29 Russ Cox[dev.boringcrypto] cmd/internal/notsha256: add new...
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 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
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...
next