1. 09 3月, 2017 1 次提交
  2. 27 2月, 2017 1 次提交
  3. 02 2月, 2017 1 次提交
  4. 06 1月, 2017 1 次提交
  5. 05 1月, 2017 1 次提交
  6. 04 1月, 2017 1 次提交
  7. 23 11月, 2016 1 次提交
  8. 22 11月, 2016 1 次提交
  9. 13 11月, 2016 1 次提交
  10. 06 10月, 2016 4 次提交
  11. 24 9月, 2016 1 次提交
  12. 25 8月, 2016 1 次提交
  13. 13 8月, 2016 1 次提交
    • T
      Removes IModule, IAssembly interfaces (#12984) · 19dac14a
      Tomáš Matoušek 提交于
      * CommonPEModuleBuilder refactoring
      
      * Renames
      
      * Use CommonPEModuleBuilder instead of IModule
      
      * Remove IModule
      
      * Move GetFiles to module builder
      
      * Remove IAssembly
      
      * Add comments, PR feedback
      
      * Resolve merge conflicts
      19dac14a
  14. 11 8月, 2016 2 次提交
  15. 09 8月, 2016 1 次提交
  16. 07 8月, 2016 1 次提交
  17. 05 8月, 2016 1 次提交
  18. 21 7月, 2016 2 次提交
  19. 20 7月, 2016 2 次提交
  20. 15 7月, 2016 1 次提交
  21. 13 7月, 2016 1 次提交
    • A
      Implements simple cases of tuple name roundtripping (#12344) · 7bd28046
      Andy Gocke 提交于
      For the most part, this change implements the same encoding
      for tuples that we use for dynamic. This means that interface
      implementations and generic constraints are not covered, but
      base types and type parameters are.
      
      This change also doesn't have full tests for "long" tuples (nested tuple
      transformations) or tuple types that can only be constructed in
      metadata.
      7bd28046
  22. 11 7月, 2016 1 次提交
  23. 24 6月, 2016 1 次提交
  24. 01 6月, 2016 1 次提交
  25. 21 5月, 2016 2 次提交
  26. 04 5月, 2016 1 次提交
    • A
      Tuple and underlying type unification. Part 2. · ffd32423
      AlekseyTs 提交于
      - Substitute underlying type with corresponding tuple type at the point of type reference.
      - Adjusted implementation of symbol display to account for presence of names in the extension tuples.
      - Implemented proper retargeting for tuple types (multi-targeting support).
      ffd32423
  27. 01 5月, 2016 1 次提交
    • A
      Tuple and underlying type unification. Part 1. · dad5ac23
      AlekseyTs 提交于
      - Include memebers of underlying type into a set of members returned by
      tuple type symbol. Properties and events are not supported at the moment.
      - Track declaration locations for tuple related symbols.
      - Ensure Rest extensions are tuples.
      dad5ac23
  28. 28 4月, 2016 1 次提交
  29. 22 4月, 2016 1 次提交
  30. 21 4月, 2016 2 次提交
  31. 20 4月, 2016 1 次提交
  32. 16 4月, 2016 1 次提交