1. 01 8月, 2018 5 次提交
  2. 31 7月, 2018 6 次提交
  3. 30 7月, 2018 3 次提交
  4. 28 7月, 2018 2 次提交
    • S
      Make PinnedSolutionInfo type sealed · 64a91c2a
      Shyam N 提交于
      64a91c2a
    • C
      Code Cleanup AB Test (#28625) · 5b2d1d28
      Cheryl Borley 提交于
      * Add AB tests for code cleanup
      revert the text change of Code_cleanup_is_not_configured, as the new text is not translated
      Only SettingIsAlreadyUpdatedByExperiment to ture for Group B; always show gold bar if user setting is changed in AB test
      5b2d1d28
  5. 27 7月, 2018 4 次提交
  6. 26 7月, 2018 4 次提交
  7. 25 7月, 2018 1 次提交
    • A
      Add cache for GetTypeByMetadataName (#28778) · d84e0a04
      Andy Gocke 提交于
      This seems to be a popular call among analyzers, especially XUnit. It's a
      reasonable way to acquire a well-known analyzer type, but analyzers often
      don't save the resulting symbol. This causes significant CPU work to be done
      repeatedly as XUnit looks for the same symbol over and over, passing in the
      same type name each time.
      
      A very small, simple cache seems to solve the problem without requiring any
      changes on the XUnit side.
      d84e0a04
  8. 24 7月, 2018 5 次提交
  9. 23 7月, 2018 7 次提交
  10. 21 7月, 2018 1 次提交
  11. 20 7月, 2018 2 次提交