]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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
2022-08-03 Matthew Dempsky[dev.unified] cmd/compile: start using runtime dictionaries
2022-08-03 Russ Coxnet: disable TestIPv6WriteMsgUDPAddrPortTargetAddrIPVer...
2022-08-02 Michael Prattruntime: trivial replacements of g in remaining files
2022-08-02 Michael Prattruntime: trivial replacements of g in signal_unix.go
2022-08-02 Michael Prattruntime: tricky replacements of g in traceback.go
2022-08-02 Michael Prattruntime: tricky replacements of g in proc.go
2022-08-02 Michael Prattruntime: trivial replacements of _g_ in remaining files
2022-08-02 Michael Prattruntime: trivial replacements of _g_ in os files
2022-08-02 Michael Prattruntime: trivial replacements of _g_ in GC files
2022-08-02 Michael Prattruntime: trivial replacements of _g_ in proc.go
2022-08-02 Michael Prattruntime: tricky replacements of _g_ in os3_solaris.go
2022-08-02 Michael Prattruntime: tricky replacements of _g_ in os3_plan9.go
2022-08-02 Michael Prattruntime: tricky replacements of _g_ in signal_windows.go
2022-08-02 Michael Prattruntime: tricky replacements of _g_ in signal_unix.go
2022-08-02 Michael Prattruntime: tricky replacements of _g_ in trace.go
2022-08-02 Michael Prattruntime: tricky replacements of _g_ in mgc.go
2022-08-02 Michael Prattruntime: tricky replacements of _g_ in proc.go
2022-08-02 Michael Prattruntime: rename _p_ to pp
2022-08-02 Michael Prattruntime: clean up dopanic_m
2022-08-02 Michael Prattruntime: clean up canpanic
2022-08-02 Michael Prattruntime: fix outdated g.m comment in traceback.go
2022-08-02 Dmitri Shuralyovinternal/goversion: update Version to 1.20
2022-08-02 Russ Coxall: disable tests that fail on Alpine
2022-08-01 Matthew Dempskytest: improve generic type assertion test
2022-08-01 Wayne Zuocmd/compile: fix wrong dict pass condition for type...
next