summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* all: update golang.org/x/* dependenciesEmmanuel T Odeke2021-03-15397-9874/+25495
* cmd/internal/moddeps: fix typo in TestAllDependencies log messagesTobias Klauser2021-03-151-2/+2
* cmd/compile: remove ARMv5 special case in register allocatorCherry Zhang2021-03-151-6/+0
* bytes: correct tense in commentIan Lance Taylor2021-03-151-1/+1
* cmd/compile: fix outdated commentEthan Hur2021-03-151-2/+2
* cmd/internal/obj: reorder ppc64 MOV* optab entriesPaul E. Murphy2021-03-151-156/+148
* crypto/md5: improve ppc64x performancePaul E. Murphy2021-03-152-147/+182
* cmd/link/internal/ld: fix typo in a commentTao Qingyun2021-03-151-1/+1
* cmd/compile: fix whitespace in commentJosh Bleecher Snyder2021-03-141-1/+1
* cmd/link: regression test for issue #42484Alessandro Arzilli2021-03-142-0/+87
* encoding/json: fix package shadowing in MarshalIndent exampleAriel Mashraki2021-03-141-2/+2
* all: add internal/itoa packageJosh Bleecher Snyder2021-03-1432-181/+143
* cmd/cover: replace code using optimized golang.org/x/tools/coverKoichi Shiraishi2021-03-143-196/+268
* net/http: revert change from CL 299109 breaking TestAllDependenciesTobias Klauser2021-03-131-1/+1
* io/fs: use testing.T.TempDir in TestWalkDirTobias Klauser2021-03-131-6/+1
* cmd/compile/internal/ssa: prealloc slicecui2021-03-131-1/+5
* io: add error check to WriteString Example testJulianChu2021-03-131-1/+3
* fmt: use “truncateString” not “truncate” in method doczfCode2021-03-131-1/+1
* errors/wrap: do not call Elem() twiceVitaly Zdanevich2021-03-131-2/+2
* all: remove duplicate wordsJohn Bampton2021-03-1328-28/+28
* encoding/gob: ensure "duplicate type received" decoder errors surface upAman Karmani2021-03-132-0/+28
* crypto/ecdsa: fix dead reference linkMostyn Bramley-Moore2021-03-131-1/+1
* net/http: note that "HTTP/2" is invalid for ParseHTTPVersionJosh Deprez2021-03-131-1/+2
* runtime: fix documented alignment of 32KiB and 64KiB size classesMatthew Dempsky2021-03-132-4/+8
* all: use HTML5 br tagsJohn Bampton2021-03-136-23/+23
* misc/cgo/testcarchive: don't use == for string equality in C codeIan Lance Taylor2021-03-131-1/+1
* cmd/compile/internal/types2: use self_test.go from go/typesRobert Griesemer2021-03-131-33/+53
* cmd/compile/internal/types2: simplify error reporting API (cleanup)Robert Griesemer2021-03-1313-117/+162
* cmd/compile: mention that -m can be increased or given multiple timesMichael Schaller2021-03-131-1/+2
* delete favicon.ico and robots.txtDmitri Shuralyov2021-03-122-2/+0
* cmd/go: fix godoc formatting for text from 'go help install'Jay Conrod2021-03-122-16/+24
* cmd/compile: minor cleanup -- remove dead code conditional on testDavid Chase2021-03-121-47/+24
* cmd/compile: test register ABI for method, interface, closure callsDavid Chase2021-03-1212-55/+279
* cmd/go/internal/load: always set IsImportCycle when in a cycleRoland Shoemaker2021-03-122-0/+20
* runtime: simplify divmagic for span calculationsMatthew Dempsky2021-03-125-114/+80
* runtime: add alignment info to sizeclasses.go commentsMatthew Dempsky2021-03-122-70/+101
* cmd/go: include default GOEXPERIMENT in build configCherry Zhang2021-03-121-2/+2
* Revert "testing/fstest: test that ReadDirFile on a non-dir fails"Josh Bleecher Snyder2021-03-121-9/+0
* A+C: add new e-mail addresses for Andy PanAndy Pan2021-03-122-2/+2
* cmd/compile: fix noder.Addr() to not call typecheckerDan Scales2021-03-124-4/+64
* internal/poll: fix some grammar errorsAndy Pan2021-03-121-5/+5
* cmd/internal/obj/arm64: add support for op(extended register) with RSP argumentsfanzha022021-03-123-5/+54
* cmd/compile: call types.CheckSize() in g.typ()Dan Scales2021-03-121-23/+31
* cmd: move GOEXPERIMENT knob from make.bash to cmd/goMatthew Dempsky2021-03-1112-48/+51
* net/http: revert change to generated file from CL 296152Bryan C. Mills2021-03-111-2/+0
* cmd/go: remove some fsyncs when writing filesMichael Matloob2021-03-115-45/+118
* cmd/compile: optimize multi-register shifts on amd64Josh Bleecher Snyder2021-03-116-0/+113
* hash/maphash: increase the buffer sizeJosh Bleecher Snyder2021-03-111-1/+1
* hash/maphash: optimize Write and WriteStringJosh Bleecher Snyder2021-03-112-28/+107
* hash/maphash: manually inline setSeedJosh Bleecher Snyder2021-03-111-7/+4