rust/src/libsyntax
bors e375a892f1 Auto merge of #21257 - alexcrichton:issue-20064, r=pnkfelix
These two attributes are used to change the entry point into a Rust program, but
for now they're being put behind feature gates until we have a chance to think
about them a little more. The #[start] attribute specifically may have its
signature changed.

This is a breaking change to due the usage of these attributes generating errors
by default now. If your crate is using these attributes, add this to your crate
root:

    #![feature(start)] // if you're using the #[start] attribute
    #![feature(main)]  // if you're using the #[main] attribute

cc #20064
2015-01-20 02:23:49 +00:00
..
ast_map auto merge of #21061 : japaric/rust/range, r=nick29581 2015-01-14 04:42:01 +00:00
diagnostics use slicing sugar 2015-01-07 17:35:56 -05:00
ext auto merge of #21162 : apasel422/rust/issue-16530, r=huonw 2015-01-16 16:21:06 +00:00
parse Auto merge of #21278 - thchittenden:issue-21033-struct-var-pattern-fix, r=alexcrichton 2015-01-19 19:40:51 +00:00
print Make output type in ast::FnDecl optional 2015-01-18 22:49:19 +09:00
util rollup merge of #20721: japaric/snap 2015-01-07 17:26:58 -08:00
abi.rs core: split into fmt::Show and fmt::String 2015-01-06 14:49:42 -08:00
ast.rs Make output type in ast::FnDecl optional 2015-01-18 22:49:19 +09:00
ast_util.rs Store deprecated status of i/u-suffixed literals. 2015-01-08 11:02:23 -05:00
attr.rs Store deprecated status of i/u-suffixed literals. 2015-01-08 11:02:23 -05:00
codemap.rs cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
config.rs Add syntax for negative implementations of traits 2015-01-04 23:16:13 +01:00
diagnostic.rs auto merge of #21008 : huonw/rust/trait-suggestions, r=nikomatsakis 2015-01-16 22:41:16 +00:00
feature_gate.rs Auto merge of #21257 - alexcrichton:issue-20064, r=pnkfelix 2015-01-20 02:23:49 +00:00
fold.rs Make output type in ast::FnDecl optional 2015-01-18 22:49:19 +09:00
lib.rs Set allow(unstable) in crates that use unstable features 2015-01-17 16:38:04 -08:00
owned_slice.rs Register new snapshots 2015-01-06 15:24:24 -08:00
ptr.rs Register new snapshots. 2015-01-17 16:37:34 -08:00
show_span.rs More test fixes! 2015-01-05 22:58:37 -08:00
std_inject.rs Test fixes and rebase conflicts 2015-01-07 19:27:27 -08:00
test.rs Make output type in ast::FnDecl optional 2015-01-18 22:49:19 +09:00
visit.rs syntax: add fully qualified UFCS expressions. 2015-01-15 18:51:14 +02:00