about summary refs log tree commit diff
path: root/src/libsyntax/ext/quote.rs
AgeCommit message (Expand)AuthorLines
2014-07-09ast: make Name its own typeCorey Richardson-7/+16
2014-07-09syntax: don't parse numeric literals in the lexerCorey Richardson-36/+5
2014-07-09syntax: don't process string/char/byte/binary litsCorey Richardson-2/+2
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-12/+12
2014-07-03Simplify creating a parser from a token treePiotr Jawniak-6/+1
2014-06-25auto merge of #15160 : alexcrichton/rust/remove-f128, r=brsonbors-1/+0
2014-06-24Allow splicing more things in quotesKeegan McAllister-0/+16
2014-06-24Use macros to implement syntax::ext::quote::ToSourceKeegan McAllister-125/+74
2014-06-24Remove the quad_precision_float feature gateAlex Crichton-1/+0
2014-06-17Add a b'x' byte literal of type u8.Simon Sapin-0/+6
2014-06-14Register new snapshotsAlex Crichton-9/+0
2014-06-13syntax: parse outer attributes in `quote_item!` calls.Huon Wilson-3/+2
2014-06-13syntax: fix quote_pat! & unignore a quotation test.Huon Wilson-3/+1
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-2/+2
2014-06-11syntax: Move the AST from @T to Gc<T>Alex Crichton-24/+28
2014-06-07Implement ToSource and ToToken for ast::ArgHanno Braun-0/+7
2014-06-04syntax: Make quasiquoter use absolute pathsklutzy-69/+54
2014-06-02syntax: Remove use of `pub use` globsklutzy-8/+20
2014-05-27std: Rename strbuf operations to stringRicho Healey-12/+12
2014-05-27std: Remove String's to_ownedRicho Healey-13/+13
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-35/+35
2014-05-23auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballardbors-1/+0
2014-05-23syntax: Clean out obsolete syntax parsingAlex Crichton-1/+0
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-3/+3
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-47/+55
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-6/+12
2014-05-02syntax: implement ToSource for more things in the quasiquoter.Huon Wilson-0/+23
2014-04-22add support for quadruple precision floating pointDaniel Micay-1/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-16/+16
2014-04-16syntax: unify all MacResult's into a single trait.Huon Wilson-12/+12
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-3/+3
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-4/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-2/+2
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-8/+14
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-52/+52
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-8/+7
2014-02-08Fixed error starting with uppercasemr.Shu-2/+2
2014-02-02libsyntax: De-`@str` pathnamesPatrick Walton-17/+14
2014-02-02librustc: Stop using `@str` for source.Patrick Walton-11/+11
2014-02-02libsyntax: De-`@str` `to_source`Patrick Walton-41/+42
2014-02-02libsyntax: De-`@str` literal strings in the ASTPatrick Walton-2/+4
2014-01-23Redo exported macro serializationSteven Fackler-1/+0
2014-01-20auto merge of #11660 : sfackler/rust/quote-unused-sp, r=huonwbors-2/+2
2014-01-18Avoid unused variable warning in quote_*!Steven Fackler-2/+2
2014-01-18auto merge of #11607 : alexcrichton/rust/issue-9957, r=cmrbors-1/+1
2014-01-18Forbid unnecessary visibility on view itemsAlex Crichton-1/+1
2014-01-16Load macros from external modulesSteven Fackler-1/+1
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-67/+63
2014-01-02libsyntax: De-`@mut` `quote_depth` in the parserPatrick Walton-1/+1
2014-01-02libsyntax: Make the parser mutablePatrick Walton-9/+5