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-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
2019-10-24
pre-expansion gate trait_alias.
Mazdak Farrokhzad
-9
/
+1
2019-10-23
Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakis
bors
-0
/
+3
2019-10-22
RFC 2027: "first draft" of implementation
Mathias Blikstad
-0
/
+3
2019-10-18
Rollup merge of #65498 - SimonSapin:plugin-help, r=Centril
Tyler Mandry
-2
/
+8
2019-10-17
Plugins deprecation: don’t suggest simply removing the attribute
Simon Sapin
-2
/
+8
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-3
/
+2
2019-10-15
Rollup merge of #65426 - nnethercote:rm-custom-LocalInternedString-PartialEq-...
Mazdak Farrokhzad
-1
/
+1
2019-10-15
syntax::parse::sess -> syntax::sess
Mazdak Farrokhzad
-2
/
+3
2019-10-15
move maybe_report_invalid_custom_discriminants to feature_gate
Mazdak Farrokhzad
-3
/
+47
2019-10-15
Remove custom `PartialEq` impls for `LocalInternedString`.
Nicholas Nethercote
-1
/
+1
2019-10-13
Rollup merge of #65214 - Amanieu:cfg_atomic, r=alexcrichton
Mazdak Farrokhzad
-0
/
+1
2019-10-13
simplify maybe_stage_features
Mazdak Farrokhzad
-14
/
+8
2019-10-08
Split non-CAS atomic support off into target_has_atomic_load_store
Amanieu d'Antras
-0
/
+1
2019-10-07
Mark #![feature(track_caller)] as incomplete.
Adam Perry
-0
/
+1
2019-10-07
track_caller feature gate starts in 1.40.0.
Adam Perry
-1
/
+1
2019-10-07
track_caller run-pass test, lint cleanup, PR review.
Adam Perry
-5
/
+2
2019-10-07
[RFC 2091] Add #[track_caller] attribute.
Ayose
-0
/
+7
2019-10-07
Fix compilation error after rebase.
Charles Lew
-1
/
+1
2019-10-07
Address review comments.
Charles Lew
-4
/
+3
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
[prev]
[next]