-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 #67903
Rollup of 5 pull requests #67903
Commits on Jan 4, 2020
-
rustdoc: Avoid panic when parsing codeblocks for playground links
`make_test` is also called when parsing codeblocks for the playground links so it should handle unwinds from the parser internally.
Configuration menu - View commit details
-
Copy full SHA for efb876f - Browse repository at this point
Copy the full SHA efb876fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 525cd2d - Browse repository at this point
Copy the full SHA 525cd2dView commit details -
Remove negative number check from float sqrt
It hasn't been UB to pass negative numbers to sqrt since https://reviews.llvm.org/D28797 which was included in LLVM 5.
Configuration menu - View commit details
-
Copy full SHA for a35b423 - Browse repository at this point
Copy the full SHA a35b423View commit details
Commits on Jan 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0c2cf07 - Browse repository at this point
Copy the full SHA 0c2cf07View commit details -
Configuration menu - View commit details
-
Copy full SHA for c877430 - Browse repository at this point
Copy the full SHA c877430View commit details -
Rollup merge of rust-lang#67818 - ollie27:rustdoc_playground_syntax_e…
…rror, r=GuillaumeGomez rustdoc: Avoid panic when parsing codeblocks for playground links `make_test` is also called when parsing codeblocks for the playground links so it should handle unwinds from the parser internally. Fixes rust-lang#63016 r? @GuillaumeGomez
Configuration menu - View commit details
-
Copy full SHA for 3548d98 - Browse repository at this point
Copy the full SHA 3548d98View commit details -
Rollup merge of rust-lang#67845 - jumbatm:also-unconst-hack-abs, r=ol…
…i-obk Also remove const-hack for abs Closes rust-lang#67842. r? @oli-obk
Configuration menu - View commit details
-
Copy full SHA for 59f8ba3 - Browse repository at this point
Copy the full SHA 59f8ba3View commit details -
Rollup merge of rust-lang#67879 - ollie27:float_sqrt_neg, r=rkruppe
Remove negative number check from float sqrt It hasn't been UB to pass negative numbers to sqrt since https://reviews.llvm.org/D28797 which was included in LLVM 5.
Configuration menu - View commit details
-
Copy full SHA for eae08b2 - Browse repository at this point
Copy the full SHA eae08b2View commit details -
Rollup merge of rust-lang#67881 - varkor:scattering-of-backticks, r=C…
…entril Add backticks to various diagnostics
Configuration menu - View commit details
-
Copy full SHA for 10a12c5 - Browse repository at this point
Copy the full SHA 10a12c5View commit details -
Rollup merge of rust-lang#67882 - euclio:flock, r=rkruppe
remove bespoke flock bindings Replaces some `struct flock` definitions with the definition from `libc`.
Configuration menu - View commit details
-
Copy full SHA for b9160fb - Browse repository at this point
Copy the full SHA b9160fbView commit details