Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign uprustc: Implement a new `--print cfg` flag #31278
Conversation
rust-highfive
assigned
brson
Jan 29, 2016
This comment has been minimized.
This comment has been minimized.
|
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
referenced this pull request
Jan 29, 2016
Merged
Implement cfg-based target-specific dependencies #2328
alexcrichton
force-pushed the
alexcrichton:print-cfg
branch
from
44a828f
to
2330495
Jan 29, 2016
brson
added
the
relnotes
label
Feb 2, 2016
This comment has been minimized.
This comment has been minimized.
That's super surprising. |
This comment has been minimized.
This comment has been minimized.
|
Please add an |
alexcrichton
force-pushed the
alexcrichton:print-cfg
branch
from
2330495
to
e50eac5
Feb 8, 2016
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Feb 8, 2016
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
|
alexcrichton
force-pushed the
alexcrichton:print-cfg
branch
from
e50eac5
to
a1ffe6b
Feb 8, 2016
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Feb 9, 2016
This comment has been minimized.
This comment has been minimized.
bors
merged commit a1ffe6b
into
rust-lang:master
Feb 9, 2016
alexcrichton
deleted the
alexcrichton:print-cfg
branch
Feb 12, 2016
ranma42
added a commit
to ranma42/rust
that referenced
this pull request
Feb 15, 2016
ranma42
added a commit
to ranma42/rust
that referenced
this pull request
Mar 2, 2016
Sign up for free
to 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.
alexcrichton commentedJan 29, 2016
This commit is an implementation of the new compiler flags required by RFC
1361. This specifically adds a new
cfgoption to the--printflag tothe compiler. This new directive will print the defined
#[cfg]directives bythe compiler for the target in question.