about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-03-06Add missing tests for 'E-needstest' labeled issuestopecongiro-0/+41
2017-03-06Clean up "pattern doesn't bind x" messagesEsteban Küber-8/+12
2017-03-05Add compile-fail test for cfg_target_thread_localGibson Fahnestock-0/+44
2017-03-05Add compile-fail test for unwind_attributesGibson Fahnestock-0/+28
2017-03-05Add compile fail test for stmt_expr_attributestopecongiro-0/+14
2017-03-03Auto merge of #40101 - danobi:feat_gate_test_simd, r=alexcrichtonbors-0/+23
2017-03-03Auto merge of #40178 - arielb1:provide-destructors, r=eddybbors-0/+23
2017-03-02Add compile fail test for SIMDDaniel Xu-0/+23
2017-03-03Auto merge of #39927 - nikomatsakis:incr-comp-skip-borrowck-2, r=eddybbors-4/+31
2017-03-02Auto merge of #40216 - frewsxcv:rollup, r=frewsxcvbors-0/+24
2017-03-02Rollup merge of #40110 - benschreiber:nostackcheck, r=brsonCorey Farwell-0/+16
2017-03-02Add support for x86-interrupt calling conventionPhilipp Oppermann-0/+8
2017-03-02Auto merge of #39655 - durka:recursion-limit-suggestion, r=nikomatsakisbors-57/+0
2017-03-02Rollup merge of #40168 - topecongiro:compile-fail-test-abi-ptx, r=petrochenkovGuillaume Gomez-0/+8
2017-03-01convert AdtDef::destructor to on-demandAriel Ben-Yehuda-0/+23
2017-03-01Auto merge of #34198 - eddyb:you're-a-bad-transmute-and-you-should-feel-bad, ...bors-50/+48
2017-03-01Auto merge of #39419 - jseyfried:simplify_tokentree, r=nrcbors-21/+12
2017-03-01Add compile fail test for abi_ptxtopecongiro-0/+8
2017-02-28Add warning cycle.Jeffrey Seyfried-2/+19
2017-02-28Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token...Jeffrey Seyfried-33/+7
2017-02-28Make transmuting from fn item types to pointer-sized types a hard error.Eduard Burtescu-50/+48
2017-03-01Add compile test for cfg_target_has_atomictopecongiro-0/+86
2017-02-28remove special-case code for statics and just use `borrowck_fn`Niko Matsakis-4/+31
2017-02-28Rollup merge of #40047 - topecongiro:master, r=est31Corey Farwell-0/+24
2017-02-28Add compile fail test for unboxed_closures featuretopecongiro-0/+24
2017-02-25teach rustc about remove_stable_features and removed no-stack-chech feature. ...Ben Schreiber-0/+16
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