about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2018-11-30Allow `let` bindings everywhereOliver Scherer-210/+22
2018-11-30Remove a bunch of now-unnecessary `const_let` feature gatesOliver Scherer-16/+0
2018-11-30Update a test's diagnosticsOliver Scherer-39/+6
2018-11-30Changed test for issue 56202 to compile-pass.Alexander Regueiro-7/+4
2018-11-30Fix ICE with feature self_struct_ctorEsteban Küber-0/+22
2018-11-29Fix broken testsvarkor-1/+4
2018-11-29Rollup merge of #56330 - estebank:cleanup-span, r=zackmdavisGuillaume Gomez-4/+4
2018-11-29Rollup merge of #56114 - varkor:nonexhaustive-backticks, r=nikomatsakisGuillaume Gomez-4/+4
2018-11-28Clean up span in non-trailing `..` suggestionEsteban Küber-4/+4
2018-11-27Auto merge of #55402 - estebank:macro-eof-2, r=nikomatsakisbors-2/+2
2018-11-25Rollup merge of #56211 - petrochenkov:fwd, r=petrochenkovPietro Albini-3/+20
2018-11-25Rollup merge of #56204 - estebank:suggest-variant, r=zackmdavisPietro Albini-6/+5
2018-11-25Rollup merge of #56045 - qnighy:additional-sizedness, r=cramertjPietro Albini-41/+9
2018-11-25resolve: Fix bad span arithmetics in import conflict diagnosticsVadim Petrochenkov-3/+20
2018-11-25Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakisbors-6/+6
2018-11-24Suggest correct enum variant on typoEsteban Küber-6/+5
2018-11-23Reword incorrect macro invocation primary labelEsteban Küber-2/+2
2018-11-23Auto merge of #55808 - estebank:type-arguments, r=petrochenkovbors-7/+13
2018-11-22Do not point at associated types from other cratesEsteban Küber-25/+0
2018-11-22Reword and fix testEsteban Küber-7/+7
2018-11-22Point at the associated type's def spanEsteban Küber-0/+31
2018-11-21add compile-pass annotationNiko Matsakis-0/+2
2018-11-21add regression testNiko Matsakis-0/+13
2018-11-21Enclose type in backticks for "reached the recursion limit while auto-derefer...varkor-2/+2
2018-11-21Check arg/ret sizedness at ExprKind::Path.Masaki Hara-41/+9
2018-11-20Enclose type in backticks for "non-exhaustive patterns" errorvarkor-2/+2
2018-11-19Auto merge of #56051 - pietroalbini:rollup, r=pietroalbinibors-21/+71
2018-11-19Rollup merge of #56007 - RalfJung:non-const-call, r=oli-obkPietro Albini-4/+37
2018-11-18Rollup merge of #55894 - RalfJung:validation-enums, r=oli-obkPietro Albini-1/+1
2018-11-18Rollup merge of #55862 - zackmdavis:but_will_they_come_when_you_call_them, r=...Pietro Albini-16/+33
2018-11-18Remove mir::StatementKind::EndRegionMatthew Jasper-6/+6
2018-11-18resolve: Avoid sentence breaks in diagnosticsVadim Petrochenkov-17/+17
2018-11-18resolve: Tweak some articles in ambiguity diagnosticsVadim Petrochenkov-7/+7
2018-11-16adjust remaining testsRalf Jung-4/+37
2018-11-15fix other affected testsRalf Jung-1/+1
2018-11-14add test for issue #54348Andy Russell-0/+21
2018-11-14add test for issue #55587Andy Russell-0/+14
2018-11-10in which the E0618 "expected function" diagnostic gets a makeoverZack M. Davis-16/+33
2018-11-11Rollup merge of #55800 - estebank:abolish-ice-for-lifetime, r=oli-obkPietro Albini-0/+72
2018-11-11Rollup merge of #55687 - alexreg:fix-24010, r=scalexmPietro Albini-0/+27
2018-11-10Auto merge of #55717 - oli-obk:rustdoc_overflow, r=pnkfelixbors-1/+2
2018-11-10Auto merge of #55626 - nikic:update-emscripten, r=alexcrichtonbors-1/+1
2018-11-08Sidestep ICE in `type_of_def_id()` when called from `return_type_impl_trait`Esteban Küber-0/+72
2018-11-08Auto merge of #55532 - pnkfelix:rustc_error-survey, r=nikomatsakisbors-480/+142
2018-11-07Added tests.Alexander Regueiro-0/+27
2018-11-07Rollup merge of #55730 - estebank:impl-trait-arg-mismatch, r=varkorkennytm-0/+27
2018-11-07Removed `#[rustc_error]` from tests that are all `// compile-pass`.Felix S. Klock II-480/+142
2018-11-07Rollup merge of #55688 - alexreg:move-issue-tests, r=estebankkennytm-41/+712
2018-11-06Use trait impl method span when type param mismatch is due to impl TraitEsteban Küber-0/+27
2018-11-06Bubble up an overflow error so that rustdoc can ignore itOliver Scherer-1/+2