1. 14 Jul, 2016 1 commit
  2. 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
  3. 12 Jul, 2016 4 commits
  4. 10 Jul, 2016 2 commits
  5. 09 Jul, 2016 1 commit
  6. 08 Jul, 2016 3 commits
  7. 07 Jul, 2016 7 commits
  8. 06 Jul, 2016 6 commits
  9. 05 Jul, 2016 1 commit
    • Dia Kharrat's avatar
      add nullable qualifier to nil return types · 523bfd4f
      Dia Kharrat authored
      Add the `nullable` qualifier to return types of Objective-C methods that
      can return a nil due to errors. This change makes these methods
      compatible with the Swift 2 try-catch syntax.
      523bfd4f
  10. 04 Jul, 2016 2 commits
  11. 03 Jul, 2016 2 commits
  12. 01 Jul, 2016 6 commits
  13. 30 Jun, 2016 3 commits
  14. 29 Jun, 2016 1 commit