rust/src/libsyntax
bors 2563481ca9 auto merge of #14988 : pcwalton/rust/unsafe-destructor-feature-gate, r=alexcrichton
Closes #8142.

This is not the semantics we want long-term. You can continue to use
`#[unsafe_destructor]`, but you'll need to add
`#![feature(unsafe_destructor)]` to the crate attributes.

[breaking-change]

r? @alexcrichton
2014-06-20 21:31:22 +00:00
..
ext Revert bytes!() docstring change, and fix a typo. 2014-06-18 17:02:23 -07:00
parse syntax: Parse GT tokens from >= and >>= 2014-06-20 09:53:12 -07:00
print Add a b"xx" byte string literal of type &'static [u8]. 2014-06-17 23:43:18 +02:00
util rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
abi.rs Better dylib skipping based on Alex Crichton code 2014-06-12 21:15:14 +03:00
ast_map.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
ast_util.rs librustc: Make addresses of immutable statics insignificant unless 2014-06-17 11:44:00 -07:00
ast.rs Add a b'x' byte literal of type u8. 2014-06-17 23:41:03 +02:00
attr.rs libsyntax: remove dead code find_linkage_metas 2014-06-17 00:54:03 -04:00
codemap.rs Dump results of analysis phase as CSV 2014-06-13 21:09:50 +12:00
crateid.rs Update repo location 2014-06-16 18:16:36 -07:00
diagnostic.rs Register new snapshots 2014-06-15 23:30:24 -07:00
fold.rs rustc: Improve span for error about using a method as a field. 2014-06-16 18:15:54 -07:00
lib.rs librustc: Put #[unsafe_destructor] behind a feature gate. 2014-06-20 14:24:31 -07:00
owned_slice.rs core: Rename container mod to collections. Closes #12543 2014-06-08 21:29:57 -07:00
visit.rs libsyntax: Allow + to separate trait bounds from objects. 2014-06-13 13:53:34 -07:00