summary refs log tree commit diff
path: root/src/test/run-pass/vec-dst.rs
AgeCommit message (Expand)AuthorLines
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+3
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-5/+5
2014-11-17Fix fallout from coercion removalNick Cameron-16/+1
2014-10-25Fix spelling mistakes in comments.Joseph Crail-1/+1
2014-10-16Remove libdebug and update tests.Luqman Aden-68/+0
2014-09-16Fallout from renamingAaron Turon-3/+3
2014-08-26DST coercions and DST structsNick Cameron-0/+115