1. 28 Jul, 2016 6 commits
  2. 27 Jul, 2016 3 commits
  3. 26 Jul, 2016 5 commits
  4. 25 Jul, 2016 2 commits
  5. 15 Jul, 2016 2 commits
  6. 14 Jul, 2016 1 commit
  7. 13 Jul, 2016 1 commit
    • Jon Skeet's avatar
      Implement RepeatedField.AddRange (#1733) · 042993b3
      Jon Skeet authored
      * Improve exception throwing implementation in collections
      
      * Implement RepeatedField.AddRange.
      
      This fixes issue #1730.
      
      * Optimize AddRange for sequences implementing ICollection
      
      (Also fix a few more C# 6-isms.)
      
      * Remove the overload for Add(RepeatedField<T>)
      
      We now just perform the optimization within AddRange itself.
      
      This is a breaking change in terms of "drop in the DLL", but is
      source compatible, which should be fine.
      042993b3
  8. 12 Jul, 2016 4 commits
  9. 10 Jul, 2016 2 commits
  10. 09 Jul, 2016 1 commit
  11. 08 Jul, 2016 3 commits
  12. 07 Jul, 2016 7 commits
  13. 06 Jul, 2016 3 commits