-
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 12 pull requests #65943
Rollup of 12 pull requests #65943
Commits on Oct 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e836b1b - Browse repository at this point
Copy the full SHA e836b1bView commit details
Commits on Oct 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 863796b - Browse repository at this point
Copy the full SHA 863796bView commit details -
Re-enable Emscripten's exception handling support
Passes LLVM codegen and Emscripten link-time flags for exception handling if and only if the panic strategy is `unwind`. Sets the default panic strategy for Emscripten targets to `unwind`. Re-enables tests that depend on unwinding support for Emscripten, including `should_panic` tests.
Configuration menu - View commit details
-
Copy full SHA for 62c3443 - Browse repository at this point
Copy the full SHA 62c3443View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29d6aaa - Browse repository at this point
Copy the full SHA 29d6aaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8ed985 - Browse repository at this point
Copy the full SHA f8ed985View commit details
Commits on Oct 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 23b3827 - Browse repository at this point
Copy the full SHA 23b3827View commit details
Commits on Oct 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for de9413b - Browse repository at this point
Copy the full SHA de9413bView commit details
Commits on Oct 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 652b1bd - Browse repository at this point
Copy the full SHA 652b1bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cecfab - Browse repository at this point
Copy the full SHA 7cecfabView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3f6494 - Browse repository at this point
Copy the full SHA b3f6494View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf65200 - Browse repository at this point
Copy the full SHA cf65200View commit details -
Configuration menu - View commit details
-
Copy full SHA for da5965f - Browse repository at this point
Copy the full SHA da5965fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b586344 - Browse repository at this point
Copy the full SHA b586344View commit details -
Revert "Temporarily enable asmjs and wasm32 CI on PRs"
This reverts commit 29d6aaa.
Configuration menu - View commit details
-
Copy full SHA for 92c049b - Browse repository at this point
Copy the full SHA 92c049bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bd16c2 - Browse repository at this point
Copy the full SHA 3bd16c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed8585f - Browse repository at this point
Copy the full SHA ed8585fView commit details
Commits on Oct 29, 2019
-
Use rustc-workspace-hack for rustbook
As rustbook now depends transitively on openssl, it needs access to the rustc-workspace-hack/all-static feature to pick up openssl-sys/vendored. This fixes the rust build with `all-static = true` on systems where openssl is not installed (e.g. when cross-compiling).
Configuration menu - View commit details
-
Copy full SHA for c648ad5 - Browse repository at this point
Copy the full SHA c648ad5View commit details -
ci: enable "run when submodule changes" with environment variables
We have a job in our CI (PR's x86_64-gnu-tools) that's supposed to run only when a submodule is changed in the PR, and it works by having a task at the start of the build that skips all the following tasks if the condition isn't met. Before this commit that task was gated with template parameters, which is a unique feature of Azure Pipelines. To make our CI more generic this commit switches the gate to use a simple environment variable plus a condition, which should be supported on more CI providers.
Configuration menu - View commit details
-
Copy full SHA for 53be272 - Browse repository at this point
Copy the full SHA 53be272View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fb8a9a - Browse repository at this point
Copy the full SHA 4fb8a9aView commit details -
Co-Authored-By: lzutao <taolzu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 95ad6c3 - Browse repository at this point
Copy the full SHA 95ad6c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8420db - Browse repository at this point
Copy the full SHA c8420dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 208af20 - Browse repository at this point
Copy the full SHA 208af20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c7fe5a - Browse repository at this point
Copy the full SHA 6c7fe5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9869e5b - Browse repository at this point
Copy the full SHA 9869e5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc98c86 - Browse repository at this point
Copy the full SHA bc98c86View commit details -
Configuration menu - View commit details
-
Copy full SHA for e755963 - Browse repository at this point
Copy the full SHA e755963View commit details -
Rollup merge of rust-lang#65405 - GuillaumeGomez:long-err-explanation…
…-E0740, r=Dylan-DPC Create new error E0742 and add long error explanation Part of rust-lang#61137. Creates E0742 error code and add its long error explanation.
Configuration menu - View commit details
-
Copy full SHA for 3f50a0d - Browse repository at this point
Copy the full SHA 3f50a0dView commit details -
Rollup merge of rust-lang#65539 - traxys:fix_62334, r=petrochenkov
resolve: Turn the "non-empty glob must import something" error into a lint This fixes rust-lang#62334 by changing the error to a lint warning the glob. I changed the test but I'm very unsure of what I did as I do not know how to correctly check for the warning
Configuration menu - View commit details
-
Copy full SHA for 0d755ff - Browse repository at this point
Copy the full SHA 0d755ffView commit details -
Rollup merge of rust-lang#65724 - pietroalbini:ci-remove-template-par…
…ameter, r=alexcrichton ci: refactor pr tools job skipping We have a job in our CI (PR's x86_64-gnu-tools) that's supposed to run only when a submodule is changed in the PR, and it works by having a task at the start of the build that skips all the following tasks if the condition isn't met. Before this commit that task was gated with template parameters, which is a unique feature of Azure Pipelines. To make our CI more generic this commit switches the gate to use a simple environment variable plus a condition, which should be supported on more CI providers. This PR also extracts the skipping logic into a script. r? @alexcrichton
Configuration menu - View commit details
-
Copy full SHA for 5e84805 - Browse repository at this point
Copy the full SHA 5e84805View commit details -
Rollup merge of rust-lang#65741 - GuillaumeGomez:help-popup, r=Dylan-DPC
Prevent help popup to disappear when clicking on it Fixes rust-lang#65736. r? @kinnison
Configuration menu - View commit details
-
Copy full SHA for c4960c2 - Browse repository at this point
Copy the full SHA c4960c2View commit details -
Rollup merge of rust-lang#65832 - tlively:emscripten-exception-handli…
…ng, r=alexcrichton Re-enable Emscripten's exception handling support Passes LLVM codegen and Emscripten link-time flags for exception handling if and only if the panic strategy is `unwind`. Sets the default panic strategy for Emscripten targets to `unwind`. Re-enables tests that depend on unwinding support for Emscripten, including `should_panic` tests. r? @alexcrichton
Configuration menu - View commit details
-
Copy full SHA for 8aa2312 - Browse repository at this point
Copy the full SHA 8aa2312View commit details -
Rollup merge of rust-lang#65843 - xen0n:mips64-musl-targets-with-ci, …
…r=alexcrichton Enable dist for MIPS64 musl targets Continuing work in rust-lang#63165, necessary libc changes are in place and published so here we go!
Configuration menu - View commit details
-
Copy full SHA for e15f1be - Browse repository at this point
Copy the full SHA e15f1beView commit details -
Rollup merge of rust-lang#65898 - hermitcore:rusty-hermit, r=kennytm
add basic HermitCore support within libtest This an extension to rust-lang#65167. The current pull request extend libtest to support HermitCore as target OS.
Configuration menu - View commit details
-
Copy full SHA for 4bb91c7 - Browse repository at this point
Copy the full SHA 4bb91c7View commit details -
Rollup merge of rust-lang#65900 - eddyb:proc-macro-cleanup, r=alexcri…
…chton proc_macro: clean up bridge::client::__run_expand{1,2} a bit. See commit titles/diffs for more details. The first commit is made possible by rust-lang#53451 being fixed (almost a year ago). The last commit should remove the need for `#[allow(improper_ctypes)]` in rust-lang#65134.
Configuration menu - View commit details
-
Copy full SHA for dfac64b - Browse repository at this point
Copy the full SHA dfac64bView commit details -
Rollup merge of rust-lang#65906 - integer32llc:update-mdbook, r=alexc…
…richton Update mdbook to 0.3.3 There are some new features of mdbook that I'd like to use in TRPL.
Configuration menu - View commit details
-
Copy full SHA for 67558a8 - Browse repository at this point
Copy the full SHA 67558a8View commit details -
Rollup merge of rust-lang#65920 - smaeul:patch/workspace-hack, r=alex…
…crichton Use rustc-workspace-hack for rustbook As rustbook now depends transitively on openssl, it needs access to the rustc-workspace-hack/all-static feature to pick up openssl-sys/vendored. This fixes the rust build with `all-static = true` on systems where openssl is not installed (e.g. when cross-compiling).
Configuration menu - View commit details
-
Copy full SHA for 4359666 - Browse repository at this point
Copy the full SHA 4359666View commit details -
Rollup merge of rust-lang#65930 - lzutao:new-feature-gate-c_void, r=d…
…tolnay doc: use new feature gate for c_void type Closes rust-lang#63694, closes rust-lang#55619
Configuration menu - View commit details
-
Copy full SHA for 73dcb96 - Browse repository at this point
Copy the full SHA 73dcb96View commit details -
Rollup merge of rust-lang#65936 - Xanewok:save-analysis-async, r=niko…
…matsakis save-analysis: Account for async desugaring in async fn return types Closes rust-lang#65590 When visiting the return type of an async function we need to take into account its desugaring, since it introduces a new definition under which the return type is redefined. r? @nikomatsakis
Configuration menu - View commit details
-
Copy full SHA for db49686 - Browse repository at this point
Copy the full SHA db49686View commit details