about summary refs log tree commit diff
path: root/src/test/run-pass/issue-1257.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-20/+0
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-05-27std: Remove String's to_ownedRicho Healey-3/+3
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-3/+3
2013-02-17`pub fn main` for run-pass tests that didn't have itJed Davis-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-3/+3
2012-05-10Remove `do ... while` loops from the tests and docs.Paul Stansifer-2/+2
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-2/+2
2011-12-05rustc: Fix memory leak in do-while loopHaitao Li-0/+8