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

Change compiler to write vectors as []/~ #2725

Closed
msullivan opened this issue Jun 26, 2012 · 0 comments
Closed

Change compiler to write vectors as []/~ #2725

msullivan opened this issue Jun 26, 2012 · 0 comments
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR)

Comments

@msullivan
Copy link
Contributor

As a temporary stepping stone in vector reform (Issue #2653), we are making the compiler write all of its vector literals using the postfix /~ notation.

It is an uglification, but I have already done it, and @graydon thinks this will make future changes to a permanent vector syntax easier to accomplish mechanically. Merging it into the tree now keeps me from having to go through constant merge hell in the interim.

@ghost ghost assigned msullivan Jun 26, 2012
@msullivan msullivan removed their assignment Jun 16, 2014
RalfJung pushed a commit to RalfJung/rust that referenced this issue Dec 24, 2022
make unix path handling on Windows hosts (and vice versa) preserve absoluteness

Also adds a magic Miri extern function so this conversion can be invoked by the program. That avoids having to duplicate that logic.
Aaron1011 pushed a commit to Aaron1011/rust that referenced this issue Jan 6, 2023
make unix path handling on Windows hosts (and vice versa) preserve absoluteness

Also adds a magic Miri extern function so this conversion can be invoked by the program. That avoids having to duplicate that logic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR)
Projects
None yet
Development

No branches or pull requests

1 participant