Skip to content

Rollup of 13 pull requests - #80503

Merged
bors merged 29 commits into
rust-lang:masterfrom
JohnTitor:rollup-b26vglu
Dec 30, 2020
Merged

Rollup of 13 pull requests#80503
bors merged 29 commits into
rust-lang:masterfrom
JohnTitor:rollup-b26vglu

Conversation

@JohnTitor

Copy link
Copy Markdown
Member

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

matthiaskrgrand others added 29 commits December 24, 2020 12:59
Various changes to the `rustc_span` docs, including the following:
- Additions to top-level docs
- Edits to the source_map module docs
- Edits to documentation for `Span` and `SpanData`
- Added intra-docs links
- Documentation for Levenshtein distances
- Fixed missing punctuation
accesing -> accessing
We now lint on code like this:
```rust
fn main() {
fn foo() {};
struct Bar {};
}
```
Previously, this caused warnings in Cargo, so it was disabled.
…r=oli-obk
Lint on redundant trailing semicolon after item
We now lint on code like this:
```rust
fn main() {
fn foo() {};
struct Bar {};
}
```
Previously, this caused warnings in Cargo, so it was disabled.
remove redundant clones (clippy::redundant_clone)
Edit rustc_span documentation
Various changes to the `rustc_span` docs, including the following:
- Additions to top-level docs
- Edits to the source_map module docs
- Edits to documentation for `Span` and `SpanData`
- Added intra-docs links
- Documentation for Levenshtein distances
- Fixed missing punctuation
…-schievink
Add missing commas to `rustc_ast_pretty::pp` docs
…imulacrum
Add llvm-libunwind change to bootstrap CHANGELOG
From rust-lang#77703.
This doesn't need a `changelog-seen` version bump because the old values aren't accepted anymore, meaning anyone who was using this had to change it already.
r? ``@Mark-Simulacrum``
Use Option::map_or instead of open coding it
``@rustbot`` modify labels +C-cleanup +T-compiler
Fix typo in ffi-pure.md
accesing -> accessing
More uses of the matches! macro
`@rustbot` modify labels +C-cleanup +T-compiler
…tems-page, r=Nemo157
Use sans-serif font for the "all items" page links
The "all items" pages' links aren't using a sans-serif font unlike the rest of equivalent items in the other module pages. ``@Nemo157`` reported me this issue so here is the fix!
r? ``@Nemo157``
don't redundantly repeat field names
r? `@Dylan-DPC`
@rustbotrustbot added the rollup A PR which is a rollup label Dec 30, 2020
@JohnTitor

Copy link
Copy Markdown
MemberAuthor

@bors r+ p=5 rollup=never

@bors

bors commented Dec 30, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 3812909 has been approved by JohnTitor

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

bors commented Dec 30, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 3812909 with merge d107a87...

@bors

bors commented Dec 30, 2020

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions
Approved by: JohnTitor
Pushing d107a87 to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Dec 30, 2020
@bors
bors merged commit d107a87 into rust-lang:masterDec 30, 2020
@rustbotrustbot added this to the 1.51.0 milestone Dec 30, 2020
@JohnTitor
JohnTitor deleted the rollup-b26vglu branch December 30, 2020 12:58
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.

13 participants

@JohnTitor@bors@rustbot@matthiaskrgr@pierwill@camelid@tmandry@tmiasko@LingMan@eltociear@BlackHoleFox@GuillaumeGomez@Aaron1011