1. 13 12月, 2019 1 次提交
  2. 05 12月, 2019 2 次提交
  3. 25 11月, 2019 1 次提交
  4. 06 11月, 2019 1 次提交
  5. 05 11月, 2019 1 次提交
  6. 18 10月, 2019 1 次提交
  7. 17 10月, 2019 1 次提交
  8. 16 10月, 2019 1 次提交
  9. 15 10月, 2019 1 次提交
  10. 10 10月, 2019 2 次提交
  11. 07 10月, 2019 1 次提交
  12. 24 9月, 2019 1 次提交
  13. 20 9月, 2019 2 次提交
  14. 05 9月, 2019 1 次提交
  15. 12 8月, 2019 1 次提交
  16. 16 7月, 2019 1 次提交
  17. 03 7月, 2019 1 次提交
  18. 13 6月, 2019 1 次提交
  19. 07 6月, 2019 1 次提交
  20. 28 5月, 2019 1 次提交
  21. 25 5月, 2019 1 次提交
    • M
      Add `clear` method on DisposableStore · 2197cd09
      Matt Bierner 提交于
      `clear` disposes of all tracked disposables but does not mark the store itself as disposed. If you need a mutatable list of disposables, this allows you to always use `readonly`/`const` disposable stores that can be registered on the base class.
      2197cd09
  22. 24 5月, 2019 1 次提交
    • M
      Clean up some usages of `IDisposable[]` · 0f32f0ef
      Matt Bierner 提交于
      Part of #74250
      
      - Extend `Disposable` in classes where it makes sense
      - Use `DisposableStore` for lists of disposables
      - Make `combinedDisposable` take arguments instead of an array (so that you can't pass in an array and then modify the array after the fact)
      0f32f0ef
  23. 17 5月, 2019 1 次提交
  24. 16 5月, 2019 1 次提交
  25. 21 3月, 2019 1 次提交
  26. 05 3月, 2019 1 次提交
  27. 22 2月, 2019 1 次提交
  28. 13 2月, 2019 3 次提交
  29. 07 2月, 2019 4 次提交
  30. 24 1月, 2019 1 次提交
  31. 17 1月, 2019 2 次提交