1. 18 Jul, 2016 5 commits
  2. 17 Jul, 2016 1 commit
  3. 16 Jul, 2016 1 commit
  4. 15 Jul, 2016 1 commit
  5. 14 Jul, 2016 1 commit
  6. 13 Jul, 2016 5 commits
  7. 12 Jul, 2016 4 commits
  8. 11 Jul, 2016 5 commits
  9. 08 Jul, 2016 5 commits
  10. 07 Jul, 2016 3 commits
  11. 06 Jul, 2016 3 commits
  12. 05 Jul, 2016 1 commit
    • Emmanuel Odeke's avatar
      encoding/gob: document Encode, EncodeValue nil pointer panics · 5a9d5c37
      Emmanuel Odeke authored
      Fixes #16258.
      
      Docs for Encode and EncodeValue do not mention that
      nil pointers are not permitted hence we panic,
      because Gobs encode values yet nil pointers have no value
      to encode. It moves a comment that was internal to EncodeValue
      to the top level to make it clearer to users what to expect
      when they pass in nil pointers.
      Supplements test TestTopLevelNilPointer.
      
      Change-Id: Ie54f609fde4b791605960e088456047eb9aa8738
      Reviewed-on: https://go-review.googlesource.com/24740Reviewed-by: 's avatarAndrew Gerrand <adg@golang.org>
      Run-TryBot: Andrew Gerrand <adg@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      5a9d5c37
  13. 04 Jul, 2016 2 commits
  14. 03 Jul, 2016 1 commit
  15. 02 Jul, 2016 1 commit
  16. 01 Jul, 2016 1 commit