-
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 4 pull requests #68276
Rollup of 4 pull requests #68276
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 12, 2020
-
resolve: Move privacy error reporting into a separate method
Give named fields to `struct PrivacyError` Move `fn report_ambiguity_error` to `diagnostics.rs`
Configuration menu - View commit details
-
Copy full SHA for daff425 - Browse repository at this point
Copy the full SHA daff425View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d596e8 - Browse repository at this point
Copy the full SHA 4d596e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a68334a - Browse repository at this point
Copy the full SHA a68334aView 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
Commits on Jan 16, 2020
-
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 d4cbccb - Browse repository at this point
Copy the full SHA d4cbccbView commit details -
Rollup merge of rust-lang#68153 - petrochenkov:privdiag, r=estebank
resolve: Point at the private item definitions in privacy errors A basic version of rust-lang#67951. r? @estebank
Configuration menu - View commit details
-
Copy full SHA for b515e1f - Browse repository at this point
Copy the full SHA b515e1fView 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 b835bca - Browse repository at this point
Copy the full SHA b835bcaView 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 3ac17b6 - Browse repository at this point
Copy the full SHA 3ac17b6View commit details