about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-04-29Re-enable test on AndroidTamir Duberstein-2/+0
2015-04-29Reference the correct issueTamir Duberstein-1/+1
2015-04-29Auto merge of #24932 - pnkfelix:fix-issue-24687, r=huonwbors-0/+78
2015-04-29Regression test for issue 24687.Felix S. Klock II-0/+78
2015-04-29Auto merge of #24681 - tamird:unignore-android, r=alexcrichtonbors-61/+72
2015-04-28Reference the correct issueTamir Duberstein-1/+1
2015-04-28#10356: WarningsTamir Duberstein-0/+5
2015-04-28#10381: WarningsTamir Duberstein-52/+60
2015-04-28Reference the correct issue and clarify failureTamir Duberstein-3/+3
2015-04-28#10393 & #13206: WarningsTamir Duberstein-5/+3
2015-04-28Register new snapshotsTamir Duberstein-153/+7
2015-04-28Auto merge of #24781 - bluss:vec-drain-range, r=alexcrichtonbors-1/+3
2015-04-28Auto merge of #24777 - alexcrichton:musl, r=brsonbors-12/+16
2015-04-28test: Fix some tests to run with muslAlex Crichton-12/+16
2015-04-28regression test for Issue 24895.Felix S. Klock II-0/+38
2015-04-28collections: Implement vec::drain(range) according to RFC 574Ulrik Sverdrup-1/+3
2015-04-28Auto merge of #24835 - rprichard:rfail-full, r=alexcrichtonbors-0/+0
2015-04-28Auto merge of #24478 - alexcrichton:issue-24313, r=aturonbors-0/+39
2015-04-27std: Don't assume thread::current() works on panicAlex Crichton-0/+39
2015-04-27Auto merge of #24765 - pnkfelix:fsk-enum-swapindrop, r=nikomatsakisbors-0/+265
2015-04-27Auto merge of #23606 - quantheory:associated_const, r=nikomatsakisbors-6/+714
2015-04-26Auto merge of #24829 - jooert:fix22673, r=pnkfelixbors-0/+16
2015-04-26Auto merge of #24828 - jooert:fix23253, r=pnkfelixbors-0/+16
2015-04-26Move qquote.rs from run-fail to run-fail-fulldepsRyan Prichard-0/+0
2015-04-26Auto merge of #24807 - luqmana:nullable-enum-opt-dst-raw-pointers, r=jakub-bors-0/+24
2015-04-26Auto merge of #23085 - goffrie:interpolating-quote, r=huonwbors-223/+68
2015-04-26Auto merge of #24367 - ebfull:fix_ice_cat_expr, r=pnkfelixbors-0/+68
2015-04-26Remove FakeExtCtxt from qquote tests.Geoffry Song-56/+30
2015-04-25Remove remaining tests for hygiene-encoded identifiers.Geoffry Song-126/+0
2015-04-25Interpolate AST nodes in quasiquote.Geoffry Song-41/+38
2015-04-25Auto merge of #24718 - tamird:fix-quote-tests, r=alexcrichtonbors-193/+144
2015-04-26Add regression test for #22673.Johannes Oertel-0/+16
2015-04-26Add regression test for #23253.Johannes Oertel-0/+16
2015-04-25Auto merge of #24547 - bombless:comma, r=pnkfelixbors-0/+466
2015-04-25`qquote-2.rs` -> `run-fail/qquote.rs`Tamir Duberstein-63/+57
2015-04-25`qquote-1.rs` -> `compile-fail-fulldeps/qquote.rs`Tamir Duberstein-70/+55
2015-04-25Unrot and re-enable `run-pass-fulldeps/qquote.rs`Tamir Duberstein-60/+32
2015-04-25librustc_trans: Don't ICE on unsized type behind raw pointer in nullable poin...Luqman Aden-0/+24
2015-04-25Auto merge of #24783 - jooert:unittestguidelines, r=alexcrichtonbors-1/+1
2015-04-24Remove obsolete "MarkerTrait" from tests.Sean Patrick Santos-44/+14
2015-04-25Fix #20616York Xiang-0/+466
2015-04-24Rollup merge of #24751 - lstat:feature-gate-22820-dups, r=brsonSteve Klabnik-48/+0
2015-04-24Rollup merge of #24749 - lstat:feature-gate-22820, r=nrcSteve Klabnik-0/+140
2015-04-24Auto merge of #24553 - nikomatsakis:issue-22779-overconstrained-impl, r=pnkfelixbors-1/+81
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-24Split up tests, reduce coverageSean Bowe-12/+49
2015-04-24regression test.Felix S. Klock II-0/+265
2015-04-23Feature-gate associated constants.Sean Patrick Santos-0/+63
2015-04-23Get associated consts working in match patterns.Sean Patrick Santos-0/+147
2015-04-23Fix dead code check for associated const impls.Sean Patrick Santos-1/+23