about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-02-28Make transmuting from fn item types to pointer-sized types a hard error.Eduard Burtescu-50/+48
2017-02-25rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body.Eduard-Mihai Burtescu-24/+35
2017-02-25rustc_const_eval: always demand typeck_tables for evaluating constants.Eduard-Mihai Burtescu-145/+96
2017-02-25rustc_typeck: rework coherence to be almost completely on-demand.Eduard-Mihai Burtescu-4/+13
2017-02-25rustc: allow handling cycle errors gracefully in on-demand.Eduard-Mihai Burtescu-0/+1
2017-02-25rustc_typeck: hook up collect and item/body check to on-demand.Eduard-Mihai Burtescu-29/+8
2017-02-25rustc_typeck: don't use Result for get_type_parameter_bounds and ensure_super...Eduard-Mihai Burtescu-5/+13
2017-02-25rustc: move the actual values of enum discriminants into a map.Eduard-Mihai Burtescu-12/+12
2017-02-25rustc_typeck: simplify AstConv requests as implemented by collect.Eduard-Mihai Burtescu-13/+15
2017-02-25rustc: store type parameter defaults outside of ty::Generics.Eduard-Mihai Burtescu-6/+7
2017-02-25Rollup merge of #40035 - er-1:master, r=alexcrichtonEduard-Mihai Burtescu-0/+6
2017-02-25Rollup merge of #40027 - cramertj:stabilize_static_recursion, r=nrcEduard-Mihai Burtescu-67/+0
2017-02-25Rollup merge of #40025 - est31:master, r=eddybEduard-Mihai Burtescu-0/+69
2017-02-25Rollup merge of #39980 - arielb1:privately-uninhabited, r=nikomatsakisEduard-Mihai Burtescu-7/+33
2017-02-25Rollup merge of #39945 - petrochenkov:llvmtarg, r=alexcrichtonEduard-Mihai Burtescu-2/+2
2017-02-25Rollup merge of #39905 - estebank:useless-error, r=arielb1Eduard-Mihai Burtescu-4/+4
2017-02-25Rollup merge of #39864 - cramertj:normalize-breaks, r=nikomatsakisEduard-Mihai Burtescu-2/+56
2017-02-24Review changesest31-5/+5
2017-02-23Two more testsest31-0/+69
2017-02-23use a more conservative inhabitableness ruleAriel Ben-Yehuda-3/+3
2017-02-22Ignore ASM tests on powerpcer-1-0/+6
2017-02-21Stabilize static_recursionTaylor Cramer-67/+0
2017-02-21Auto merge of #39765 - GuillaumeGomez:file-not-found-for-module-error, r=jsey...bors-0/+42
2017-02-20check_match: don't treat privately uninhabited types as uninhabitedAriel Ben-Yehuda-7/+33
2017-02-20Rollup merge of #39913 - nikomatsakis:inference-error, r=pnkfelixCorey Farwell-4/+1
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