about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-02-20Add tests for newly added error codesGuillaume Gomez-0/+42
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-2/+56
2017-02-17remove vestiges of the old suggestion machineryNiko Matsakis-4/+1
2017-02-17Properly display note/expected detailsEsteban Küber-4/+4
2017-02-17Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakisbors-36/+0
2017-02-17Auto merge of #39752 - keeperofdakeys:macro-error, r=keeperofdakeysbors-33/+54
2017-02-16Refactor macro resolution errors + add derive macro suggestionsJosh Driver-33/+54
2017-02-16Auto merge of #39876 - frewsxcv:rollup, r=frewsxcvbors-0/+49
2017-02-15static recursion test added to compile-fail test suiteColm Seale-0/+49
2017-02-15Stabilize field init shorthandest31-28/+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-14Adding compile fail test for staged_api featureColm Seale-0/+24
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-12/+12
2017-02-12Auto merge of #39572 - jseyfried:fix_inert_attributes, r=nrcbors-10/+10
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-10/+10
2017-02-10Fix ICE on certain sequence repetitions.Jeffrey Seyfried-0/+15
2017-02-10Fix testsSimonas Kazlauskas-12/+12
2017-02-09Rollup merge of #39707 - durka:parsimonious-span-note, r=jonathandturnerCorey Farwell-1/+1
2017-02-09Rollup merge of #39700 - msopena:master, r=est31Corey Farwell-0/+17
2017-02-09Rollup merge of #39674 - jseyfried:fix_token_tree_parsing_ICE, r=nrcCorey Farwell-0/+32
2017-02-09change span_notes to notes in E0368/E0369Alex Burka-1/+1
2017-02-09Adding compile fail test for const_indexing featureMario-0/+17
2017-02-10Use global recursion limit when evaluating inhabitednessAndrew Cann-1/+2
2017-02-09Auto merge of #39265 - est31:master, r=petrochenkovbors-15/+0
2017-02-09Add recursion limit to inhabitedness checkAndrew Cann-0/+24
2017-02-09Small inference fixAndrew Cann-36/+0
2017-02-09suggest doubling recursion limit in more situationsAlex Burka-57/+0
2017-02-08Rollup merge of #39653 - JanZerebecki:test-issue-27433, r=alexcrichtonCorey Farwell-0/+15
2017-02-08Rollup merge of #38699 - japaric:lsan, r=alexcrichtonCorey Farwell-0/+13
2017-02-09Fix ICE when parsing token trees after an error.Jeffrey Seyfried-0/+32
2017-02-08sanitizer supportJorge Aparicio-0/+13
2017-02-08Add test for #27433Jan Zerebecki-0/+15
2017-02-08Rollup merge of #39462 - emilio:improper-ctypes, r=nikomatsakisCorey Farwell-0/+6
2017-02-08Stabilize static in constest31-15/+0
2017-02-07Rollup merge of #39361 - cengizIO:master, r=arielb1Corey Farwell-27/+19
2017-02-05Auto merge of #38897 - nikomatsakis:issue-32330-followup, r=arielb1bors-30/+18
2017-02-05make lifetimes that only appear in return type early-boundNiko Matsakis-30/+18
2017-02-05Rollup merge of #39526 - canndrew:uninhabited-while-let-fix, r=arielb1Corey Farwell-0/+8
2017-02-05Rollup merge of #39442 - keeperofdakeys:expand-derives, r=jseyfriedCorey Farwell-7/+9
2017-02-05Rollup merge of #39009 - canndrew:default-unit-warnings, r=nikomatsakisCorey Farwell-0/+51
2017-02-05Auto merge of #38103 - zackmdavis:lint_errors_resulting_from_lint_groups_or_w...bors-45/+12
2017-02-05Move derive macro expansion into the MacroExpanderJosh Driver-6/+8
2017-02-05Rename CustomDerive to ProcMacroDerive for macros 1.1Josh Driver-1/+1