about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-12-10typeck: Make the supplied parameters to be a tupleBarosl Lee-0/+15
2014-12-09auto merge of #19563 : alexcrichton/rust/issue-19501, r=pnkfelixbors-1/+0
2014-12-09Test fixes and rebase conflicts from the rollupAlex Crichton-2/+1
2014-12-09rollup merge of #19598: japaric/ordAlex Crichton-3/+3
2014-12-09rollup merge of #19589: huonw/unboxed-closure-elisionAlex Crichton-3/+37
2014-12-09rollup merge of #19588: nodakai/libstd-fix-zombie-children-finderAlex Crichton-40/+28
2014-12-09rollup merge of #19587: huonw/closure-feature-gateAlex Crichton-2/+108
2014-12-09rollup merge of #19581: luqmana/ducAlex Crichton-6/+43
2014-12-09auto merge of #19466 : nikomatsakis/rust/recursion-limit, r=eddybbors-2/+53
2014-12-09auto merge of #19644 : pcwalton/rust/oibit3, r=nikomatsakisbors-196/+386
2014-12-08rustc: Prepend a length to all metadataAlex Crichton-1/+0
2014-12-08Link regions in `ref` bindings from fn arguments.Niko Matsakis-0/+22
2014-12-08Stop masking overflow and propagate it out more aggressively; also improve er...Niko Matsakis-4/+8
2014-12-08Add ability to configure recursion limit.Niko Matsakis-0/+47
2014-12-08Add a feature opt `opt_out_copy` that allows people to revert to the olderNiko Matsakis-0/+46
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-196/+340
2014-12-08auto merge of #19560 : sfackler/rust/should-fail-reason, r=alexcrichtonbors-0/+48
2014-12-08test: adjust pretty/issue-4264 for formatting changes.Eduard Burtescu-15/+10
2014-12-07syntax: use UFCS in the expansion of `#[deriving(Ord)]`Jorge Aparicio-3/+3
2014-12-07auto merge of #19548 : luqmana/rust/mfb, r=nikomatsakisbors-0/+42
2014-12-07auto merge of #19539 : cmr/rust/18959, r=nikomatsakisbors-0/+26
2014-12-07auto merge of #19522 : mukilan/rust/import-conflicts-item, r=cmrbors-1/+23
2014-12-07auto merge of #19407 : frewsxcv/rust/rm-reexports, r=cmrbors-20/+21
2014-12-07Add compile-fail tests for #19498Mukilan Thiyagarajan-1/+23
2014-12-06Change from message to expectedSteven Fackler-3/+3
2014-12-06Allow message specification for should_failSteven Fackler-0/+48
2014-12-07Fix false positive alerts from a run-pass test on Command.NODA, Kai-40/+28
2014-12-06Ignore wait-forked-but-failed-childSteven Fackler-0/+1
2014-12-05rustc: check supertraits for object safetyCorey Richardson-0/+26
2014-12-05Ignore issue #16671 test on androidSteven Fackler-0/+2
2014-12-05Implement lifetime elision for Foo(...) -> ... type sugar.Huon Wilson-3/+37
2014-12-05Feature-gate explicit unboxed closure method calls & manual impls,Huon Wilson-2/+108
2014-12-05librustc: Fix debuginfo for captured variables in non-FnOnce unboxed closures.Luqman Aden-6/+43
2014-12-05Utilize fewer reexportsCorey Farwell-20/+21
2014-12-05librustc: Don't reuse same alloca for match on struct/tuple field which we re...Luqman Aden-0/+42
2014-12-05rollup merge of #19553: sfackler/issue-19543Corey Richardson-0/+3
2014-12-05rollup merge of #19530: aochagavia/remove-testCorey Richardson-15/+0
2014-12-05rollup merge of #19494: P1start/better-expectedCorey Richardson-27/+40
2014-12-05rollup merge of #19480: cmr/es6-escapeCorey Richardson-0/+74
2014-12-05rollup merge of #19474: luqmana/flCorey Richardson-2/+19
2014-12-05rollup merge of #19472: nick29581/ifletCorey Richardson-17/+2
2014-12-05rollup merge of #19454: nodakai/libstd-reap-failed-childCorey Richardson-0/+79
2014-12-05rollup merge of #19416: sfackler/global-stdinCorey Richardson-7/+7
2014-12-05rollup merge of #19413: P1start/more-trailing-commasCorey Richardson-0/+19
2014-12-05rollup merge of #19274: alexcrichton/rewrite-syncCorey Richardson-120/+9
2014-12-05Fall out of the std::sync rewriteAlex Crichton-120/+9
2014-12-05auto merge of #19362 : nikomatsakis/rust/crateification, r=nikomatsakisbors-72/+4
2014-12-05Fix various references in late-running tests and thingsNiko Matsakis-4/+4
2014-12-04Make missing_doc lint check typedefsSteven Fackler-0/+3
2014-12-05libstd/sys/unix/process.rs: reap a zombie who didn't get through to exec(2).NODA, Kai-0/+79