1. 22 Nov, 2015 2 commits
    • Jon Skeet's avatar
      Tidy up reflection in advance of attempting to implement DynamicMessage. · 72ec3367
      Jon Skeet authored
      There are corner cases where MessageDescriptor.{ClrType,Parser} will return null, and these are now documented. However, normally they *should* be implemented, even for descriptors of for dynamic messages. Ditto FieldDescriptor.Accessor.
      We'll still need a fair amount of work to implement dynamic messages, but this change means that the public API will be remain intact.
      
      Additionally, this change starts making use of C# 6 features in the files that it touches. This is far from exhaustive, and later PRs will have more.
      
      Generated code changes coming in the next commit.
      72ec3367
    • Jon Skeet's avatar
      Merge pull request #994 from jskeet/type-registry · d6202a9b
      Jon Skeet authored
      Added the type registry in advance of implementing Any support.
      d6202a9b
  2. 21 Nov, 2015 1 commit
  3. 20 Nov, 2015 2 commits
  4. 19 Nov, 2015 9 commits
  5. 18 Nov, 2015 1 commit
  6. 17 Nov, 2015 4 commits
  7. 16 Nov, 2015 2 commits
  8. 09 Nov, 2015 7 commits
  9. 06 Nov, 2015 5 commits
  10. 05 Nov, 2015 7 commits