about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-06-19Rollup merge of #73334 - ayazhafiz:err/num-type-cannot-fit, r=estebankManish Goregaokar-0/+415
2020-06-19Rollup merge of #73300 - crlf0710:crate_level_only_check, r=petrochenkovManish Goregaokar-1/+85
2020-06-19Rollup merge of #73261 - estebank:generics-sized, r=nikomatsakisManish Goregaokar-0/+220
2020-06-19Rollup merge of #73257 - davidtwco:issue-73249-improper-ctypes-projection, r=...Manish Goregaokar-0/+182
2020-06-19Rollup merge of #73280 - GuillaumeGomez:add-e0763, r=petrochenkovRalf Jung-2/+3
2020-06-19Rollup merge of #73044 - tmiasko:compiletest-san, r=nikomatsakisRalf Jung-11/+12
2020-06-19Rollup merge of #72280 - nbdd0121:typeck, r=nikomatsakisRalf Jung-0/+46
2020-06-19ty: simplify `transparent_newtype_field`David Wood-0/+24
2020-06-19lint: prohibit fields with opaque typesDavid Wood-0/+116
2020-06-19ty: projections in `transparent_newtype_field`David Wood-0/+42
2020-06-19Rollup merge of #73305 - crlf0710:disallow_loading_monsters, r=petrochenkovRalf Jung-0/+45
2020-06-19Rollup merge of #72497 - RalfJung:tag-term, r=oli-obkRalf Jung-9/+9
2020-06-19Rollup merge of #72331 - oddg:forbid-cast-of-cenum-implementing-drop, r=matth...Ralf Jung-0/+34
2020-06-19Auto merge of #73486 - Manishearth:rollup-11iyqpc, r=Manishearthbors-362/+724
2020-06-18Rollup merge of #73361 - estebank:non-primitive-cast, r=davidtwcoManish Goregaokar-101/+113
2020-06-18Rollup merge of #73320 - estebank:type-param-sugg-more, r=davidtwcoManish Goregaokar-1/+36
2020-06-18Rollup merge of #72804 - estebank:opaque-missing-lts-in-fn-2, r=nikomatsakisManish Goregaokar-161/+368
2020-06-18Rollup merge of #71976 - mibac138:let-recovery, r=estebankManish Goregaokar-0/+28
2020-06-18Rollup merge of #71338 - estebank:recursive-impl-trait, r=nikomatsakisManish Goregaokar-99/+179
2020-06-18Auto merge of #73446 - ecstatic-morse:issue-73431, r=pnkfelixbors-0/+29
2020-06-18Implement crate level only lints checking.Charles Lew-1/+85
2020-06-18Auto merge of #73065 - Amanieu:tls-fix, r=oli-obkbors-0/+14
2020-06-17Add regression test for #73431Dylan MacKenzie-0/+29
2020-06-16fixup! Note numeric literals that can never fit in an expected typeAyaz Hafiz-10/+2
2020-06-16fixup! Note numeric literals that can never fit in an expected typeAyaz Hafiz-125/+25
2020-06-16Suggest new type param on single char identEsteban Küber-7/+28
2020-06-16Provide `help` when `T: ?Sized` can't be suggestedEsteban Küber-1/+109
2020-06-16fixup! Note numeric literals that can never fit in an expected typeAyaz Hafiz-1/+416
2020-06-16Disallow loading crates with non-ascii identifier name.Charles Lew-0/+45
2020-06-16Update ui testsGuillaume Gomez-2/+3
2020-06-15Adjust error messageoddg-2/+2
2020-06-15Account for derived obligations to suggest `?Sized` boundEsteban Küber-0/+36
2020-06-15Suggest `?Sized` when applicable for ADTsEsteban Küber-0/+76
2020-06-15review commentsEsteban Küber-25/+25
2020-06-15Expand "recursive opaque type" diagnosticEsteban Küber-99/+179
2020-06-15Change E0758 to E0759 to avoid conflict with #72912Esteban Küber-37/+37
2020-06-15small tweaksEsteban Küber-25/+16
2020-06-15Register new eror codeEsteban Küber-4/+15
2020-06-15Use note for requirement source spanEsteban Küber-35/+75
2020-06-15review comments: wordingEsteban Küber-54/+54
2020-06-15Tweak wording and add error codeEsteban Küber-78/+78
2020-06-15Tweak output for overlapping required/captured spansEsteban Küber-66/+11
2020-06-15Move overlapping span to a noteEsteban Küber-45/+69
2020-06-15Reduce verbosity of suggestion message and mention lifetime in labelEsteban Küber-46/+48
2020-06-15When `'static` is explicit, suggest constraining argument with itEsteban Küber-114/+158
2020-06-15Suggest substituting `'static` lifetime in impl/dyn `Trait + 'static` return ...Esteban Küber-13/+163
2020-06-15Tweak "non-primitive cast" errorEsteban Küber-101/+113
2020-06-15Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJungbors-79/+160
2020-06-15Rollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obkRalf Jung-32/+35
2020-06-15Rollup merge of #72740 - estebank:recursive-indirection, r=matthewjasperRalf Jung-47/+125