about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2022-09-23Restore ignore tagFlorian Bartels-4/+0
2022-09-22Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=...bors-18/+10
2022-09-21Adding needs-unwind for test using panic::catch_unwindAndrew Pollack-2/+3
2022-09-20Move some tests to more reasonable directoriesCaio-87/+0
2022-09-20Add the `#[derive_const]` attributeDeadbeef-2/+12
2022-09-17Use Predicate ConstraintCategory when normalizingJack Huey-0/+6
2022-09-17bless tests againDeadbeef-2/+4
2022-09-16Revert "Use Predicate ConstraintCategory when normalizing"Jack Huey-6/+0
2022-09-16Bless ui tests after typeck code changeDeadbeef-34/+4
2022-09-16bless testsDeadbeef-26/+46
2022-09-13Use Predicate ConstraintCategory when normalizingJack Huey-0/+6
2022-09-13Use tcx.hir() utils for spans in MIR building.Camille GILLOT-3/+3
2022-09-12A SubstitutionPart is not a deletion if it replaces nothing with nothingMichael Goulet-3/+2
2022-09-08Rollup merge of #98933 - oli-obk:opaque_type_late_bound_lifetimes, r=lcnrDylan DPC-1/+2
2022-09-08stop evaluating constants in `Relate`lcnr-33/+5
2022-09-08Clarify some diagnostic messagesOli Scherer-1/+2
2022-09-07Rollup merge of #101486 - asquared31415:invalid_repr_list, r=estebankYuki Okushi-0/+4
2022-09-06add list of recognized repr attributes to the unrecognized repr errorasquared31415-0/+4
2022-09-05Point out when a callable is not actually callable because its return is not ...Michael Goulet-3/+1
2022-09-04Rollup merge of #100647 - obeis:issue-99875, r=nagisaMatthias Krüger-3/+52
2022-09-03Shrink suggestion span of argument mismatch errorMichael Goulet-3/+3
2022-09-01Auto merge of #100707 - dzvon:fix-typo, r=davidtwcobors-1/+1
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-31Rollup merge of #101100 - compiler-errors:generalize-call-suggestions, r=petr...Matthias Krüger-22/+11
2022-08-29Rollup merge of #100898 - compiler-errors:too-many-expr-fields, r=spastorinoMatthias Krüger-4/+0
2022-08-29Make the trait bound is not satisfied specify kindObei Sideg-3/+52
2022-08-28Rollup merge of #101002 - estebank:hashmap-idx, r=davidtwcoMatthias Krüger-1/+4
2022-08-28More descriptive argument placeholdersMichael Goulet-4/+4
2022-08-28Suggest calling when operator types mismatchMichael Goulet-17/+8
2022-08-27Only suggest call on nonexistent fields and methods if they make senseMichael Goulet-3/+1
2022-08-26Rollup merge of #99064 - lyming2007:issue-97687-fix, r=estebankYuki Okushi-2/+2
2022-08-25Do not report too many expr field candidatesMichael Goulet-4/+0
2022-08-25Provide structured suggestion for `hashmap[idx] = val`Esteban Küber-1/+4
2022-08-25Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkovYuki Okushi-4/+2
2022-08-24Rollup merge of #100906 - ChayimFriedman2:map-index-mut, r=davidtwcoMatthias Krüger-0/+1
2022-08-23Stabilize `#![feature(label_break_value)]`Joshua Nelson-4/+2
2022-08-23Suggest alternatives when trying to mutate a `HashMap`/`BTreeMap` via indexingChayim Refael Friedman-0/+1
2022-08-23Improve local generic parameter suggestions.Camille GILLOT-11/+10
2022-08-22bless ui testsNilstrieb-3/+3
2022-08-22Auto merge of #100868 - Dylan-DPC:rollup-a1hfi1r, r=Dylan-DPCbors-6/+1
2022-08-22Rollup merge of #100757 - ouz-a:issue-95134, r=jackh726Dylan DPC-6/+1
2022-08-22Auto merge of #100676 - lcnr:implied-bounds-yay, r=nikomatsakisbors-11/+36
2022-08-21Make check for overlapping closure span more accurateMichael Goulet-27/+1
2022-08-21Adjust messages, address some nitsMichael Goulet-1/+1
2022-08-21Targeted fixes addressing erroneous suggestionsMichael Goulet-5/+1
2022-08-21Comment a bit, use find_ancestor_in_same_ctxt to suppress some weird macro notesMichael Goulet-1/+0
2022-08-21Rework ambiguity errorsMichael Goulet-4/+3
2022-08-21Note closure kind mismatch causeMichael Goulet-1/+9
2022-08-21Do not favor projection type when pointing out arg causing fulfillment errorMichael Goulet-1/+1
2022-08-21Account for relative pathsMichael Goulet-2/+4