about summary refs log tree commit diff
path: root/src/libsyntax/ext/base.rs
AgeCommit message (Expand)AuthorLines
2014-07-09ast: make Name its own typeCorey Richardson-0/+3
2014-07-09syntax: don't process string/char/byte/binary litsCorey Richardson-3/+3
2014-07-09syntax: doc comments all the thingsCorey Richardson-12/+11
2014-07-08introducing let-syntaxJohn Clements-2/+9
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-07-05rustc: Remove CrateId and all related supportAlex Crichton-1/+1
2014-07-04move RenameList to mtwt, add new_renames abstractionJohn Clements-4/+2
2014-07-03Simplify creating a parser from a token treePiotr Jawniak-5/+7
2014-07-03Fix spelling errors.Joseph Crail-1/+1
2014-06-23Allow trailing comma in `concat!`Stepan Koltsov-2/+5
2014-06-15Register new snapshotsAlex Crichton-2/+2
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+1
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-6/+6
2014-06-11syntax: Move the AST from @T to Gc<T>Alex Crichton-30/+31
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-06-09Implement #[plugin_registrar]Keegan McAllister-15/+4
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-28Add patterns to MacResultKeegan McAllister-0/+30
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-4/+4
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-3/+6
2014-05-15syntax: Add a macro, format_args_method!()Alex Crichton-1/+4
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-6/+6
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-16/+16
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-6/+6
2014-04-30librustc: Remove `~"string"` and `&"string"` from the languagePatrick Walton-24/+24
2014-04-16syntax: unify all MacResult's into a single trait.Huon Wilson-38/+106
2014-04-08rustc: Never register syntax crates in CStoreAlex Crichton-3/+2
2014-03-31syntax: Switch field privacy as necessaryAlex Crichton-17/+17
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-1/+1
2014-03-24auto merge of #12998 : huonw/rust/log_syntax, r=alexcrichtonbors-2/+20
2014-03-22syntax: allow `trace_macros!` and `log_syntax!` in item position.Huon Wilson-2/+20
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-17De-@ codemap and diagnostic.Eduard Burtescu-1/+1
2014-03-17De-@ ParseSess uses.Eduard Burtescu-3/+3
2014-03-15rustc: Remove compiler support for __log_level()Alex Crichton-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+6
2014-03-11Add an ItemModifier syntax extension typeSteven Fackler-10/+19
2014-03-06syntax: Conditionally deriving(Hash) with WritersAlex Crichton-3/+3
2014-03-05Refactor and fix FIXME's in mtwt hygiene codeEdward Wang-3/+3
2014-03-02Expand string literals and exprs inside of macrosSteven Fackler-17/+8
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-2/+6
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-13/+13
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-18Avoid returning original macro if expansion fails.Douglas Young-4/+10
2014-02-14auto merge of #12234 : sfackler/rust/restructure-item-decorator, r=huonwbors-1/+1
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-2/+1
2014-02-13Tweak ItemDecorator APISteven Fackler-1/+1
2014-02-13auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichtonbors-1/+1