-
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 #61819
Rollup of 5 pull requests #61819
Commits on Jun 11, 2019
-
Pass LLVM linker flags to librustc_llvm build
Some -L and -l flags may be needed even when building librustc_llvm, for example when using static libc++ on Linux we may need to manually specify the library search path and -ldl -lpthread as additional link dependencies. We pass LLVM linker flags from config to librustc_llvm build to make sure these cases are handled.
Configuration menu - View commit details
-
Copy full SHA for 48f205d - Browse repository at this point
Copy the full SHA 48f205dView commit details
Commits on Jun 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8a5e1ee - Browse repository at this point
Copy the full SHA 8a5e1eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a17e918 - Browse repository at this point
Copy the full SHA a17e918View commit details -
typeck: Fix ICE for blocks in repeat expr count.
This commit extends the work in rust-lang#61698 to get the `DefId` of const parameters from block that resolve to a const parameter (as well as const parameters directly, as it was previously).
Configuration menu - View commit details
-
Copy full SHA for bc36aab - Browse repository at this point
Copy the full SHA bc36aabView commit details
Commits on Jun 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 40743ef - Browse repository at this point
Copy the full SHA 40743efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0522b66 - Browse repository at this point
Copy the full SHA 0522b66View commit details -
Rollup merge of rust-lang#61704 - petrhosek:llvm-linker-flags, r=alex…
…crichton Pass LLVM linker flags to librustc_llvm build Some -L and -l flags may be needed even when building librustc_llvm, for example when using static libc++ on Linux we may need to manually specify the library search path and -ldl -lpthread as additional link dependencies. We pass LLVM linker flags from config to librustc_llvm build to make sure these cases are handled.
Configuration menu - View commit details
-
Copy full SHA for 58e6601 - Browse repository at this point
Copy the full SHA 58e6601View commit details -
Rollup merge of rust-lang#61792 - lzutao:issue-51301, r=Centril
Add ui test for issue 51301 Closes rust-lang#51301
Configuration menu - View commit details
-
Copy full SHA for 6c93ad0 - Browse repository at this point
Copy the full SHA 6c93ad0View commit details -
Rollup merge of rust-lang#61803 - Centril:write_resolution, r=petroch…
…enkov typeck: small refactoring, add 'fn write_resolution'
Configuration menu - View commit details
-
Copy full SHA for d22a73e - Browse repository at this point
Copy the full SHA d22a73eView commit details -
Rollup merge of rust-lang#61805 - davidtwco:ice-const-generic-repeat-…
…expr-count-sequel, r=varkor typeck: Fix ICE for blocks in repeat expr count. Fixes rust-lang#61336 (again). This PR fixes an ICE that occured when a block expression resolving to a const generic was used for the count of an array repeat expression. r? @varkor
Configuration menu - View commit details
-
Copy full SHA for 9892367 - Browse repository at this point
Copy the full SHA 9892367View commit details -
Rollup merge of rust-lang#61818 - tmandry:issue-60709-test, r=cramertj
Issue rust-lang#60709 test Adds a test for rust-lang#60709, which was fixed as part of rust-lang#59897. r? @cramertj
Configuration menu - View commit details
-
Copy full SHA for 9b91bec - Browse repository at this point
Copy the full SHA 9b91becView commit details