summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-12-18auto merge of #11012 : alexcrichton/rust/needstest, r=alexcrichtonbors-0/+227
2013-12-18Adding tests for closed issuesAlex Crichton-0/+227
2013-12-18auto merge of #11033 : michaelwoerister/rust/byvalself, r=pcwaltonbors-193/+192
2013-12-18auto merge of #11024 : huonw/rust/return-from-closures, r=alexcrichtonbors-15/+41
2013-12-18rustc: Allow `return` to return from a closure.Huon Wilson-15/+41
2013-12-17auto merge of #11019 : alexcrichton/rust/issue-10545, r=pcwaltonbors-0/+20
2013-12-17auto merge of #11009 : ktt3ja/rust/issue-11006, r=alexcrichtonbors-0/+4
2013-12-17auto merge of #10979 : alexcrichton/rust/less-bc, r=cmrbors-0/+7
2013-12-17Don't allow impls to force public typesAlex Crichton-0/+20
2013-12-17debuginfo: Updated test cases to also test by-value self arguments.Michael Woerister-193/+192
2013-12-17auto merge of #10990 : ktt3ja/rust/method-stability, r=huonwbors-28/+72
2013-12-17auto merge of #10830 : alexcrichton/rust/spsc-queue, r=brsonbors-178/+147
2013-12-16Test fallout from std::comm rewriteAlex Crichton-40/+42
2013-12-16test: Add a test that POD types can be implicitly copied.Patrick Walton-1/+24
2013-12-16librustc: Implement a `Pod` kind for types that can be `memcpy`'d.Patrick Walton-0/+78
2013-12-16Fallout of rewriting std::commAlex Crichton-140/+107
2013-12-16Check even more live Path nodes in dead-code passKiet Tran-0/+4
2013-12-16Detect stability attributes on methods.Kiet Tran-28/+72
2013-12-16auto merge of #11000 : cmr/rust/auto_encode, r=alexcrichtonbors-42/+34
2013-12-16Update and un-xfail auto-encode testCorey Richardson-42/+34
2013-12-16auto merge of #10966 : michaelwoerister/rust/prelude2, r=cmrbors-2/+494
2013-12-16debuginfo: Add test cases for function prologue handling.Michael Woerister-0/+493
2013-12-16debuginfo: Set the is_local_to_unit attribute of functions correctlyMichael Woerister-2/+1
2013-12-16Mark live codes in struct/enum for dead-code passKiet Tran-0/+8
2013-12-15Move logic for test output generation forwardAlex Crichton-0/+7
2013-12-15libstd: Fix merge fallout.Patrick Walton-1/+1
2013-12-15libsyntax: Implement the new `box` syntax for unique pointers.Patrick Walton-0/+8
2013-12-15librustc: Remove identifiers named `box`, since it's about to become a keyword.Patrick Walton-23/+23
2013-12-15auto merge of #10984 : huonw/rust/clean-raw, r=cmrbors-9/+8
2013-12-15std::vec: move pointless `raw::get` and `unsafe_get` functions.Huon Wilson-6/+6
2013-12-15std::vec: remove unnecessary count parameter on {bytes,Huon Wilson-3/+2
2013-12-14auto merge of #10932 : alexcrichton/rust/feature-update, r=cmrbors-12/+205
2013-12-14Handle more cases in the heap lintsAlex Crichton-2/+39
2013-12-14auto merge of #10936 : cadencemarseille/rust/issue-10754-std-run-unwrap-on-No...bors-6/+12
2013-12-14auto merge of #10870 : ktt3ja/rust/issue-10865, r=alexcrichtonbors-17/+40
2013-12-14Fix #10754 - `std::run` functions fail after io_errorCadence Marseille-6/+12
2013-12-14auto merge of #10933 : TeXitoi/rust/shootout-fasta-rewrite, r=alexcrichtonbors-112/+80
2013-12-14Dead-code pass now marks and warns foreign itemsKiet Tran-3/+20
2013-12-14Check more live Path nodes in dead-code passKiet Tran-14/+20
2013-12-13auto merge of #10960 : brson/rust/android, r=alexcrichtonbors-0/+32
2013-12-13Ignore failing Android debug-info tests. #10381Brian Anderson-0/+32
2013-12-13auto merge of #10698 : metajack/rust/dep-info, r=alexcrichtonbors-0/+28
2013-12-12Add test for --dep-info.Jack Moffitt-0/+28
2013-12-12rewrite of shootout-fasta.rsGuillaume Pinot-112/+80
2013-12-12Gate literal box expressions in addition to typesAlex Crichton-10/+166
2013-12-11Embed Windows application manifest.Vadim Chugunov-0/+19
2013-12-11Make 'self lifetime illegal.Erik Price-198/+210
2013-12-11auto merge of #10787 : nikomatsakis/rust/issue-9629-freeze-andmut, r=pnkfelixbors-1/+132
2013-12-11More small test case fixes. grr. cc #9629.Niko Matsakis-2/+12
2013-12-11auto merge of #10856 : klutzy/rust/buf-reader-lines, r=alexcrichtonbors-15/+3