about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-02-20check_match: don't treat privately uninhabited types as uninhabitedAriel Ben-Yehuda-7/+62
2017-02-20Rollup merge of #39913 - nikomatsakis:inference-error, r=pnkfelixCorey Farwell-4/+337
2017-02-20Add tests for newly added error codesGuillaume Gomez-0/+42
2017-02-19fix run-pass test that required `Copy` implNiko Matsakis-0/+2
2017-02-19Use ARM instead of SystemZ for testing not installed targetsVadim Petrochenkov-2/+2
2017-02-19Avoid ICE in Self::Assoc in impl headersVadim Petrochenkov-0/+3
2017-02-19Privatize fields of PathResolutionVadim Petrochenkov-0/+31
2017-02-18Add tests for control flow in while conditionTaylor Cramer-34/+88
2017-02-18Properly implement labeled breaks in while conditionsTaylor Cramer-0/+16
2017-02-18Auto merge of #39887 - nikomatsakis:issue-39292, r=arielb1bors-0/+26
2017-02-17Normalize labeled and unlabeled breaksTaylor Cramer-8/+0
2017-02-17remove vestiges of the old suggestion machineryNiko Matsakis-4/+92
2017-02-17Properly display note/expected detailsEsteban Küber-4/+10
2017-02-17add some sample UI error test casesNiko Matsakis-0/+243
2017-02-17Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakisbors-25/+11
2017-02-17Auto merge of #39752 - keeperofdakeys:macro-error, r=keeperofdakeysbors-50/+175
2017-02-16erase late bound regions in `get_vtable_methods()`Niko Matsakis-0/+26
2017-02-16Refactor macro resolution errors + add derive macro suggestionsJosh Driver-50/+175
2017-02-16Auto merge of #39876 - frewsxcv:rollup, r=frewsxcvbors-0/+129
2017-02-15Rollup merge of #39834 - cseale:feature-gate-static-recursion, r=est31Corey Farwell-0/+49
2017-02-15Rollup merge of #39804 - seppo0010:recommend-five-traits, r=jonathandturnerCorey Farwell-0/+80
2017-02-15static recursion test added to compile-fail test suiteColm Seale-0/+49
2017-02-15Improve backtrace formating while panicking.Yamakaky-3/+50
2017-02-15Stabilize field init shorthandest31-32/+0
2017-02-14Show five traits implementation in help when there are exactly fiveSebastian Waisbrot-0/+80
2017-02-14Rollup merge of #39813 - sanxiyn:non-camel-case-variant, r=petrochenkovCorey Farwell-0/+18
2017-02-14Rollup merge of #39785 - alexcrichton:no-thread-sanitizer, r=japaricCorey Farwell-31/+0
2017-02-14Rollup merge of #39772 - cseale:staged_api_whitelist_removal, r=est31Corey Farwell-0/+24
2017-02-14Rollup merge of #39730 - jseyfried:fix_empty_seq_rep_ice, r=nrcCorey Farwell-0/+15
2017-02-14Use check_variant for non_camel_case_types lintSeo Sanghyeon-0/+18
2017-02-14Adding compile fail test for staged_api featureColm Seale-0/+24
2017-02-13test: Remove sanitizer-thread testAlex Crichton-31/+0
2017-02-13Standardize lifetime and type parameter count mismatch errorsJake Goulding-11/+18
2017-02-13Remove duplicated "parameter" in E0089 textJake Goulding-3/+2
2017-02-13Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakisbors-18/+23
2017-02-12Auto merge of #39572 - jseyfried:fix_inert_attributes, r=nrcbors-28/+26
2017-02-12Rollup merge of #39743 - GuillaumeGomez:rustdoc-test-output, r=alexcrichtonGuillaume Gomez-1/+1
2017-02-12Rollup merge of #39654 - ollie27:rustdoc_attributes, r=GuillaumeGomezGuillaume Gomez-0/+27
2017-02-12Auto merge of #39680 - canndrew:uninhabited_from-infinite-loop, r=arielb1bors-0/+25
2017-02-12Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_...Jeffrey Seyfried-28/+26
2017-02-12Auto merge of #39554 - zackmdavis:assert_eq_has_a_terrible_error_message_when...bors-0/+38
2017-02-11Add tested item in the rustdoc --test outputGuillaume Gomez-1/+1
2017-02-10Rollup merge of #39721 - whataloadofwhat:catch-unwind-bang, r=alexcrichtonCorey Farwell-0/+17
2017-02-10Rollup merge of #39692 - oli-obk:patch-2, r=aturonCorey Farwell-12/+0
2017-02-10Fix ICE on certain sequence repetitions.Jeffrey Seyfried-0/+15
2017-02-10Change std::panicking::try::Data into a unionwhataloadofwhat-0/+17
2017-02-10Rebase fixupsSimonas Kazlauskas-2/+2
2017-02-10Fix testsSimonas Kazlauskas-14/+14
2017-02-10Fix codegen testSimonas Kazlauskas-3/+7
2017-02-10If is now always a SwitchInt in MIRSimonas Kazlauskas-0/+1