1. 02 4月, 2019 12 次提交
  2. 01 4月, 2019 1 次提交
  3. 30 3月, 2019 6 次提交
    • N
      Implement pattern-matching in the nullable walker (#34273) · 583505c5
      Neal Gafter 提交于
      * Implement pattern-matching in the nullable walker
      
      Fixes #29909
      Fixes #31881
      Fixes #30952
      Fixes #33499
      Fixes #30597
      Fixes #32414
      Fixes #23944
      
      * Remove infinite recursion by using an empty struct cache.
      
      * Changes per code review comments.
      
      * Remove debugging code accidentally left behind.
      
      * Analysis of patterns-matching in the nullable walker requires valid (>0) slots.
      
      * Skip a flaky test
      
      * Patch after merge.
      
      * Make ctor private to force use of factory methods
      
      * Correct a typo.
      
      * Fixup after merge.
      583505c5
    • J
      Disable crashing test · 924c8b7f
      Jared Parsons 提交于
      924c8b7f
    • S
      Fix inverted condition in LegacyCompletionCondition · bb2bcd3b
      Sam Harwell 提交于
      bb2bcd3b
    • H
      move StreamJsonRpc to 2.x from 1.3.x (#33960) · b6285348
      Heejae Chang 提交于
      * move StreamJsonRpc to 2.0
      
      * use object and collection initializer
      
      * changed to throw rather than return
      
      * share JsonRpc creation when it can share code
      
      * add linked files to share code
      
      * more moving around so that we can have linked file working
      
      * addressed PR feedback
      
      * changed name to WatsonReporter
      
      * moved to latest streamjson version
      
      * added a way for partner to add thier own json converter to roslyn service hub service base type
      
      * fixed test break.
      
      it is caused by behavior changes between StreamJsonRpc 1.x and 2.x
      
      * added comment follow PR feedbacks
      
      * updated comment following feedbacks
      b6285348
    • J
      Disable debug support in ILTool.proj · 594c332f
      Joey Robichaud 提交于
      594c332f
    • N
      Change switch expression to a new precedence level (#34481) · 51af99e2
      Neal Gafter 提交于
      Fixes #34472
      51af99e2
  4. 29 3月, 2019 13 次提交
  5. 28 3月, 2019 8 次提交