]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-10-27 Robert Griesemercmd/compile/internal/types2: clarify is/underIs semanti...
2021-10-27 Bryan C. Millscmd/go: remove support for -buildmode=shared
2021-10-27 Russ Coxcmd/go: fix testdata/script/mod_vendor_goversion for...
2021-10-27 Katie Hockmaninternal/fuzz: don't deflake coverage found while fuzzing
2021-10-27 Paul E. Murphycmd/compile: enable branchelim pass on ppc64
2021-10-27 Robert Griesemercmd/compile/internal/syntax: fix constraint literal...
2021-10-27 Robert Findleygo/types: remove a stale comment
2021-10-27 Russ Coxcmd: move internal/str back to cmd/go
2021-10-27 Cholerae Hucmd/go: add darwin/arm64 in the list of supported syste...
2021-10-27 Andy Paninternal/poll: improve the padding calculation inside...
2021-10-27 Tobias Klausersyscall: use dup3 in forkAndExecInChild on NetBSD
2021-10-27 Cuong Manh Lecmd/compile: fix generic type handling when crawling...
2021-10-26 Ian Lance Taylorembed/internal/embedtest: use parenthesized vars for...
2021-10-26 Josh Bleecher... crypto/elliptic: use a const string for precomputed...
2021-10-26 Josh Bleecher... crypto/x509: generate new-style build tags for iOS
2021-10-26 Michael Prattruntime: handle async fatal signals in VDSO
2021-10-26 Michael Prattruntime: fix cgo signals detection
2021-10-26 Keith Randallsync/atomic: use a better first-store-in-progress marker
2021-10-26 Michael Prattruntime: rename _m_ to mp [generated]
2021-10-26 Dan Scalescmd/compile: clean up the switch statements in (*genIns...
2021-10-26 Katie Hockmaninternal/fuzz: tiny refactor+fix
2021-10-26 Mark Pulfordcmd/go: stamp VCS commit time into binaries
2021-10-26 Robert Findleycmd/compile/internal/typecheck: update doc for the...
2021-10-26 Cuong Manh Leall: use reflect.{Pointer,PointerTo}
2021-10-26 Dmitri Shuralyovall: update vendored golang.org/x/tools
2021-10-26 Paul E. Murphycmd/internal/obj/ppc64: fix usage of CR bit arguments
2021-10-26 Tobias Klausersyscall: add utimensat libc wrapper on darwin
2021-10-26 Tobias Klausersyscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChi...
2021-10-26 fanzha02runtime, runtime/asan: add asan runtime support
2021-10-26 Fannie Zhangcmd/go: add -asan option
2021-10-26 fanzha02cmd/internal/obj/arm64: add a restriction on move const...
2021-10-26 gosoondoc/go1.18.html: fix a typo
2021-10-26 Gustedcontainer/list: remove unnecessary code
2021-10-25 Cherry Muicmd/internal/obj/riscv: don't split ADD to SP to two...
2021-10-25 Dan Scalescmd/compile: update the export version for generics
2021-10-25 fanzha02cmd/compile: add -asan option
2021-10-25 Ian Lance Taylorinternal/poll: avoid tiny allocator for splicePipe
2021-10-25 Cherry Muicmd/compile: fix typo in comment in CL 358435
2021-10-25 Keith Randallcmd/link: escape % characters in symbols when reporting...
2021-10-25 Keith Randallcmd/compile: revert most of CL 349169
2021-10-25 Keith Randallcmd/compile: remove MarkUsedIfaceMethodIndex mechanism
2021-10-25 Keith Randallcmd/compile,cmd/link: introduce generic interface call...
2021-10-25 Richard Musiolcmd/link: increase reserved space for passing env on...
2021-10-25 Katie Hockmancmd/go/testdata/script: fix flaky test_fuzz_fuzztime...
2021-10-25 Agniva De Sarkercrypto/tls: add Conn.NetConn method
2021-10-25 Cherry Muicmd/compile: don't clobber LR for tail calls
2021-10-25 wdvxdrcmd/compile: use SetInit instead of *PtrInit
2021-10-25 Robert Findleycmd/compile/internal/typecheck: record whether an inter...
2021-10-25 Robert Findleygo/types: remove subscripts from type parameter names
2021-10-25 Charlotte Brandhorst... net/http: correct Content-Length parsing for js/wasm
2021-10-25 wdvxdrcmd/compile: fix inlining labeled switch statements
2021-10-25 Michael Pratttesting: skip extra -count iterations if there are...
2021-10-25 Robert Griesemercmd/compile/internal/types2: better error messages...
2021-10-25 Austin Clementstesting: reference benchmark format spec
2021-10-25 Olivier Wulveryckimage/draw: improve performances if mask is *image...
2021-10-25 Cuong Manh Lecmd/compile: factor out code to remove phi argument
2021-10-25 Cuong Manh Lecmd/compile: remove Value.RemoveArg
2021-10-23 Keith Randallcmd/compile: fix fuse pass to do CFG surgery correctly
2021-10-23 Robert Griesemercmd/compile/internal/types2: comp literals to accept...
2021-10-23 Robert Griesemercmd/compile/internal/types2: slice exprs to accept...
2021-10-23 Robert Griesemercmd/compile/internal/types2: range clause to accept...
2021-10-23 Robert Griesemercmd/compile/internal/types2: make built-in to accept...
2021-10-23 Robert Griesemercmd/compile/internal/types2: factor out slice elem...
2021-10-23 Robert Griesemercmd/go: update test script for reformatted error messag...
2021-10-23 Cuong Manh Lecmd/compile: prevent compiling closures more than once
2021-10-23 Cuong Manh Ledoc: document new reflect.UnsafePointer function
2021-10-22 fanzha02cmd/link: add -asan option
2021-10-22 Robert Griesemercmd/compile/internal/types2: more detailed error messag...
2021-10-22 Robert Griesemercmd/compile/internal/types2: reduce output when describ...
2021-10-22 Andy Paninternal/poll: fix a few function names on comments
2021-10-22 Cuong Manh Lecmd/compile: only look for struct type when crawling...
2021-10-22 Cuong Manh Lereflect: make Value.Pointer panic on bad notinheap...
2021-10-21 Robert Findleygo/types, types2: add the Interface.MarkImplicit method
2021-10-21 Paul E. Murphycmd/internal/obj/ppc64: rework argument classifications
2021-10-21 Dan Scalescmd/compile: fix inlining of labeled for loops
2021-10-21 Michael Anthony... runtime: detangle gcPaceScavenger from the pacer
2021-10-21 Michael Anthony... runtime: formalize and fix gcPercent synchronization
2021-10-21 Robert Findleygo/types, types2: always return an underlying type...
2021-10-21 Amelia Downsnet/url: add testable examples for Values funcs
2021-10-21 Amelia Downsnet/url: add testable examples for url pkg funcs
2021-10-21 emahiroruntime: fix typo of pushBackAll
2021-10-21 Archana Rinternal/bytealg: fix Separator length check for Index...
2021-10-21 Lynn Bogercmd/compile/internal/ssa/gen: eliminate unnecessary...
2021-10-21 Archana Rtest/codegen: updated comparison test to verify on...
2021-10-21 Cuong Manh Lego/types: print assignment operation for invalid operat...
2021-10-20 hkherecmd/compile: use `else if` for mutually exclusive ...
2021-10-20 Michael Anthony... runtime: retype mheap.reclaimCredit as atomic.Uintptr
2021-10-20 Michael Anthony... runtime: retype mheap.reclaimIndex as atomic.Uint64
2021-10-20 Michael Anthony... runtime: retype mheap.pagesSweptBasis as atomic.Uint64
2021-10-20 Michael Anthony... runtime: retype mheap.pagesSwept as atomic.Uint64
2021-10-20 Michael Anthony... runtime: retype mheap.pagesInUse as atomic.Uint64
2021-10-20 Michael Anthony... runtime: use atomic.Float64 for assist ratio
2021-10-20 Michael Anthony... runtime/internal/atomic: add atomic types for all functions
2021-10-20 Robert Griesemercmd/compile/internal/types2: use correct types when...
2021-10-20 Robert Findleygo/internal/gcimporter: avoid setting unnecessary lines...
2021-10-20 Cuong Manh Lecmd/compile: fix crawling of embeddable types during...
2021-10-20 Than McIntoshcmd/internal/goobj: minor dead code cleanup
2021-10-20 andigmath/big: remove stray whitespace in addMulVVW on amd64
2021-10-20 Alexander Yastrebovnet/http/internal: return unexpected EOF on incomplete...
2021-10-20 Cuong Manh Lecmd/compile/internal/types2: print assignment operation...
next