summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-02-20Auto merge of #31474 - arielb1:mir-typeck, r=nikomatsakisbors-10/+302
2016-02-20address review commentsAriel Ben-Yehuda-1/+5
2016-02-20Auto merge of #31674 - VladUreche:issue/21221, r=nikomatsakisbors-53/+284
2016-02-20Auto merge of #31777 - steveklabnik:rollup, r=steveklabnikbors-18/+32
2016-02-20Auto merge of #31771 - alexcrichton:oops-that-didnt-fix-anything, r=brsonbors-0/+5
2016-02-19test: Fix a spuriously failing test on valgrindAlex Crichton-0/+2
2016-02-20use the FulfillmentContext and InferCtxt more correctlyAriel Ben-Yehuda-5/+2
2016-02-20fix a few remaining bugs - make check runs!Ariel Ben-Yehuda-0/+183
2016-02-20store the normalized types of field accessesAriel Ben-Yehuda-0/+41
2016-02-20deref the argument of overloaded MIR autoderefAriel Ben-Yehuda-0/+41
2016-02-20tuple arguments to overloaded callsAriel Ben-Yehuda-5/+31
2016-02-19Add tests for read_volatile and write_volatileAmanieu d'Antras-1/+7
2016-02-19Add license and feature(thread_local)Michael Neumann-0/+24
2016-02-19Rollup merge of #31775 - nxnfufunezn:issue-31769, r=eddybSteve Klabnik-0/+14
2016-02-19Rollup merge of #31721 - rphmeier:err_tuplestruct_count, r=ManishearthSteve Klabnik-18/+18
2016-02-19Fix error[E0518] not displayed for #[inline] on structs inside fnsnxnfufunezn-0/+14
2016-02-18Ignore the test added in #31717Alex Crichton-0/+5
2016-02-19Auto merge of #31716 - jseyfried:fix_privacy_for_def_err, r=nrcbors-1/+6
2016-02-19Improve dummy bindings for unresolved importsJeffrey Seyfried-1/+1
2016-02-19Show candidates for names not in scopeVlad Ureche-53/+284
2016-02-18Auto merge of #31684 - tmiasko:alternate-stack, r=alexcrichtonbors-0/+44
2016-02-18Auto merge of #31600 - nagisa:mir-msvc-seh-2, r=nikomatsakisbors-4/+0
2016-02-18Make future-compat lint `match_of_unit_variant_via_paren_dotdot` deny by defaultVadim Petrochenkov-11/+11
2016-02-18Add intrinsics for compare_exchange and compare_exchange_weakAmanieu d'Antras-0/+31
2016-02-18Change how dep-graph edges are handled in variance toNiko Matsakis-10/+4
2016-02-18Remove alternate stack with sigaltstack before unmapping it.Tomasz Miąsko-0/+44
2016-02-18Auto merge of #31641 - petrochenkov:reach, r=alexcrichtonbors-0/+182
2016-02-17Stop trying to resolve an import directive after the resolution failsJeffrey Seyfried-2/+2
2016-02-18Add more tests for unnameable reachable itemsVadim Petrochenkov-28/+168
2016-02-18privacy: Mark reachable but unnameable items as reachableVadim Petrochenkov-0/+42
2016-02-17MSVC SEH in MIR is implemented hereSimonas Kazlauskas-4/+0
2016-02-17Auto merge of #31707 - GuillaumeGomez:macro_name, r=sfacklerbors-0/+25
2016-02-17Auto merge of #31717 - alexcrichton:llvmup2, r=brsonbors-0/+75
2016-02-16Fix #31706rphmeier-18/+18
2016-02-16rustc: Rebase LLVM on the 3.8 release branchAlex Crichton-0/+75
2016-02-16Auto merge of #31680 - arielb1:fast-fulfill, r=nikomatsakisbors-0/+35
2016-02-16Don't compute LastPrivate data for Def::Err.Jeffrey Seyfried-1/+6
2016-02-16Add check on find_best_match_for_name and improve help message for undefined ...ggomez-0/+25
2016-02-16Auto merge of #31534 - jseyfried:restrict_noninline_mod, r=nikomatsakisbors-0/+15
2016-02-16Auto merge of #30714 - wesleywiser:fix_29914, r=arielb1bors-0/+47
2016-02-16Auto merge of #31669 - frewsxcv:llvm-function-pass-rmake-test, r=alexcrichtonbors-17/+78
2016-02-15Auto merge of #31530 - dirk:dirk/restrict-matching-of-cfg-opts, r=alexcrichtonbors-0/+13
2016-02-15use stalled_on in all obligation typesAriel Ben-Yehuda-0/+35
2016-02-15Add LLVM FunctionPass regression test using run-make.Corey Farwell-17/+78
2016-02-15Auto merge of #31648 - jseyfried:fix_diagnostics, r=nrcbors-4/+5
2016-02-15Auto merge of #31566 - jseyfried:fix_regression, r=nrcbors-1/+1
2016-02-15Auto merge of #31555 - nrc:err-recover, r=pnkfelixbors-18/+61
2016-02-14Stricter matching of `--cfg` options on rustcDirk Gadsden-0/+13
2016-02-15TestsNick Cameron-0/+44
2016-02-15Some error recovery in the parserNick Cameron-9/+23