summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-04-20Avoid type-checking addition and indexing twice.Eduard-Mihai Burtescu-0/+32
2017-04-04Ensure that macro resolutions in trait positions get finalized.Jeffrey Seyfried-0/+16
2017-04-02keep the AST node-id when lowering ExprKind::RangeAriel Ben-Yehuda-0/+16
2017-04-01store a copy of the Issue32230 info within TypeErrorAriel Ben-Yehuda-0/+21
2017-03-31Revert "Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakis"Niko Matsakis-0/+36
2017-03-12Auto merge of #40340 - petrochenkov:restricted, r=nikomatsakisbors-16/+11
2017-03-11Rollup merge of #40319 - eddyb:it's-"unsize"-not-"unsound", r=nikomatsakisAriel Ben-Yehuda-13/+84
2017-03-10Update syntax for `pub(restricted)`Vadim Petrochenkov-16/+11
2017-03-10Point to enclosing block/fn on nested unsafeEsteban Küber-66/+0
2017-03-09Use subtyping on the target of unsizing coercions.Eduard-Mihai Burtescu-13/+13
2017-03-08Rollup merge of #40296 - topecongiro:add-missing-tests, r=alexcrichtonAriel Ben-Yehuda-0/+49
2017-03-08Rollup merge of #40279 - gibfahn:test-unwind, r=est31Ariel Ben-Yehuda-0/+72
2017-03-08Disallow subtyping between T and U in T: Unsize<U>.Eduard-Mihai Burtescu-0/+71
2017-03-08Auto merge of #39713 - estebank:issue-39698, r=jonathandturnerbors-8/+12
2017-03-07Add tests for issues with the 'E-needtest' label.topecongiro-0/+49
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