-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Comparing changes
Open a pull request
base repository: rust-lang/rust
base: master
head repository: Manishearth/rust
compare: rollup-phupwxa
- 10 commits
- 12 files changed
- 3 contributors
Commits on Aug 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for aca0258 - Browse repository at this point
Copy the full SHA aca0258View commit details -
ci: disable fast-fail on auto-fallible
The purpose of the auto-fallible job is to run builders that are likely to fail on CI without gating on them. Having fast-fail enabled there kinda defeats the purpose, as if one of them fails we can't monitor the outcome of the other ones. This was prompted by the aarch64-gnu builder consistently failing due to a broken test, preventing us from seeing if the macOS spurious failure is fixed.
Configuration menu - View commit details
-
Copy full SHA for 4657923 - Browse repository at this point
Copy the full SHA 4657923View commit details -
Rollup merge of #74759 - carbotaniuman:uabs, r=shepmaster
add `unsigned_abs` to signed integers Mentioned on rust-lang/rfcs#2914 This PR simply adds an `unsigned_abs` to signed integers function which returns the correct absolute value as a unsigned integer.
Configuration menu - View commit details
-
Copy full SHA for 86d85b6 - Browse repository at this point
Copy the full SHA 86d85b6View commit details -
Rollup merge of #75056 - Veykril:path_statements_lint, r=oli-obk
Lint path statements to suggest using drop when the type needs drop Fixes #48852. With this change the current lint description doesn't really fit entirely anymore I think.
Configuration menu - View commit details
-
Copy full SHA for 4edd34c - Browse repository at this point
Copy the full SHA 4edd34cView commit details -
Rollup merge of #75058 - ssomers:btree_cleanup_insert_2, r=Mark-Simul…
…acrum Clarify reuse of a BTreeMap insert support function and treats split support likewise r? @Mark-Simulacrum
Configuration menu - View commit details
-
Copy full SHA for b3e6836 - Browse repository at this point
Copy the full SHA b3e6836View commit details -
Rollup merge of #75081 - jyn514:fix-logging, r=Mark-Simulacrum
Fix logging for rustdoc #74726 (comment)
Configuration menu - View commit details
-
Copy full SHA for 40a1382 - Browse repository at this point
Copy the full SHA 40a1382View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3902bbd - Browse repository at this point
Copy the full SHA 3902bbdView commit details -
Rollup merge of #75086 - lzutao:u32const, r=oli-obk
Use u32::from_le_bytes to fix a FIXME `u32::from_be_bytes` has been const stable since 1.44.
Configuration menu - View commit details
-
Copy full SHA for f414f2a - Browse repository at this point
Copy the full SHA f414f2aView commit details -
Rollup merge of #75095 - pietroalbini:fallible-fast-fail, r=Mark-Simu…
…lacrum ci: disable fast-fail on auto-fallible The purpose of the auto-fallible job is to run builders that are likely to fail on CI without gating on them. Having fast-fail enabled there kinda defeats the purpose, as if one of them fails we can't monitor the outcome of the other ones. This was prompted by the aarch64-gnu builder consistently failing due to a broken test, preventing us from seeing if the macOS spurious failure is fixed. r? @Mark-Simulacrum
Configuration menu - View commit details
-
Copy full SHA for 6bc70f1 - Browse repository at this point
Copy the full SHA 6bc70f1View commit details -
Rollup merge of #75103 - Mark-Simulacrum:no-ra-for-riscv64, r=matklad
Disable building rust-analyzer on riscv64 riscv64 has an LLVM bug that makes rust-analyzer not build. Should permit future rust-analyzer ups (e.g., #74813) to land.
Configuration menu - View commit details
-
Copy full SHA for 5aaf07a - Browse repository at this point
Copy the full SHA 5aaf07aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...rollup-phupwxa