about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2019-04-08Update test cases for changes to error messagesIsaac Whitfield-12/+3
2019-04-07Improvement for comparision against fnrchaser53-0/+33
2019-04-01Refactor async fn return type loweringTaylor Cramer-0/+68
2019-03-30Rollup merge of #59453 - estebank:recover-tuple-parse, r=petrochenkovMazdak Farrokhzad-4/+47
2019-03-29Rollup merge of #59467 - hgallagher1993:local_branch, r=estebankMazdak Farrokhzad-50/+102
2019-03-28Add check for when left and right overlap and change span for explanation to ...hgallagher1993-8/+6
2019-03-28Rollup merge of #59408 - euclio:compiletest-normalization, r=oli-obkMazdak Farrokhzad-1/+1
2019-03-28Recover from parse error in tuple syntaxEsteban Küber-4/+47
2019-03-27Rollup merge of #57565 - petrochenkov:turbowarn, r=CentrilJosh Stone-15/+3
2019-03-27Better diagnostic for binary operation on BoxedValueshgallagher1993-50/+104
2019-03-26Rollup merge of #59150 - estebank:type-ascription, r=varkorMazdak Farrokhzad-0/+34
2019-03-25Auto merge of #59242 - euclio:asm-ice, r=nagisabors-0/+27
2019-03-25Auto merge of #59240 - euclio:struct-field-span, r=oli-obkbors-5/+5
2019-03-25compiletest: make path normalization smarterAndy Russell-1/+1
2019-03-24make asm diagnostic instruction optionalAndy Russell-0/+27
2019-03-24Auto merge of #59199 - estebank:untrack-errors, r=eddybbors-1/+5
2019-03-23Fix span after rebaseEsteban Küber-3/+1
2019-03-23Mark duplicate import removal suggestion tool onlyEsteban Küber-4/+0
2019-03-23Hide obvious suggestion from cli outputEsteban Küber-17/+7
2019-03-23Tweak unnecessary import suggestionEsteban Küber-16/+8
2019-03-23Tweak unsupported negative trait bounds messageEsteban Küber-1/+2
2019-03-23Swap const evaluation lint spans to point at problem in primary spanEsteban Küber-2/+2
2019-03-23Tweak spans for E0599Esteban Küber-56/+30
2019-03-23syntax: Remove warning for unnecessary path disambiguatorsVadim Petrochenkov-15/+3
2019-03-22Continue running after `typeck_item_bodies` has failedEsteban Küber-1/+5
2019-03-22Reword type ascription note to reduce verbosityEsteban Küber-12/+2
2019-03-22Review commentEsteban Küber-2/+2
2019-03-22Expand suggestions for type ascription parse errorsEsteban Küber-0/+44
2019-03-23Auto merge of #58929 - estebank:elide-object, r=zackmdavisbors-0/+33
2019-03-22Rollup merge of #59321 - varkor:unify-E0109-E0110-E0111, r=davidtwcoMazdak Farrokhzad-2/+2
2019-03-22Rollup merge of #59190 - greg-kargin:master, r=sanxiynMazdak Farrokhzad-6/+6
2019-03-22Auto merge of #59031 - estebank:recover-from-comaless, r=petrochenkovbors-17/+14
2019-03-21Auto merge of #58981 - estebank:elseless-if, r=davidtwcobors-1/+9
2019-03-20Update testsvarkor-2/+2
2019-03-18Auto merge of #58872 - rep-nop:diagnostic-fix-56031, r=petrochenkovbors-0/+14
2019-03-17Auto merge of #59250 - bovinebuddha:filter_ui_revision_tests, r=petrochenkovbors-48/+48
2019-03-17Updated UI test output to remove test annotations for revisionsMathias Blikstad-48/+48
2019-03-16parse full visibility when recoveringEsteban Küber-2/+10
2019-03-16Recover from incorrect `pub` kw in "reasonable" placesEsteban Küber-24/+4
2019-03-16Recover from missing comma between enum variantsEsteban Küber-12/+21
2019-03-16use the identifier span for missing struct fieldAndy Russell-5/+5
2019-03-16Rollup merge of #59118 - seanmonstar:alias-where-self-ice, r=alexregkennytm-0/+25
2019-03-16Rollup merge of #59079 - euclio:macro-semi, r=estebankkennytm-2/+10
2019-03-16fix testsGrigorii Kargin-6/+6
2019-03-15Elide object safety errors on non-existent trait functionEsteban Küber-0/+33
2019-03-15rustc: print ExistentialProjection with spaces around `=`, e.g. `dyn Foo<A = ...Eduard-Mihai Burtescu-7/+7
2019-03-15rustc: provide DisambiguatedDefPathData in ty::print.Eduard-Mihai Burtescu-14/+14
2019-03-15rustc: print elided regions as '_ instead of nothing, and use a separate chec...Eduard-Mihai Burtescu-2/+2
2019-03-15rustc_mir: adjust the type_length_limit diagnostic to be more useful.Eduard-Mihai Burtescu-3/+3
2019-03-15rustc: pass Option<&Substs> and Namespace around in ty::item_path.Eduard-Mihai Burtescu-9/+9