about summary refs log tree commit diff
path: root/src/test/run-pass/issue-3753.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-41/+0
2018-08-05Fix run-pass-fulldeps testsvarkor-2/+0
2015-04-01Fallout in testsNiko Matsakis-2/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-4/+2
2015-01-06Fix misspelled comments in tests.Joseph Crail-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+4
2014-11-17Switch to purely namespaced enumsSteven Fackler-3/+3
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