1. 01 3月, 2018 1 次提交
  2. 14 2月, 2018 1 次提交
  3. 10 2月, 2018 1 次提交
  4. 09 2月, 2018 2 次提交
  5. 08 2月, 2018 3 次提交
  6. 06 2月, 2018 1 次提交
  7. 01 2月, 2018 1 次提交
  8. 29 1月, 2018 6 次提交
  9. 28 1月, 2018 8 次提交
  10. 27 1月, 2018 1 次提交
  11. 24 1月, 2018 1 次提交
    • E
      Create `StructuredDiagnostic` · 3dac0f5a
      Esteban Küber 提交于
      Create the concept of an `StructuredDiagnostic` that is self-contained
      with enough knowledge of all variables to create a `DiagnosticBuilder`,
      including different possible versions (one line output and expanded
      explanations).
      3dac0f5a
  12. 23 1月, 2018 3 次提交
  13. 16 1月, 2018 1 次提交
  14. 08 1月, 2018 1 次提交
  15. 07 1月, 2018 1 次提交
  16. 04 1月, 2018 1 次提交
  17. 26 12月, 2017 3 次提交
  18. 22 12月, 2017 1 次提交
    • E
      Do not emit type errors on recovered blocks · aaf3e318
      Esteban Küber 提交于
      When a parse error occurs on a block, the parser will recover and create
      a block with the statements collected until that point. Now a flag
      stating that a recovery has been performed in this block is propagated
      so that the type checker knows that the type of the block (which will be
      identified as `()`) shouldn't be checked against the expectation to
      reduce the amount of irrelevant diagnostic errors shown to the user.
      aaf3e318
  19. 21 12月, 2017 3 次提交