1. 16 Nov, 2017 1 commit
  2. 15 Nov, 2017 14 commits
  3. 14 Nov, 2017 4 commits
  4. 13 Nov, 2017 5 commits
  5. 12 Nov, 2017 4 commits
  6. 10 Nov, 2017 1 commit
  7. 09 Nov, 2017 3 commits
  8. 06 Nov, 2017 1 commit
  9. 03 Nov, 2017 3 commits
  10. 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
  11. 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
  12. 30 Oct, 2017 2 commits