summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-11-09auto merge of #10153 : nikomatsakis/rust/issue-4846-multiple-lifetime-paramet...bors-249/+642
2013-11-09Make irrelevant changes to regions-mock-tcx to convince the pretty printer to...Niko Matsakis-4/+0
2013-11-09Make main public to accommodate check-fastNiko Matsakis-2/+2
2013-11-09xfail-fast regions-mock-tcx.rsNiko Matsakis-0/+2
2013-11-08Fix pretty printer when there are multiple lifetime parametersNiko Matsakis-1/+1
2013-11-08Add new tests showing multiple lifetime parameters in useNiko Matsakis-2/+165
2013-11-08Address comments from @pnkfelix (thanks for the detailed review)Niko Matsakis-24/+63
2013-11-08Update various tests and libraries that were incorrectlyNiko Matsakis-76/+113
2013-11-08Move comparing of impl methods against trait from collect to check.Niko Matsakis-3/+3
2013-11-08Introduce new variance inference pass that replaces (and generalizes) oldNiko Matsakis-208/+274
2013-11-08Create a new pass to resolve named lifetimes; rscope is not onlyNiko Matsakis-0/+90
2013-11-08Added tests for default generation of package_id meta attributeAndrei Formiga-0/+36
2013-11-08auto merge of #10355 : huonw/rust/deriving-field-spans, r=alexcrichtonbors-0/+83
2013-11-08auto merge of #10344 : brson/rust/atomiccopy, r=alexcrichtonbors-0/+31
2013-11-08syntax::ext: Make type errors in deriving point to the field itself.Huon Wilson-0/+83
2013-11-07auto merge of #10333 : huonw/rust/ascii, r=alexcrichtonbors-6/+2
2013-11-07std: Make atomic types non-copyable. Closes #8380Brian Anderson-0/+31
2013-11-07auto merge of #10243 : mattcarberry/rust/master, r=brsonbors-0/+44
2013-11-08std::ascii: Provide a copyless [Ascii] -> str method.Huon Wilson-6/+2
2013-11-07auto merge of #10336 : ksh8281/rust/fix_rpass_core-run-destroy_for_android, r...bors-1/+4
2013-11-07fix rpass core-run-destroy for androidsh8281.kim-1/+4
2013-11-07add `from_send` to Rc, since #9509 is fixedDaniel Micay-0/+19
2013-11-06Added positive tests for integer literal base interpretation.Matt Carberry-0/+27
2013-11-06auto merge of #10289 : nikomatsakis/rust/issue-10157-TypeContents-refactor, r...bors-0/+127
2013-11-06fix some cfail test cases for armsh8281.kim-4/+9
2013-11-06Add make check support(arm-linux-androideabi debuginfo)sh8281.kim-0/+116
2013-11-05Make TypeContents consider the type `T` to be reachable via `*T` pointersNiko Matsakis-0/+115
2013-11-05Refactor TypeContents to be more scrutable. In particular, create coarser bitsNiko Matsakis-0/+12
2013-11-04auto merge of #10064 : luqmana/rust/vvv, r=nikomatsakisbors-4/+174
2013-11-04Add tests for variadic foreign functions.Luqman Aden-0/+170
2013-11-04libsyntax/librustc: Allow calling variadic foreign functions.Luqman Aden-4/+4
2013-11-04auto merge of #10182 : alexcrichton/rust/typeid-intrinsic, r=nikomatsakisbors-0/+117
2013-11-04Relax the constraints on a debuginfo testAlex Crichton-1/+1
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-19/+18
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-8/+9
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-55/+58
2013-11-03auto merge of #10219 : alexcrichton/rust/drop-invoke, r=pcwaltonbors-0/+42
2013-11-02auto merge of #10242 : thestinger/rust/inline_dtor, r=alexcrichtonbors-0/+36
2013-11-02Added octal literal support.Matt Carberry-0/+17
2013-11-02fix cross-crate destructor inliningDaniel Micay-0/+36
2013-11-02Updated debugging metadata for ty_nil and ty_botMichael Letterle-0/+73
2013-11-02auto merge of #10165 : dcrewi/rust/missing-doc-on-private-trait, r=cmrbors-3/+2
2013-11-02auto merge of #10217 : alexcrichton/rust/less-reachable, r=pcwaltonbors-0/+56
2013-11-01auto merge of #10204 : alexcrichton/rust/better-names, r=brsonbors-0/+33
2013-11-01Add a type_id intrinsicAlex Crichton-0/+117
2013-11-01Give test and main tasks better namesAlex Crichton-0/+33
2013-11-01Reordered the methods in std::Option and std::ResultMarvin Löbel-2/+2
2013-10-31Drop struct fields if the user destructor failsAlex Crichton-0/+42
2013-10-31auto merge of #10187 : pcwalton/rust/remove-mocks, r=pcwaltonbors-5/+87
2013-10-31Reduce the aggressiveness of reachabilityAlex Crichton-0/+56