1. 31 8月, 2018 1 次提交
  2. 29 8月, 2018 2 次提交
  3. 21 8月, 2018 1 次提交
  4. 18 8月, 2018 1 次提交
  5. 17 8月, 2018 1 次提交
    • F
      Addressed PR Feedback · 8808abb8
      Fredric Silberberg 提交于
      CoalesceAssignment no longer considers IsChecked, as it's not necessary
      for dynamic in these scenarios.
      ICoalesceAssignment is no based on IAssignmentOperation.
      Small logic updates as fallout from testing more dynamic conversion
      scenarios.
      8808abb8
  6. 15 8月, 2018 1 次提交
  7. 13 8月, 2018 1 次提交
  8. 09 8月, 2018 1 次提交
  9. 07 8月, 2018 1 次提交
  10. 03 8月, 2018 1 次提交
  11. 27 7月, 2018 1 次提交
  12. 19 7月, 2018 1 次提交
    • A
      Add new rule for moveability of pointer element expressions (#28527) · 6ca04295
      Andy Gocke 提交于
      When we enabled pointer_element_access to work on fixed sized buffers
      regardless of the movability of the receiver of the buffer access, we
      did not repair the safety rules to prevent leaking a pointer to a
      moveable variable back into the language.
      
      This change adds a new rule, which makes the movability of a
      pointer_element_access on a fixed size buffer dependent on the
      movability of its receiver. This should require the use of a `fixed`
      statement to prevent safety holes.
      
      Fixes #28476
      6ca04295
  13. 18 7月, 2018 2 次提交
  14. 17 7月, 2018 4 次提交
  15. 13 7月, 2018 1 次提交
  16. 11 7月, 2018 1 次提交
  17. 10 7月, 2018 1 次提交
  18. 07 7月, 2018 3 次提交
  19. 06 7月, 2018 1 次提交
  20. 04 7月, 2018 2 次提交
  21. 03 7月, 2018 4 次提交
  22. 01 7月, 2018 1 次提交
  23. 29 6月, 2018 1 次提交
  24. 28 6月, 2018 3 次提交
  25. 27 6月, 2018 3 次提交