Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open tracking issues for all language features #28244

Closed
huonw opened this Issue Sep 4, 2015 · 2 comments

Comments

Projects
None yet
4 participants
@huonw
Copy link
Member

huonw commented Sep 4, 2015

#26868 but for lang features.

The issues for each thing should be recorded in the corresponding place in libsyntax/feature_gate.rs, and when they've all been opened & recorded, the FIXME's relating to this issue in that file should be removed.

@huonw huonw added the T-lang label Sep 4, 2015

huonw added a commit to huonw/rust that referenced this issue Sep 4, 2015

Allow tracking issues for lang features.
This is similar to the libs version, which allow an `issue` field in the
`#[unstable]` attribute.

cc rust-lang#28244

huonw added a commit to huonw/rust that referenced this issue Sep 4, 2015

Allow tracking issues for lang features.
This is similar to the libs version, which allow an `issue` field in the
`#[unstable]` attribute.

cc rust-lang#28244

bors added a commit that referenced this issue Sep 5, 2015

Auto merge of #28246 - huonw:lang-tracking-issues, r=alexcrichton
This is similar to the libs version, which allow an `issue` field in the
`#[unstable]` attribute.

cc #28244

huonw added a commit to huonw/rust that referenced this issue Sep 8, 2015

Allow tracking issues for lang features.
This is similar to the libs version, which allow an `issue` field in the
`#[unstable]` attribute.

cc rust-lang#28244

bors added a commit that referenced this issue Sep 8, 2015

Auto merge of #28246 - huonw:lang-tracking-issues, r=alexcrichton
This is similar to the libs version, which allow an `issue` field in the
`#[unstable]` attribute.

cc #28244
@huonw

This comment has been minimized.

Copy link
Member Author

huonw commented Sep 12, 2015

triage: I-nominated.

This has been very helpful for library features: promoting discussion, and allows people to track progress, so it'd be great to utilize properly for language ones too.

@aturon aturon self-assigned this Oct 1, 2015

@nikomatsakis

This comment has been minimized.

Copy link
Contributor

nikomatsakis commented Oct 1, 2015

triage: P-medium

@rust-highfive rust-highfive added P-medium and removed I-nominated labels Oct 1, 2015

bors added a commit that referenced this issue Oct 9, 2015

aturon added a commit that referenced this issue Nov 10, 2015

Tag feature gates with issues
This commit adds issue numbers to the vast majority of active feature
gates. The few that are left without issues are rustc/runtime-internal
features that are essentially private APIs.

Closes #28244

bors added a commit that referenced this issue Nov 10, 2015

Auto merge of #29725 - aturon:lang-features, r=huonw
This commit adds issue numbers to the vast majority of active feature
gates. The few that are left without issues are rustc/runtime-internal
features that are essentially private APIs.

Closes #28244

r? @huonw

@bors bors closed this in #29725 Nov 11, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.