about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-3/+3
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-92/+92
2013-05-14auto merge of #6441 : alexcrichton/rust/issue-5531, r=luqmanabors-1/+1
2013-05-13auto merge of #6388 : recrack/rust/each2_mut, r=pcwaltonbors-0/+38
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-1/+1
2013-05-13auto merge of #6387 : brson/rust/unstable, r=brsonbors-2/+2
2013-05-13auto merge of #6417 : pcwalton/rust/exprs-in-patterns, r=pcwaltonbors-8/+10
2013-05-13core: Move locks, atomic rc to unstable::syncBrian Anderson-2/+2
2013-05-13test: Fix broken benchmark testPatrick Walton-3/+3
2013-05-13auto merge of #6443 : cmr/rust/resolution, r=bstriebors-1/+1
2013-05-13auto merge of #6437 : Thiez/rust/atomic, r=Aatchbors-0/+15
2013-05-13Better error for some unresolved importsCorey Richardson-1/+1
2013-05-13Add vec.rs each2_mut testsuiteYoungmin Yoo-0/+38
2013-05-12auto merge of #6400 : cmr/rust/remove_useless_import_error, r=thestingerbors-2/+1
2013-05-12actually fix failing testCorey Richardson-1/+1
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