summary refs log tree commit diff
path: root/src/test/run-pass/issue-11205.rs
AgeCommit message (Expand)AuthorLines
2015-05-08fallout to run-pass tests.Felix S. Klock II-3/+3
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-03-03Switched to Box::new in many places.Felix S. Klock II-10/+10
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+1
2015-01-30Remove all `i` suffixesTobias Bucher-22/+22
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+2
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-12/+12
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-2/+2
2014-11-17Fix fallout from coercion removalNick Cameron-3/+3
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-3/+3
2014-06-29librustc: Allow coercions through arrays.Luqman Aden-0/+92