summary refs log tree commit diff
path: root/src/libsyntax/ext/deriving/hash.rs
AgeCommit message (Expand)AuthorLines
2014-06-11syntax: Move the AST from @T to Gc<T>Alex Crichton-4/+7
2014-06-02syntax: Remove use of `pub use` globsklutzy-0/+1
2014-05-21std: Change hash to reexport its own WriterAlex Crichton-1/+2
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-2/+2
2014-04-23auto merge of #13704 : edwardw/rust/doc-hidden, r=alexcrichtonbors-1/+4
2014-04-23auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakisbors-1/+3
2014-04-23Fix other bugs with new closure borrowingAlex Crichton-1/+3
2014-04-23Honor hidden doc attribute of derivable trait methodsEdward Wang-1/+4
2014-04-23Support unsized types with the `type` keywordNick Cameron-1/+2
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-2/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-12syntax: change the #[deriving(Hash)] typaram variable nameErick Tryzelaar-3/+3
2014-03-06syntax: Conditionally deriving(Hash) with WritersAlex Crichton-4/+16
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-0/+2
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-9/+9
2014-02-24Gate default type parameter overrides.Eduard Burtescu-16/+4
2014-02-21std: rewrite Hash to make it more genericErick Tryzelaar-0/+97