about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate/check.rs
AgeCommit message (Expand)AuthorLines
2019-10-13simplify maybe_stage_featuresMazdak Farrokhzad-14/+8
2019-10-02Add support for 'extern const fn'Aaron Hill-0/+1
2019-09-28syntax: don't keep a redundant c_variadic flag in the AST.Eduard-Mihai Burtescu-3/+8
2019-09-26Rename `ForeignItem.node` to `ForeignItem.kind`varkor-1/+1
2019-09-26Rename `Item.node` to `Item.kind`varkor-1/+1
2019-09-26Rename `Ty.node` to `Ty.kind`varkor-2/+2
2019-09-26Rename `TraitItem.node` to `TraitItem.kind`varkor-1/+1
2019-09-26Rename `ImplItem.node` to `ImplItem.kind`varkor-1/+1
2019-09-26Rename `Pat.node` to `Pat.kind`varkor-2/+2
2019-09-26Rename `Expr.node` to `Expr.kind`varkor-1/+1
2019-09-21Rollup merge of #64010 - c410-f3r:stabilize-attrs-fn, r=CentrilMazdak Farrokhzad-1/+0
2019-09-14feature_gate: Eliminate `check::Context`Vadim Petrochenkov-59/+51
2019-09-14feature_gate: Merge various attribute gating functionsVadim Petrochenkov-82/+40
2019-09-14feature_gate: Remove dead code from attribute checkingVadim Petrochenkov-42/+8
2019-09-11Stabilize `param_attrs` in Rust 1.39.0Caio-1/+0
2019-09-07Aggregation of cosmetic changes made during work on REPL PRs: libsyntaxAlexander Regueiro-2/+2
2019-08-25Refactor feature gate checking codePascal Hertleif-18/+22
2019-08-25Introduce and use `Feature` type for feature gatesPascal Hertleif-15/+18
2019-08-23syntax: extract `check.rs`.Mazdak Farrokhzad-0/+951