about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-02-14Register new snapshotsAlex Crichton-10/+0
2014-02-14Test fixes and rebase conflicts from rollupsAlex Crichton-1/+7
2014-02-14Expand ItemDecorator extensions in all contextsSteven Fackler-0/+19
2014-02-14Add test for #8860Edward Wang-0/+60
2014-02-14Ensure an error is raised on infinite recursionFlavio Percoco-0/+24
2014-02-14extra: Capture stdout/stderr of tests by defaultAlex Crichton-0/+2
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-4/+4
2014-02-13auto merge of #12061 : pongad/rust/delorderable, r=cmrbors-2/+2
2014-02-13Removed num::OrderableMichael Darakananda-2/+2
2014-02-13auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichtonbors-5/+42
2014-02-13Lift $dst outside the closure in write!Alex Crichton-0/+28
2014-02-13Resolve type variables when checking casting to charSeo Sanghyeon-0/+13
2014-02-13Stop unloading syntax librariesSteven Fackler-0/+56
2014-02-13Remove obsolete warnings for `extern mod`Flavio Percoco-5/+0
2014-02-13Replace `extern mod` with `extern crate`Flavio Percoco-0/+42
2014-02-12auto merge of #12165 : fhahn/rust/change-some-tests, r=alexcrichtonbors-61/+23
2014-02-12Ignore another fourcc test on cross compilesAlex Crichton-1/+1
2014-02-12Reenable some ignored test casesFlorian Hahn-61/+23
2014-02-12Removed ty_type (previously used to represent *tydesc).Eduard Burtescu-1/+0
2014-02-12auto merge of #12190 : alexcrichton/rust/fix-snap-again, r=brsonbors-5/+5
2014-02-11auto merge of #12185 : nikomatsakis/rust/issue-12033-tweak-test, r=alexchrichtonbors-3/+4
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-29/+29
2014-02-11test -- add new tests specifically examining closure borrowsNiko Matsakis-0/+296
2014-02-11test -- update tests with new error messagesNiko Matsakis-85/+92
2014-02-11remove antiquated reflect test rather than bring it up to dateNiko Matsakis-627/+0
2014-02-11Add ignore-cross-compile directive for compiletestAlex Crichton-5/+5
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-1119/+1131
2014-02-11Tweak test name and make it more specificNiko Matsakis-3/+4
2014-02-11auto merge of #12154 : pnkfelix/rust/fsk-factor-bigint-and-rat-out-of-libextr...bors-2/+2
2014-02-11auto merge of #12175 : sfackler/rust/phase-use-ignored, r=alexcrichtonbors-0/+19
2014-02-11Factoring bigint, rational, and complex out of libextra into libnum.Felix S. Klock II-2/+2
2014-02-11auto merge of #12170 : aepsil0n/rust/feature/reserve_do_keyword, r=brsonbors-3/+16
2014-02-10Ignore #[phase] on use view itemsSteven Fackler-0/+19
2014-02-11Reserve `do` as a keywordEduard Bopp-3/+16
2014-02-10auto merge of #11956 : edwardw/rust/issue-7556, r=cmrbors-39/+32
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-39/+32
2014-02-10auto merge of #12095 : FlaPer87/rust/issue-11709, r=nikomatsakisbors-0/+47
2014-02-10Switch to `Ignore` output mode for () blocksFlavio Percoco-0/+47
2014-02-10Update comment in contravariant testJake Kerr-2/+2
2014-02-10auto merge of #12084 : alexcrichton/rust/codegen-opts, r=cmrbors-95/+95
2014-02-10Consolidate codegen-related compiler flagsAlex Crichton-95/+95
2014-02-09auto merge of #12134 : FlaPer87/rust/temporary-conditions, r=nikomatsakisbors-0/+50
2014-02-09auto merge of #12124 : brson/rust/intrinsics, r=thestingerbors-7/+7
2014-02-09Make `if` and `while` conditions temporaryFlavio Percoco-0/+50
2014-02-09auto merge of #12117 : nikomatsakis/rust/issue-11913-borrow-in-aliasable-loc,...bors-0/+5
2014-02-09std: Add move_val_init to mem. Replace direct intrinsic usageBrian Anderson-2/+2
2014-02-09std: Add init and uninit to mem. Replace direct intrinsic usageBrian Anderson-5/+5
2014-02-08Allow codepoints 128-255 in fourc!!Yuri Kunde Schlesner-1/+3
2014-02-08Default fourcc! to big-endian.Yuri Kunde Schlesner-7/+10
2014-02-08Converted fourcc! to loadable syntax extensionDerek Guenther-5/+60