Uh oh!
There was an error while loading. Please reload this page.
rustc: Stabilize the #![windows_subsystem] attribute - #40870
Merged
Conversation
rust-highfive
commented
Mar 27, 2017
Contributor
r? @nrc (rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Mar 27, 2017
MemberAuthor
Note that documentation, not currently present, was implemented in rust-lang/reference#16 and is being pulled in as part of #40864 |
liigo
commented
Mar 27, 2017
Contributor
Should wait for open issue #37553 ? |
nrc
commented
Mar 28, 2017
Member
alexcrichton
commented
Mar 30, 2017
MemberAuthor
aturon
commented
Mar 30, 2017
Contributor
@bors: r+ rollup |
bors
commented
Mar 30, 2017
Collaborator
📌 Commit 20888b1 has been approved by |
frewsxcv
commented
Mar 30, 2017
Contributor
alexcrichton
commented
Mar 31, 2017
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
alexcrichtonforce-pushed
the
stabilize-windows-subsystem
branch
from
April 1, 2017 13:36
20888b1 to
34cf288Comparealexcrichton
commented
Apr 1, 2017
MemberAuthor
@bors: r=aturon |
bors
commented
Apr 1, 2017
Collaborator
📌 Commit 34cf288 has been approved by |
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
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
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
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
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
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
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
bors added a commit
that referenced
this pull request
Apr 5, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit stabilizes the
#![windows_subsystem]attribute which is aconservative exposure of the
/SUBSYSTEMlinker flag on Widnows platforms. Thisis useful for creating applications as well as console programs.
Closes#37499