about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-10-26auto merge of #18143 : mahkoh/rust/reverse_complement, r=alexcrichtonbors-83/+256
2014-10-25auto merge of #18171 : jakub-/rust/match-typeck, r=pcwaltonbors-29/+105
2014-10-25auto merge of #18080 : veddan/rust/assume, r=thestingerbors-0/+25
2014-10-24Update tests with the new error messagesJakub Bukaj-29/+56
2014-10-24Overhaul typechecking of patternsJakub Bukaj-0/+30
2014-10-24Do not accept functions in enum patterns past resolveJakub Bukaj-0/+19
2014-10-24auto merge of #16388 : Zoxc/rust/stmesg, r=alexcrichtonbors-8/+122
2014-10-24ignore-androidJulian Orth-0/+2
2014-10-24Improve shootout-reverse-complementJulian Orth-88/+259
2014-10-24Print stack overflow messages for Windows, Linux and OS XJohn Kåre Alsaker-8/+122
2014-10-24Add a lint for not using field pattern shorthandsP1start-1/+65
2014-10-23auto merge of #17868 : nick29581/rust/valgrind, r=alexcrichtonbors-0/+0
2014-10-23Move some tests to run-pass-valgrindNick Cameron-0/+0
2014-10-22auto merge of #18224 : nikomatsakis/rust/issue-17594, r=alexcrichtonbors-0/+33
2014-10-22auto merge of #18092 : michaelwoerister/rust/lldb-test-versioning, r=alexcric...bors-16/+100
2014-10-22debuginfo: Gate all LLDB debuginfo tests on a minimum LLDB version being avai...Michael Woerister-16/+100
2014-10-21Add test for issue #17594Niko Matsakis-0/+33
2014-10-21Adjust orphan rules to consider all input types, not just self type.Niko Matsakis-0/+39
2014-10-21Patch up broken error messagesNiko Matsakis-1/+2
2014-10-21Coherence tests that seemed to be missing.Niko Matsakis-0/+72
2014-10-21Tests for method resolution in the face of various ambiguities or non-ambigui...Niko Matsakis-13/+204
2014-10-21Various minor cases where errors are reported in slightly different ways.Niko Matsakis-12/+19
2014-10-21Test where the old infrastructure failed to detect the (applicable) impl of `...Niko Matsakis-1/+3
2014-10-21The new method lookup mechanism typechecks calls against the method type decl...Niko Matsakis-7/+22
2014-10-20Stability lint checker now handles nested macros.Victor Berger-0/+1
2014-10-20auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturonbors-530/+287
2014-10-20Test fixes and rebase conflictsAlex Crichton-2/+2
2014-10-19Ensure that the return type of a function is SizedAriel Ben-Yehuda-4/+39
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-529/+286
2014-10-18auto merge of #18109 : bkoropoff/rust/issue-16939, r=aturonbors-0/+20
2014-10-18auto merge of #18113 : bkoropoff/rust/issue-16739, r=alexcrichtonbors-0/+42
2014-10-18auto merge of #18041 : arielb1/rust/no-size-overflow, r=pnkfelixbors-3/+135
2014-10-18trailing whitespaceAriel Ben-Yehuda-1/+1
2014-10-18auto merge of #18105 : nikomatsakis/rust/issue-18055, r=pcwaltonbors-0/+35
2014-10-18auto merge of #18099 : jakub-/rust/fixed-issues, r=alexcrichtonbors-17/+356
2014-10-18auto merge of #18022 : nikomatsakis/rust/issue-18019, r=pcwaltonbors-7/+36
2014-10-18auto merge of #17815 : typelist/rust/recursive-structs, r=brsonbors-0/+123
2014-10-17auto merge of #16855 : P1start/rust/help-messages, r=brsonbors-8/+8
2014-10-17Correct a test. The error message changed because, with this fix, weNiko Matsakis-7/+4
2014-10-17Make the tests green as they should on 32-bit architecturesAriel Ben-Yehuda-1/+9
2014-10-17auto merge of #18056 : TeXitoi/rust/shootout-reverse-complement-improvement, ...bors-12/+46
2014-10-16Add regression test for issue #16739Brian Koropoff-0/+42
2014-10-16Add regression test for issue #16939Brian Koropoff-0/+20
2014-10-16Add failure tests for moving out of unboxed closure environmentsBrian Koropoff-0/+44
2014-10-16Add regression test for issue #17403Brian Koropoff-0/+30
2014-10-16Update test for issue 17780 since diagnostic message have changedBrian Koropoff-18/+9
2014-10-16Check object lifetime bounds in coercions, not just trait bounds. Fixes #18055.Niko Matsakis-0/+35
2014-10-17Add tests for a few fixed issuesJakub Wieczorek-2/+362
2014-10-16auto merge of #17989 : alexcrichton/rust/spectralnorm, r=thestingerbors-79/+68
2014-10-16fix test patterns - should rebase the commits properlyAriel Ben-Yehuda-2/+2