about summary refs log tree commit diff
path: root/src/test/compile-fail/disallowed-deconstructing-destructing-struct-match.rs
AgeCommit message (Expand)AuthorLines
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-09-30cfail: Remove usage of fmt!Alex Crichton-2/+2
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-05-28Move checking for moves and initialization of local variables and patterns intoNiko Matsakis-1/+1
2013-05-10librustc: allow destructuring of structs with destructors if the pattern has ...Huon Wilson-0/+28