about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2018-03-21termination_trait: Add () example to error messageTyler Mandry-1/+1
2018-03-20typeck: Report main return type errors on return type spanTyler Mandry-14/+0
2018-03-20rename epoch to editionKurtis Nusbaum-4/+4
2018-03-20Match against friendly error messageTyler Mandry-2/+2
2018-03-19Reduce diagnostic verbosity by removing labelsEsteban Küber-4/+2
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-29/+6
2018-03-19update compile-fail tests: fewer warnings because this is now a HIR lintRalf Jung-3/+0
2018-03-19Stabilize termination_traitTyler Mandry-4/+2
2018-03-19Split out termination_trait_test feature gateTyler Mandry-0/+22
2018-03-18add simd_select intrinsicgnzlbg-0/+56
2018-03-17AST: Make renames in imports closer to the sourceVadim Petrochenkov-2/+2
2018-03-17Rollup merge of #48983 - gnzlbg:red, r=alexcrichtonkennytm-0/+82
2018-03-16Auto merge of #48818 - michaelwoerister:issue-47309, r=eddybbors-0/+31
2018-03-16ignore emscriptengnzlbg-0/+1
2018-03-16Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkovbors-0/+38
2018-03-16Auto merge of #49051 - kennytm:rollup, r=kennytmbors-5/+17
2018-03-16Rollup merge of #48875 - jcowgill:mips-test-fixes, r=sanxiynkennytm-1/+13
2018-03-16Rollup merge of #48706 - ehuss:main-not-found-in-crate, r=estebankkennytm-4/+4
2018-03-15add missing min-llvm-versiongnzlbg-0/+5
2018-03-15Auto merge of #47813 - kennytm:stable-incl-range, r=nrcbors-26/+1
2018-03-15add compile fail testsgnzlbg-0/+76
2018-03-15Auto merge of #48138 - estebank:issue-45092, r=nikomatsakisbors-31/+38
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-10code refactor, modify compile-fail testsgaurikholkar-2/+2
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