about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
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
2020-06-19add new error codeChristian Poveda-7/+7
2020-06-19update diagnostics for &mut in constantsChristian Poveda-21/+12
2020-06-19Rollup merge of #73300 - crlf0710:crate_level_only_check, r=petrochenkovManish Goregaokar-1/+1
2020-06-19Rollup merge of #73261 - estebank:generics-sized, r=nikomatsakisManish Goregaokar-0/+18
2020-06-19Add fuzzy pointer comparison intrinsicsOliver Scherer-2/+3
2020-06-19Remove the const_raw_ptr_comparison feature gate.Oliver Scherer-5/+4
2020-06-18Rollup merge of #73361 - estebank:non-primitive-cast, r=davidtwcoManish Goregaokar-30/+26
2020-06-18Perform obligation deduplication to avoid buggy `ExistentialMismatch`Esteban Küber-0/+26
2020-06-18Implement crate level only lints checking.Charles Lew-1/+1
2020-06-17Unify region variables when projecting associated typesmatthewjasper-60/+0
2020-06-16Provide `help` when `T: ?Sized` can't be suggestedEsteban Küber-0/+14
2020-06-16bless allRalf Jung-1/+36
2020-06-15Account for derived obligations to suggest `?Sized` boundEsteban Küber-0/+4
2020-06-15Change E0758 to E0759 to avoid conflict with #72912Esteban Küber-2/+2
2020-06-15Register new eror codeEsteban Küber-0/+1
2020-06-15review comments: wordingEsteban Küber-2/+2
2020-06-15Tweak wording and add error codeEsteban Küber-4/+4
2020-06-15Tweak output for overlapping required/captured spansEsteban Küber-6/+1
2020-06-15Move overlapping span to a noteEsteban Küber-4/+6
2020-06-15Reduce verbosity of suggestion message and mention lifetime in labelEsteban Küber-2/+2
2020-06-15When `'static` is explicit, suggest constraining argument with itEsteban Küber-1/+1
2020-06-15Tweak "non-primitive cast" errorEsteban Küber-30/+26
2020-06-15Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJungbors-25/+76
2020-06-15Rollup merge of #72740 - estebank:recursive-indirection, r=matthewjasperRalf Jung-25/+76