]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.regabi] all: merge master (ff0e93e) into dev.regabi
authorCherry Zhang <cherryyz@google.com>
Fri, 12 Feb 2021 21:30:51 +0000 (16:30 -0500)
committerCherry Zhang <cherryyz@google.com>
Fri, 12 Feb 2021 21:35:21 +0000 (16:35 -0500)
commitd1fd9a8863df6e8dc24dd1756550d341a26ed76c
tree33f53a3beab9575e2becbf47dd3e1a1046565090
parent59703d53e249db738363c3fab9143348ff9559ea
parentff0e93ea313e53f08018b90bada2edee267a8f55
[dev.regabi] all: merge master (ff0e93e) into dev.regabi

Conflicts:

- src/cmd/compile/internal/gc/walk.go

  gc/walk.go is changed in CL 290950 on the master branch but
  deleted in the dev.regabi branch and moved over to the walk
  package. This CL includes porting CL 290950 over to the new
  walk.

Merge List:

+ 2021-02-12 ff0e93ea31 doc/go1.16: note that package path elements beginning with '.' are disallowed
+ 2021-02-11 249da7ec02 CONTRIBUTORS: update for the Go 1.16 release
+ 2021-02-11 864d4f1c6b cmd/go: multiple small 'go help' fixes
+ 2021-02-11 26ceae85a8 spec: More precise wording in section on function calls.
+ 2021-02-11 930c2c9a68 cmd/go: reject embedded files that can't be packed into modules
+ 2021-02-11 e5b08e6d5c io/fs: allow backslash in ValidPath, reject in os.DirFS.Open
+ 2021-02-10 ed8079096f cmd/compile: mark concrete call of reflect.(*rtype).Method as REFLECTMETHOD
+ 2021-02-09 e9c9683597 cmd/go: suppress errors from 'go get -d' for packages that only conditionally exist
+ 2021-02-09 e0ac989cf3 archive/tar: detect out of bounds accesses in PAX records resulting from padded lengths
+ 2021-02-09 c9d6f45fec runtime/metrics: fix a couple of documentation typpos
+ 2021-02-09 cea4e21b52 io/fs: backslash is always a glob meta character
+ 2021-02-08 dc725bfb3c doc/go1.16: mention new vet check for asn1.Unmarshal

Change-Id: Ib28fffa7dfbff7f6cdbfaf4a304757fead7bbf19
src/cmd/compile/internal/walk/expr.go
src/cmd/go/alldocs.go