1. 15 Nov, 2017 10 commits
  2. 14 Nov, 2017 4 commits
  3. 13 Nov, 2017 4 commits
  4. 12 Nov, 2017 4 commits
  5. 10 Nov, 2017 1 commit
  6. 09 Nov, 2017 3 commits
  7. 06 Nov, 2017 1 commit
  8. 03 Nov, 2017 3 commits
  9. 02 Nov, 2017 1 commit
    • Roman Nekhoroshev's avatar
      Fix a typo in WKT's test suite · da3bfa69
      Roman Nekhoroshev authored
      Hi!
      Sorry for bothering with such a minor thing, but I just noticed and fixed one annoying typo in WKT's test suite:
      `"accpets" -> "accepts"`
      
      Thanks!
      da3bfa69
  10. 01 Nov, 2017 1 commit
    • Jon Skeet's avatar
      Fix merging with message-valued oneof · cbe25059
      Jon Skeet authored
      If messages A and B have the same oneof case, which is a message
      type, and we merge B into A, those sub-messages should be merged.
      
      Fixes #3200.
      
      Note that I haven't regenerated all the code, as some of the protos
      have been changed, breaking generation.
      cbe25059
  11. 30 Oct, 2017 3 commits
  12. 28 Oct, 2017 2 commits
  13. 27 Oct, 2017 1 commit
  14. 26 Oct, 2017 2 commits
    • Paul Yang's avatar
      Reserve unknown in Ruby (#3763) · 23adfeb0
      Paul Yang authored
      * Reserve unknown in ruby
      
      * Revert ruby tests. Wait for cpp impl for conformance test
      
      * Add conformance test for preserving unknown
      
      * Add unknown field conformance test to csharp failure list.
      
      * Fix comments
      
      * Fix comment
      
      * Fix comments
      
      * Fix typo
      
      * Use stringsink_string directly
      
      * Mark hd unused
      
      * Remove unused encodeunknown_handlerfunc
      23adfeb0
    • Jisi Liu's avatar
      Add missing files · a08b03d4
      Jisi Liu authored
      a08b03d4