rust/src/libsyntax/ext
Steve Klabnik 63576c23e4 remove excess string allocation
&format!("...") is the same as "" if we're not doing any interpolation,
and doesn't allocate an intermediate String.
2015-11-05 15:30:34 +01:00
..
deriving syntax/rustc_front: Simplify VariantData::fields 2015-10-25 18:33:51 +03:00
tt Don't panic for fatal errors in attribute parsing. 2015-10-27 20:09:10 -07:00
asm.rs Don't use panicking helpers in Parser. 2015-10-27 20:09:10 -07:00
base.rs Auto merge of #29285 - eefriedman:libsyntax-panic, r=nrc 2015-11-03 03:06:03 +00:00
build.rs Remove PatWildMulti 2015-10-31 03:44:43 +03:00
cfg.rs Don't panic for fatal errors in attribute parsing. 2015-10-27 20:09:10 -07:00
concat.rs Use consistent terminology for byte string literals 2015-09-03 10:54:53 +03:00
concat_idents.rs Allow tracking issues for lang features. 2015-09-08 11:01:42 +10:00
env.rs syntax: Implement #![no_core] 2015-08-03 17:23:01 -07:00
expand.rs remove excess string allocation 2015-11-05 15:30:34 +01:00
format.rs Don't use panicking helpers in Parser. 2015-10-27 20:09:10 -07:00
log_syntax.rs Allow tracking issues for lang features. 2015-09-08 11:01:42 +10:00
mtwt.rs Add comment for the use of Ident in hash map in mtwt 2015-10-06 01:47:35 +03:00
quote.rs Make quote plugin use parsing functions which explicitly panic. 2015-10-28 14:11:31 -07:00
source_util.rs Don't use panicking helpers in Parser. 2015-10-27 20:09:10 -07:00
trace_macros.rs Allow tracking issues for lang features. 2015-09-08 11:01:42 +10:00