summary refs log tree commit diff
path: root/src/test/run-pass/issue-4401.rs
AgeCommit message (Expand)AuthorLines
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-3/+1
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-1/+1
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-1/+1
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+1
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-30rustc: make integral type inference transactional, close #3211, close #4401, ...Graydon Hoare-0/+8