1. 19 3月, 2019 6 次提交
  2. 16 3月, 2019 1 次提交
  3. 15 3月, 2019 1 次提交
  4. 08 3月, 2019 1 次提交
  5. 07 3月, 2019 5 次提交
  6. 06 3月, 2019 1 次提交
  7. 04 3月, 2019 2 次提交
  8. 03 3月, 2019 2 次提交
    • C
      Less allocations · acd1ed56
      Cyrus Najmabadi 提交于
      acd1ed56
    • H
      added ability to clear all diagnostics reproted from a IDiagnosticUpd… (#33805) · bee9f73c
      Heejae Chang 提交于
      * added ability to clear all diagnostics reproted from a IDiagnosticUpdateSource
      
      previously IDiagnosticUpdateSource has to clear each diagnostics it reported group by group. that was fine for IDiagnosticUpdateSource that supports incremental update, but some source such as EditAndContinue doesn't support incremental update since their errors (emit errors) come and go as a bulk (whole project). when they update, they need to update everything. so tracking things in group for incremental update is unnecessary for such source.
      
      the new API (Source.Cleared) make it easy for source to clear all diagnostics at once it produced.
      
      * addressing PR feedbacks
      bee9f73c
  9. 02 3月, 2019 4 次提交
  10. 01 3月, 2019 1 次提交
  11. 28 2月, 2019 2 次提交
  12. 27 2月, 2019 2 次提交
  13. 26 2月, 2019 12 次提交