rust/src/libsyntax/ext
bors 7c33df0dbb auto merge of #11644 : huonw/rust/less-fatality, r=cmr
This means that compilation continues for longer, and so we can see more
errors per compile. This is mildly more user-friendly because it stops
users having to run rustc n times to see n macro errors: just run it
once to see all of them.
2014-01-19 16:56:40 -08:00
..
deriving syntax::ext: replace span_fatal with span_err in many places. 2014-01-18 02:03:04 +11:00
tt syntax::ext: replace span_fatal with span_err in many places. 2014-01-18 02:03:04 +11:00
asm.rs syntax::ext: replace span_fatal with span_err in many places. 2014-01-18 02:03:04 +11:00
base.rs syntax::ext: replace span_fatal with span_err in many places. 2014-01-18 02:03:04 +11:00
build.rs Load macros from external modules 2014-01-16 15:01:48 -08: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.rs syntax::ext: replace span_fatal with span_err in many places. 2014-01-18 02:03:04 +11:00
concat_idents.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 auto merge of #11644 : huonw/rust/less-fatality, r=cmr 2014-01-19 16:56:40 -08:00
fmt.rs libsyntax: Renamed types, traits and enum variants to CamelCase. 2014-01-09 22:25:28 +02:00
format.rs auto merge of #11644 : huonw/rust/less-fatality, r=cmr 2014-01-19 16:56:40 -08: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 auto merge of #11607 : alexcrichton/rust/issue-9957, r=cmr 2014-01-18 13:01:47 -08:00
registrar.rs Load macros from external modules 2014-01-16 15:01:48 -08:00
source_util.rs syntax::ext: replace span_fatal with span_err in many places. 2014-01-18 02:03:04 +11:00
trace_macros.rs syntax::ext: replace span_fatal with span_err in many places. 2014-01-18 02:03:04 +11:00