]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-08-09 Emmanuel T... cmd: vendor github.com/google/pprof to fix mangled...
2022-08-09 Damien Neilnet/url: clarify RawPath documentation
2022-08-09 Daniel Martíencoding/xml: use bytes.Buffer.WriteString
2022-08-09 Abirdcflynet/http: remove unused method needsSniff
2022-08-09 Cuong Manh Ledebug/gosym: fix missing symbol version for 1.2+ pclntab
2022-08-09 Matthew Dempskycmd/compile/internal/noder: shuffle defined type handli...
2022-08-09 Matthew Dempskytest: test method expressions promoted to derived types
2022-08-09 Matthew Dempskytest: add test for package-scope method value GC
2022-08-09 Matthew Dempskycmd/compile/internal/escape: support OITAB and OCHECKNIL
2022-08-09 Matthew Dempskycmd/compile/internal/inline: fix latent CalleeEffects...
2022-08-09 Matthew Dempskycmd/compile/internal/ir: prevent NewClosureVar misuse
2022-08-09 Matthew Dempskycmd/compile/internal/ir: better dump for OLINKSYMOFFSET
2022-08-09 Keith RandallRevert "runtime: redo heap bitmap"
2022-08-09 Keith RandallRevert "runtime: process ptr bitmaps one word at a...
2022-08-09 Than McIntoshtest: skip -buildmode=pie tests on alpine
2022-08-09 Ludi Rehaklog: change isDiscard type to atomic.Bool
2022-08-09 Joe Tsaitime: add DateTime, DateOnly, and TimeOnly
2022-08-09 Than McIntoshruntime: disable gdb testpoints on alpine pending build...
2022-08-09 Nick Ripleycmd/asm: add VTBX instruction on arm64
2022-08-09 Andy Panruntime: refine code reducing indents in netpollBreak()
2022-08-09 Cuong Manh Lecmd/compile/internal/typecheck: simplify tcAppend
2022-08-09 Cuong Manh Lecmd/compile: do not write implicit conversion for appen...
2022-08-09 Cuong Manh Leinternal/testenv: add and use OptimizationOff/SkipIfOpt...
2022-08-09 Tobias Klausersyscall: add Mmap and Munmap on solaris
2022-08-09 Tobias Klausersyscall: wrap fstatat only once on linux/{arm64,riscv64}
2022-08-09 Cuong Manh Leall: use ":" for compiler generated symbols
2022-08-09 Tobias Klausernet/netip: fix method name in {AddrPort,Prefix}.IsValid...
2022-08-09 Meng Zhuointernal/cpu: add sha512 for arm64
2022-08-09 Meng Zhuodebug/pe: add IMAGE_FILE_MACHINE_RISCV{32,64,128}
2022-08-08 Ian Lance Taylorruntime/cgo: add -fno-stack-protector to CFLAGS
2022-08-08 Russ Coxcmd/link: detect glibc vs musl ldso at link time
2022-08-08 Ian Lance Taylormime: remove test ordering dependency
2022-08-08 Joe Tsaistrings: avoid utf8.RuneError mangling in Split
2022-08-08 Ian Lance Taylorsyscall: rename close to closeFD
2022-08-08 Cuong Manh Lemath/big: disable TestNewIntAllocs on noopt builder
2022-08-08 Lynn Bogercmd/compile: fix confusion with ANDCCconst in PPC64...
2022-08-08 Ian Lance Taylordebug/pe: use correct pe64 test in ImportedSymbols
2022-08-08 Cuong Manh Lecmd/compile: disable append of make test on noopt builder
2022-08-08 Cherry Muicmd/compile, cmd/link: enable Duff's device on darwin...
2022-08-08 Matthew Dempskytest: add test case for type parameter method indexing
2022-08-08 Keith Randallmath/big: make NewInt inlineable and zero allocation
2022-08-08 Keith Randallcmd/compile: optimize unsafe.Slice generated code
2022-08-08 Joe Tsaireflect: avoid TypeOf in init
2022-08-08 Cuong Manh Lecmd/compile: rename types.Rnd -> types.RoundUp
2022-08-08 cuiweixieencoding/binary: ReadUvarint return io.ErrUnexpectedEOF...
2022-08-08 Tobias Klauserall: use io.Seek* instead of deprecated os.SEEK_*
2022-08-08 Keith Randallcmd/compile: avoid assignment conversion in append...
2022-08-08 Keith Randallruntime: process ptr bitmaps one word at a time
2022-08-08 Keith Randallruntime: redo heap bitmap
2022-08-08 cuiweixiecmd/compile: store combine on amd64
2022-08-08 cuiweixiecmd/compile,runtime: panic when unsafe.Slice param...
2022-08-08 Cuong Manh Lecmd/compile: treat constants to type parameter conversi...
2022-08-08 Cuong Manh Lecmd/compile: remove index out of bounds check in walkIndex
2022-08-08 Cuong Manh Lecontext: Revert "context: use CompareAndSwap in cancelC...
2022-08-08 Ludi Rehaknet/http: change conn.curReq type to atomic.Pointer...
2022-08-08 Austin Clementsruntime/internal/atomic: add Pointer[T] type
2022-08-08 cuiweixiecrypto/tls: delete unnecessary line of return
2022-08-08 Joel Singinternal/cpu: implement CPU feature detection for openb...
2022-08-08 Russ Coxgo/build: add GO$GOARCH-based ToolTags
2022-08-08 Michael Prattruntime: remove useless empty string literal
2022-08-08 Michael Prattruntime: convert gcController.dedicatedMarkWorkersNeede...
2022-08-08 Michael Prattruntime: convert gcController.idleMarkTime to atomic...
2022-08-08 Michael Prattruntime: convert gcController.fractionalMarkTime to...
2022-08-08 Cuong Manh Lecmd/compile: correct alignment of atomic.Int64
2022-08-08 Michael Prattruntime: convert gcController.dedicatedMarkTime to...
2022-08-08 Michael Prattruntime: convert gcController.bgScanCredit to atomic...
2022-08-08 Michael Prattruntime: convert gcController.globalsScan to atomic...
2022-08-08 Michael Prattruntime: convert gcController.maxStackScan to atomic...
2022-08-08 Michael Prattruntime: convert gcController.lastStackScan to atomic...
2022-08-08 Michael Prattruntime: convert gcController.heapScan to atomic type
2022-08-08 Michael Prattruntime: convert gcController.heapLive to atomic type
2022-08-08 Cuong Manh Lereflect: use doc links to refer to package "unsafe"
2022-08-08 Cuong Manh Lecontext: use CompareAndSwap in cancelCtx.Done
2022-08-08 Tomasz Jezierskiencoding/gob: replace runtime values with constants...
2022-08-06 Matthew Dempskycmd/compile: fix import/export of ODYNAMICDOTTYPE
2022-08-06 Rob Pikefmt: add a function to recover the original format...
2022-08-05 Dmitri Shuralyovall: update vendored golang.org/x/{net,tools} for Go...
2022-08-05 Russ Coxcmd/dist: do not run on ppc64le
2022-08-05 Russ Coxcmd/dist: force stackGuardMultiplierDefault to 1
2022-08-05 Russ Coxsync/atomic: remove test64err in test
2022-08-05 Russ Coxbootstrap.bash: delete BOOTSTRAP_FORMAT=mintgz code
2022-08-05 Lynn Bogercmd/link: use correct path for dynamic loader on ppc64le
2022-08-04 hopehookall: clean up TODO after fixing issue 44505
2022-08-04 Matthew Dempskygo/internal/gcimporter: rewrite interface receiver...
2022-08-04 Matthew Dempskyall: REVERSE MERGE dev.unified (d558507) into master
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-08-04 Dmitri Shuralyovall: update vendored golang.org/x dependencies for...
2022-08-04 Russ Coxall: remove pre-Go 1.17 workarounds
2022-08-04 Austin Clementsruntime: clean up panic and deadlock lock ranks
2022-08-04 Austin Clementsruntime: make the lock rank DAG make more sense
2022-08-04 Austin Clementsruntime: add mayAcquire annotation for finlock
2022-08-04 Austin Clementsruntime: add missing trace lock edges
2022-08-04 Austin Clementsruntime: generate the lock ranking from a DAG description
2022-08-04 Austin Clementsruntime: delete unused lock ranks
2022-08-04 Austin Clementsinternal/dag: add a Graph type and make node order...
2022-08-04 Austin Clementsgo/build, internal/dag: lift DAG parser into an interna...
2022-08-04 Russ Coxcmd/dist: require Go 1.17 for building Go
2022-08-04 Dmitry Vyukovruntime: support riscv64 SV57 mode
2022-08-03 Russ Coxmake.bat, make.rc: show bootstrap toolchain version
2022-08-03 Than McIntoshcmd/asm: update package doc to describe "-p" option
next