rust/src/libsyntax
bors 672097753a auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonw
This commit removes deriving(ToStr) in favor of deriving(Show), migrating all impls of ToStr to fmt::Show.

Most of the details can be found in the first commit message.

Closes #12477
2014-02-24 04:11:53 -08:00
..
ext Remove deriving(ToStr) 2014-02-24 00:15:17 -08:00
parse auto merge of #12328 : nick29581/rust/abi, r=alexcrichton 2014-02-23 19:26:53 -08:00
print Make break and continue hygienic 2014-02-23 21:20:37 +08:00
util Transition to new Hash, removing IterBytes and std::to_bytes. 2014-02-24 07:44:10 +11:00
abi.rs Remove deriving(ToStr) 2014-02-24 00:15:17 -08:00
ast.rs Remove all ToStr impls, add Show impls 2014-02-23 20:51:56 -08:00
ast_map.rs Remove all ToStr impls, add Show impls 2014-02-23 20:51:56 -08:00
ast_util.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
attr.rs Remove all ToStr impls, add Show impls 2014-02-23 20:51:56 -08:00
codemap.rs Transition to new Hash, removing IterBytes and std::to_bytes. 2014-02-24 07:44:10 +11:00
crateid.rs Remove deriving(ToStr) 2014-02-24 00:15:17 -08:00
diagnostic.rs Remove all ToStr impls, add Show impls 2014-02-23 20:51:56 -08:00
fold.rs Make break and continue hygienic 2014-02-23 21:20:37 +08:00
lib.rs move extra::test to libtest 2014-02-20 16:03:58 +08:00
opt_vec.rs Transition to new Hash, removing IterBytes and std::to_bytes. 2014-02-24 07:44:10 +11:00
visit.rs Removed the obsolete ast::CallSugar (previously used by do). 2014-02-14 07:48:13 -08:00