Skip to content

Rollup of 5 pull requests - #80212

Closed
Dylan-DPC-zz wants to merge 11 commits into
rust-lang:masterfrom
Dylan-DPC-zz:rollup-12ojvaz
Closed

Rollup of 5 pull requests#80212
Dylan-DPC-zz wants to merge 11 commits into
rust-lang:masterfrom
Dylan-DPC-zz:rollup-12ojvaz

Conversation

@Dylan-DPC-zz

Copy link
Copy Markdown

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

yoshuawuytsand others added 11 commits November 30, 2020 10:49
…=m-ou-se
Stabilize `core::slice::fill`
Tracking issue rust-lang#70758
Stabilizes the `core::slice::fill` API in Rust 1.50, adding a `memset` doc alias so people coming from C/C++ looking for this operation can find it in the docs. This API hasn't seen any changes since we changed the signature in rust-lang#71165, and it seems like the right time to propose stabilization. Thanks!
r? ``@m-ou-se``
or_patterns: implement :pat edition-specific behavior
cc rust-lang#54883 ``@joshtriplett``
This PR implements the edition-specific behavior of `:pat` wrt or-patterns, as determined by the crater runs and T-lang consensus in rust-lang#54883 (comment).
I believe this can unblock stabilization of or_patterns.
r? ``@petrochenkov``
…, r=RalfJung
Fix memory leak in test "mem::uninit_write_slice_cloned_no_drop"
This fixesrust-lang#80116. I replaced the `Rc` based method I was using with a type that panics when dropped.
…lcnr
Make BoundRegion have a kind of BoungRegionKind
Split from rust-lang#76814
Also includes making `replace_escaping_bound_vars` only return `T`
Going to r? ```@lcnr```
Feel free to reassign
…ring, r=GuillaumeGomez,jyn514
impl Default for LangString, replacing all_false by default
Fixrust-lang#80015
``@rustbot`` label C-cleanup T-rustdoc A-markdown-parsing
@rustbotrustbot added the rollup A PR which is a rollup label Dec 20, 2020
@rust-log-analyzer

Copy link
Copy Markdown
Collaborator

The job mingw-check failed! Check out the build log: (web)(plain)

Click to see the possible cause of the failure (guessed by this bot)
 Checking miniz_oxide v0.4.0
Checking hashbrown v0.9.0
Checking object v0.22.0
Checking addr2line v0.14.0
error: the feature `slice_fill` has been stable since 1.50.0 and no longer requires an attribute to enable
|
|
307 | #![feature(slice_fill)]
|
|
= note: `-D stable-features` implied by `-D warnings`
error: aborting due to previous error
error: could not compile `std`
To learn more, run the command again with --verbose.
command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "check" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "--release" "--color" "always" "--features" "panic-unwind backtrace compiler-builtins-c" "--manifest-path" "/checkout/library/test/Cargo.toml" "--message-format" "json-render-diagnostics"
failed to run: /checkout/obj/build/bootstrap/debug/bootstrap check
Build completed unsuccessfully in 0:01:40

@bors

bors commented Dec 21, 2020

Copy link
Copy Markdown
Collaborator

☔ The latest upstream changes (presumably #80253) made this pull request unmergeable. Please resolve the merge conflicts.

Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels:

@rustbot modify labels: +S-waiting-on-review -S-waiting-on-author

@borsbors added the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Dec 21, 2020
@jyn514

Copy link
Copy Markdown
Member

Most of these were merged.

@jyn514jyn514 closed this Dec 21, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollupS-waiting-on-authorStatus: This is awaiting some action (such as code changes or more information) from the author.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

11 participants

@Dylan-DPC-zz@rust-log-analyzer@bors@jyn514@rustbot@yoshuawuyts@beepster4096@jackh726@mark-i-m@poliorcetics@Dylan-DPC