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-12-14
Revert "Stabilize the `never_type`, written `!`."
Niko Matsakis
-0
/
+18
2019-11-30
derive(Default) for Features
Mazdak Farrokhzad
-1
/
+1
2019-11-30
move GateIssue to rustc_feature & simplify emit_feature_err
Mazdak Farrokhzad
-43
/
+11
2019-11-30
check.rs: inline a constant
Mazdak Farrokhzad
-4
/
+4
2019-11-30
move UnstableFeatures -> rustc_feature
Mazdak Farrokhzad
-38
/
+2
2019-11-30
inline two explanation constants
Mazdak Farrokhzad
-6
/
+0
2019-11-30
builtin_attrs.rs -> rustc_feature
Mazdak Farrokhzad
-1
/
+1
2019-11-30
builtin_attrs: inline some strings
Mazdak Farrokhzad
-5
/
+0
2019-11-30
move Stability to rustc_feature
Mazdak Farrokhzad
-8
/
+0
2019-11-30
introduce crate rustc_feature and move active, accepted, and removed to it
Mazdak Farrokhzad
-3
/
+2
2019-11-26
Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC
Tyler Mandry
-3
/
+2
2019-11-25
Tweak removed feature error
Esteban Küber
-3
/
+2
2019-11-24
Parse and feature gate raw address of expressions
Matthew Jasper
-0
/
+1
2019-11-21
Stabilize the `never_type`, written `!`.
Mazdak Farrokhzad
-18
/
+0
2019-11-16
ast: Keep string literals in ABIs precisely
Vadim Petrochenkov
-3
/
+3
2019-11-16
ast: Keep `extern` qualifiers in functions more precisely
Vadim Petrochenkov
-4
/
+12
2019-11-15
Rollup merge of #66197 - Centril:transparent-ast, r=varkor
Tyler Mandry
-20
/
+26
2019-11-14
TAIT: feature gate recursive locations
Mazdak Farrokhzad
-20
/
+26
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-0
/
+3
2019-11-11
support issue = "none" in unstable attributes
Ross MacArthur
-15
/
+16
2019-11-09
move attr meta grammar to parse::validate_atr + ast_validation
Mazdak Farrokhzad
-20
/
+3
2019-11-07
syntax::parser::token -> syntax::token
Mazdak Farrokhzad
-1
/
+1
2019-11-07
Rollup merge of #65974 - Centril:matcher-friendly-gating, r=petrochenkov
Mazdak Farrokhzad
-7
/
+5
2019-11-07
parser: don't hardcode ABIs into grammar
Mazdak Farrokhzad
-28
/
+35
2019-11-06
Make doc comments cheaper with `AttrKind`.
Nicholas Nethercote
-1
/
+2
2019-11-06
Remove unnecessary `Deref` impl for `Attribute`.
Nicholas Nethercote
-1
/
+1
2019-11-06
rollback gating for failing macro matchers
Mazdak Farrokhzad
-1
/
+1
2019-11-06
revamp pre-expansion gating infra
Mazdak Farrokhzad
-6
/
+4
2019-11-06
Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e...
Mazdak Farrokhzad
-1
/
+1
2019-11-02
Simplify various `Symbol` use points.
Nicholas Nethercote
-1
/
+1
2019-10-31
syntax: disable the new early feature-gatings added in #65742.
Eduard-Mihai Burtescu
-0
/
+15
2019-10-31
Revert "pre-expansion gate trait_alias."
Eduard-Mihai Burtescu
-0
/
+9
2019-10-31
Revert "pre-expansion gate associated_type_bounds"
Eduard-Mihai Burtescu
-1
/
+14
2019-10-31
Revert "pre-expansion gate crate_visibility_modifier"
Eduard-Mihai Burtescu
-0
/
+8
2019-10-31
Revert "pre-expansion gate const_generics"
Eduard-Mihai Burtescu
-1
/
+11
2019-10-31
Revert "pre-expansion gate decl_macro"
Eduard-Mihai Burtescu
-0
/
+5
2019-10-31
Revert "pre-expansion gate box_patterns"
Eduard-Mihai Burtescu
-1
/
+14
2019-10-31
Revert "pre-expansion gate exclusive_range_pattern"
Eduard-Mihai Burtescu
-1
/
+6
2019-10-31
Revert "pre-expansion gate try_blocks"
Eduard-Mihai Burtescu
-0
/
+3
2019-10-31
Revert "pre-expansion gate label_break_value"
Eduard-Mihai Burtescu
-0
/
+6
2019-10-31
Revert "pre-expansion gate box_syntax"
Eduard-Mihai Burtescu
-0
/
+6
2019-10-31
Revert "pre-expansion gate type_ascription"
Eduard-Mihai Burtescu
-0
/
+15
2019-10-29
Rollup merge of #65809 - roblabla:eficall-abi, r=nagisa
Mazdak Farrokhzad
-0
/
+4
2019-10-25
Add new EFIAPI ABI
roblabla
-0
/
+4
2019-10-24
pre-expansion gate type_ascription
Mazdak Farrokhzad
-15
/
+6
2019-10-24
pre-expansion gate box_syntax
Mazdak Farrokhzad
-6
/
+1
2019-10-24
pre-expansion gate label_break_value
Mazdak Farrokhzad
-6
/
+1
2019-10-24
dedup GAT gate checks
Mazdak Farrokhzad
-16
/
+21
2019-10-24
pre-expansion gate try_blocks
Mazdak Farrokhzad
-3
/
+1
2019-10-24
pre-expansion gate exclusive_range_pattern
Mazdak Farrokhzad
-6
/
+2
[next]