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.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-24
Add ')' in `advaced_slice_patterns` error message
Luke Gallagher
-1
/
+1
2015-04-24
Add missing '\' for `custom_derive` error message
Luke Gallagher
-1
/
+1
2015-04-16
Fix some documentation typos
Luke Gallagher
-1
/
+1
2015-04-15
Auto merge of #24436 - fhahn:fix-small-typo, r=steveklabnik
bors
-1
/
+1
2015-04-14
Remove superfluous `the` from `custom_attribute` feature gate message
Florian Hahn
-1
/
+1
2015-04-14
Expose visibility for fns in syntax::visit
Nick Cameron
-3
/
+3
2015-04-02
Revise logic to match `rustc::session::config::get_unstable_features_setting`
Felix S. Klock II
-8
/
+2
2015-04-02
Do not suggest `#![feature(...)]` if we are in beta or stable channel.
Felix S. Klock II
-0
/
+12
2015-04-01
rollup merge of #23860: nikomatsakis/copy-requires-clone
Alex Crichton
-1
/
+1
2015-04-01
rollup merge of #23945: pnkfelix/gate-u-negate
Alex Crichton
-0
/
+6
2015-04-01
rollup merge of #23948: nikomatsakis/feature-gate-rust-abi
Alex Crichton
-3
/
+9
2015-04-01
added unary_negate feature gate.
Felix S. Klock II
-0
/
+6
2015-04-01
Feature gate rust-call ABI.
Niko Matsakis
-3
/
+9
2015-04-01
Fallout in libsyntax
Niko Matsakis
-1
/
+1
2015-04-01
Implement the changes to coherence such that we consider a type to be
Niko Matsakis
-0
/
+6
2015-03-31
rollup merge of #23288: alexcrichton/issue-19470
Alex Crichton
-17
/
+0
2015-03-31
Test fixes and rebase conflicts, round 2
Alex Crichton
-11
/
+0
2015-03-31
Test fixes and rebase conflicts, round 1
Alex Crichton
-1
/
+1
2015-03-31
rustc: Remove old_orphan_check entirely
Alex Crichton
-17
/
+0
2015-03-29
Port of pcwalton removal of `#[unsafe_destructor]` check.
Felix S. Klock II
-12
/
+6
2015-03-27
rollup merge of #23794: brson/slicegate
Alex Crichton
-0
/
+8
2015-03-27
Feature gate *all* slice patterns. #23121
Brian Anderson
-0
/
+8
2015-03-27
rollup merge of #23749: alexcrichton/remove-old-impl-check
Alex Crichton
-11
/
+0
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-65
/
+6
2015-03-27
rollup merge of #23761: alexcrichton/remove-phase
Alex Crichton
-1
/
+0
2015-03-27
rollup merge of #23752: alexcrichton/remove-should-fail
Alex Crichton
-1
/
+0
2015-03-26
rustc: Remove old #[phase] and #[plugin]
Alex Crichton
-1
/
+0
2015-03-26
Implement `Reflect` trait with a variant on the standard OIBIT
Niko Matsakis
-1
/
+6
2015-03-26
syntax: Remove support for #[should_fail]
Alex Crichton
-1
/
+0
2015-03-26
rustc: Remove support for old_impl_check
Alex Crichton
-11
/
+0
2015-03-25
rustc: Remove support for int/uint
Alex Crichton
-65
/
+6
2015-03-23
rollup merge of #23506: alexcrichton/remove-some-deprecated-things
Alex Crichton
-2
/
+0
2015-03-20
Feature gate defaulted traits
Flavio Percoco
-0
/
+7
2015-03-18
rustc: Remove some long deprecated features:
Alex Crichton
-2
/
+0
2015-03-13
Add an "allocator" attribute to mark functions as allocators
Björn Steinbrink
-0
/
+3
2015-03-09
remove uses of as_slice where deref coercions can be used
Richo Healey
-2
/
+2
2015-03-06
Make #[derive(Anything)] into sugar for #[derive_Anything]
Keegan McAllister
-0
/
+14
2015-03-06
Check gated attributes before and after macro expansion
Keegan McAllister
-37
/
+38
2015-03-06
Auto merge of #22899 - huonw:macro-stability, r=alexcrichton
bors
-8
/
+34
2015-03-06
Run feature-gating on the final AST passed to the compiler.
Huon Wilson
-5
/
+9
2015-03-06
Add more debugging to syntax::feature_gate.
Huon Wilson
-2
/
+6
2015-03-06
Add #[allow_internal_unstable] to track stability for macros better.
Huon Wilson
-1
/
+19
2015-03-05
Rollup merge of #22764 - ivanradanov:fileline_help, r=huonw
Manish Goregaokar
-2
/
+2
2015-03-03
Change span_help calls to fileline_help where appropriate
Ivan Radanov Ivanov
-2
/
+2
2015-03-03
Rollup merge of #22876 - Florob:const, r=nikomatsakis
Manish Goregaokar
-2
/
+2
2015-03-03
Rollup merge of #22960 - huonw:static-assert, r=huonw
Manish Goregaokar
-2
/
+5
2015-03-03
Feature gate `#[static_assert]`.
Huon Wilson
-2
/
+5
2015-03-03
Add cfg_attr to known attributes
Manish Goregaokar
-0
/
+1
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-2
/
+2
2015-02-25
Whitelist #[should_panic]
Steven Fackler
-0
/
+1
[next]