Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generics overview #524

Merged
merged 26 commits into from
Jun 29, 2021
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
0a6f9b3
Filling out template with PR 524
josh11b May 6, 2021
4186dce
Update proposal text.
josh11b May 6, 2021
8c1b8c5
Copy overview into PR.
josh11b May 6, 2021
c83ddfa
Merge remote-tracking branch 'upstream/trunk' into generics-overview
josh11b May 12, 2021
6da3fe1
`+` -> `&` and `for (;;)` -> `while`.
josh11b May 14, 2021
90dcf49
Remove/postpone template content, to keep this PR about generics.
josh11b May 26, 2021
f735d94
Apply suggestions from code review
josh11b May 26, 2021
8543740
Update to new syntax. Run prettier.
josh11b May 27, 2021
0107e74
Apply suggestions from code review
josh11b May 28, 2021
c6f60cd
Apply suggestion. Apply prettier formatting fixes.
josh11b May 28, 2021
4b135f7
Merge remote-tracking branch 'upstream/trunk' into generics-overview
josh11b Jun 21, 2021
eb92562
Major update. Much improved thanks to wolff@.
josh11b Jun 21, 2021
8ee3e61
Replace `struct` with "type".
josh11b Jun 21, 2021
5d5f965
Link to issues.
josh11b Jun 22, 2021
b85e1df
Implement decision on #575 re: impl syntax.
josh11b Jun 23, 2021
442fa05
Implement suggestions.
josh11b Jun 23, 2021
bbf7217
Apply suggestions from code review
josh11b Jun 25, 2021
572c861
Fix formatting.
josh11b Jun 25, 2021
69e394d
Implement suggestions from review.
josh11b Jun 25, 2021
ec1daa9
Clarify scope of structural interfaces to address confusion.
josh11b Jun 26, 2021
675a8b0
Add TODO to reflect text to move to details.
josh11b Jun 26, 2021
bf3ca00
Update docs/design/generics/overview.md
josh11b Jun 29, 2021
13829f4
Add comma
josh11b Jun 29, 2021
0675ec0
Update docs/design/generics/overview.md
josh11b Jun 29, 2021
e862765
Update docs/design/generics/overview.md
josh11b Jun 29, 2021
a0bf4e3
Trigger precommit
josh11b Jun 29, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/design/generics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
This directory contains the collection of documents describing the generics
feature of Carbon:

- ~~Overview~~ - not implemented yet
- [Overview](overview.md) - A high-level description of the generics design,
with pointers to other design documents that dive deeper into individual
topics.
- [Goals](goals.md) - The motivation and principles guiding the design
direction.
- [Terminology](terminology.md) - A glossary establishing common terminology
Expand Down
Loading