summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2020-08-20Don't immediately error for cycles during normalizationMatthew Jasper-6/+6
2020-08-07typeck: check for infer before type impls traitDavid Wood-0/+21
2020-07-11Rollup merge of #74240 - da-x:fix-74081, r=ManishearthManish Goregaokar-0/+28
2020-07-11Add the test case mentioned in #74236Dan Aloni-0/+28
2020-07-10Rollup merge of #74109 - nbdd0121:issue-74082, r=petrochenkovManish Goregaokar-0/+28
2020-07-08Avoid "blacklist"Tamir Duberstein-1/+1
2020-07-06Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebankManish Goregaokar-16/+56
2020-07-06Add UI test for issue 74082Gary Guo-0/+28
2020-07-05Rollup merge of #73871 - da-x:private-types-2018-no-extern, r=petrochenkovManish Goregaokar-0/+53
2020-07-02resolve: disallow label use through closure/asyncDavid Wood-7/+144
2020-07-02Audit uses of `span_suggestion_short`Yuki Okushi-16/+56
2020-06-29Fix try_print_visible_def_path for Rust 2018Dan Aloni-2/+2
2020-06-29Add test for issue #56175Dan Aloni-0/+53
2020-06-28Auto merge of #72437 - ecstatic-morse:stabilize-const-if-match, r=oli-obkbors-26/+4
2020-06-28Update testsDylan MacKenzie-13/+2
2020-06-28Update testsDylan MacKenzie-13/+2
2020-06-28Rollup merge of #73817 - jumbatm:rename-to-clashing-extern-declarations, r=pe...Manish Goregaokar-6/+6
2020-06-27Rollup merge of #73708 - Aaron1011:feature/reland-move-fn-self-msg, r=davidtwcoManish Goregaokar-6/+39
2020-06-28Rename the lint to clashing_extern_declarations.jumbatm-6/+6
2020-06-26Rollup merge of #73485 - estebank:dedup-preds, r=nikomatsakisManish Goregaokar-0/+26
2020-06-26Explain move errors that occur due to method calls involving `self`Aaron Hill-6/+39
2020-06-26Show the values and computation that would overflow a const evaluation or pro...Oliver Scherer-72/+72
2020-06-25Rollup merge of #73674 - estebank:op-trait-bound-suggestion, r=davidtwcoManish Goregaokar-2/+7
2020-06-24Suggest type param trait bound for binop only when appropriateEsteban Küber-1/+0
2020-06-24review comments: clean up codeEsteban Küber-1/+1
2020-06-24lints: add `improper_ctypes_definitions`David Wood-0/+6
2020-06-23Tweak binop errorsEsteban Küber-1/+7
2020-06-23Rollup merge of #73601 - Aaron1011:fix/better-mono-overflow-err, r=ecstatic-m...Manish Goregaokar-6/+16
2020-06-23Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisaManish Goregaokar-4/+2
2020-06-23Rollup merge of #72493 - nikomatsakis:move-leak-check, r=matthewjasperManish Goregaokar-50/+39
2020-06-22fix subtle bug in NLL type checkerNiko Matsakis-0/+8
2020-06-22remove snapshot calls from "match" operations during selectNiko Matsakis-0/+2
2020-06-22Point at the call spawn when overflow occurs during monomorphizationAaron Hill-6/+16
2020-06-22Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...Aaron Hill-39/+6
2020-06-22move leak-check to during coherence, candidate evalNiko Matsakis-50/+29
2020-06-22Revert "modify leak-check to track only outgoing edges from placeholders"Niko Matsakis-42/+24
2020-06-22modify leak-check to track only outgoing edges from placeholdersNiko Matsakis-24/+42
2020-06-22Rollup merge of #73502 - GuillaumeGomez:add-e0764, r=estebankDylan DPC-1/+2
2020-06-22Rollup merge of #72623 - da-x:use-suggest-public-path, r=petrochenkovDylan DPC-20/+42
2020-06-21Prefer accessible paths in 'use' suggestionsDan Aloni-20/+42
2020-06-21Update UI testsGuillaume Gomez-1/+2
2020-06-21Auto merge of #70946 - jumbatm:clashing-extern-decl, r=nagisabors-0/+44
2020-06-20Move bounds on associated types to the typeMatthew Jasper-5/+5
2020-06-20Check associated type satisfy their boundsMatthew Jasper-2/+12
2020-06-20Refer just to the issue in the raw ptr cmp diagnostic instead of explaining e...Oliver Scherer-4/+2
2020-06-20Update existing test cases.jumbatm-0/+44
2020-06-19Rollup merge of #73452 - matthewjasper:auto-rec, r=nikomatsakisManish Goregaokar-60/+0
2020-06-19Rollup merge of #73027 - doctorn:issue-72690, r=estebankManish Goregaokar-6/+161
2020-06-19Rollup merge of #72934 - christianpoveda:mut-borrows-in-consts, r=oli-obkManish Goregaokar-20/+11
2020-06-19Rollup merge of #71420 - RalfJung:specialization-incomplete, r=matthewjasperManish Goregaokar-1/+36