1. 27 May, 2019 6 commits
  2. 26 May, 2019 2 commits
  3. 25 May, 2019 3 commits
  4. 21 May, 2019 1 commit
  5. 20 May, 2019 2 commits
  6. 17 May, 2019 4 commits
  7. 16 May, 2019 15 commits
  8. 15 May, 2019 5 commits
  9. 14 May, 2019 2 commits
    • Felix Lange's avatar
      rlp: fixes for two corner cases and documentation (#19527) · 8deec2e4
      Felix Lange authored
      These changes fix two corner cases related to internal handling of types
      in package rlp: The "tail" struct tag can only be applied to the last field.
      The check for this was wrong and didn't allow for private fields after the
      field with the tag. Unsupported types (e.g. structs containing int) which
      implement either the Encoder or Decoder interface but not both 
      couldn't be encoded/decoded.
      
      Also fixes #19367
      8deec2e4
    • Jeremy Schlatter's avatar
      184af72e