summary refs log tree commit diff
path: root/src/test/run-pass/issue-3743.rs
AgeCommit message (Expand)AuthorLines
2015-04-01Fallout in testsNiko Matsakis-1/+1
2015-03-31rustc: Remove old_orphan_check entirelyAlex Crichton-1/+0
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-2/+1
2015-01-06Fix fallout in tests.Niko Matsakis-3/+9
2015-01-05Remove uses of default_type_params feature gate from tests.Huon Wilson-1/+1
2015-01-05Remove use of associated_types feature gate from tests.Huon Wilson-1/+1
2015-01-03use assoc types in binop traitsJorge Aparicio-2/+4
2015-01-02rollup merge of #20416: nikomatsakis/coherenceAlex Crichton-0/+4
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+2
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-0/+4
2014-12-13Fix run-pass testsJorge Aparicio-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-3/+3
2013-10-01remove the `float` typeDaniel Micay-8/+8
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-2/+2
2013-08-17Fix warnings it testsErick Tryzelaar-2/+0
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-2/+2
2013-06-07testsuite: Add test cases that passTim Chevalier-0/+52