summary refs log tree commit diff
path: root/src/test/run-pass/issue-3753.rs
AgeCommit message (Expand)AuthorLines
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-1/+1
2013-10-28Capitalize statics in f32 and f64 modsZiad Hatahet-1/+1
2013-10-01remove the `float` typeDaniel Micay-7/+7
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-1/+1
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-1/+1
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+3
2013-03-13librustc: Remove implicit self from the language, except for old-style drop b...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
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-24stage2 run-pass test for #3753Mahmut Bulut-0/+27