summary refs log tree commit diff
path: root/src/libsyntax/ext/deriving/show.rs
AgeCommit message (Expand)AuthorLines
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-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-2/+3
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-12/+12
2014-02-28syntax: Expand format!() deterministicallyAlex Crichton-1/+2
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-21syntax: Allow syntax extensions to have attributesErick Tryzelaar-0/+1
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-1/+2
2014-02-14auto merge of #12234 : sfackler/rust/restructure-item-decorator, r=huonwbors-3/+3
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-2/+2
2014-02-13Tweak ItemDecorator APISteven Fackler-3/+3
2014-02-08Update deriving to pass around the `cx` linearlyNiko Matsakis-4/+3
2014-02-08Implement `#[deriving(Show)]`.Huon Wilson-0/+138