Skip to content

rustc_scalable_vector #3838

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

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7f9018c
introduce `repr(scalable)`
davidtwco May 18, 2022
48c8407
mention prctl use for child processes
davidtwco Jul 14, 2025
55f532e
rename to rfcs#3838
davidtwco Jul 14, 2025
6afaff7
permit `repr(transparent)` newtypes
davidtwco Jul 14, 2025
35fd341
elaborate on choosing `N`
davidtwco Jul 14, 2025
f514a3e
rename to `rustc_scalable_vector`
davidtwco Jul 28, 2025
2a7705a
add asserts into sve example
davidtwco Jul 28, 2025
8709d8c
add missing words
davidtwco Jul 28, 2025
b96e2b7
clarify details of code example
davidtwco Jul 28, 2025
83d0b93
clarify details of type marker
davidtwco Jul 28, 2025
dcb29b4
avoid introducing scalable vectors in guide-level
davidtwco Jul 28, 2025
4123a3a
s/stablised/stabilised
davidtwco Jul 28, 2025
e5b546c
remove trailing whitespaces
davidtwco Aug 4, 2025
388170a
improve explanation and justification for manual N
davidtwco Aug 4, 2025
16bb4eb
prohibit generic instantiation/trait impls
davidtwco Aug 5, 2025
ca4aa06
mention ffi-safety
davidtwco Aug 5, 2025
5011dc6
add much more prior art
davidtwco Aug 6, 2025
494da8a
move vector length at runtime warning into section
davidtwco Aug 6, 2025
6186245
updated representation of tuples of vectors
davidtwco Aug 6, 2025
9466d26
another possibility for removing restrictions
davidtwco Aug 6, 2025
c6d836d
clarify function pointers
davidtwco Aug 6, 2025
968ae3e
correct no action rationale
davidtwco Aug 6, 2025
530378c
mention dyn incompatibility
davidtwco Aug 6, 2025
9630780
does not build on `repr(simd)`
davidtwco Aug 7, 2025
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
Loading