Uh oh!
There was an error while loading. Please reload this page.
Untitled - #304
Merged
Merged
Conversation
oli-obk pushed a commit
to oli-obk/rust
that referenced
this pull request
Sep 19, 2017
kazcw pushed a commit
to kazcw/rust
that referenced
this pull request
Oct 23, 2018
Some intrinsics take `i64` or `u64` arguments which typically means that they're using 64-bit registers and aren't actually available on x86. This commit adds a check to stdsimd-verify to assert this and moves around some intrinsics that I believe should only be available on x86_64. This commit was checked in many places against gcc/clang/MSVC using godbolt.org to ensure that we're agreeing with what other compilers are doing. Closesrust-lang#304
Aaron1011 pushed a commit
to Aaron1011/rust
that referenced
this pull request
Oct 26, 2020
celinval pushed a commit
to celinval/rust-dev
that referenced
this pull request
Jun 4, 2024
noscripter pushed a commit
to noscripter/rust
that referenced
this pull request
Sep 8, 2025
U007D pushed a commit
to U007D/rust-mos
that referenced
this pull request
Aug 21, 2026
304: Support a blank expression before a semicolon r=DJMcNab a=DJMcNab Part of fixing rust-lang#290. Note that I have not run `gen-tests` as I don't want to conflict with rust-lang#299. Co-authored-by: DJMcNab <36049421+djmcnab@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ignore the four commits before "added typestate_check", I'm not sure why it keeps re-including those