rust/src/libsyntax/ext
kennytm d13c61208a
Rollup merge of #53563 - matthiaskrgr:String, r=varkor
use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into()
2018-08-24 16:44:35 +08:00
..
tt Use optimized SmallVec implementation 2018-08-23 10:45:53 +03:00
base.rs Use optimized SmallVec implementation 2018-08-23 10:45:53 +03:00
build.rs mv codemap() source_map() 2018-08-19 23:01:01 +02:00
derive.rs mv (mod) codemap source_map 2018-08-19 23:01:00 +02:00
expand.rs Auto merge of #53384 - gootorov:use-servo-smallvec, r=michaelwoerister 2018-08-23 14:40:22 +00:00
placeholders.rs Use optimized SmallVec implementation 2018-08-23 10:45:53 +03:00
quote.rs mv (mod) codemap source_map 2018-08-19 23:01:00 +02:00
source_util.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00