1. 23 12月, 2016 7 次提交
  2. 22 12月, 2016 7 次提交
  3. 19 12月, 2016 1 次提交
  4. 18 12月, 2016 1 次提交
  5. 17 12月, 2016 7 次提交
  6. 16 12月, 2016 2 次提交
    • H
      some code cleanup · 76b5d4a8
      Heejae Chang 提交于
      76b5d4a8
    • H
      move StreamJsonRpc to latest version · 3883e580
      Heejae Chang 提交于
      latest version of JsonRpc supports custom JsonConverter which I added for these 4 types. Checksum, SolutionId, ProjectId, DocumentId
      
      we can add more to AggregateJsonConverter for common roslyn types.
      
      unit test added
      3883e580
  7. 14 12月, 2016 7 次提交
  8. 12 12月, 2016 2 次提交
    • C
      Don't search for files looking for a predefined type when the type we're... · 920b3915
      CyrusNajmabadi 提交于
      Don't search for files looking for a predefined type when the type we're looking at is not predefined itself.
      920b3915
    • N
      Combine deconstruction assignment and declaration, and support discards. (#15548) · 3806ef8e
      Neal Gafter 提交于
      * Combine deconstruction assignment and declaration, and support discards.
      
      - Combine deconstruction assignment and declaration, and support discards.
      - Add wildcards.work.md to track outstanding work.
      - Bind each type syntax once in a deconstruction.
      - Because tuples may contain declarations, adjust lambda disambiguation
        and adjust parsing of argument lists.
      - Diagnose tuple element names on the left of a deconstruction.
      - Add relational operators to disambiguating tokens in 7.5.4.2
      
      * Disallow deconstruction declarations except at the statement level.
      This is now a semantic restriction (until we decide to remove it).
      
      * Revise logic to detect `var` in a declaration expression.
      Plus other changes per code review.
      
      * Add a test that GetTypeInfo on a discard expression doesn't crash.
      * Small changes per code review.
      * Add (skipped) test for var invocation in parens.
      * Rename "Discarded" to "Discard"
      * Changes recommended via code review.
      * Minor changes to the handling of declaration expressions per code review.
      * Addressing blocking feedback while Neal is OOF
      
      Fixes https://github.com/dotnet/roslyn/issues/14794
      Fixes https://github.com/dotnet/roslyn/issues/14832
      3806ef8e
  9. 10 12月, 2016 6 次提交