summary refs log tree commit diff
path: root/src/test/run-pass/deriving-show.rs
AgeCommit message (Expand)AuthorLines
2016-10-01impl Debug for raw pointers to unsized dataAlex Burka-0/+3
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-8/+8
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-5/+5
2015-01-05Un-gate macro_rulesKeegan McAllister-2/+0
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-4/+4
2014-11-20removed struct_variant feature from testsSimon Wollwage-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-3/+3
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-1/+1
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-02-08Implement `#[deriving(Show)]`.Huon Wilson-0/+42