summary refs log tree commit diff
path: root/src/libsyntax/ext/deriving/hash.rs
AgeCommit message (Expand)AuthorLines
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