rust/src/libsyntax/ext
bors b0280ac538 auto merge of #11834 : huonw/rust/deriving-spans, r=alexcrichton
I'd forgotten to update them when I changed this a while ago; it now displays error messages linked to the struct/variant field, rather than the `#[deriving(Trait)]` line, for all traits.

This also adds a very large number of autogenerated tests. I can easily remove/tone down that commit if necessary.
2014-01-27 01:21:31 -08:00
..
deriving syntax: improve the spans of some #[deriving] traits. 2014-01-27 15:25:37 +11:00
tt Removed all instances of XXX in preparation for relaxing of FIXME rule 2014-01-26 14:42:53 -05:00
asm.rs syntax::ext: replace span_fatal with span_err in many places. 2014-01-18 02:03:04 +11:00
base.rs Simplify and rename macro API 2014-01-25 13:55:39 -08:00
build.rs Removed all instances of XXX in preparation for relaxing of FIXME rule 2014-01-26 14:42:53 -05:00
bytes.rs syntax::ext: replace span_fatal with span_err in many places. 2014-01-18 02:03:04 +11:00
cfg.rs libsyntax: Renamed types, traits and enum variants to CamelCase. 2014-01-09 22:25:28 +02:00
concat_idents.rs syntax::ext: replace span_fatal with span_err in many places. 2014-01-18 02:03:04 +11:00
concat.rs syntax::ext: replace span_fatal with span_err in many places. 2014-01-18 02:03:04 +11:00
env.rs syntax::ext: replace span_fatal with span_err in many places. 2014-01-18 02:03:04 +11:00
expand.rs Removed all instances of XXX in preparation for relaxing of FIXME rule 2014-01-26 14:42:53 -05:00
fmt.rs libsyntax: Renamed types, traits and enum variants to CamelCase. 2014-01-09 22:25:28 +02:00
format.rs Add LowerExp 'e' and UpperExp 'E' format traits/specifiers 2014-01-22 20:32:40 -05:00
log_syntax.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
quote.rs Redo exported macro serialization 2014-01-23 09:01:36 -08:00
registrar.rs [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior 2014-01-21 15:48:47 -08:00
source_util.rs [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old from_utf8_owned() behavior 2014-01-21 15:48:48 -08:00
trace_macros.rs syntax::ext: replace span_fatal with span_err in many places. 2014-01-18 02:03:04 +11:00