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

Remove str abi fns, send_map helper fns, and other cleanup #3312

Merged
merged 9 commits into from
Aug 31, 2012

Conversation

erickt
Copy link
Contributor

@erickt erickt commented Aug 30, 2012

I noticed that the string runtime functions could be replaced with pure rust functions. Also there are some minor cleanup like switching result::unwrap with moves, helper functions like send_map::linear::str_map, and etc.

@erickt
Copy link
Contributor Author

erickt commented Aug 31, 2012

@graydon added some cool magic to send_map to alleviate the need for send_map::linear::str_map, so I removed them from my pull request.

@brson
Copy link
Contributor

brson commented Aug 31, 2012

Rewriting C++ code in Rust is awesome. Since this touches so much critical code I'm going to push it to try to make sure all the bots are happy with it.

@brson brson merged commit 5c6be13 into rust-lang:incoming Aug 31, 2012
@brson
Copy link
Contributor

brson commented Aug 31, 2012

I got tired of waiting for the bots and pushed to incoming. Full steam ahead.

RalfJung pushed a commit to RalfJung/rust that referenced this pull request Feb 25, 2024
Add "cargo miri clean" command

My first reaction when my miri cache was messed up was to attempt run this, which obviously failed. This helps paper over platform differences and such.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants