summary refs log tree commit diff
path: root/src/libsyntax/ext/base.rs
AgeCommit message (Expand)AuthorLines
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
2014-02-13Stop unloading syntax librariesSteven Fackler-8/+0
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-1/+1
2014-02-08Converted fourcc! to loadable syntax extensionDerek Guenther-4/+1
2014-02-08Add new syntax extension fourcc!()Kevin Ballard-0/+3
2014-02-08syntax: convert deriving to take &mut ExtCtxt.Huon Wilson-1/+1
2014-02-07Removed @self and @Trait.Eduard Burtescu-1/+1
2014-02-02libsyntax: De-`@str` `MacroDef`Patrick Walton-1/+1
2014-02-02librustc: De-`@str` `NameAndSpan`Patrick Walton-1/+2
2014-02-02librustc: Fix merge fallout.Patrick Walton-6/+4
2014-02-02libsyntax: De-`@str` `get_single_str_from_tts`Patrick Walton-2/+4
2014-02-02libsyntax: De-`@str` literal strings in the ASTPatrick Walton-5/+7
2014-01-25Simplify and rename macro APISteven Fackler-82/+52
2014-01-24auto merge of #11720 : sfackler/rust/macro-export-source, r=alexcrichtonbors-1/+1
2014-01-23Update flip() to be rev().Sean Chalmers-2/+2
2014-01-23Rename Invert to Flip - Issue 10632Sean Chalmers-2/+2
2014-01-23Redo exported macro serializationSteven Fackler-1/+1
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-1/+1
2014-01-20auto merge of #11670 : sfackler/rust/extctxt-span-note, r=alexcrichtonbors-0/+4
2014-01-19Add span_note to ExtCtxtSteven Fackler-0/+4
2014-01-18syntax::ext: replace span_fatal with span_err in many places.Huon Wilson-16/+60
2014-01-16Load macros from external modulesSteven Fackler-62/+49
2014-01-13librustc: Remove `@` pointer patterns from the languagePatrick Walton-5/+2
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-22/+22
2014-01-05Use ~-objects instead of @-objects for syntax extsSteven Fackler-6/+6
2014-01-03librustc: De-`@mut` the parse sessionPatrick Walton-3/+3
2014-01-03auto merge of #11228 : sfackler/rust/syntaxenv, r=pcwaltonbors-178/+88
2014-01-02libsyntax: De-`@mut` `token` in the parserPatrick Walton-1/+1
2014-01-02libsyntax: Make the parser mutablePatrick Walton-3/+3
2014-01-01syntax::diagnostic: Remove unnecessary traitsklutzy-1/+0