summary refs log tree commit diff
path: root/src/libsyntax/ext/deriving/show.rs
AgeCommit message (Expand)AuthorLines
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-2/+2
2014-06-11syntax: Move the AST from @T to Gc<T>Alex Crichton-4/+5
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-06-02syntax: Remove use of `pub use` globsklutzy-0/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-15syntax: Add a macro, format_args_method!()Alex Crichton-8/+3
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-1/+1
2014-04-23auto merge of #13704 : edwardw/rust/doc-hidden, r=alexcrichtonbors-1/+1
2014-04-23Fix other bugs with new closure borrowingAlex Crichton-1/+3
2014-04-23Honor hidden doc attribute of derivable trait methodsEdward Wang-1/+1
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-3/+3
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