Skip to content

stop asking LLVM to null-terminate strings #13291

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

Merged
merged 1 commit into from
Apr 4, 2014
Merged

stop asking LLVM to null-terminate strings #13291

merged 1 commit into from
Apr 4, 2014

Conversation

thestinger
Copy link
Contributor

This was missed when dropping the null-termination from our string
types. An explicit null byte can still be placed anywhere in a string if
desired, but there's no reason to stick one at the end of every string
constant.

This was missed when dropping the null-termination from our string
types. An explicit null byte can still be placed anywhere in a string if
desired, but there's no reason to stick one at the end of every string
constant.
bors added a commit that referenced this pull request Apr 4, 2014
This was missed when dropping the null-termination from our string
types. An explicit null byte can still be placed anywhere in a string if
desired, but there's no reason to stick one at the end of every string
constant.
@bors bors closed this Apr 4, 2014
@bors bors merged commit 7ce2630 into rust-lang:master Apr 4, 2014
@thestinger thestinger deleted the no_null branch April 4, 2014 15:52
nathantypanski added a commit to lenary/cs4414-ps4 that referenced this pull request Apr 10, 2014
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