2021-02-24 |
Rob Findley | go/types: review of call.go |
commit | commitdiff | tree |
2021-02-24 |
Alberto Donizetti | hash/maphash: remove duplicate from Hash documentation |
commit | commitdiff | tree |
2021-02-24 |
Tobias Klauser | runtime: remove unused const stackSystem on dragonfly |
commit | commitdiff | tree |
2021-02-24 |
DQNEO | spec: improve sentence structure for passing a slice |
commit | commitdiff | tree |
2021-02-24 |
John Bampton | docs: fix spelling |
commit | commitdiff | tree |
2021-02-24 |
David Benjamin | bufio, bytes, strings: handle negative runes in WriteRune |
commit | commitdiff | tree |
2021-02-24 |
David Benjamin | unicode: correctly handle negative runes |
commit | commitdiff | tree |
2021-02-24 |
Andy Pan | image: resolve the TODO of doc comment style |
commit | commitdiff | tree |
2021-02-23 |
Rob Findley | go/types: minor updates to comments to align with types2 |
commit | commitdiff | tree |
2021-02-23 |
Keiichi Hirobe | context: fix XTestInterlockedCancels |
commit | commitdiff | tree |
2021-02-23 |
Daniel S. Fava | testing/race: fixing intermittent test failure |
commit | commitdiff | tree |
2021-02-23 |
David Chase | runtime: reset stack poison flag accidentally set |
commit | commitdiff | tree |
2021-02-23 |
Robert Griesemer | go/types, types2: constraints may be parenthesized... |
commit | commitdiff | tree |
2021-02-23 |
Dmitri Shuralyov | doc: start draft go1.17 release notes, move go1.16... |
commit | commitdiff | tree |
2021-02-23 |
Bryan C. Mills | cmd/go: reproduce issue #44497 in TestScript/mod_edit |
commit | commitdiff | tree |
2021-02-23 |
Keith Randall | runtime: use BX instead of R15 in race detector |
commit | commitdiff | tree |
2021-02-23 |
Keith Randall | runtime: save R15 before checking AVX state |
commit | commitdiff | tree |
2021-02-23 |
Keith Randall | cmd/compile: fold MOV*nop and MOV*const |
commit | commitdiff | tree |
2021-02-23 |
zhengjianxun | runtime: clarify GC fractional mode description |
commit | commitdiff | tree |
2021-02-23 |
Tamir Duberstein | all: use more precise build tags |
commit | commitdiff | tree |
2021-02-23 |
Joel Sing | cmd/compile: change riscv64 Eq32/Neq32 to zero extend... |
commit | commitdiff | tree |
2021-02-23 |
Russ Cox | runtime: fix usleep on windows/arm |
commit | commitdiff | tree |
2021-02-23 |
David Chase | cmd/compile: add AMD64 parameter register defs, Arg... |
commit | commitdiff | tree |
2021-02-23 |
Keith Randall | cmd/compile: improve bit test code |
commit | commitdiff | tree |
2021-02-23 |
Jason A. Donenfeld | cmd/go: recognize DLL magic from llvm binaries |
commit | commitdiff | tree |
2021-02-23 |
Cherry Zhang | cmd/compile: guard special register usage with GOEXPERI... |
commit | commitdiff | tree |
2021-02-23 |
Andy Pan | cmd/go: resolve TODO by replacing InDir() function |
commit | commitdiff | tree |
2021-02-23 |
Alberto Donizetti | go/build/constraint: fix splitPlusBuild func doc comment |
commit | commitdiff | tree |
2021-02-23 |
Andy Pan | runtime: optimize the memory padding in p struct |
commit | commitdiff | tree |
2021-02-23 |
Jason A. Donenfeld | runtime/cgo: use correct lean and mean macro |
commit | commitdiff | tree |
2021-02-23 |
Jason A. Donenfeld | cmd/link: set .ctors COFF section to writable and aligned |
commit | commitdiff | tree |
2021-02-23 |
Jason A. Donenfeld | cmd/link: do not pass -Bsymbolic for PE DLLs |
commit | commitdiff | tree |
2021-02-23 |
Jason A. Donenfeld | cmd/link: set SizeOfRawData rather than VirtualSize... |
commit | commitdiff | tree |
2021-02-23 |
Than McIntosh | cmd/internal/dwarf: minor cleanups |
commit | commitdiff | tree |
2021-02-23 |
Joel Sing | runtime: enable race detector on openbsd/amd64 |
commit | commitdiff | tree |
2021-02-23 |
Andy Pan | internal/poll: fix the verbose condition in splice |
commit | commitdiff | tree |
2021-02-23 |
Tobias Klauser | ios/fs: mention f.dir in (*subFS).fixErr godoc |
commit | commitdiff | tree |
2021-02-23 |
Joel Sing | cmd/internal/obj/riscv: prevent constant loads that... |
commit | commitdiff | tree |
2021-02-23 |
Joel Sing | cmd/internal/obj/riscv: clean up branch tests |
commit | commitdiff | tree |
2021-02-23 |
Russ Cox | runtime: fix windows/arm signal handling assembly |
commit | commitdiff | tree |
2021-02-23 |
Cuong Manh Le | cmd/compile: remove backend's "scratch mem" support |
commit | commitdiff | tree |
2021-02-23 |
Cuong Manh Le | cmd/compile: simplify assert{E,I}2I{,2} calling conventions |
commit | commitdiff | tree |
2021-02-23 |
Cuong Manh Le | cmd/compile: remove selectnbrecv2 |
commit | commitdiff | tree |
2021-02-23 |
Cuong Manh Le | cmd/compile,runtime: make selectnbrecv return two values |
commit | commitdiff | tree |
2021-02-23 |
Cuong Manh Le | cmd/compile: use transitive relations for slice len... |
commit | commitdiff | tree |
2021-02-23 |
Robert Griesemer | cmd/compile/internal/types2: review of sanitize.go |
commit | commitdiff | tree |
2021-02-23 |
Cuong Manh Le | cmd/compile: mark OpSB, OpSP as poor statement Op |
commit | commitdiff | tree |
2021-02-23 |
Robert Griesemer | go/types, cmd/compile/internal/types2: use regular... |
commit | commitdiff | tree |
2021-02-23 |
Robert Griesemer | cmd/compile/internal/types2: review of conversions.go |
commit | commitdiff | tree |
2021-02-23 |
Robert Griesemer | cmd/compile/internal/types2: review of issues_test.go |
commit | commitdiff | tree |
2021-02-23 |
Robert Griesemer | cmd/compile/internal/types2: enable TestIssue25627 |
commit | commitdiff | tree |
2021-02-23 |
Cuong Manh Le | test: add test for findTypeLoop with symbols from other... |
commit | commitdiff | tree |
2021-02-23 |
Dan Scales | cmd/compile: fix import of functions of multiple nested... |
commit | commitdiff | tree |
2021-02-23 |
yangwenmai | all: faster midpoint computation in binary search |
commit | commitdiff | tree |
2021-02-23 |
Cherry Zhang | cmd/dist: match goexperiment.regabi tag when GOEXPERIME... |
commit | commitdiff | tree |
2021-02-22 |
Rob Findley | go/parser: return ast.BadExpr for missing index operands |
commit | commitdiff | tree |
2021-02-22 |
Cherry Zhang | cmd/compile: correctly use X15 to zero frame |
commit | commitdiff | tree |
2021-02-22 |
cui | cmd/compile/internal: loop opt |
commit | commitdiff | tree |
2021-02-22 |
zhengjianxun | fix typo in issue16760.go |
commit | commitdiff | tree |
2021-02-22 |
Josh Bleecher... | cmd/compile: reject some rare looping CFGs in shortcircuit |
commit | commitdiff | tree |
2021-02-22 |
Josh Bleecher... | test: add test for issue 38698 |
commit | commitdiff | tree |
2021-02-22 |
Paul E. Murphy | cmd/internal: cleanup ppc64 optab structure |
commit | commitdiff | tree |
2021-02-21 |
Than McIntosh | go/internal/gccgoimporter: fix up gccgo installation... |
commit | commitdiff | tree |
2021-02-21 |
Than McIntosh | cmd/compile: fix panic in DWARF-gen handling obfuscated... |
commit | commitdiff | tree |
2021-02-20 |
Ian Lance Taylor | syscall: add explicit ios build tag |
commit | commitdiff | tree |
2021-02-20 |
Alberto Donizetti | doc/1.16: fix link to fs.FileInfo |
commit | commitdiff | tree |
2021-02-20 |
Russ Cox | all: go fmt std cmd (but revert vendor) |
commit | commitdiff | tree |
2021-02-20 |
Russ Cox | cmd/vet: update buildtag check for //go:build lines |
commit | commitdiff | tree |
2021-02-20 |
Russ Cox | go/printer: canonicalize //go:build and // +build lines... |
commit | commitdiff | tree |
2021-02-20 |
Russ Cox | go/build: prefer //go:build over // +build lines |
commit | commitdiff | tree |
2021-02-20 |
Russ Cox | runtime/pprof: disable TestMorestack on darwin/arm64 |
commit | commitdiff | tree |
2021-02-20 |
Robert Griesemer | spec: every type has a method set (minor clarification) |
commit | commitdiff | tree |
2021-02-19 |
Rob Findley | go/types: don't write during sanitizeInfo if nothing... |
commit | commitdiff | tree |
2021-02-19 |
Robert Griesemer | all: REVERSE MERGE dev.typeparams (7cdfa49) into master |
commit | commitdiff | tree |
2021-02-19 |
Robert Griesemer | [dev.typeparams] all: merge master (06b86e9) into dev... |
commit | commitdiff | tree |
2021-02-19 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/types2: resolve... |
commit | commitdiff | tree |
2021-02-19 |
Dan Scales | cmd/compile: fix check to avoid creating new closure... |
commit | commitdiff | tree |
2021-02-19 |
Russ Cox | codereview.cfg: add codereview.cfg for master branch |
commit | commitdiff | tree |
2021-02-19 |
Russ Cox | runtime: ignore SPWRITE in syscall functions |
commit | commitdiff | tree |
2021-02-19 |
Russ Cox | runtime/pprof: disable TestMorestack on macOS under... |
commit | commitdiff | tree |
2021-02-19 |
Russ Cox | os: fix hex exit code print on 32-bit windows |
commit | commitdiff | tree |
2021-02-19 |
Russ Cox | runtime: fix spurious stack overflow detection |
commit | commitdiff | tree |
2021-02-19 |
Than McIntosh | cmd/compile: fix buglet in inlined info abstract functi... |
commit | commitdiff | tree |
2021-02-19 |
Robert Griesemer | [dev.typeparams] go/types, types2: revert fancy struct... |
commit | commitdiff | tree |
2021-02-19 |
Meng Zhuo | runtime: fix invalid nil g check for for mips64x |
commit | commitdiff | tree |
2021-02-19 |
Rob Findley | go/parser: improve error recovery from invalid selector... |
commit | commitdiff | tree |
2021-02-19 |
Robert Griesemer | [dev.typeparams] go/types: adjust printing of embedded... |
commit | commitdiff | tree |
2021-02-19 |
Bryan C. Mills | cmd/go/internal/mvs: split Reqs into narrower per-funct... |
commit | commitdiff | tree |
2021-02-19 |
Bryan C. Mills | cmd/go/internal/modget: split resolveCandidates into... |
commit | commitdiff | tree |
2021-02-19 |
Russ Cox | cmd/internal/diff: skip over Cygwin warning in diff... |
commit | commitdiff | tree |
2021-02-19 |
Russ Cox | net: disable Windows netsh tests when netsh won't run |
commit | commitdiff | tree |
2021-02-19 |
Russ Cox | os/exec: disable failing LookPathTest on windows/arm64 |
commit | commitdiff | tree |
2021-02-19 |
Russ Cox | runtime/pprof: expect tests to pass on macOS |
commit | commitdiff | tree |
2021-02-19 |
Russ Cox | runtime: delete gosave (dead code) |
commit | commitdiff | tree |
2021-02-19 |
Russ Cox | math: remove most 387 implementations |
commit | commitdiff | tree |
2021-02-19 |
Russ Cox | runtime: convert windows/arm64 assembly |
commit | commitdiff | tree |
2021-02-19 |
Russ Cox | runtime: initial windows/arm64 implementation files |
commit | commitdiff | tree |
2021-02-19 |
Russ Cox | runtime: generate windows/arm64 callback asm |
commit | commitdiff | tree |
2021-02-19 |
Russ Cox | syscall: add windows/arm64 support |
commit | commitdiff | tree |
2021-02-19 |
Russ Cox | cmd/vendor: get golang.org/x/sys@beda7e5e158 |
commit | commitdiff | tree |
next |