about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-12-13Fix run-pass testsJorge Aparicio-3/+4
2014-12-13Fix compile fail testsJorge Aparicio-1/+1
2014-12-12Fix the opt-out-copy behavior so that values with dtor etc are considered affineNiko Matsakis-0/+42
2014-12-12Switch to using predicates to drive checking. Correct various tests --Niko Matsakis-28/+28
2014-12-12auto merge of #19391 : nick29581/rust/assoc-eq, r=nikomatsakisbors-6/+194
2014-12-12auto merge of #19617 : nikomatsakis/rust/issue-19261-2, r=nrcbors-0/+102
2014-12-12auto merge of #19568 : barosl/rust/enum-struct-variants-ice, r=alexcrichtonbors-0/+66
2014-12-12Reviewer commentsNick Cameron-4/+32
2014-12-12Add support for equality constraints on associated typesNick Cameron-2/+162
2014-12-11auto merge of #19672 : alexcrichton/rust/snapshots, r=brsonbors-1/+5
2014-12-11Register new snapshotsAlex Crichton-1/+5
2014-12-12Fix ICE when a struct variant enum contains multiple fieldsBarosl Lee-0/+30
2014-12-12Fix ICE when a struct variant enum is imported from an external crateBarosl Lee-0/+36
2014-12-10During method resolution, only reborrow if we are not doing an auto-ref.Niko Matsakis-0/+74
2014-12-10Fix two bugs in HRTB: 1. Categorize early-vs-late bindings on impls when cons...Niko Matsakis-0/+28
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