aboutsummaryrefslogtreecommitdiff
path: root/design/generics-implementation-gcshape.md
AgeCommit message (Collapse)Author
2022-03-07design: fix typo in generics implementation documentthepudds
Correct the markdown syntax for the second link in the "Generics Implementation - GC Shape Stenciling" document. This addresses a typo recently introduced in CL 387214. Change-Id: I96f743b8ebd32ad0ee37118182ddce6161eafbc5 GitHub-Last-Rev: 1a666c4e4385c6c305ef53fed824a88eb240fd53 GitHub-Pull-Request: golang/proposal#43 Reviewed-on: https://go-review.googlesource.com/c/proposal/+/390454 Reviewed-by: Ian Lance Taylor <iant@golang.org>
2022-02-28design: add implementation doc for Go 1.18 generics (shapes/dictionaries)Dan Scales
Change-Id: Ib12cd3b6883737fe2494d44c8b369e8816e012cd Reviewed-on: https://go-review.googlesource.com/c/proposal/+/387214 Reviewed-by: Keith Randall <khr@golang.org>
2020-09-30design: add GC shape hybrid design doc for the generics implementationKeith Randall
Change-Id: I04ca517644779d011fb28e57ec54c4b7de91fe2c Reviewed-on: https://go-review.googlesource.com/c/proposal/+/258539 Trust: Keith Randall <khr@golang.org> Reviewed-by: Keith Randall <khr@golang.org>