summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge "[dev.typeparams] all: merge master (46fd547) into dev.typeparams" into...dev.typeparamsGerrit Code Review2021-08-1252-262/+850
|\
| * [dev.typeparams] all: merge master (46fd547) into dev.typeparamsMatthew Dempsky2021-08-1252-262/+850
| |\
| | * internal/goversion: update Version to 1.18Carlos Amedee2021-08-121-1/+1
| | * doc/go1.17: remove draft noticeDmitri Shuralyov2021-08-121-5/+5
| | * CONTRIBUTORS: update for the Go 1.17 releaseCarlos Amedee2021-08-121-1/+135
| | * os/exec: re-enable LookPathTest/16Dmitri Shuralyov2021-08-121-3/+0
| | * src/make.*: make --no-clean flag a no-op that prints a warningMatthew Dempsky2021-08-114-24/+18
| | * doc/go1.17: linker passes -I to extld as -Wl,--dynamic-linkerIan Lance Taylor2021-08-111-0/+9
| | * doc: use "high address/low address" instead of "top/bottom"fanzha022021-08-103-8/+8
| | * cmd/go: with -mod=vendor, don't panic if there are duplicate requirementsJay Conrod2021-08-094-32/+72
| | * runtime/cgo: when using msan explicitly unpoison cgoCallersIan Lance Taylor2021-08-093-0/+130
| | * doc: add example for conversion from slice expressions to array ptrCuong Manh Le2021-08-081-0/+1
| | * doc/go1.17: fix a typo introduced in CL 335135Bryan C. Mills2021-08-071-1/+1
| | * make.bash: do not overwrite GO_LDSO if already setCherry Mui2021-08-061-2/+2
| | * doc/go1.17: clarify Modules changesBryan C. Mills2021-08-061-25/+45
| | * runtime: allow arm64 SEH to be called if illegal instructionJason A. Donenfeld2021-08-061-0/+11
| | * runtime: warn that KeepAlive is not an unsafe.Pointer workaroundMatthew Dempsky2021-08-051-0/+4
| | * net/http: speed up and deflake TestCancelRequestWhenSharingConnectionDamien Neil2021-08-041-26/+51
| | * io/fs: don't use absolute path in DirEntry.Name docIan Lance Taylor2021-08-021-1/+1
| | * all: gofmtJosh Bleecher Snyder2021-07-313-4/+3
| | * net/http/httputil: close incoming ReverseProxy request bodyDamien Neil2021-07-302-0/+48
| | * runtime: avoid possible preemption when returning from Go to CIan Lance Taylor2021-07-294-9/+67
| | * cmd/go: fix go.mod file name printed in error messages for replacementsJay Conrod2021-07-281-4/+5
| | * runtime: don't crash on nil pointers in checkptrAlignmentMatthew Dempsky2021-07-283-3/+45
| | * cmd/go: use .mod instead of .zip to determine if version has go.mod fileJay Conrod2021-07-274-56/+114
| | * cmd/go: add missing flag in UsageLine1809092021-07-273-4/+4
| | * testing: clarify T.Name returns a distinct name of the running testChangkun Ou2021-07-271-1/+5
| | * go/types: preserve untyped constants on the RHS of a shift expressionRob Findley2021-07-273-9/+44
| | * runtime: correct variable name in commentKoichi Shiraishi2021-07-261-1/+1
| | * runtime: remove adjustTimers counterIan Lance Taylor2021-07-263-52/+8
| | * cmd/vet: add missing copyright header1809092021-07-265-0/+20
* | | [dev.typeparams] cmd/compile: remove some shape checks in type substituter, ...Dan Scales2021-08-122-32/+15
|/ /
* | [dev.typeparams] cmd/compile: don't print out node pointer in ir.Dumpzikaeroh2021-08-121-1/+1
* | [dev.typeparams] cmd/compile: change export version to 1.17 for testingDan Scales2021-08-114-18/+19
* | [dev.typeparams] runtime, internal/bytealg: remove regabi fallback code on AMD64Cherry Mui2021-08-116-309/+0
* | [dev.typeparams] internal/buildcfg: always enable regabi on AMD64Cherry Mui2021-08-114-14/+7
* | [dev.typeparams] cmd/compile/internal/types2: remove unused TypeParam.Bound m...Robert Griesemer2021-08-111-7/+0
* | [dev.typeparams] cmd/compile/internal/types2: remove Named.SetTArgsRob Findley2021-08-101-3/+0
* | [dev.typeparams] go/types: don't expose the TypeSet API for 1.18Rob Findley2021-08-105-19/+19
* | [dev.typeparams] cmd/compile: keep export format unchanged if no type params ...Dan Scales2021-08-104-34/+31
* | [dev.typeparams] internal/goexperiment: update comment for RegabiArgs require...Cherry Mui2021-08-101-5/+2
* | [dev.typeparams] cmd: update vendored golang.org/x/tools to 337cebd2c151Cherry Mui2021-08-1014-48/+563
* | [dev.typeparams] cmd/compile: handle interface type parameters in type switchesKeith Randall2021-08-105-12/+93
* | [dev.typeparams] cmd/compile/internal/types2: parameterized functions must ha...Robert Griesemer2021-08-1024-116/+124
* | [dev.typeparams] cmd/compile/internal/types2: expand is only required for *Na...Robert Griesemer2021-08-109-29/+16
* | [dev.typeparams] cmd/compile: use types2.Constraint() rather than types2.Bound()Dan Scales2021-08-095-4/+42
* | [dev.typeparams] cmd/compile: call transformArgs before early typecheckaste i...Dan Scales2021-08-095-91/+55
* | [dev.typeparams] cmd/compile: implement generic type switchesKeith Randall2021-08-0921-18/+342
* | [dev.typeparams] cmd/compile: simplify interface conversionsKeith Randall2021-08-0910-462/+395
* | [dev.typeparams] cmd/compile: don't export/import type parameter indices anymoreDan Scales2021-08-074-7/+13