summary refs log tree commit diff
path: root/src/test/run-pass/issue-6341.rs
AgeCommit message (Expand)AuthorLines
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-05-10librustc: allow destructuring of structs with destructors if the pattern has ...Huon Wilson-0/+18