-
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
Rollup of 9 pull requests #79128
Commits on Nov 12, 2020
-
Fix test checking that into_boxed_slice does not panic
The memory allocation in vec might panic in the case of capacity overflow. Move the allocation outside the function to fix the test.
Configuration menu - View commit details
-
Copy full SHA for 899d9b9 - Browse repository at this point
Copy the full SHA 899d9b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28463aa - Browse repository at this point
Copy the full SHA 28463aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d54ea4f - Browse repository at this point
Copy the full SHA d54ea4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 292f15c - Browse repository at this point
Copy the full SHA 292f15cView commit details
Commits on Nov 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f27d56d - Browse repository at this point
Copy the full SHA f27d56dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1861a38 - Browse repository at this point
Copy the full SHA 1861a38View commit details -
Configuration menu - View commit details
-
Copy full SHA for af869c2 - Browse repository at this point
Copy the full SHA af869c2View commit details -
Add test to ensure that no DOS backline (\r\n) doesn't create extra b…
…ackline in source rendering
Configuration menu - View commit details
-
Copy full SHA for 0c52044 - Browse repository at this point
Copy the full SHA 0c52044View commit details
Commits on Nov 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7986bb8 - Browse repository at this point
Copy the full SHA 7986bb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbd302b - Browse repository at this point
Copy the full SHA bbd302bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5bc780 - Browse repository at this point
Copy the full SHA a5bc780View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32d3146 - Browse repository at this point
Copy the full SHA 32d3146View commit details -
Configuration menu - View commit details
-
Copy full SHA for a78966d - Browse repository at this point
Copy the full SHA a78966dView commit details
Commits on Nov 17, 2020
-
Rollup merge of rust-lang#77939 - GuillaumeGomez:fix-source-code-dos-…
…backline, r=jyn514 Ensure that the source code display is working with DOS backline Fixes rust-lang#76361. cc ````@lzutao```` r? ````@jyn514````
Configuration menu - View commit details
-
Copy full SHA for cf34956 - Browse repository at this point
Copy the full SHA cf34956View commit details -
Rollup merge of rust-lang#78138 - fortanix:raoul/dlmalloc0.2, r=Mark-…
…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`
Configuration menu - View commit details
-
Copy full SHA for d6da525 - Browse repository at this point
Copy the full SHA d6da525View commit details -
Rollup merge of rust-lang#78967 - tmiasko:codegen-tests, r=cuviper
Make codegen tests compatible with extra inlining
Configuration menu - View commit details
-
Copy full SHA for f960f28 - Browse repository at this point
Copy the full SHA f960f28View commit details -
Rollup merge of rust-lang#79027 - tmiasko:inline-always-live-locals, …
…r=oli-obk Limit storage duration of inlined always live locals Closes rust-lang#76375.
Configuration menu - View commit details
-
Copy full SHA for 336dc18 - Browse repository at this point
Copy the full SHA 336dc18View commit details -
Rollup merge of rust-lang#79077 - RalfJung:llvm-magic, r=Mark-Simulacrum
document that __rust_alloc is also magic to our LLVM fork Based on [comments](rust-lang#79045 (comment)) by ````@tmiasko```` and ````@bjorn3.````
Configuration menu - View commit details
-
Copy full SHA for 70a4e43 - Browse repository at this point
Copy the full SHA 70a4e43View commit details -
Rollup merge of rust-lang#79088 - euclio:span-label-doc, r=estebank
clarify `span_label` documentation Fixes rust-lang#71857. r? ``@estebank`` cc ``@RalfJung``
Configuration menu - View commit details
-
Copy full SHA for c459ab3 - Browse repository at this point
Copy the full SHA c459ab3View commit details -
Rollup merge of rust-lang#79097 - GuillaumeGomez:code-block-invalid-h…
…tml-tag-lint, r=jyn514 Code block invalid html tag lint Fixes rust-lang#79095 r? ``@jyn514``
Configuration menu - View commit details
-
Copy full SHA for c4abdcf - Browse repository at this point
Copy the full SHA c4abdcfView commit details -
Rollup merge of rust-lang#79105 - petrochenkov:winlink, r=shepmaster
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.
Configuration menu - View commit details
-
Copy full SHA for a207801 - Browse repository at this point
Copy the full SHA a207801View commit details -
Rollup merge of rust-lang#79107 - pietroalbini:build-manifest-newline…
…, 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
Configuration menu - View commit details
-
Copy full SHA for d6c5c52 - Browse repository at this point
Copy the full SHA d6c5c52View commit details