summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2012-10-11Re-xfail two tests that I tried to resurrect (no time right now)Tim Chevalier-37/+78
2012-10-11Use move instead of ref in select-macroTim Chevalier-1/+1
2012-10-11Fix pipe-select-macroTim Chevalier-1/+1
2012-10-11Un-XFAIL task-compareTim Chevalier-3/+0
2012-10-11Use match move in select-macro, get rid of a FIXMETim Chevalier-3/+2
2012-10-11Un-XFAIL reflect-visit-typeTim Chevalier-3/+0
2012-10-11Annotate FIXMEs in reflect-visit-dataTim Chevalier-10/+4
2012-10-11Uncomment nested module in test, delete a FIXMETim Chevalier-2/+0
2012-10-11Make to_str pure and fix const parameters for str-mutating functionsTim Chevalier-2/+2
2012-10-07Remove the old serializers (needs snapshot)Erick Tryzelaar-21/+21
2012-10-07remove the old auto_serialize syntax extensionErick Tryzelaar-208/+0
2012-10-05Remove by-mutable-ref mode from the compilerTim Chevalier-19/+19
2012-10-05test: XFAIL trait-inheritance-simple because of suspected 32-bit brokennessPatrick Walton-0/+5
2012-10-05rustc: Implement simple uses of &traitPatrick Walton-0/+21
2012-10-05Demode some code using by-mutbl-ref; warn about by-mutbl-refTim Chevalier-3/+3
2012-10-05rustc: Implement simple trait inheritance.Patrick Walton-0/+26
2012-10-04De-mode comm::ChanTim Chevalier-47/+47
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-9/+0
2012-10-03xfail-pretty reexport-starBrian Anderson-0/+3
2012-10-03test: Add a test case for "pub use a::*"Patrick Walton-0/+14
2012-10-03test: Use println instead of debug in hello.rsBrian Anderson-4/+4
2012-10-02De-export the submodules of task. Part of #3583.Graydon Hoare-1/+1
2012-10-01Split auto_serialize2 into two macrosErick Tryzelaar-0/+7
2012-10-01Add struct to auto_serialize2 testErick Tryzelaar-14/+14
2012-10-01Add deserializable and more types to serialization2Erick Tryzelaar-76/+42
2012-10-01test: un-xfail the auto_serialize for boxes testErick Tryzelaar-2/+0
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-62/+62
2012-09-28Demode iter::foldl and friendsTim Chevalier-1/+1
2012-09-28Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vecTim Chevalier-17/+17
2012-09-28demode vecNiko Matsakis-21/+21
2012-09-27rustc: Make enum export visibility inherit properlyPatrick Walton-0/+12
2012-09-26Unbreak run-pass/issue-2904 moreBrian Anderson-5/+0
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-26/+14
2012-09-26Fix test/run-pass/issue-2904Brian Anderson-1/+3
2012-09-26libstd: port json over to serialization2Erick Tryzelaar-5/+6
2012-09-26libstd: change serialization2 to take &self argument methodsErick Tryzelaar-62/+102
2012-09-26test: Add a test for auto_serialize2Erick Tryzelaar-0/+152
2012-09-26Revert "fix modes on dtors"Tim Chevalier-6/+0
2012-09-26fix modes on dtorsTim Chevalier-0/+6
2012-09-26fix issue #3535 and add colon between mode and type when dumping funcion prot...Vincent Belliard-0/+11
2012-09-25Demode iter-traitTim Chevalier-16/+16
2012-09-25Demode dvecTim Chevalier-1/+1
2012-09-25Demode core::resultBrian Anderson-1/+1
2012-09-25test: Remove various box annihilator testsPatrick Walton-36/+0
2012-09-25Demode Num trait and implsTim Chevalier-10/+10
2012-09-25Change method res to try autoref more often. Fixes #3585.Niko Matsakis-0/+37
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-16/+37
2012-09-24Build the export_map2 from visibility markers, unless #[legacy_exports];Graydon Hoare-0/+9
2012-09-23core: Demode optionBrian Anderson-2/+2
2012-09-23Fix trans for region patterns (&P)Niko Matsakis-14/+37