rust/src/libsyntax
Steve Klabnik 13854722fa Rollup merge of #24749 - lstat:feature-gate-22820, r=nrc
As part of the audit for #22820 the following feature gate tests have been
added:

* `negate_unsigned`
* `on_unimplemented`
* `optin_builtin_traits`
* `plugin`
* `rustc_attrs`
* `rustc_diagnostic_macros`
* `slice_patterns`

In addition some feature gate error message typos fixed.
2015-04-24 22:54:25 -04:00
..
ast_map Expose visibility for fns in syntax::visit 2015-04-14 09:54:58 +12:00
diagnostics syntax: remove #[feature(quote, unsafe_destructor)] 2015-04-21 10:08:27 -07:00
ext syntax: Replace [].tail with the stable [1..] syntax 2015-04-21 10:08:27 -07:00
parse Do not include attributes in trait item spans. 2015-04-24 08:45:32 +12:00
print syntax: Replace String::from_str with the stable String::from 2015-04-21 10:08:27 -07:00
util syntax: Copy unstable str::char_at into libsyntax 2015-04-21 10:23:53 -07:00
abi.rs Fallout in libsyntax 2015-04-01 11:22:39 -04:00
ast.rs std: Remove deprecated/unstable num functionality 2015-04-21 11:37:43 -07:00
ast_util.rs syntax: Replace String::from_str with the stable String::from 2015-04-21 10:08:27 -07:00
attr.rs Auto merge of #23011 - nagisa:the-war-of-symbol-and-symbol, r=pnkfelix 2015-04-12 01:26:53 +00:00
codemap.rs rollup merge of #24636: alexcrichton/remove-deprecated 2015-04-21 15:28:53 -07:00
config.rs syntax: Remove uses of #[feature(slice_patterns)] 2015-04-21 10:08:26 -07:00
diagnostic.rs syntax: Replace String::from_str with the stable String::from 2015-04-21 10:08:27 -07:00
feature_gate.rs Add ')' in advaced_slice_patterns error message 2015-04-24 10:10:48 +10:00
fold.rs syntax: remove #![feature(box_syntax, box_patterns)] 2015-04-21 10:07:48 -07:00
lib.rs syntax: Copy unstable str::char_at into libsyntax 2015-04-21 10:23:53 -07:00
owned_slice.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
ptr.rs syntax: remove #![feature(box_syntax, box_patterns)] 2015-04-21 10:07:48 -07:00
show_span.rs std: Stabilize FromStr and parse 2015-01-30 08:52:44 -08:00
std_inject.rs Unquote all crate names without underscores 2015-03-27 10:58:12 -07:00
str.rs syntax: Copy unstable str::char_at into libsyntax 2015-04-21 10:23:53 -07:00
test.rs Work towards a non-panicing parser (libsyntax) 2015-04-05 09:52:50 +01:00
visit.rs Expose visibility for fns in syntax::visit 2015-04-14 09:54:58 +12:00