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

Add uninit intrinsic and use it in libcore/libstd #6354

Merged
merged 4 commits into from
May 9, 2013

Conversation

Aatch
Copy link
Contributor

@Aatch Aatch commented May 9, 2013

Adds an uninit intrinsic.

It's just an empty function, so llvm optimizes it down to nothing.

I changed all of the init intrinsic usages to uninit where it seemed appropriate to.

@Aatch
Copy link
Contributor Author

Aatch commented May 9, 2013

This should close #4204 and related.

bors added a commit that referenced this pull request May 9, 2013
Adds an `uninit` intrinsic.

It's just an empty function, so llvm optimizes it down to nothing.

I changed all of the `init` intrinsic usages to `uninit` where it seemed appropriate to.
@bors bors closed this May 9, 2013
@bors bors merged commit 414970c into rust-lang:incoming May 9, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 20, 2020
…ip1995

Downgrade the await holding lints from correctness

We found a false positive in these lints (see rust-lang/rust-clippy#6353 for more details). As a short-term mitigation, this downgrades the lints from correctness to limit the noise.

changelog: downgrade AWAIT_HOLDING_REFCELL_REF and AWAIT_HOLDING_LOCK to pedantic. From rustup earlier, where I forgot the changlog: deprecate [`panic_params`] (uplifted)
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.

None yet

3 participants