about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2012-09-18Change 'must' to 'should' in non_camel_case_types messageBrian Anderson-6/+6
2012-09-18Consolidate tests for non_camel_case_typesBrian Anderson-33/+24
2012-09-18Revert "rustc: Change all non-keyword uses of "link""Patrick Walton-7/+7
2012-09-18Replace uses of 'unchecked' with 'unsafe'Brian Anderson-1/+1
2012-09-18rustc: Change all non-keyword uses of "link"Patrick Walton-7/+7
2012-09-17warn(non_camel_case_types) by defaultBrian Anderson-5/+5
2012-09-17Make auto-slice, auto-ptr not exclusive (fixes #3514)Niko Matsakis-0/+16
2012-09-17add a test and correct terminologyNiko Matsakis-0/+7
2012-09-15int/uint parse_buf => parse_bytes (#3444)Erick Tryzelaar-2/+2
2012-09-15Fix broken assertion in regionck for code like (a[])()Niko Matsakis-0/+9
2012-09-14Remove restricted keyword testsBrian Anderson-12/+0
2012-09-14test: Use vec::as_imm_buf in bug-2470-bounds-check-overflow.rsPatrick Walton-2/+2
2012-09-13fix some of the broken tests (the ones that were doing the right thing)Niko Matsakis-18/+15
2012-09-13Fix bug in auto-ref on bounded type parametersNiko Matsakis-0/+30
2012-09-13repr: emit closing `)` for enum variants, test that nullary variants names printNiko Matsakis-0/+5
2012-09-13Remove unnecessary temporary, add type annot to help inferencer (cc #2280)Niko Matsakis-5/+2
2012-09-12Rename str::unsafe to str::rawBrian Anderson-3/+3
2012-09-12trans: overhaul match bindings. No more phi, one code path for guards.Niko Matsakis-0/+23
2012-09-12Rename vec::unsafe to vec::rawBrian Anderson-1/+1
2012-09-12fixup mutability of vec::each, make iter_bytes pureNiko Matsakis-7/+7
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-46/+100
2012-09-11Reserve 'be' as a keywordBrian Anderson-0/+4
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-279/+279
2012-09-11Improve unexpected error scanner for compile-fail tests (Closes #1476)Drew Willcoxon-0/+3
2012-09-11Promote 'struct' from a restricted keyword to a strict keywordBrian Anderson-2/+2
2012-09-11Remove priv sections from classes. Obsolete the syntaxBrian Anderson-86/+37
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-66/+60
2012-09-10Report obsolete trait lists on structsBrian Anderson-1/+8
2012-09-10Report obsolete class method syntaxBrian Anderson-0/+8