]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-02-23 Keiichi Hirobecontext: fix XTestInterlockedCancels
2021-02-23 Daniel S. Favatesting/race: fixing intermittent test failure
2021-02-23 David Chaseruntime: reset stack poison flag accidentally set
2021-02-23 Robert Griesemergo/types, types2: constraints may be parenthesized...
2021-02-23 Dmitri Shuralyovdoc: start draft go1.17 release notes, move go1.16...
2021-02-23 Bryan C. Millscmd/go: reproduce issue #44497 in TestScript/mod_edit
2021-02-23 Keith Randallruntime: use BX instead of R15 in race detector
2021-02-23 Keith Randallruntime: save R15 before checking AVX state
2021-02-23 Keith Randallcmd/compile: fold MOV*nop and MOV*const
2021-02-23 zhengjianxunruntime: clarify GC fractional mode description
2021-02-23 Tamir Dubersteinall: use more precise build tags
2021-02-23 Joel Singcmd/compile: change riscv64 Eq32/Neq32 to zero extend...
2021-02-23 Russ Coxruntime: fix usleep on windows/arm
2021-02-23 David Chasecmd/compile: add AMD64 parameter register defs, Arg...
2021-02-23 Keith Randallcmd/compile: improve bit test code
2021-02-23 Jason A. Donenfeldcmd/go: recognize DLL magic from llvm binaries
2021-02-23 Cherry Zhangcmd/compile: guard special register usage with GOEXPERI...
2021-02-23 Andy Pancmd/go: resolve TODO by replacing InDir() function
2021-02-23 Alberto Donizettigo/build/constraint: fix splitPlusBuild func doc comment
2021-02-23 Andy Panruntime: optimize the memory padding in p struct
2021-02-23 Jason A. Donenfeldruntime/cgo: use correct lean and mean macro
2021-02-23 Jason A. Donenfeldcmd/link: set .ctors COFF section to writable and aligned
2021-02-23 Jason A. Donenfeldcmd/link: do not pass -Bsymbolic for PE DLLs
2021-02-23 Jason A. Donenfeldcmd/link: set SizeOfRawData rather than VirtualSize...
2021-02-23 Than McIntoshcmd/internal/dwarf: minor cleanups
2021-02-23 Joel Singruntime: enable race detector on openbsd/amd64
2021-02-23 Andy Paninternal/poll: fix the verbose condition in splice
2021-02-23 Tobias Klauserios/fs: mention f.dir in (*subFS).fixErr godoc
2021-02-23 Joel Singcmd/internal/obj/riscv: prevent constant loads that...
2021-02-23 Joel Singcmd/internal/obj/riscv: clean up branch tests
2021-02-23 Russ Coxruntime: fix windows/arm signal handling assembly
2021-02-23 Cuong Manh Lecmd/compile: remove backend's "scratch mem" support
2021-02-23 Cuong Manh Lecmd/compile: simplify assert{E,I}2I{,2} calling conventions
2021-02-23 Cuong Manh Lecmd/compile: remove selectnbrecv2
2021-02-23 Cuong Manh Lecmd/compile,runtime: make selectnbrecv return two values
2021-02-23 Cuong Manh Lecmd/compile: use transitive relations for slice len...
2021-02-23 Robert Griesemercmd/compile/internal/types2: review of sanitize.go
2021-02-23 Cuong Manh Lecmd/compile: mark OpSB, OpSP as poor statement Op
2021-02-23 Robert Griesemergo/types, cmd/compile/internal/types2: use regular...
2021-02-23 Robert Griesemercmd/compile/internal/types2: review of conversions.go
2021-02-23 Robert Griesemercmd/compile/internal/types2: review of issues_test.go
2021-02-23 Robert Griesemercmd/compile/internal/types2: enable TestIssue25627
2021-02-23 Cuong Manh Letest: add test for findTypeLoop with symbols from other...
2021-02-23 Dan Scalescmd/compile: fix import of functions of multiple nested...
2021-02-23 yangwenmaiall: faster midpoint computation in binary search
2021-02-23 Cherry Zhangcmd/dist: match goexperiment.regabi tag when GOEXPERIME...
2021-02-22 Rob Findleygo/parser: return ast.BadExpr for missing index operands
2021-02-22 Cherry Zhangcmd/compile: correctly use X15 to zero frame
2021-02-22 cuicmd/compile/internal: loop opt
2021-02-22 zhengjianxunfix typo in issue16760.go
2021-02-22 Josh Bleecher... cmd/compile: reject some rare looping CFGs in shortcircuit
2021-02-22 Josh Bleecher... test: add test for issue 38698
2021-02-22 Paul E. Murphycmd/internal: cleanup ppc64 optab structure
2021-02-21 Than McIntoshgo/internal/gccgoimporter: fix up gccgo installation...
2021-02-21 Than McIntoshcmd/compile: fix panic in DWARF-gen handling obfuscated...
2021-02-20 Ian Lance Taylorsyscall: add explicit ios build tag
2021-02-20 Alberto Donizettidoc/1.16: fix link to fs.FileInfo
2021-02-20 Russ Coxall: go fmt std cmd (but revert vendor)
2021-02-20 Russ Coxcmd/vet: update buildtag check for //go:build lines
2021-02-20 Russ Coxgo/printer: canonicalize //go:build and // +build lines...
2021-02-20 Russ Coxgo/build: prefer //go:build over // +build lines
2021-02-20 Russ Coxruntime/pprof: disable TestMorestack on darwin/arm64
2021-02-20 Robert Griesemerspec: every type has a method set (minor clarification)
2021-02-19 Rob Findleygo/types: don't write during sanitizeInfo if nothing...
2021-02-19 Robert Griesemerall: REVERSE MERGE dev.typeparams (7cdfa49) into master
2021-02-19 Robert Griesemer[dev.typeparams] all: merge master (06b86e9) into dev...
2021-02-19 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: resolve...
2021-02-19 Dan Scalescmd/compile: fix check to avoid creating new closure...
2021-02-19 Russ Coxcodereview.cfg: add codereview.cfg for master branch
2021-02-19 Russ Coxruntime: ignore SPWRITE in syscall functions
2021-02-19 Russ Coxruntime/pprof: disable TestMorestack on macOS under...
2021-02-19 Russ Coxos: fix hex exit code print on 32-bit windows
2021-02-19 Russ Coxruntime: fix spurious stack overflow detection
2021-02-19 Than McIntoshcmd/compile: fix buglet in inlined info abstract functi...
2021-02-19 Robert Griesemer[dev.typeparams] go/types, types2: revert fancy struct...
2021-02-19 Meng Zhuoruntime: fix invalid nil g check for for mips64x
2021-02-19 Rob Findleygo/parser: improve error recovery from invalid selector...
2021-02-19 Robert Griesemer[dev.typeparams] go/types: adjust printing of embedded...
2021-02-19 Bryan C. Millscmd/go/internal/mvs: split Reqs into narrower per-funct...
2021-02-19 Bryan C. Millscmd/go/internal/modget: split resolveCandidates into...
2021-02-19 Russ Coxcmd/internal/diff: skip over Cygwin warning in diff...
2021-02-19 Russ Coxnet: disable Windows netsh tests when netsh won't run
2021-02-19 Russ Coxos/exec: disable failing LookPathTest on windows/arm64
2021-02-19 Russ Coxruntime/pprof: expect tests to pass on macOS
2021-02-19 Russ Coxruntime: delete gosave (dead code)
2021-02-19 Russ Coxmath: remove most 387 implementations
2021-02-19 Russ Coxruntime: convert windows/arm64 assembly
2021-02-19 Russ Coxruntime: initial windows/arm64 implementation files
2021-02-19 Russ Coxruntime: generate windows/arm64 callback asm
2021-02-19 Russ Coxsyscall: add windows/arm64 support
2021-02-19 Russ Coxcmd/vendor: get golang.org/x/sys@beda7e5e158
2021-02-19 Russ Coxtest: disable nilptr on windows/arm64
2021-02-19 Russ Coxcmd/link: add windows/arm64 support
2021-02-19 Russ Coxcmd/internal/objfile: recognize Windows ARM64 executables
2021-02-19 Russ Coxdebug/pe: recognize arm64 executables
2021-02-19 Gerrit Code... Merge "[dev.typeparams] all: merge master (eb98272...
2021-02-19 Russ Coxcmd/dist: add windows/arm64 support
2021-02-19 Russ Coxbuild: set GOPATH consistently in run.bash, run.bat...
2021-02-19 Russ Coxcmd/link: add debug print in deadcode
2021-02-19 Russ Coxcmd/link: clean up windows PE generation
next