about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-02-16Allow configuration of uid/gid/detach on processesAlex Crichton-1/+60
2014-02-17Remove CloneableTuple and ImmutableTuple traitsBrendan Zabarauskas-2/+2
2014-02-17Improve naming of tuple getters, and add mutable tuple getterBrendan Zabarauskas-1/+1
2014-02-15auto merge of #12301 : FlaPer87/rust/issue-8893, r=alexcrichtonbors-0/+19
2014-02-16Add test and close #8893Flavio Percoco-0/+19
2014-02-15auto merge of #12272 : alexcrichton/rust/snapshot, r=kballardbors-436/+426
2014-02-15auto merge of #12270 : bstrie/rust/pnoise, r=huonwbors-65/+49
2014-02-15Clean up the Perlin noise benchmarkBen Striegel-65/+49
2014-02-15std: clean up ptr a bitCorey Richardson-68/+21
2014-02-14extern mod => extern crateAlex Crichton-426/+426
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