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

Create inline-arrays.md #7064

Merged
merged 39 commits into from
Apr 14, 2023
Merged
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
47f5c9a
Create safe-fixed-sized-buffers.md
AlekseyTs Mar 16, 2023
1e15e61
Update safe-fixed-sized-buffers.md
AlekseyTs Mar 16, 2023
6ca5ef5
Apply suggestions from code review
AlekseyTs Mar 16, 2023
ecaa0c6
Update safe-fixed-sized-buffers.md
AlekseyTs Mar 16, 2023
178356d
Update safe-fixed-sized-buffers.md
AlekseyTs Mar 16, 2023
ffffc7b
Update safe-fixed-sized-buffers.md
AlekseyTs Mar 16, 2023
6604a84
Delete fixed-sized-buffers.md
AlekseyTs Mar 16, 2023
26e058c
Create fixed-sized-buffers.md
AlekseyTs Mar 16, 2023
38d3217
Rename safe-fixed-sized-buffers.md to safe-fixed-size-buffers.md
AlekseyTs Mar 17, 2023
f92dadb
Update safe-fixed-size-buffers.md
AlekseyTs Mar 17, 2023
7d40dc1
Update safe-fixed-size-buffers.md
AlekseyTs Mar 18, 2023
79099cd
PR feedback
AlekseyTs Mar 20, 2023
a3ffcad
Add an alternative design
AlekseyTs Mar 21, 2023
8b8a86a
Update safe-fixed-size-buffers.md
AlekseyTs Mar 21, 2023
2924ee1
Update safe-fixed-size-buffers.md
AlekseyTs Mar 22, 2023
1426407
Update safe-fixed-size-buffers.md
AlekseyTs Mar 22, 2023
77e6a30
Update safe-fixed-size-buffers.md
AlekseyTs Mar 23, 2023
f793250
Apply suggestions from code review
AlekseyTs Mar 28, 2023
211cad3
Swap design options in safe-fixed-size-buffers.md
AlekseyTs Mar 31, 2023
b57d7e3
PR feedback for safe-fixed-size-buffers.md
AlekseyTs Mar 31, 2023
368c395
Clarify "Element access" section in safe-fixed-size-buffers.md
AlekseyTs Mar 31, 2023
6df9506
Update safe-fixed-size-buffers.md
AlekseyTs Mar 31, 2023
1b85bcd
Clarify "Conversions" section in safe-fixed-size-buffers.md
AlekseyTs Mar 31, 2023
5d23036
Update safe-fixed-size-buffers.md
AlekseyTs Mar 31, 2023
9b8924a
Clarifying "Fixed-size buffers in expressions" section in safe-fixed-…
AlekseyTs Mar 31, 2023
c4d683d
Update safe-fixed-size-buffers.md
AlekseyTs Apr 1, 2023
b7acdb8
Update safe-fixed-size-buffers.md
AlekseyTs Apr 1, 2023
a9abf26
Update safe-fixed-size-buffers.md
AlekseyTs Apr 3, 2023
884c33a
Add nn alternative to relying on AsSpan/AsReadOnlySpan helpers to saf…
AlekseyTs Apr 4, 2023
39e641b
Don't use pointers
AlekseyTs Apr 4, 2023
bda99a6
Update primary-constructors.md based on recent LDM decisions (#7099)
AlekseyTs Apr 7, 2023
30cc4ad
Revert "Update primary-constructors.md based on recent LDM decisions …
AlekseyTs Apr 7, 2023
e264575
Move "Detailed Design (Option 2)" to the "Alternatives" section in sa…
AlekseyTs Apr 11, 2023
938151a
Update safe-fixed-size-buffers.md
AlekseyTs Apr 11, 2023
0858400
Update safe-fixed-size-buffers.md
AlekseyTs Apr 11, 2023
fc9b629
Rename safe-fixed-size-buffers.md to inline-array.md
AlekseyTs Apr 14, 2023
b01c730
Rename feature to "Inline Array" from "Safe Fixed Size Buffers" in i…
AlekseyTs Apr 14, 2023
8606658
Rename inline-array.md to inline-arrays.md
AlekseyTs Apr 14, 2023
874228a
Update inline-arrays.md
AlekseyTs Apr 14, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ Manually declare your structures and use unsafe code to construct indexers.

## Design meetings

Link to design notes that affect this proposal, and describe in one sentence for each what changes they led to.
Link to design notes that affect this proposal, and describe in one sentence for each what changes they led to.
Loading