summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-05-12librustc: Make `self` and `static` into keywordsPatrick Walton-3/+3
2013-05-12libsyntax: Remove `extern mod foo { ... }` from the language.Patrick Walton-2/+4
2013-05-12Adds atomic_load, atomic_load_acq, atomic_store, and atomic_store_rel intrins...Matthijs Hofstra-0/+15
2013-05-12auto merge of #6427 : catamorphism/rust/issue-6319, r=nikomatsakisbors-1/+15
2013-05-12Fix failing testCorey Richardson-2/+1
2013-05-11rustc: Don't call type_error_message() with ty_err as the expected typeTim Chevalier-1/+15
2013-05-11auto merge of #6402 : kud1ing/rust/fixes, r=pcwaltonbors-20/+20
2013-05-11auto merge of #6389 : sonwow/rust/issue-3356, r=bstriebors-2/+2
2013-05-11auto merge of #6385 : huonw/rust/rustc-dtor-struct-match, r=nikomatsakisbors-1/+94
2013-05-11auto merge of #6383 : huonw/rust/rustc-expand-then-strip, r=thestingerbors-12/+3
2013-05-11Correct testcases that passed because fns with #[test] were stripped before e...Huon Wilson-12/+3
2013-05-11auto merge of #6384 : thomaslee/rust/issue-4202, r=catamorphismbors-0/+41
2013-05-10auto merge of #6376 : nikomatsakis/rust/issue-6272-tests, r=graydonbors-0/+62
2013-05-10auto merge of #6368 : catamorphism/rust/issue-5315, r=catamorphismbors-0/+43
2013-05-10Test case for issue #4202Tom Lee-0/+41
2013-05-10Fix tests with the swap operatorAlex Crichton-2/+2
2013-05-10Stop using the '<->' operatorAlex Crichton-89/+43
2013-05-10auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwaltonbors-36/+34
2013-05-10test: Use the new `for` protocolAlex Crichton-36/+34
2013-05-10more back-ticks, less colonsLenny222-20/+20
2013-05-10auto merge of #6366 : catamorphism/rust/issue-3920, r=catamorphismbors-0/+17
2013-05-10renamed str::from_slice to str::to_ownedYoungsoo Son-2/+2
2013-05-10auto merge of #6329 : sonwow/rust/issue-6306, r=ILyoanbors-2/+2
2013-05-10Add some positive tests for dtor struct destructuringHuon Wilson-0/+46
2013-05-10Issue number on xfailed testHuon Wilson-1/+1
2013-05-10auto merge of #6356 : dotdash/rust/strinterner, r=pcwaltonbors-9/+9
2013-05-10librustc: allow destructuring of structs with destructors if the pattern has ...Huon Wilson-1/+48
2013-05-10A test file is fixedYoungsoo Son-2/+2
2013-05-10auto merge of #6347 : cmr/rust/unknown_module_resolve_error, r=catamorphismbors-1/+13
2013-05-09auto merge of #6336 : nikomatsakis/rust/issue-6308-closure-bounds, r=nikomats...bors-6/+3
2013-05-09fix formating and testsCorey Richardson-1/+1
2013-05-09compile-fail test for new unresolved import errorCorey Richardson-0/+12
2013-05-09testsuite: Test that init and forget are both unsafeTim Chevalier-0/+17
2013-05-09test: Add two tests for issue #6272.Niko Matsakis-0/+62
2013-05-09auto merge of #6354 : Aatch/rust/uninit-intrinsic, r=graydonbors-0/+19
2013-05-09testsuite: Add two test cases (one xfailed)Tim Chevalier-0/+43
2013-05-09Refactor representation of bounds to separate out BuiltinBounds intoNiko Matsakis-6/+3
2013-05-09back-ticksLenny222-1/+1
2013-05-09Use a specialized string interner to reduce the need for owned stringsBjörn Steinbrink-9/+9
2013-05-09auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiynbors-8/+8
2013-05-09Add uninit intrinsicJames Miller-0/+19
2013-05-08test: Fix modes in the benchmarks.Patrick Walton-17/+12
2013-05-08test: Fix broken testPatrick Walton-1/+1
2013-05-08test: Fix tests.Patrick Walton-97/+101
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-73/+125
2013-05-08auto merge of #6214 : sanxiyn/rust/simd-2, r=graydonbors-0/+22
2013-05-08auto merge of #6119 : brson/rust/main, r=brsonbors-9/+17
2013-05-08rustc: Fix the logic for finding the Android main functionBrian Anderson-0/+4
2013-05-09Fix typosSean Moon-8/+8
2013-05-08auto merge of #6267 : huonw/rust/syntax-deriving-generaliseder, r=nikomatsakisbors-0/+149