1. 21 6月, 2016 5 次提交
  2. 20 6月, 2016 1 次提交
  3. 19 6月, 2016 8 次提交
  4. 18 6月, 2016 13 次提交
  5. 17 6月, 2016 4 次提交
    • V
      Added initial support for explicit tuple conversions · db3e3cab
      VSadov 提交于
      db3e3cab
    • H
      loose up a bit on what happens when build error report on us errors on a file... · 2f5df277
      Heejae Chang 提交于
      loose up a bit on what happens when build error report on us errors on a file that doesn't exist in roslyn solution
      but have error code we own.
      
      we used to treat them as project level errors but that made us to sometime show one entry for multiple error reports.
      
      now, we will at least show all of them, but things like double click will not work since we don't know which document it is.
      2f5df277
    • J
      Ensure experimental settings run against experimental features · 93ebb390
      Jared Parsons 提交于
      While working on another change I noticed that our testing support for experimental features didn't actually verify the underlying feature was experimental.  Hence helpers like ParseExperimental(...) would continue to function without error when tuples / ref returns were attached to the /langver switch.  This creates maintenance issues in our test framework as it's unclear what we're actually testing.
      
      I refactored the code involved to verify the features are actually experimental and removed some troublesome helpers.
      93ebb390
    • C
      Revert version. · 99d62baf
      CyrusNajmabadi 提交于
      99d62baf
  6. 16 6月, 2016 9 次提交