-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Implement pattern ranges for all numeric types. #951
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
Conversation
Code looks great. Merged. |
Okay, I had to back this out. It breaks in a weird way on windows, and I can't get Rust to build at all on my windows VM today, so I can't debug it. |
This now build fine on my own windows machine, but still breaks on the windows tinderboxes. Possibly an LLVM update would help. |
I spent some time on this today and couldn't get the test to succeed on windows under check-fast though, naturally, it worked when run on it's own. |
Did you try with llvm HEAD? |
Yeah. |
So how about integrating this and, for the time, xfailing the test for check-fast? It seems a shame to let it bit-rot when it works in all sane situations. |
Integrated. Thanks! |
Simd improvements
* Fix LCSSA lookup scope bug * temp * tmp * Fixup * update test
Replace `build.rs` Rust generation with macros, using the unstable `${concat(...)}`. Fixes: rust-lang/compiler-builtins#947
Replace `build.rs` Rust generation with macros, using the unstable `${concat(...)}`. Fixes: rust-lang/compiler-builtins#947
No description provided.