about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-11-10auto merge of #18802 : bkoropoff/rust/issue-18769, r=luqmanabors-1/+11
2014-11-10auto merge of #18792 : sfackler/rust/struct-variants, r=alexcrichtonbors-56/+79
2014-11-09auto merge of #18780 : bkoropoff/rust/regionck-for-loop, r=eddybbors-0/+38
2014-11-09auto merge of #18755 : japaric/rust/ord, r=alexcrichtonbors-0/+25
2014-11-09First stage of struct variant field visibility changesSteven Fackler-56/+79
2014-11-09auto merge of #18557 : aturon/rust/io-removal, r=alexcrichtonbors-95/+1
2014-11-08Update test to cover #18769Brian Koropoff-1/+11
2014-11-08Ignore sepcomp-lib-lto on android due to linker weirdnessAaron Turon-0/+1
2014-11-08Remove somewhat bogus process-spawn-errno test (non-mac, non-windows only)Aaron Turon-95/+0
2014-11-09auto merge of #18743 : nikomatsakis/rust/hrtb-refactor-2, r=pcwaltonbors-128/+74
2014-11-08auto merge of #18730 : bkoropoff/rust/issue-18652, r=eddybbors-0/+21
2014-11-08Add regression for #18767Brian Koropoff-0/+18
2014-11-08Add regression for #17068Brian Koropoff-0/+20
2014-11-08auto merge of #18634 : alexcrichton/rust/cfg-attr-crate-level, r=sfacklerbors-5/+66
2014-11-08auto merge of #18729 : bkoropoff/rust/issue-18711, r=cmrbors-0/+37
2014-11-07syntax: Use UFCS in the expansion of `#[deriving(PartialOrd)]`Jorge Aparicio-0/+25
2014-11-07Purge the old `once_fns`, which are not coming backNiko Matsakis-100/+0
2014-11-07Update tests where we don't report errors twice anymoreNiko Matsakis-2/+0
2014-11-07Update parser with `for` syntaxNiko Matsakis-26/+74
2014-11-07auto merge of #18688 : bkoropoff/rust/unboxed-closure-subst-fixes, r=nikomats...bors-0/+58
2014-11-07rustc: Process #[cfg]/#[cfg_attr] on cratesAlex Crichton-5/+66
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-06Add regression test for #18652Brian Koropoff-0/+21
2014-11-06Add regression test for #18711Brian Koropoff-0/+37
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