1. 17 7月, 2020 5 次提交
  2. 02 6月, 2020 3 次提交
  3. 30 5月, 2020 3 次提交
  4. 29 5月, 2020 1 次提交
    • F
      PR Feedback and Tests · c703569b
      Fredric Silberberg 提交于
      * Added tests for all the new code paths.
      * Fixed up the formatter.
      * Fixed up extract method's understanding of rvalues for function pointers.
      c703569b
  5. 27 5月, 2020 1 次提交
    • F
      Basic handling of function pointer types in the IDE: · d1971b8b
      Fredric Silberberg 提交于
      * Offer `delegate` keyword when function pointer types are permissible.
      * Completion inside function pointer type argument lists (including valid ref modifiers)
      * SymbolKey support.
      * Basic formatting support.
      * Support in add/remove parameter.
      d1971b8b
  6. 22 5月, 2020 4 次提交
  7. 21 5月, 2020 1 次提交
  8. 16 5月, 2020 2 次提交
  9. 15 5月, 2020 6 次提交
  10. 22 4月, 2020 3 次提交
  11. 08 4月, 2020 1 次提交
  12. 29 3月, 2020 1 次提交
  13. 26 3月, 2020 1 次提交
  14. 25 2月, 2020 1 次提交
  15. 23 1月, 2020 1 次提交
  16. 18 12月, 2019 3 次提交
    • J
      Remove dedicated tuple type symbol (#39370) · cc306748
      Julien Couvreur 提交于
      * Refactor tuple implementation
      
      * Tweaks
      
      * Address PR feedback
      
      * Pass tuple data in constructors
      
      * Address more feedback
      
      * Tweak comparison
      
      * Restore constructWithTypeParameters flag to avoid overflow
      
      * Assert that tuple parameter matches TupleUnderlyingType somewhat
      
      * Rename to TupleData. Address some IDE feedback
      
      * Remaining TODO2's
      
      * Fix last IDE test!
      
      * Factor array comparison
      
      * Tweak WithTupleData and EqualsIgnoringTupleUnderlyingType
      
      * Expand a test
      
      * Remove duplicate line
      
      * Remove an EE test for badly formed ValueTuple type
      
      * PR feedback from Neal
      
      * Restore an IDE test without ValueTuple
      
      * Rename constants
      
      * Restore formatting
      cc306748
    • C
      revert · ba1ec93f
      Cyrus Najmabadi 提交于
      ba1ec93f
    • C
      Use the shared-pool helpers · 2f665010
      Cyrus Najmabadi 提交于
      2f665010
  17. 19 7月, 2019 3 次提交