summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2012-09-10rustc: Stop calling cmp shape glue in trans.Patrick Walton-0/+2
2012-09-10Convert std::map to camel caseBrian Anderson-50/+50
2012-09-10Rename the poorly named Managed<T> type to Mut<T>.Niko Matsakis-5/+5
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-119/+287
2012-09-10Fix broken testsBrian Anderson-3/+5
2012-09-10Capitalize Copy trait in testTim Chevalier-1/+1
2012-09-10Combine the vtable_origins from impl + method.Niko Matsakis-0/+33
2012-09-10rustc: Make shape-based compare glue never called for comparison operators.Patrick Walton-11/+46
2012-09-10Uppercase Send bound and make test for #2834 workTim Chevalier-1/+1
2012-09-10Promote most restricted keywords to strict keywordsBrian Anderson-10/+13
2012-09-10Un-xfail test for #2834Tim Chevalier-2/+1
2012-09-08libsyntax: Parse and report errors for a few obsolete syntaxesBrian Anderson-0/+40
2012-09-08test: bunch of test cleanup from sendable_futures changeJeff Olson-12/+19
2012-09-07(fix incoming) Add the necessary traits to some generic functionsKevin Cantu-3/+6
2012-09-07(partially fix incoming) More hash function simplificationKevin Cantu-15/+7
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-190/+190
2012-09-07Fix obsolete struct syntax in testBrian Anderson-1/+1
2012-09-07Convert 'again' to 'loop'. Remove 'again' keywordBrian Anderson-12/+12
2012-09-07Migrate std::map to use core::hash::Hash trait. Disable many hokey hashes.Graydon Hoare-13/+5