-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rollup of 5 pull requests #68286
Rollup of 5 pull requests #68286
Commits on Jan 8, 2020
-
Don't use f64 shims for f32 cmath functions on none 32-bit x86 MSVC
These shims are only needed on 32-bit x86. Additionally since https://reviews.llvm.org/rL268875 LLVM handles adding the shims itself for the intrinsics.
Configuration menu - View commit details
-
Copy full SHA for 084217a - Browse repository at this point
Copy the full SHA 084217aView commit details
Commits on Jan 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f2fc351 - Browse repository at this point
Copy the full SHA f2fc351View commit details -
Enable leak sanitizer test case
* Use `black_box` to avoid memory leak removal during optimization. * Leak multiple objects to make test case more robust.
Configuration menu - View commit details
-
Copy full SHA for 5d00b5c - Browse repository at this point
Copy the full SHA 5d00b5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for baf2921 - Browse repository at this point
Copy the full SHA baf2921View commit details
Commits on Jan 16, 2020
-
The condition if obligation.recursion_depth >= 0 is always true since recursion_depth is usize. The else branch is dead code and can be removed. Found by Clippy. Fixes rust-lang#68251
Configuration menu - View commit details
-
Copy full SHA for c4d91aa - Browse repository at this point
Copy the full SHA c4d91aaView commit details -
Rollup merge of rust-lang#68033 - ollie27:win_f32, r=dtolnay
Don't use f64 shims for f32 cmath functions on non 32-bit x86 MSVC These shims are only needed on 32-bit x86. Additionally since https://reviews.llvm.org/rL268875 LLVM handles adding the shims itself for the intrinsics.
Configuration menu - View commit details
-
Copy full SHA for c8125fb - Browse repository at this point
Copy the full SHA c8125fbView commit details -
Rollup merge of rust-lang#68244 - tmiasko:leak, r=Centril
Enable leak sanitizer test case * Use `black_box` to avoid memory leak removal during optimization. * Leak multiple objects to make test case more robust.
Configuration menu - View commit details
-
Copy full SHA for 678f662 - Browse repository at this point
Copy the full SHA 678f662View commit details -
Rollup merge of rust-lang#68255 - tmiasko:unused-aux, r=Dylan-DPC
Remove unused auxiliary file that was replaced with rust_test_helpers
Configuration menu - View commit details
-
Copy full SHA for c0ff382 - Browse repository at this point
Copy the full SHA c0ff382View commit details -
Rollup merge of rust-lang#68263 - ollie27:rustdoc_invalid_syntax_high…
…light_escape, r=GuillaumeGomez rustdoc: HTML escape codeblocks which fail syntax highlighting r? @GuillaumeGomez
Configuration menu - View commit details
-
Copy full SHA for 6e797ff - Browse repository at this point
Copy the full SHA 6e797ffView commit details -
Rollup merge of rust-lang#68274 - matthiaskrgr:dead_code, r=Dylan-DPC
remove dead code The condition `if obligation.recursion_depth >= 0` is always true since `recursion_depth` is `usize`. The else branch is dead code and can be removed. Found by Clippy. Fixes rust-lang#68251
Configuration menu - View commit details
-
Copy full SHA for a529e70 - Browse repository at this point
Copy the full SHA a529e70View commit details