about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2014-02-21Test nested `proc` can access outer owned dataFlavio Percoco-0/+20
2014-02-20auto merge of #12403 : eddyb/rust/generic-dtors-with-bounds, r=nikomatsakisbors-8/+12
2014-02-20auto merge of #12399 : michaelwoerister/rust/simd-fix, r=alexcrichtonbors-25/+0
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-26/+12
2014-02-20Resolve the vtables for method calls to generic Drop impls with trait bounds.Eduard Burtescu-8/+12
2014-02-19auto merge of #12375 : FlaPer87/rust/issue-7660, r=cmrbors-0/+24
2014-02-19debuginfo: Move test case from run-pass to debug-info directory so it does no...Michael Woerister-25/+0
2014-02-19Change the format_args! macro expansion for temporariesEdward Wang-0/+18
2014-02-18auto merge of #12245 : nick29581/rust/priv2, r=alexcrichtonbors-0/+124
2014-02-19Make priavcy checking aware that a `use` directive can point to two defintion...Nick Cameron-0/+124
2014-02-18Regression test closes #7660Flavio Percoco-0/+24
2014-02-18Test ordering of glue_drop and glue_takew in self-re-assignment. Closes #3290.Nick Cameron-0/+24
2014-02-16Allow configuration of uid/gid/detach on processesAlex Crichton-1/+60
2014-02-15auto merge of #12272 : alexcrichton/rust/snapshot, r=kballardbors-221/+221
2014-02-15std: clean up ptr a bitCorey Richardson-65/+20
2014-02-14extern mod => extern crateAlex Crichton-221/+221
2014-02-14Test fixes and rebase conflicts from rollupsAlex Crichton-0/+2
2014-02-14Expand ItemDecorator extensions in all contextsSteven Fackler-0/+19
2014-02-14Add test for #8860Edward Wang-0/+60
2014-02-13auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichtonbors-0/+14
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-13Replace `extern mod` with `extern crate`Flavio Percoco-0/+14
2014-02-12auto merge of #12165 : fhahn/rust/change-some-tests, r=alexcrichtonbors-17/+10
2014-02-12Reenable some ignored test casesFlorian Hahn-17/+10
2014-02-12Removed ty_type (previously used to represent *tydesc).Eduard Burtescu-1/+0
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-17/+17
2014-02-11test -- add new tests specifically examining closure borrowsNiko Matsakis-0/+49
2014-02-11test -- update tests with new error messagesNiko Matsakis-3/+7
2014-02-11remove antiquated reflect test rather than bring it up to dateNiko Matsakis-627/+0
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-698/+693
2014-02-11Tweak test name and make it more specificNiko Matsakis-3/+4
2014-02-11auto merge of #12175 : sfackler/rust/phase-use-ignored, r=alexcrichtonbors-0/+19
2014-02-11auto merge of #12170 : aepsil0n/rust/feature/reserve_do_keyword, r=brsonbors-3/+3
2014-02-10Ignore #[phase] on use view itemsSteven Fackler-0/+19
2014-02-11Reserve `do` as a keywordEduard Bopp-3/+3
2014-02-10auto merge of #11956 : edwardw/rust/issue-7556, r=cmrbors-21/+21
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-21/+21
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-10auto merge of #12084 : alexcrichton/rust/codegen-opts, r=cmrbors-1/+1
2014-02-10Consolidate codegen-related compiler flagsAlex Crichton-1/+1
2014-02-09auto merge of #12134 : FlaPer87/rust/temporary-conditions, r=nikomatsakisbors-0/+50
2014-02-09Make `if` and `while` conditions temporaryFlavio Percoco-0/+50
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-4/+4
2014-02-08auto merge of #12098 : kballard/rust/from_utf8_lossy_tweak, r=huonwbors-65/+63
2014-02-08auto merge of #12096 : brson/rust/morestack-addr, r=thestingerbors-24/+0
2014-02-07Delete send_str, rewrite clients on top of MaybeOwned<'static>Kevin Ballard-65/+63