summary refs log tree commit diff
path: root/src/libsyntax/ext/expand.rs
AgeCommit message (Expand)AuthorLines
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-1/+1
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-1/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-3/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-2/+2
2014-03-18Docify std::vec_ngSteven Fackler-1/+1
2014-03-17Fix rustdoc and tests.Eduard Burtescu-7/+7
2014-03-17De-@ ParseSess uses.Eduard Burtescu-7/+8
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-0/+6
2014-03-11Add an ItemModifier syntax extension typeSteven Fackler-1/+46
2014-03-07rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...Liigo Zhuang-2/+2
2014-03-06syntax: Conditionally deriving(Hash) with WritersAlex Crichton-9/+30
2014-03-05Refactor and fix FIXME's in mtwt hygiene codeEdward Wang-56/+56
2014-03-04Expand nested items within a backtrace.Nick Cameron-6/+7
2014-03-02Make visible types public in rustcSteven Fackler-2/+2
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-33/+50
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-53/+35
2014-02-23Make break and continue hygienicEdward Wang-2/+29
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-9/+10
2014-02-18Avoid returning original macro if expansion fails.Douglas Young-4/+4
2014-02-14Expand ItemDecorator extensions in all contextsSteven Fackler-52/+33
2014-02-14auto merge of #12234 : sfackler/rust/restructure-item-decorator, r=huonwbors-8/+8
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-32/+19
2014-02-13Tweak ItemDecorator APISteven Fackler-8/+8
2014-02-13auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichtonbors-9/+9
2014-02-13Stop unloading syntax librariesSteven Fackler-3/+7
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-9/+9
2014-02-11libsyntax -- combine two iter ops into one so that `fld` does not need to be ...Niko Matsakis-5/+6
2014-02-10Ignore #[phase] on use view itemsSteven Fackler-8/+13
2014-02-08Remove unnecessary parentheses.OGINO Masanori-1/+1
2014-02-08Fix unused import warnings.OGINO Masanori-5/+3
2014-02-07Removed @self and @Trait.Eduard Burtescu-118/+22
2014-02-07Fix expansion testsSeo Sanghyeon-4/+4
2014-02-06Avoid cloning ast::CrateConfigSeo Sanghyeon-2/+1
2014-02-03syntax: Remove usage of io_error in testsAlex Crichton-5/+4
2014-02-02librustc: Remove `@str` from the languagePatrick Walton-2/+2
2014-02-02libsyntax: Remove many uses of `token::ident_to_str`Patrick Walton-9/+23
2014-02-02libsyntax: Fix tests.Patrick Walton-17/+17
2014-02-02librustc: De-`@str` `NameAndSpan`Patrick Walton-19/+31
2014-02-02librustc: Fix merge fallout.Patrick Walton-4/+4
2014-02-02librustc: Stop using `@str` for source.Patrick Walton-1/+1
2014-02-02libsyntax: Introduce an `InternedString` type to reduce `@str` in thePatrick Walton-2/+2
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
2014-01-25Simplify and rename macro APISteven Fackler-49/+12
2014-01-24Move macro_rules! macros to libstdSteven Fackler-241/+0
2014-01-23Redo exported macro serializationSteven Fackler-5/+15
2014-01-21Remove unnecessary parentheses.Huon Wilson-2/+2
2014-01-19auto merge of #11644 : huonw/rust/less-fatality, r=cmrbors-32/+51
2014-01-17Actually force a / in the path for ext cratesSteven Fackler-2/+2
2014-01-17auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwaltonbors-18/+12
2014-01-18syntax::ext: replace span_fatal with span_err in many places.Huon Wilson-32/+51