index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
feature_gate
/
check.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-13
simplify maybe_stage_features
Mazdak Farrokhzad
-14
/
+8
2019-10-02
Add support for 'extern const fn'
Aaron Hill
-0
/
+1
2019-09-28
syntax: don't keep a redundant c_variadic flag in the AST.
Eduard-Mihai Burtescu
-3
/
+8
2019-09-26
Rename `ForeignItem.node` to `ForeignItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-1
/
+1
2019-09-26
Rename `Ty.node` to `Ty.kind`
varkor
-2
/
+2
2019-09-26
Rename `TraitItem.node` to `TraitItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `ImplItem.node` to `ImplItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Pat.node` to `Pat.kind`
varkor
-2
/
+2
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-1
/
+1
2019-09-21
Rollup merge of #64010 - c410-f3r:stabilize-attrs-fn, r=Centril
Mazdak Farrokhzad
-1
/
+0
2019-09-14
feature_gate: Eliminate `check::Context`
Vadim Petrochenkov
-59
/
+51
2019-09-14
feature_gate: Merge various attribute gating functions
Vadim Petrochenkov
-82
/
+40
2019-09-14
feature_gate: Remove dead code from attribute checking
Vadim Petrochenkov
-42
/
+8
2019-09-11
Stabilize `param_attrs` in Rust 1.39.0
Caio
-1
/
+0
2019-09-07
Aggregation of cosmetic changes made during work on REPL PRs: libsyntax
Alexander Regueiro
-2
/
+2
2019-08-25
Refactor feature gate checking code
Pascal Hertleif
-18
/
+22
2019-08-25
Introduce and use `Feature` type for feature gates
Pascal Hertleif
-15
/
+18
2019-08-23
syntax: extract `check.rs`.
Mazdak Farrokhzad
-0
/
+951