about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-08-18Rollup merge of #75613 - estebank:explain-mut-method, r=petrochenkovYuki Okushi-0/+24
2020-08-18Rollup merge of #75578 - 5M1Sec:master, r=oli-obkYuki Okushi-12/+15
2020-08-17Auto merge of #75145 - davidtwco:issue-60607-preallocate-defid-for-lang-items...bors-1/+23
2020-08-17Auto merge of #74940 - oli-obk:const_is_null, r=RalfJungbors-0/+141
2020-08-17Make a test platform independentOliver Scherer-7/+11
2020-08-16Allowing raw ptr dereference in const fn5M1Sec-12/+15
2020-08-16Add explanation for `&mut self` method call when expecting `-> Self`Esteban Küber-0/+24
2020-08-16Rollup merge of #75177 - JohnTitor:broken-mir-test, r=eddybTyler Mandry-0/+205
2020-08-16Rollup merge of #74204 - ayazhafiz:i/74120, r=eddybTyler Mandry-0/+30
2020-08-16hir: simplify `is_range_literal`David Wood-1/+5
2020-08-16hir: introduce `QPath::LangItem`David Wood-73/+1
2020-08-16tests: add test for #61019's current behaviourDavid Wood-0/+90
2020-08-16Auto merge of #75536 - estebank:e0255-suggestion, r=varkorbors-135/+273
2020-08-15Auto merge of #75518 - davidtwco:issue-75326-polymorphization-symbol-mangling...bors-0/+70
2020-08-14Rollup merge of #75513 - estebank:confused-parser, r=davidtwcoTyler Mandry-17/+3
2020-08-15Auto merge of #73851 - matthewjasper:serialize-not-special, r=oli-obkbors-2/+2
2020-08-14polymorphize: `I` used if `T` used in `I: Foo<T>`David Wood-0/+70
2020-08-14Rollup merge of #75511 - estebank:elide-trait-object-lt-error, r=lcnrTyler Mandry-61/+19
2020-08-14Rollup merge of #75509 - estebank:coming-merrily-from-java-land, r=lcnrTyler Mandry-31/+81
2020-08-14Tweak output of E0225Esteban Küber-135/+273
2020-08-14review comment: suggestion message wordingEsteban Küber-2/+2
2020-08-14Fix tests and address review commentsMatthew Jasper-2/+2
2020-08-13Recover gracefully from `struct ` parse errorsEsteban Küber-17/+3
2020-08-13Do not emit E0228 when it is implied by E0106Esteban Küber-61/+19
2020-08-13Suggest adding `&self` when accessing `self` in static assoc `fn`Esteban Küber-26/+45
2020-08-13Rollup merge of #75471 - richkadel:llvm-program-name, r=wesleywiserTyler Mandry-0/+23
2020-08-13Rollup merge of #75319 - estebank:format-ice, r=eddybTyler Mandry-0/+13
2020-08-13Rollup merge of #74650 - estebank:ambiguous-expr-binop, r=eddybTyler Mandry-22/+45
2020-08-13Tweak suggestion for `this` -> `self`Esteban Küber-5/+36
2020-08-13Auto merge of #75443 - lcnr:opaque-normalize, r=nikomatsakisbors-0/+13
2020-08-13Auto merge of #75322 - JulianKnodt:revisions, r=lcnrbors-853/+1325
2020-08-13Rollup merge of #75473 - JulianKnodt:swap_order_oops, r=varkorYuki Okushi-1/+1
2020-08-13Rollup merge of #75449 - RalfJung:const-prop-test, r=wesleywiserYuki Okushi-0/+14
2020-08-13Rollup merge of #75372 - estebank:lt-sugg-in-type, r=lcnrYuki Okushi-2/+188
2020-08-12Flip order of const & typekadmin-1/+1
2020-08-12Change registered "program name" for -Cllvm-args usage messagesRich Kadel-0/+23
2020-08-12Auto merge of #75396 - RalfJung:miri-spans, r=oli-obkbors-19/+16
2020-08-12Update stderr fileskadmin-960/+85
2020-08-12Auto merge of #75354 - estebank:tuple-struct-as-struct-pat, r=petrochenkovbors-13/+33
2020-08-12add regression test for #74739 (mir const-prop bug)Ralf Jung-0/+14
2020-08-12fix span of stack size errorRalf Jung-7/+6
2020-08-12more precise span for erroneous consts during CTFE/MiriRalf Jung-16/+18
2020-08-12bless testsRalf Jung-17/+13
2020-08-12Auto merge of #75321 - estebank:js-goes-gaga, r=davidtwcobors-0/+43
2020-08-12Add missing tests in root const-gen dirkadmin-102/+1182
2020-08-12Add a bunch of revisionskadmin-38/+305
2020-08-12allow escaping bound vars when normalizing `ty::Opaque`Bastian Kauschke-0/+13
2020-08-12Rollup merge of #74960 - nbdd0121:typeck, r=nikomatsakisYuki Okushi-0/+38
2020-08-11Auto merge of #74802 - Mark-Simulacrum:reland-74069, r=nnethercotebors-3/+28
2020-08-11Suggest using `'static` in assoc consts and suggest when multiple lts are neededEsteban Küber-6/+84