rust/src/libsyntax/ext
Björn Steinbrink 2e3e0c0892 Avoid needless creation of unique strings in fmt!()
Only the first portion has to be owned, as it acts as the buffer for the
constructed string. The remaining strings can be static.
2013-05-03 12:26:45 +02:00
..
deriving librustc: Update the serializer to work properly with INHTWAMA, removing mutable fields in the process 2013-05-02 17:00:51 -07:00
pipes allow parsing attributes on struct fields 2013-05-01 07:49:41 -07:00
tt Remove 'Local Variable' comments 2013-05-02 13:22:04 +10:00
asm.rs Remove 'Local Variable' comments 2013-05-02 13:22:04 +10:00
auto_encode.rs librustc: Update the serializer to work properly with INHTWAMA, removing mutable fields in the process 2013-05-02 17:00:51 -07:00
base.rs Use static strings 2013-05-03 01:41:09 +09:00
build.rs librustc: Remove the concept of modes from the compiler. 2013-04-29 14:30:55 -07:00
concat_idents.rs only use #[no_core] in libcore 2013-04-27 21:34:24 -04:00
env.rs Remove 'Local Variable' comments 2013-05-02 13:22:04 +10:00
expand.rs Remove 'Local Variable' comments 2013-05-02 13:22:04 +10:00
fmt.rs Avoid needless creation of unique strings in fmt!() 2013-05-03 12:26:45 +02:00
log_syntax.rs only use #[no_core] in libcore 2013-04-27 21:34:24 -04:00
quote.rs only use #[no_core] in libcore 2013-04-27 21:34:24 -04:00
source_util.rs Remove 'Local Variable' comments 2013-05-02 13:22:04 +10:00
trace_macros.rs only use #[no_core] in libcore 2013-04-27 21:34:24 -04:00