]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2021-02-19 Russ Coxsyscall: clean up windows a bit
2021-02-19 Russ Coxruntime: enable framepointer on all arm64
2021-02-19 Russ Coxruntime: clean up windows a bit
2021-02-19 Russ Coxruntime: fix windows/arm externalthreadhandler
2021-02-19 Russ Coxruntime: fix time on windows/arm under WINE
2021-02-19 Russ Coxruntime: crash earlier on windows for runtime.abort
2021-02-19 Russ Coxruntime: print hex numbers with hex prefixes in traceba...
2021-02-19 Russ Coxruntime: fix windows/arm CONTEXT_CONTROL
2021-02-19 Russ Coxruntime: factor common code out of defs_windows_*.go
2021-02-19 Russ Coxruntime: find g in Windows profiler using SP
2021-02-19 Russ Coxruntime: do not treat asmcgocall as a topofstack on g0
2021-02-19 Russ Coxruntime: do not treat morestack as a topofstack
2021-02-19 Russ Coxruntime: do not treat mcall as a topofstack
2021-02-19 Russ Coxruntime: use TOPFRAME to identify top-of-frame functions
2021-02-19 Russ Coxruntime: use FuncInfo SPWRITE flag to identify untracea...
2021-02-19 Russ Coxcmd/asm, cmd/link, runtime: introduce FuncInfo flag...
2021-02-19 Russ Coxruntime: remove unnecessary writes to gp.sched.g
2021-02-19 Russ Coxcmd/internal/obj/riscv: fix JMP name<>(SB)
2021-02-19 Russ Coxruntime: unify asmcgocall and systemstack traceback...
2021-02-19 Russ Coxruntime: clean up funcID assignment
2021-02-19 Russ Coxruntime: handle nil gp in cpuprof
2021-02-19 Russ Coxruntime: move sys.DefaultGoroot to runtime.defaultGOROOT
2021-02-19 Russ Coxruntime: document, clean up internal/sys
2021-02-19 Russ Coxruntime: delete windows setlasterror (unused)
2021-02-19 Russ Coxruntime: clean up system calls during cgo callback...
2021-02-19 Russ Coxos: report Windows exit status in hex
2021-02-18 Robert Griesemer[dev.typeparams] cmd/compile: use new converter functio...
2021-02-18 Dan Scales[dev.typeparams] cmd/compile: support generic types...
2021-02-18 Robert Griesemer[dev.typeparams] all: merge master (eb98272) into dev...
2021-02-18 Robert Griesemer[dev.typeparams] all: update parent repository
2021-02-18 Bryan C. Millscmd/go/internal/mvs: fix Downgrade to match Algorithm 4
2021-02-18 Bryan C. Millscmd/go: add a script test for artifacts resulting from...
2021-02-18 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: minor...
2021-02-18 Robert Griesemer[dev.typeparams] cmd/compile/internal/types: review...
2021-02-18 Robert Griesemer[dev.typeparams] cmd/compile/internal/types: review...
2021-02-18 Robert Griesemer[dev.typeparams] cmd/compile/internal/types: review...
2021-02-18 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: remove...
2021-02-18 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: replace...
2021-02-18 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: use conve...
2021-02-18 Rob Findley[dev.typeparams] go/types: use a new ast.ListExpr for...
2021-02-18 Bryan C. Millscmd/go: add script tests for potential upgrades due...
2021-02-18 Bryan C. Millscmd/go/internal/mvs: clarify and annotate test cases
2021-02-18 Bryan C. Millscmd/go/internal/mvs: don't emit duplicates from Req
2021-02-18 Jason A. Donenfeldcmd/dist: set GOARM=7 for windows/arm
2021-02-18 Rob Findley[dev.typeparams] go/types: conversions to type paramete...
2021-02-18 Joel Singruntime: unbreak linux/riscv64 following regabi merge
2021-02-18 Ian Lance Taylorruntime/cgo: add cast in C code to avoid C compiler...
2021-02-18 Rob Findley[dev.typeparams] merge master (2f0da6d) into dev.typeparams
2021-02-17 Dan Scales[dev.typeparams] cmd/dist: disable -G=3 on the std...
2021-02-17 Rob Findleygo/types: revert "no 'declared but not used' errors...
2021-02-17 Cherry Zhangcmd/compile/internal/test: gofmt abiutils_test.go
2021-02-16 Cherry Zhangall: merge branch dev.regabi (d3cd4830ad) into master
2021-02-16 Cherry Zhang[dev.regabi] test: run abi/regabipragma test with -c=1
2021-02-16 Cherry Zhang[dev.regabi] all: merge master (5faf941) into dev.regabi
next