about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-54/+41
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/+25
2012-09-25Fix borked testsTim Chevalier-2/+2
2012-09-25Demode iter-traitTim Chevalier-16/+16
2012-09-25Demode dvecTim Chevalier-1/+1
2012-09-25Demode core::resultBrian Anderson-7/+7
2012-09-25Check more things with deprecated_modesBrian Anderson-0/+9
2012-09-25test: Remove various box annihilator testsPatrick Walton-36/+0
2012-09-25Demode Num trait and implsTim Chevalier-10/+10
2012-09-25Respect privacy qualifiers on view items, add to import resolutions.Graydon Hoare-0/+13
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-50/+71
2012-09-24Build the export_map2 from visibility markers, unless #[legacy_exports];Graydon Hoare-0/+38
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-24/+0
2012-09-23core: Demode optionBrian Anderson-21/+21
2012-09-23xfail-test run-fail/out-of-stack-managed-boxBrian Anderson-0/+2
2012-09-23Fix trans for region patterns (&P)Niko Matsakis-14/+37
2012-09-23Make it illegal to use modes in a fn signature with providingNiko Matsakis-20/+20
2012-09-21Remove bogus commentBrian Anderson-1/+0
2012-09-21Add tests for out-of-stack box leak #2555Brian Anderson-0/+25
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-36/+40
2012-09-21libcore: De-mode strPatrick Walton-9/+9
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-20/+339
2012-09-20core: Demode sysBrian Anderson-2/+2
2012-09-20remove cfg(stage0) version of Eq, not needed for testsNiko Matsakis-22/+0
2012-09-20Fix ord test breakage.Graydon Hoare-3/+3
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-117/+145
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-48/+53
2012-09-19Remove final bits of residual hokey-hash functions. Close #1616.Graydon Hoare-13/+3
2012-09-19Remove redundant hashmap constructor functions.Graydon Hoare-11/+11
2012-09-19xfail-fast another legacy_mode testBrian Anderson-0/+1
2012-09-19V2: now with more locks!Philipp Brüschweiler-2/+2
2012-09-19core: Allocate threads on demand, not on scheduler startupPhilipp Brüschweiler-2/+2
2012-09-19xfail-fast the legacy_mode run-pass testsBrian Anderson-2/+44
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-34/+50
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-38/+26
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-26/+38
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-52/+52
2012-09-18Tweak graph500-bfs so it pretty-printsBrian Anderson-2/+2
2012-09-18Fix some broken testsBrian Anderson-2/+2
2012-09-18Fix run-pass-fulldeps/qquote.rsBrian Anderson-1/+1
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-31/+130
2012-09-18core: Move Exclusive and SharedMutableState to the private modBrian Anderson-2/+2
2012-09-18libcore: make a copyless io::BytesWriterErick Tryzelaar-11/+12