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
Age
Commit message (
Expand
)
Author
Lines
2019-10-07
Add feature gate for raw_dylib.
Charles Lew
-1
/
+10
2019-10-07
Auto merge of #64906 - Aaron1011:feature/extern-const-fn, r=Centril
bors
-0
/
+4
2019-10-03
plugin_registrary: use normal deprecation instead of hard coded warning.
Mazdak Farrokhzad
-6
/
+10
2019-10-03
Deprecate `#![plugin]` and `#[plugin_registrar]`.
Mazdak Farrokhzad
-3
/
+12
2019-10-02
Add support for 'extern const fn'
Aaron Hill
-0
/
+4
2019-09-30
Stabilize macros in `extern` blocks
Vadim Petrochenkov
-3
/
+2
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-24
add error message for case
Ariel Ben-Yehuda
-2
/
+1
2019-09-24
reserve `impl<T> From<!> for T`
Ariel Ben-Yehuda
-0
/
+4
2019-09-21
Rollup merge of #64010 - c410-f3r:stabilize-attrs-fn, r=Centril
Mazdak Farrokhzad
-4
/
+2
2019-09-14
feature_gate: Eliminate `check::Context`
Vadim Petrochenkov
-59
/
+51
2019-09-14
feature_gate: Merge various attribute gating functions
Vadim Petrochenkov
-83
/
+43
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
-4
/
+2
2019-09-08
Stabilize bind_by_move_pattern_guards in 1.39.0.
Mazdak Farrokhzad
-3
/
+2
2019-09-07
Rollup merge of #64226 - alexreg:rush-pr-3, r=centril
Mazdak Farrokhzad
-11
/
+13
2019-09-07
Aggregation of cosmetic changes made during work on REPL PRs: libsyntax
Alexander Regueiro
-11
/
+13
2019-09-05
Remove rustc_diagnostic_macros feature
Mark Rousskov
-6
/
+0
2019-09-05
Restrict error code length to 80 columns
Mark Rousskov
-0
/
+5
2019-08-30
Add a "diagnostic item" scheme
Oliver Scherer
-0
/
+11
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
-23
/
+98
2019-08-24
Use doc comments for feature gate descriptions
Pascal Hertleif
-261
/
+284
2019-08-23
syntax: move `feature_gate.rs`.
Mazdak Farrokhzad
-0
/
+31
2019-08-23
syntax: extract `check.rs`.
Mazdak Farrokhzad
-2
/
+953
2019-08-23
builtin_attrs.rs: retain FIXMEs.
Mazdak Farrokhzad
-2
/
+6
2019-08-23
builtin_attrs.rs: organize!
Mazdak Farrokhzad
-241
/
+259
2019-08-23
builtin_attrs.rs: cleanup with `(un)gated!`.
Mazdak Farrokhzad
-288
/
+229
2019-08-23
builtin_attrs.rs: refactor `rustc_attrs` entries.
Mazdak Farrokhzad
-233
/
+109
2019-08-23
builtin_attrs.rs: simplify `cfg_fn`.
Mazdak Farrokhzad
-8
/
+7
2019-08-23
syntax: extract `builin_attrs.rs`.
Mazdak Farrokhzad
-1
/
+724
2019-08-23
syntax: extract `active.rs` feature gates.
Mazdak Farrokhzad
-0
/
+522
2019-08-23
syntax: extract `removed.rs` feature gates.
Mazdak Farrokhzad
-0
/
+83
2019-08-23
syntax: extract `accepted.rs` feature gates.
Mazdak Farrokhzad
-0
/
+236
[prev]