summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2020-10-03Better handling for exponential-sized types in misc placesValerii Lashmanov-7/+11
2020-10-03Only visit types once when walking the type treeValerii Lashmanov-5/+9
2020-10-02Revert "Promote missing_fragment_specifier to hard error"Mark Rousskov-0/+5
2020-10-02Revert "Move macro test to ui/macros"Mark Rousskov-0/+14
2020-08-22Use smaller def span for functionsAaron Hill-104/+34
2020-08-20Don't immediately error for cycles during normalizationMatthew Jasper-6/+6
2020-08-19Rollup merge of #75658 - tgnottingham:issue-75599, r=estebankYuki Okushi-0/+24
2020-08-18Don't emit "is not a logical operator" error outside of associative expressionsTyson Nottingham-0/+24
2020-08-18Move macro test to ui/macrosAleksey Kladov-19/+0
2020-08-16Rollup merge of #75177 - JohnTitor:broken-mir-test, r=eddybTyler Mandry-0/+205
2020-08-16Auto merge of #75536 - estebank:e0255-suggestion, r=varkorbors-15/+15
2020-08-14Rollup merge of #75509 - estebank:coming-merrily-from-java-land, r=lcnrTyler Mandry-5/+36
2020-08-14Tweak output of E0225Esteban Küber-15/+15
2020-08-14review comment: suggestion message wordingEsteban Küber-2/+2
2020-08-13Rollup merge of #75319 - estebank:format-ice, r=eddybTyler Mandry-0/+13
2020-08-13Tweak suggestion for `this` -> `self`Esteban Küber-5/+36
2020-08-13Rollup merge of #75449 - RalfJung:const-prop-test, r=wesleywiserYuki Okushi-0/+14
2020-08-12add regression test for #74739 (mir const-prop bug)Ralf Jung-0/+14
2020-08-11Detect tuple variants used as struct pattern and suggest correct patternEsteban Küber-5/+11
2020-08-11Rollup merge of #75352 - estebank:incorrect-tuple-struct-pat, r=oli-obkYuki Okushi-8/+5
2020-08-10Auto merge of #74005 - estebank:type-ascription-redux, r=petrochenkovbors-13/+2
2020-08-10Do not suggest similarly named enclosing itemEsteban Küber-13/+2
2020-08-10Tweak ordering of suggestionsEsteban Küber-5/+5
2020-08-10Auto merge of #74953 - JulianKnodt:master, r=lcnrbors-1/+1
2020-08-09Tweak conditions for E0026 and E0769Esteban Küber-8/+5
2020-08-10Rollup merge of #75350 - estebank:foreign-fn-with-body-ice, r=davidtwcoYuki Okushi-0/+24
2020-08-09Do not ICE when lowering invalid extern fn with bodiesEsteban Küber-0/+24
2020-08-09Blessed old test where error message had changedkadmin-1/+1
2020-08-08Detect likely `for foo of bar` JS syntaxEsteban Küber-1/+11
2020-08-08Fix ICE #75307 in `format`Esteban Küber-0/+13
2020-08-05Add regression test for issue-66768Yuki Okushi-0/+205
2020-08-03Auto merge of #75076 - tmiasko:simplify-goto, r=oli-obkbors-0/+7
2020-08-02Auto merge of #74948 - lzutao:stalize-result-as-deref, r=dtolnaybors-45/+3
2020-08-03Fix change detection in CfgSimplifier::collapse_goto_chainTomasz Miąsko-0/+7
2020-08-02Rollup merge of #75064 - petrochenkov:llvmtarg, r=Mark-SimulacrumManish Goregaokar-0/+3
2020-08-02Auto merge of #74963 - JohnTitor:ptn-ice, r=petrochenkovbors-35/+44
2020-08-02compiletest: Support ignoring tests requiring missing LLVM componentsVadim Petrochenkov-0/+3
2020-08-02Auto merge of #74785 - euclio:deprecation-kinds, r=petrochenkovbors-2/+2
2020-08-01Auto merge of #74717 - davidtwco:issue-74636-polymorphized-closures-inherited...bors-0/+1
2020-07-31interp: needs_subst -> ensure_monomorphic_enoughDavid Wood-0/+1
2020-07-31Stabilize as_deref and as_deref on ResultLzu Tao-7/+3
2020-07-31Remove as_deref_err and as_deref_mut_err from ResultLzu Tao-38/+0
2020-07-31Fix ICEs with `@ ..` bindingYuki Okushi-2/+44
2020-07-31Revert "Fix an ICE on an invalid `binding @ ...` in a tuple struct pattern"Yuki Okushi-33/+0
2020-07-28Make closures and generators a must use typesTomasz Miąsko-2/+24
2020-07-27mv std libs to library/mark-12/+12
2020-07-27Handle trait/projection predicates with bound regions correctlyMatthew Jasper-1/+1
2020-07-27Auto merge of #74817 - JohnTitor:rollup-0fchdye, r=JohnTitorbors-2/+1
2020-07-27Rollup merge of #74750 - oli-obk:logging_and_test_cleanups, r=JohnTitorYuki Okushi-2/+1
2020-07-27Auto merge of #74737 - smmalis37:astconv-factor, r=davidtwcobors-1/+1