about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-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
2015-04-20Make stability attributes an error. #22830Brian Anderson-7/+3
2015-04-20Auto merge of #22117 - fhahn:fail-on-errors, r=nikomatsakisbors-1/+430
2015-04-20Auto merge of #24586 - richo:test-16745, r=jakub-bors-0/+20
2015-04-19Lint non-snake-case crate namesP1start-0/+31
2015-04-19test: Add an assertion to the #16745 testcaseRicho Healey-6/+7
2015-04-18test: Add testcase for #16745Richo Healey-0/+19
2015-04-18Rather than storing the relations between free-regions in a globalNiko Matsakis-1/+81
2015-04-18Return nonzero exit code if there are errors at a stop pointFlorian Hahn-1/+430
2015-04-18Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichtonbors-2/+5
2015-04-18Auto merge of #23985 - erickt:derive-cleanup, r=ericktbors-1/+1
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-3/+3
2015-04-17Auto merge of #24500 - pnkfelix:oflo-checked-neg, r=nikomatsakisbors-0/+19
2015-04-17Auto merge of #24461 - nikomatsakis:issue-22077-unused-lifetimes, r=aturonbors-0/+59
2015-04-17Auto merge of #24475 - arielb1:i24363-hacky-hack, r=pnkfelixbors-0/+16
2015-04-17Augment the constrainted parameter check to ensure that all regionsNiko Matsakis-0/+59
2015-04-17unit test for checked overflow during signed negation.Felix S. Klock II-0/+19
2015-04-17Rollup merge of #24475 - arielb1:i24363-hacky-hack, r=pnkfelixManish Goregaokar-0/+16
2015-04-17Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelixManish Goregaokar-0/+24
2015-04-17Auto merge of #24422 - pnkfelix:typeck-highlevel-before-bodies, r=nikomatsakisbors-54/+346
2015-04-17Auto merge of #24420 - pnkfelix:oflo-api, r=alexcrichtonbors-0/+236