about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2018-11-16handle trait objects formed from traits with `Self::Foo: 'a` clausesNiko Matsakis-0/+17
2018-11-16eat CloseDelimAxary-0/+8
2018-11-16change expected error messageAxary-2/+2
2018-11-16add ui testAxary-0/+15
2018-11-16Update stderr fileOliver Scherer-2/+2
2018-11-15Fix stability hole with `static _`Oliver Scherer-0/+33
2018-11-15update closure arg suggesstion ui testcsmoe-10/+28
2018-11-15lint based on closure pipe spancsmoe-0/+2
2018-11-15Rollup merge of #55956 - euclio:issue-55587, r=estebankPietro Albini-0/+35
2018-11-15Rollup merge of #55852 - varkor:dotdotequals-lint, r=zackmdavisPietro Albini-2/+20
2018-11-15Rollup merge of #55781 - pnkfelix:issue-54382-more-precise-spans-for-temps-an...Pietro Albini-0/+63
2018-11-15fix other affected testsRalf Jung-1/+1
2018-11-15do not accept out-of-bounds pointers in enum discriminants, they might be NULLRalf Jung-6/+19
2018-11-15validation: better error when the enum discriminant is UndefRalf Jung-13/+13
2018-11-14Clean up some non-mod-rs stuff.Eric Huss-150/+18
2018-11-14put file and line into miri backtraceRalf Jung-51/+51
2018-11-14add test for issue #54348Andy Russell-0/+21
2018-11-14add test for issue #55587Andy Russell-0/+14
2018-11-14Auto merge of #52153 - csmoe:projeq_normal, r=scalexmbors-0/+1
2018-11-13Auto merge of #55912 - kennytm:rollup, r=kennytmbors-1/+54
2018-11-13Implement `ProjectionEq-Normalize`csmoe-0/+1
2018-11-13Fix ui testsscalexm-6/+6
2018-11-13Use a dummy outlives requirement for `where Type:,` (see #53696)scalexm-2/+2
2018-11-13Bypass ppaux for `Outlives` predicatesscalexm-11/+11
2018-11-13Provide program clauses for builtin typesscalexm-0/+2
2018-11-13Pretty print quantified goals and clausesscalexm-64/+51
2018-11-13Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiserkennytm-1/+1
2018-11-13Rollup merge of #55837 - Centril:spökdata-skall-vara-strukturellt-matchbar, ...kennytm-0/+53
2018-11-13Auto merge of #55589 - oli-obk:min_length_💣, r=pnkfelixbors-1/+1
2018-11-12Auto merge of #55278 - Centril:constification-1, r=alexcrichtonbors-42/+88
2018-11-12miri-engine value visitor update to VariantIdxOliver Scherer-1/+1
2018-11-11Auto merge of #55657 - davidtwco:issue-55651, r=pnkfelixbors-25/+51
2018-11-11Fix typos.Bruce Mitchener-1/+1
2018-11-10in which the E0618 "expected function" diagnostic gets a makeoverZack M. Davis-28/+97
2018-11-11Rollup merge of #55630 - petrochenkov:noprelude, r=Centrilkennytm-1/+25
2018-11-11Rollup merge of #55828 - oli-obk:promotion_strikes_again, r=eddybPietro Albini-0/+74
2018-11-11Rollup merge of #55822 - davidtwco:issue-55394, r=pnkfelixPietro Albini-0/+37
2018-11-11Rollup merge of #55819 - pnkfelix:issue-55810-must-typeck-pats-eagerly, r=oli...Pietro Albini-0/+23
2018-11-11Rollup merge of #55801 - pnkfelix:update-box-insensitivity-test-for-nll, r=da...Pietro Albini-86/+103
2018-11-11Rollup merge of #55800 - estebank:abolish-ice-for-lifetime, r=oli-obkPietro Albini-0/+72
2018-11-11Rollup merge of #55799 - pnkfelix:remove-useless-revisions-marker-from-lint-u...Pietro Albini-202/+52
2018-11-11Rollup merge of #55792 - oli-obk:propsicle, r=RalfJungPietro Albini-0/+28
2018-11-11Rollup merge of #55687 - alexreg:fix-24010, r=scalexmPietro Albini-48/+118
2018-11-10Use non-short suggestion for parenthesised ..=varkor-2/+2
2018-11-10Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lintvarkor-2/+20
2018-11-10Auto merge of #55637 - pnkfelix:issue-55552-dont-attempt-to-ascribe-projectio...bors-0/+31
2018-11-10Auto merge of #55717 - oli-obk:rustdoc_overflow, r=pnkfelixbors-1/+2
2018-11-10make PhantomData #[structural_match].Mazdak Farrokhzad-0/+53
2018-11-10adjust ui/../mod-static-with-const-fn.rsMazdak Farrokhzad-3/+15
2018-11-10Auto merge of #55626 - nikic:update-emscripten, r=alexcrichtonbors-12/+16