about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-11-07auto merge of #18688 : bkoropoff/rust/unboxed-closure-subst-fixes, r=nikomats...bors-0/+58
2014-11-07auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelixbors-15/+26
2014-11-07auto merge of #18714 : nikomatsakis/rust/issue-18621-deref-for-refs, r=aturonbors-0/+46
2014-11-07Add and update testsPiotr Czarnecki-15/+26
2014-11-07auto merge of #18672 : brandonson/rust/functional-update-walk, r=nikomatsakisbors-0/+28
2014-11-06libs: add Deref, DerefMut impls for references, fixing a bug in compiler in t...Niko Matsakis-0/+46
2014-11-06Add regression test for #18685Brian Koropoff-0/+30
2014-11-06Add regression test for #18661Brian Koropoff-0/+28
2014-11-06rollup merge of #18691 : subhashb/add_clone_trait_to_filetypeAlex Crichton-0/+15
2014-11-06rollup merge of #18707 : japaric/moar-dstAlex Crichton-0/+48
2014-11-06rollup merge of #18684 : nathan7/patch-1Alex Crichton-4/+5
2014-11-06rollup merge of #18679 : brson/lint-traitAlex Crichton-0/+18
2014-11-06rollup merge of #18656 : thiagopnts/rename-deprecated-non_uppercase_staticsAlex Crichton-4/+4
2014-11-06rollup merge of #18644 : luqmana/pefcAlex Crichton-0/+23
2014-11-06rollup merge of #18633 : huonw/target-spec-spellingAlex Crichton-1/+1
2014-11-06rollup merge of #18630 : nikomatsakis/purge-the-barsAlex Crichton-6/+261
2014-11-06rollup merge of #18591 : nick29581/dst-bug-strAlex Crichton-0/+21
2014-11-06rollup merge of #18555 : jakub-/e-needstestAlex Crichton-5/+303
2014-11-06Add testsJorge Aparicio-0/+48
2014-11-06Fix soundness hole in struct with expressions.Brandon Sanderson-0/+28
2014-11-06Fallout from collection conventionsAlexis Beingessner-86/+87
2014-11-06auto merge of #18608 : alexcrichton/rust/lint-some-crates, r=aturonbors-3/+3
2014-11-06Make Filetype ClonableSubhash Bhushan-0/+15
2014-11-06Remove the unboxed closure `|:|` notation from types and trait references com...Niko Matsakis-1/+1
2014-11-06Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...Niko Matsakis-5/+260
2014-11-06auto merge of #18467 : japaric/rust/eq, r=alexcrichtonbors-2/+44
2014-11-06Make x86_64-unknown-linux-gnu.json true to its nameNathan Zadoks-4/+5
2014-11-05Correct tests that were supposed to fail but now pass due to the fn trait hie...Niko Matsakis-4/+4
2014-11-05Add blanket impls to allow the various `Fn` traits to be interconverted.Niko Matsakis-3/+163
2014-11-05rustc: Add some more checks to the stability lintBrian Anderson-0/+18
2014-11-05Fix testsJorge Aparicio-2/+2
2014-11-05Add test for the first half of issue #15689Jorge Aparicio-0/+18
2014-11-05DSTify Box<T> implementation of PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+24
2014-11-05auto merge of #18486 : nikomatsakis/rust/operator-dispatch, r=pcwaltonbors-7/+285
2014-11-05auto merge of #18462 : netvl/rust/to-socket-addr, r=alexcrichtonbors-13/+6
2014-11-05Implement new operator dispatch semantics.Niko Matsakis-6/+243
2014-11-05Repair various cases where values of distinct types were being operatedNiko Matsakis-1/+42
2014-11-05rename deprecated non_uppercase_statics to non_upper_case_globalsthiagopnts-4/+4
2014-11-05auto merge of #18646 : eddyb/rust/snapshots, r=alexcrichtonbors-6/+3
2014-11-05Register snapshots.Eduard Burtescu-6/+3
2014-11-05auto merge of #18546 : bkoropoff/rust/unboxed-closures-cross-crate, r=nick29581bors-0/+46
2014-11-05Fixed other tests to pass make checkVladimir Matveev-13/+6
2014-11-05auto merge of #18592 : alexcrichton/rust/dylib-harder, r=pcwaltonbors-34/+87
2014-11-05TestNick Cameron-0/+21
2014-11-04librustc: Call return_type only for functions.Luqman Aden-0/+23
2014-11-04libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` inPatrick Walton-5/+22
2014-11-05test: correct spelling error & inverted match.Huon Wilson-1/+1
2014-11-04rustc: Support stability attributes on cratesAlex Crichton-3/+3
2014-11-04Implement flexible target specificationCorey Richardson-0/+65
2014-11-04auto merge of #18132 : P1start/rust/more-help, r=jakub-bors-20/+28