Skip to content

Rollup of 8 pull requests - #89696

Closed
matthiaskrgr wants to merge 24 commits into
rust-lang:masterfrom
matthiaskrgr:rollup-fykshnj
Closed

Rollup of 8 pull requests#89696
matthiaskrgr wants to merge 24 commits into
rust-lang:masterfrom
matthiaskrgr:rollup-fykshnj

Conversation

@matthiaskrgr

Copy link
Copy Markdown
Member

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

sylvestreand others added 24 commits September 6, 2021 23:25
According to the release notes and its PR milestone, it was stabilized
in 1.56.0.
This commit changes the `tracing_subscriber` initialization in
`rustc_driver` so that the `WARN` verbosity level is enabled by default
when the `RUSTC_LOG` env variable is empty. If the `RUSTC_LOG` env
variable is set, the filter string in the environment variable is
honored, instead.
Fixesrust-lang#76824Closesrust-lang#89623
cc @eddyb, @oli-obk
Co-authored-by: Joshua Nelson <github@jyn.dev>
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
T_____T
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
callers of spawn_unchecked() need to make sure that the thread
not outlive references in the passed closure, not the other way around.
These methods could be misconstrued as modifying their arguments instead
of returning new values.
Where possible I made the note recommend a method that does mutate in
place.
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
String.split_terminator: Add an example when using a slice of chars
Fix stabilization version for `bindings_after_at`
According to the release notes and its PR milestone, it was stabilized
in 1.56.0.
rustc_driver: Enable the `WARN` log level by default
This commit changes the `tracing_subscriber` initialization in
`rustc_driver` so that the `WARN` verbosity level is enabled by default
when the `RUSTC_LOG` env variable is empty. If the `RUSTC_LOG` env
variable is set, the filter string in the environment variable is
honored, instead.
Fixesrust-lang#76824Closesrust-lang#89623
cc `@eddyb,` `@oli-obk`
…lett
Fix minor std::thread documentation typo
callers of spawn_unchecked() need to make sure that the thread
not outlive references in the passed closure, not the other way around.
…iplett
Fix asm docs typo
Fixes a typo in target feature names in the `asm` documentation
…ed, r=Mark-Simulacrum
Move `read2_abbreviated` function into read2.rs
Work towards rust-lang#89475.
…err-locks, r=joshtriplett
Add #[must_use] to stdin/stdout/stderr locks
Affected methods:
```rust
std::io fn stdin_locked() -> StdinLock<'static>;
std::io::Stdin fn lock(&self) -> StdinLock<'_>;
std::io fn stdout_locked() -> StdoutLock<'static>;
std::io::Stdout fn lock(&self) -> StdoutLock<'_>;
std::io fn stderr_locked() -> StderrLock<'static>;
std::io::Stderr fn lock(&self) -> StderrLock<'_>;
```
Parent issue: rust-lang#89692
…s, r=joshtriplett
Add #[must_use] to string/char transformation methods
These methods could be misconstrued as modifying their arguments instead of returning new values.
Where possible I made the note recommend a method that does mutate in place.
Parent issue: rust-lang#89692
@rustbotrustbot added the rollup A PR which is a rollup label Oct 9, 2021
@matthiaskrgr

Copy link
Copy Markdown
MemberAuthor

@bors r+ rollup=never p=8

@bors

bors commented Oct 9, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit a2caa35 has been approved by matthiaskrgr

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Oct 9, 2021
@bors

bors commented Oct 9, 2021

Copy link
Copy Markdown
Collaborator

⌛ Testing commit a2caa35 with merge ef575b7e6f465cd3e34528a20814fb4a3c911ad4...

@bors

bors commented Oct 9, 2021

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-actions

@borsbors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Oct 9, 2021
@rust-log-analyzer

Copy link
Copy Markdown
Collaborator

A job failed! Check out the build log: (web)(plain)

Click to see the possible cause of the failure (guessed by this bot)

@matthiaskrgr

Copy link
Copy Markdown
MemberAuthor

Looks like dist-x86_64-apple-alt got stuck https://github.com/rust-lang-ci/rust/runs/3845722789

@matthiaskrgr
matthiaskrgr deleted the rollup-fykshnj branch November 20, 2021 15:04
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-reviewStatus: Awaiting review from the assignee but also interested parties.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

11 participants

@matthiaskrgr@bors@rust-log-analyzer@rustbot@sylvestre@camelid@hawkw@marcelo-gonzalez@asquared31415@Nicholas-Baron@jkugelman