Skip to content

Rollup of 10 pull requests - #77867

Merged
bors merged 23 commits into
rust-lang:masterfrom
JohnTitor:rollup-0odg1n4
Oct 12, 2020
Merged

Rollup of 10 pull requests#77867
bors merged 23 commits into
rust-lang:masterfrom
JohnTitor:rollup-0odg1n4

Conversation

@JohnTitor

Copy link
Copy Markdown
Member

Successful merges:

Failed merges:

r? @ghost

lcnrand others added 23 commits October 4, 2020 23:22
WASI implements `AsRawFd` for `Stdin`, `Stdout`, and `Stderr`, so
implement it for `StdinLock`, `StdoutLock`, and `StderrLock` as well.
More print statementsstatements lol
Solved the basic case of eliminating check_version ifk_version if subcommand = setup
Finished v1
checking out old bootstrap.py
checked out old irrelevant files
fixed tidy
Moved VERSION from bin/main.rs to lib.rs
Fixed semicolon return issue
x.py fmt
…atic-morse
add shims for WithOptConstParam query calls
r? @ecstatic-morse@eddyb
…excrichton
Implement `AsRawFd` for `StdinLock` etc. on WASI.
WASI implements `AsRawFd` for `Stdin`, `Stdout`, and `Stderr`, so
implement it for `StdinLock`, `StdoutLock`, and `StderrLock` as well.
r? @alexcrichton
Fix `x.py setup` sets `changelog-seen`
Fixesrust-lang#77572 by setting changelog-seen in setup.rs
…a-docs, r=jyn514
Fix intra-docs link in core::ffi::VaList
At some point, `VaList` was changes to be a [wrapper](https://github.com/rust-lang/rust/blob/1661f77/library/core/src/ffi.rs#L177-L201) over `VaListImpl`, and now the `Arg` method exists on [`VaListImpl`](https://github.com/rust-lang/rust/blob/1661f77/library/core/src/ffi.rs#L333-L336). This PR fixes the intradoc links so that when `--document-private-items` is ran on std (via [patch](https://gist.github.com/aDotInTheVoid/42c82306210203f9c9093c952b765ab4)), it works
rustdoc: Make some functions private that don't need to be public
r? @GuillaumeGomez
Mono collector: replace pair of ints with Range
I found the initial PR (rust-lang#33171) that introduced this piece of code but I didn't find any information about why a tuple was preferred over a `Range<usize>`.
I'm hoping there are no technical reasons to not do this.
Use std methods on char instead of open coding them
…-schievink
update url in bootstrap README (gcc-rs -> cc-rs)
gcc-rs is renamed to cc-rs 3 years ago.
…albini
Remove `mark-i-m` from rustc-dev-guide maintainers
They aren't a maintainer anymore and it causes failure on our CI now: https://github.com/rust-lang-ci/rust/runs/1243600577
@JohnTitor

Copy link
Copy Markdown
MemberAuthor

@bors r+ rollup=never p=1001
@rustbot modify labels: rollup

@bors

bors commented Oct 12, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 984f78b has been approved by JohnTitor

@rustbotrustbot added the rollup A PR which is a rollup label Oct 12, 2020
@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 12, 2020
@bors

bors commented Oct 12, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 984f78b with merge 1678854...

@bors

bors commented Oct 12, 2020

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions, checks-azure
Approved by: JohnTitor
Pushing 1678854 to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Oct 12, 2020
@bors
bors merged commit 1678854 into rust-lang:masterOct 12, 2020
@rustbotrustbot added this to the 1.49.0 milestone Oct 12, 2020
@JohnTitor
JohnTitor deleted the rollup-0odg1n4 branch October 12, 2020 21:14
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-borsThis PR was explicitly merged by bors.rollupA PR which is a rollupS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

12 participants

@JohnTitor@bors@rustbot@lcnr@GuillaumeGomez@sunfishcode@aDotInTheVoid@bugadani@jyn514@LingMan@winnsterx@12101111