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-11-09
Address review comments
Vadim Petrochenkov
-4
/
+4
2019-11-09
Remove `#[feature(custom_attribute)]`
Vadim Petrochenkov
-3
/
+3
2019-11-09
Support registering attributes and attribute tools using crate-level attributes
Vadim Petrochenkov
-0
/
+14
2019-11-09
Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats...
bors
-4
/
+3
2019-11-07
Push `re_rebalance_coherence` to 1.41
Ohad Ravid
-1
/
+1
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
Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkov
Mazdak Farrokhzad
-28
/
+35
2019-11-07
parser: don't hardcode ABIs into grammar
Mazdak Farrokhzad
-28
/
+35
2019-11-07
Auto merge of #66175 - JohnTitor:rollup-ihqk5vn, r=JohnTitor
bors
-11
/
+10
2019-11-07
Rollup merge of #65794 - Centril:unimpl-internal, r=varkor
Yuki Okushi
-11
/
+10
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
gate rustc_on_unimplemented under rustc_attrs
Mazdak Farrokhzad
-11
/
+10
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-31
Stabilize the `re_rebalance_coherence` feature
Ohad Ravid
-4
/
+3
2019-10-29
stabilize cfg(doctest)
Guillaume Gomez
-4
/
+2
2019-10-29
Rollup merge of #65809 - roblabla:eficall-abi, r=nagisa
Mazdak Farrokhzad
-0
/
+7
2019-10-27
Stabilize `const_constructor`
Matthew Jasper
-3
/
+2
2019-10-25
Add proper tracking issue for EFIAPI
roblabla
-1
/
+1
2019-10-25
Add new EFIAPI ABI
roblabla
-0
/
+7
2019-10-25
RFC 2008: Stabilization
David Wood
-7
/
+4
2019-10-25
Rollup merge of #65747 - Centril:union-issue-fix, r=varkor
Mazdak Farrokhzad
-5
/
+13
2019-10-24
Adjust the tracking issue for `untagged_unions`.
Mazdak Farrokhzad
-5
/
+13
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
2019-10-24
pre-expansion gate box_patterns
Mazdak Farrokhzad
-14
/
+2
2019-10-24
pre-expansion gate decl_macro
Mazdak Farrokhzad
-5
/
+1
2019-10-24
pre-expansion gate const_generics
Mazdak Farrokhzad
-11
/
+2
2019-10-24
pre-expansion gate crate_visibility_modifier
Mazdak Farrokhzad
-8
/
+1
2019-10-24
pre-expansion gate associated_type_bounds
Mazdak Farrokhzad
-14
/
+2
[next]