Skip to content

Stabilize tool lints - #54870

Merged
bors merged 6 commits into
rust-lang:masterfrom
flip1995:stabilize_tool_lints
Oct 11, 2018
Merged

Stabilize tool lints#54870
bors merged 6 commits into
rust-lang:masterfrom
flip1995:stabilize_tool_lints

Conversation

@flip1995

Copy link
Copy Markdown
Member

cc #44690

This stabilizes the tool_lints feature.

This is my first stabilization PR, let me know if I missed something. I followed the guide on https://forge.rust-lang.org. Should the documentation of the tool_lints be moved to rust-lang-nursery/reference?

r? @Manishearth@nrc

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 6, 2018

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this documentation be moved into the reference somewhere?

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sgtm

@ManishearthManishearth left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r=me, but let's preserve the documentation somehow

@CentrilCentril added the relnotes Marks issues that should be documented in the release notes of the next release. label Oct 6, 2018
@bors

bors commented Oct 7, 2018

Copy link
Copy Markdown
Collaborator

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

@Manishearth

Copy link
Copy Markdown
Member

@bors r+

rebased

I'll make a PR to the reference.

@bors

bors commented Oct 9, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit ffe1527 has been approved by Manishearth

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 9, 2018
emilyalbini added a commit to emilyalbini/rust that referenced this pull request Oct 10, 2018
…nishearth
Stabilize tool lints
cc rust-lang#44690
This stabilizes the `tool_lints` feature.
This is my first stabilization PR, let me know if I missed something. I followed the guide on https://forge.rust-lang.org. Should the documentation of the `tool_lints` be moved to `rust-lang-nursery/reference`?
r? @Manishearth@nrc
Manishearth added a commit to Manishearth/rust that referenced this pull request Oct 10, 2018
bors added a commit that referenced this pull request Oct 11, 2018
Rollup of 9 pull requests
Successful merges:
- #54747 (codegen_llvm: verify that inline assembly operands are scalars)
- #54848 (Better Diagnostic for Trait Object Capture)
- #54850 (Fix#54707 - parse_trait_item_ now handles interpolated blocks as function body decls)
- #54858 (second round of refactorings for universes)
- #54862 (Implement RFC 2539: cfg_attr with multiple attributes)
- #54869 (Fix mobile docs)
- #54870 (Stabilize tool lints)
- #54893 (Fix internal compiler error on malformed match arm pattern.)
- #54904 (Stabilize the `Option::replace` method)
Failed merges:
- #54909 ( Add chalk rules related to associated type defs)
r? @ghost
bors added a commit that referenced this pull request Oct 11, 2018
Rollup of 9 pull requests
Successful merges:
- #54747 (codegen_llvm: verify that inline assembly operands are scalars)
- #54848 (Better Diagnostic for Trait Object Capture)
- #54850 (Fix#54707 - parse_trait_item_ now handles interpolated blocks as function body decls)
- #54858 (second round of refactorings for universes)
- #54862 (Implement RFC 2539: cfg_attr with multiple attributes)
- #54869 (Fix mobile docs)
- #54870 (Stabilize tool lints)
- #54893 (Fix internal compiler error on malformed match arm pattern.)
- #54904 (Stabilize the `Option::replace` method)
Failed merges:
- #54909 ( Add chalk rules related to associated type defs)
r? @ghost
@bors
bors merged commit ffe1527 into rust-lang:masterOct 11, 2018
@flip1995
flip1995 deleted the stabilize_tool_lints branch October 13, 2018 12:12
@CentrilCentril added this to the 1.31 milestone Apr 26, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

relnotesMarks issues that should be documented in the release notes of the next release.S-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.

5 participants

@flip1995@bors@Manishearth@Centril@rust-highfive