summary refs log tree commit diff
path: root/src/test/run-pass/issue-9719.rs
AgeCommit message (Expand)AuthorLines
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-6/+6
2015-03-25Add trivial cast lints.Nick Cameron-3/+3
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-2/+6
2015-01-30Remove all `i` suffixesTobias Bucher-3/+3
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-3/+3
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+1
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-3/+3
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-3/+3
2014-03-06test: Add some tests for closed issuesAlex Crichton-0/+43