about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-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-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-24Remove duplicate feature gate testsLuke Gallagher-48/+0
2015-04-24Add feature gate testsLuke Gallagher-0/+23
2015-04-24Add feature gate testsLuke Gallagher-0/+117
2015-04-23Auto merge of #24537 - rprichard:fix-parallel-check, r=alexcrichtonbors-29/+30
2015-04-22Replace ignore-android with ignore-cross-compile in rustdoc testsRyan Prichard-19/+19
2015-04-22Ignore cross-compilation in some fulldeps tests.Ryan Prichard-9/+9
2015-04-22Fix run-make/simd-ffi to work with parallel make check.Ryan Prichard-1/+2
2015-04-23Auto merge of #24683 - P1start:help-suggestions, r=nrcbors-3/+45
2015-04-23Rollup merge of #24688 - SimonSapin:fmt-write-char, r=alexcrichtonManish Goregaokar-1/+3
2015-04-22Add a test for std::fmt::Write::write_charSimon Sapin-1/+3
2015-04-21Test fixes and rebase conflicts, round 1Alex Crichton-2/+0
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-491/+214
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-3/+3
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-25/+9
2015-04-21rollup merge of #24651: tamird/old-referencesAlex Crichton-31/+11
2015-04-21rollup merge of #24563: kwantam/rfc_1054Alex Crichton-3/+1
2015-04-21rollup merge of #24439: alexcrichton/fix-archive-assemblerAlex Crichton-0/+72
2015-04-21rollup merge of #24162: pnkfelix/fsk-detect-duplicate-loop-labelsAlex Crichton-3/+288
2015-04-21implement rfc 1054: split_whitespace() fn, deprecate words()kwantam-3/+1
2015-04-21test: Fix fallout in testsAlex Crichton-466/+205
2015-04-21rustc: Handle duplicate names merging archivesAlex Crichton-0/+72
2015-04-21add notes clarifying introduction of warnings for a pair of run-pass tests.Felix S. Klock II-0/+13
2015-04-21Tests for shadowing between lifetimes and loop labels within function bodies.Felix S. Klock II-3/+275
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-31/+11
2015-04-21Auto merge of #24620 - pczarn:model-lexer-issues, r=cmrbors-35/+0
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-35/+0
2015-04-21Change a few error messages to give code suggestionsP1start-3/+45