summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2018-03-15Properly handle collecting default impls of methods with lifetime parameters.Michael Woerister-0/+31
2018-03-15Stabilize `inclusive_range` library feature.kennytm-26/+1
2018-03-14Reword E0044 and message for `!Send` typesEsteban Küber-31/+38
2018-03-14Add backticks to `main` not found errors.Eric Huss-4/+4
2018-03-14Add note about fallback to `!: !Trait` errorAndrew Cann-0/+41
2018-03-14Make coerce_never lint an errorAndrew Cann-17/+5
2018-03-14stabilise feature(never_type)Andrew Cann-17/+7
2018-03-14remove defaulting to unitAndrew Cann-38/+0
2018-03-12Auto merge of #48770 - bobtwinkles:two_phase_borrows_rewrite, r=pnkfelixbors-17/+19
2018-03-10Rename ignored_generic_bounds -> type_alias_boundsRalf Jung-3/+3
2018-03-10Auto merge of #47574 - zilbuz:issue-14844, r=nikomatsakisbors-7/+7
2018-03-09Remove added two-phase-borrows flagbobtwinkles-1/+1
2018-03-09Fix tests after two-phase borrow rewritebobtwinkles-1/+1
2018-03-09Complete re-implementation of 2-phase borrowsbobtwinkles-1/+0
2018-03-09Finally start down the right pathbobtwinkles-16/+19
2018-03-09Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkovbors-10/+13
2018-03-09test: ignore asm tests on mips* which won't workJames Cowgill-0/+10
2018-03-08Update testsBasile Desloges-7/+7
2018-03-08borrowck-asm: enable on mipsJames Cowgill-1/+3
2018-03-08Unify the const folding errorsOliver Schneider-91/+80
2018-03-08Update compile-fail testsOliver Schneider-89/+24
2018-03-08Update testsOliver Schneider-24/+28
2018-03-08Update testsOliver Schneider-0/+24
2018-03-08Update testsOliver Schneider-48/+64
2018-03-08Adjust tests to changed const err lintsOliver Schneider-27/+47
2018-03-08Adjust tests to more aggressive const err lintingOliver Schneider-0/+24
2018-03-08Report errors in statics during collecting instead of translatingOliver Schneider-1/+1
2018-03-08Reduce noise in error reportingOliver Schneider-1/+0
2018-03-08Nuke ConstInt and Const*sizeOliver Schneider-0/+1
2018-03-08Add InterpretInterner to StableHashingContext for AllocId serializationOliver Schneider-2/+5
2018-03-08Codegen testsOliver Schneider-0/+1
2018-03-08Fully use miri in transOliver Schneider-292/+395
2018-03-08Nuke the entire ctfe from orbit, it's the only way to be sureOliver Schneider-18/+17
2018-03-07check stability of macro invocationsAustin Bonander-0/+38
2018-03-06make bounds on higher-kinded lifetimes a hard error in ast_validationRalf Jung-5/+20
2018-03-02Update compile fail test error messagesJonathan Behrens-4/+4
2018-02-28Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakisManish Goregaokar-0/+1
2018-02-28Auto merge of #48056 - ExpHP:macro-commas, r=dtolnaybors-0/+121
2018-02-27update compile-fail tests; remove now redundant issue-39122.rsRalf Jung-19/+7
2018-02-25Rollup merge of #48302 - mark-i-m:markim_macro-test, r=aturonkennytm-53/+0
2018-02-24Rollup merge of #48481 - Manishearth:dyn-paren, r=petrochenkovManish Goregaokar-5/+0
2018-02-24Rollup merge of #48197 - bobtwinkles:two_phase_borrow_on_ops, r=nikomatsakisManish Goregaokar-53/+0
2018-02-24Rollup merge of #48061 - nikomatsakis:nll-do-not-run-mir-typeck-twice, r=eddybManish Goregaokar-8/+4
2018-02-24Rollup merge of #48317 - ExpHP:unused-unsafe-is-no-fn, r=estebankManish Goregaokar-0/+39
2018-02-24Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddybManish Goregaokar-5/+2
2018-02-24Rollup merge of #48084 - cramertj:impl-trait-errors, r=nikomatsakisManish Goregaokar-40/+3
2018-02-24Rollup merge of #47987 - Zoxc:rm-recursion-checking, r=eddybManish Goregaokar-49/+20
2018-02-23Add testManish Goregaokar-5/+0
2018-02-23Silence warning in testManish Goregaokar-0/+1
2018-02-23Rollup merge of #48221 - rkruppe:improve-ctypes-lint, r=estebankManish Goregaokar-110/+22