1. 07 12月, 2019 4 次提交
  2. 06 12月, 2019 10 次提交
  3. 05 12月, 2019 4 次提交
  4. 04 12月, 2019 9 次提交
    • G
      Remove potential cfgs duplicates · a8ec6200
      Guillaume Gomez 提交于
      a8ec6200
    • E
      review comments: move test · b5ad0cb0
      Esteban Küber 提交于
      b5ad0cb0
    • A
      Include a span in more `expected...found` notes · 168e35d5
      Aaron Hill 提交于
      In most places, we use a span when emitting `expected...found` errors.
      However, there were a couple of places where we didn't use any span,
      resulting in hard-to-interpret error messages.
      
      This commit attaches the relevant span to these notes, and additionally
      switches over to using `note_expected_found` instead of manually
      formatting the message
      168e35d5
    • E
      Accurately portray raw identifiers in error messages · f6b435d9
      Esteban Küber 提交于
      When refering to or suggesting raw identifiers, refer to them with `r#`.
      
      Fix #65634.
      f6b435d9
    • A
      Disable issue-59756 test for now · a6883c0a
      Aaron Hill 提交于
      Currently, rustfix has no notion of mutually exclusive suggestions. When
      it processes issue-59756, it will attempt to apply two mutually
      exclusive suggestions for the same span, causing an error.
      a6883c0a
    • A
      Emit coercion suggestions in more places · 462f06de
      Aaron Hill 提交于
      Fixes #66910
      
      We have several different kinds of suggestions we can try to make when
      type coercion fails. However, we were previously only emitting these
      suggestions from `demand_coerce_diag`. This resulted in the compiler
      failing to emit applicable suggestions in several different cases, such
      as when the implicit return value of a function had the wrong type.
      
      This commit adds a new `emit_coerce_suggestions` method, which tries to
      emit a number of related suggestions. This method is called from both
      `demand_coerce_diag` and `CoerceMany::coerce_inner`, which covers a much
      wider range of cases than before.
      
      We now suggest using `.await` in more cases where it is applicable,
      among other improvements.
      462f06de
    • O
      rustdoc: Add test for fixed issue · b6b0fd91
      Oliver Middleton 提交于
      b6b0fd91
    • R
      Update missed test. · 911b7d6d
      Reese Williams 提交于
      911b7d6d
    • M
      Fix UI tests for new locations · 68fb218f
      Mark Rousskov 提交于
      68fb218f
  5. 03 12月, 2019 13 次提交