summary refs log tree commit diff
path: root/src/test/run-pass/issue-5708.rs
AgeCommit message (Expand)AuthorLines
2015-08-12Fallout in tests --- misc error message changes, WF fixesNiko Matsakis-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-25Add trivial cast lints.Nick Cameron-1/+1
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+3
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-2/+2
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-1/+1
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+2
2014-07-19librustc: Implement lifetime elision.Patrick Walton-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-0/+2
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-1/+1
2014-01-07'borrowed pointer' -> 'reference'Brian Anderson-4/+4
2013-12-11Make 'self lifetime illegal.Erik Price-7/+7
2013-09-30rpass: Remove usage of fmt!Alex Crichton-1/+1
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-09-03Tests for fixed issues.Huon Wilson-0/+60