about summary refs log tree commit diff
path: root/src/libsyntax/ext/concat.rs
AgeCommit message (Expand)AuthorLines
2014-06-17Add a b'x' byte literal of type u8.Simon Sapin-0/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-3/+3
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+2
2014-05-02syntax: store char literals/tokens as `char`s rather than u32s.Huon Wilson-2/+1
2014-04-16syntax: unify all MacResult's into a single trait.Huon Wilson-3/+3
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-4/+7
2014-03-02Expand string literals and exprs inside of macrosSteven Fackler-1/+0
2014-02-18Avoid returning original macro if expansion fails.Douglas Young-1/+1
2014-02-02libsyntax: Make float literals not use `@str`Patrick Walton-4/+3
2014-02-02libsyntax: De-`@str` literal strings in the ASTPatrick Walton-3/+6
2014-01-18syntax::ext: replace span_fatal with span_err in many places.Huon Wilson-1/+4
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-11/+9
2013-12-29Start passing around &mut ExtCtxtSteven Fackler-1/+1
2013-12-28Stop using @ExtCtxtSteven Fackler-1/+1
2013-11-28Register new snapshotsAlex Crichton-1/+1
2013-10-31Implement a concat!() format extensionAlex Crichton-0/+58