-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 9 pull requests #79128
Merged
Merged
Rollup of 9 pull requests #79128
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The memory allocation in vec might panic in the case of capacity overflow. Move the allocation outside the function to fix the test.
…ackline in source rendering
…backline, r=jyn514 Ensure that the source code display is working with DOS backline Fixes rust-lang#76361. cc ````@lzutao```` r? ````@jyn514````
…Simulacrum Upgrade dlmalloc to version 0.2 In preparation of adding dynamic memory management support for SGXv2-enabled platforms, the dlmalloc crate has been refactored. More specifically, support has been added to implement platform specification outside of the dlmalloc crate. (see alexcrichton/dlmalloc-rs#15) This PR upgrades dlmalloc to version 0.2 for the `wasm` and `sgx` targets. As the dlmalloc changes have received a positive review, but have not been merged yet, this PR contains a commit to prevent tidy from aborting CI prematurely. cc: `@jethrogb`
Make codegen tests compatible with extra inlining
…r=oli-obk Limit storage duration of inlined always live locals Closes rust-lang#76375.
document that __rust_alloc is also magic to our LLVM fork Based on [comments](rust-lang#79045 (comment)) by ````@tmiasko```` and ````@bjorn3.````
clarify `span_label` documentation Fixes rust-lang#71857. r? ``@estebank`` cc ``@RalfJung``
…tml-tag-lint, r=jyn514 Code block invalid html tag lint Fixes rust-lang#79095 r? ``@jyn514``
std: Fix test `symlink_hard_link` on Windows The test was introduced in rust-lang#78026 and fails depending on Windows version and admin rights. Other similar tests check for symlink creation permissions before doing anything, this PR performs the same check for `symlink_hard_link` as well.
…, r=Mark-Simulacrum build-manifest: strip newline from rustc version Backport of rust-lang#79096 on the master branch. This will also need to be included in the beta bump tomorrow. r? `@Mark-Simulacrum` `@rustbot` modify labels: beta-nominated beta-accepted T-infra
@bors r+ p=9 rollup=never |
📌 Commit d6c5c52 has been approved by |
bors
added
the
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
label
Nov 17, 2020
☀️ Test successful - checks-actions |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
merged-by-bors
This PR was explicitly merged by bors.
rollup
A PR which is a rollup
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Successful merges:
span_label
documentation #79088 (clarifyspan_label
documentation)symlink_hard_link
on Windows #79105 (std: Fix testsymlink_hard_link
on Windows)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup