1. 14 Nov, 2016 1 commit
  2. 04 Nov, 2016 1 commit
  3. 03 Nov, 2016 1 commit
    • Jon Skeet's avatar
      Change JSON field name formatting · 50a37e01
      Jon Skeet authored
      This affects cases with leading capital letters.
      
      This breaks compatibility with previous C# releases, but
      fixes compatibility with other implementations.
      
      See #2278 for details.
      50a37e01
  4. 10 Oct, 2016 5 commits
  5. 28 Sep, 2016 1 commit
  6. 26 Sep, 2016 1 commit
  7. 23 Sep, 2016 2 commits
  8. 22 Sep, 2016 2 commits
  9. 21 Sep, 2016 1 commit
  10. 20 Sep, 2016 1 commit
  11. 05 Sep, 2016 1 commit
  12. 02 Sep, 2016 1 commit
  13. 16 Aug, 2016 1 commit
  14. 15 Aug, 2016 1 commit
  15. 27 Jul, 2016 2 commits
  16. 25 Jul, 2016 1 commit
  17. 14 Jul, 2016 7 commits
  18. 13 Jul, 2016 3 commits
    • Feng Xiao's avatar
      Update version number to 3.0.0-beta-4 · 932f94e1
      Feng Xiao authored
      932f94e1
    • Feng Xiao's avatar
      Update generated files. · 443eb27c
      Feng Xiao authored
      443eb27c
    • 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
  19. 10 Jul, 2016 1 commit
  20. 08 Jul, 2016 1 commit
    • Jon Skeet's avatar
      Remove unnecessary reflection call · 3df146e1
      Jon Skeet authored
      This is the only call to TypeExtensions.IsValueType, so we can remove
      that method, making the whole type conditionally compiled out for .NET 3.5
      3df146e1
  21. 04 Jul, 2016 1 commit
  22. 28 Jun, 2016 1 commit
  23. 23 Jun, 2016 1 commit
  24. 22 Jun, 2016 1 commit
  25. 21 Jun, 2016 1 commit