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

Move string append to core::str #2710

Closed
eholk opened this issue Jun 22, 2012 · 1 comment
Closed

Move string append to core::str #2710

eholk opened this issue Jun 22, 2012 · 1 comment
Labels
A-codegen Area: Code generation C-cleanup Category: PRs that clean code up or issues documenting cleanup.

Comments

@eholk
Copy link
Contributor

eholk commented Jun 22, 2012

There's no reason to retain two ways of doing what amounts to vector addition. Once this is done, a good chunk of our trans code will be dead. See #2709.

@ghost ghost assigned msullivan Jun 30, 2012
@msullivan
Copy link
Contributor

I've started working on this. I have an implementation that works, but I need to go do performance things.

RalfJung pushed a commit to RalfJung/rust that referenced this issue Dec 3, 2022
Aaron1011 pushed a commit to Aaron1011/rust that referenced this issue Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-codegen Area: Code generation C-cleanup Category: PRs that clean code up or issues documenting cleanup.
Projects
None yet
Development

No branches or pull requests

2 participants