Skip to content

rustc: Stabilize the #![windows_subsystem] attribute - #40870

Merged
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:stabilize-windows-subsystem
Apr 5, 2017
Merged

rustc: Stabilize the #![windows_subsystem] attribute#40870
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:stabilize-windows-subsystem

Conversation

@alexcrichton

Copy link
Copy Markdown
Member

This commit stabilizes the #![windows_subsystem] attribute which is a
conservative exposure of the /SUBSYSTEM linker flag on Widnows platforms. This
is useful for creating applications as well as console programs.

Closes#37499

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @nrc

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton

Copy link
Copy Markdown
MemberAuthor

Note that documentation, not currently present, was implemented in rust-lang/reference#16 and is being pulled in as part of #40864

@liigo

Copy link
Copy Markdown
Contributor

Should wait for open issue #37553 ?

@nrc

nrc commented Mar 28, 2017

Copy link
Copy Markdown
Member

r? @alexcrichton

@alexcrichton

Copy link
Copy Markdown
MemberAuthor

@nrc but I sent the PR :(

@liigo that would be a backwards compatible extension to the current attribute, so I don't see why it would block this.

@aturon

Copy link
Copy Markdown
Contributor

@bors: r+ rollup

@bors

bors commented Mar 30, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 20888b1 has been approved by aturon

@frewsxcvfrewsxcv mentioned this pull request Mar 30, 2017
@frewsxcv

Copy link
Copy Markdown
Contributor

@bors r-

Any chance you could remove the relevant section from the Unstable Book?

If #40694 lands before this, you'll get a tidy error for this PR as is.

@alexcrichton

Copy link
Copy Markdown
MemberAuthor

Certainly, I'll tackle that soon.

This commit stabilizes the `#![windows_subsystem]` attribute which is a
conservative exposure of the `/SUBSYSTEM` linker flag on Widnows platforms. This
is useful for creating applications as well as console programs.
Closesrust-lang#37499
@alexcrichton
alexcrichtonforce-pushed the stabilize-windows-subsystem branch from 20888b1 to 34cf288CompareApril 1, 2017 13:36
@alexcrichton

Copy link
Copy Markdown
MemberAuthor

@bors: r=aturon

@bors

bors commented Apr 1, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 34cf288 has been approved by aturon

@frewsxcvfrewsxcv mentioned this pull request Apr 1, 2017
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Apr 2, 2017
…ystem, r=aturon
rustc: Stabilize the `#![windows_subsystem]` attribute
This commit stabilizes the `#![windows_subsystem]` attribute which is a
conservative exposure of the `/SUBSYSTEM` linker flag on Widnows platforms. This
is useful for creating applications as well as console programs.
Closesrust-lang#37499
@frewsxcvfrewsxcv mentioned this pull request Apr 2, 2017
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Apr 2, 2017
…ystem, r=aturon
rustc: Stabilize the `#![windows_subsystem]` attribute
This commit stabilizes the `#![windows_subsystem]` attribute which is a
conservative exposure of the `/SUBSYSTEM` linker flag on Widnows platforms. This
is useful for creating applications as well as console programs.
Closesrust-lang#37499
@frewsxcvfrewsxcv mentioned this pull request Apr 2, 2017
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Apr 3, 2017
…ystem, r=aturon
rustc: Stabilize the `#![windows_subsystem]` attribute
This commit stabilizes the `#![windows_subsystem]` attribute which is a
conservative exposure of the `/SUBSYSTEM` linker flag on Widnows platforms. This
is useful for creating applications as well as console programs.
Closesrust-lang#37499
@frewsxcvfrewsxcv mentioned this pull request Apr 3, 2017
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Apr 3, 2017
…ystem, r=aturon
rustc: Stabilize the `#![windows_subsystem]` attribute
This commit stabilizes the `#![windows_subsystem]` attribute which is a
conservative exposure of the `/SUBSYSTEM` linker flag on Widnows platforms. This
is useful for creating applications as well as console programs.
Closesrust-lang#37499
@frewsxcvfrewsxcv mentioned this pull request Apr 3, 2017
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Apr 4, 2017
…ystem, r=aturon
rustc: Stabilize the `#![windows_subsystem]` attribute
This commit stabilizes the `#![windows_subsystem]` attribute which is a
conservative exposure of the `/SUBSYSTEM` linker flag on Widnows platforms. This
is useful for creating applications as well as console programs.
Closesrust-lang#37499
@frewsxcvfrewsxcv mentioned this pull request Apr 4, 2017
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Apr 4, 2017
…ystem, r=aturon
rustc: Stabilize the `#![windows_subsystem]` attribute
This commit stabilizes the `#![windows_subsystem]` attribute which is a
conservative exposure of the `/SUBSYSTEM` linker flag on Widnows platforms. This
is useful for creating applications as well as console programs.
Closesrust-lang#37499
@frewsxcvfrewsxcv mentioned this pull request Apr 4, 2017
@frewsxcvfrewsxcv mentioned this pull request Apr 4, 2017
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Apr 5, 2017
…ystem, r=aturon
rustc: Stabilize the `#![windows_subsystem]` attribute
This commit stabilizes the `#![windows_subsystem]` attribute which is a
conservative exposure of the `/SUBSYSTEM` linker flag on Widnows platforms. This
is useful for creating applications as well as console programs.
Closesrust-lang#37499
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Apr 5, 2017
…ystem, r=aturon
rustc: Stabilize the `#![windows_subsystem]` attribute
This commit stabilizes the `#![windows_subsystem]` attribute which is a
conservative exposure of the `/SUBSYSTEM` linker flag on Widnows platforms. This
is useful for creating applications as well as console programs.
Closesrust-lang#37499
@frewsxcvfrewsxcv mentioned this pull request Apr 5, 2017
bors added a commit that referenced this pull request Apr 5, 2017
@bors
bors merged commit 34cf288 into rust-lang:masterApr 5, 2017
@alexcrichton
alexcrichton deleted the stabilize-windows-subsystem branch April 19, 2017 16:05
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@alexcrichton@rust-highfive@liigo@nrc@aturon@bors@frewsxcv