Conversation
Improve `ptr_rotate` performance, tests, and benches The corresponding issue is rust-lang#61784. I am not actually sure if miri can handle the test, but I can change the commit if necessary.
Update LLVM submodule This pulls in a newer version of the LLVM 9 release branch. Fixes rust-lang#62932. r? @alexcrichton
Tweak mismatched types error - Change expected/found for type mismatches in `break` - Be more accurate when talking about diverging match arms - Tweak wording of function without a return value - Suggest calling bare functions when their return value can be coerced to the expected type - Give more parsing errors when encountering `foo(_, _, _)` Fix rust-lang#51767, fix rust-lang#62677, fix rust-lang#63136, cc rust-lang#37384, cc rust-lang#35241.
…tril Add tests for some ICEs Closes rust-lang#43623 Closes rust-lang#44405 r? @Centril
|
@bors r+ p=4 rollup=never |
|
📌 Commit 71648fb has been approved by |
|
💔 Test failed - checks-azure |
|
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
|
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Successful merges:
ptr_rotateperformance, tests, and benches #61937 (Improveptr_rotateperformance, tests, and benches)Failed merges:
r? @ghost