1. 27 6月, 2018 1 次提交
  2. 15 2月, 2018 1 次提交
    • C
      Refactor to allow language to augment code in checked contexts. · 8e293c50
      Cyrus Najmabadi 提交于
      Produce warning for VB code.
      
      Fix spelling mistake.
      
      Add loc files.
      
      Fall back to tuples if they're available when making a hashcode.
      
      Use System.HashCode if its available.
      
      Use 64bit math when computing VB hashcodes in checked contexts.
      
      Use full 32 bits for vb hash.
      
      Cleanup
      8e293c50
  3. 13 7月, 2017 1 次提交
  4. 17 6月, 2017 1 次提交
  5. 22 3月, 2017 2 次提交
  6. 20 3月, 2017 1 次提交
  7. 10 3月, 2017 1 次提交
  8. 23 2月, 2017 2 次提交
  9. 10 2月, 2017 3 次提交
  10. 20 7月, 2016 2 次提交
  11. 16 10月, 2015 1 次提交
  12. 26 8月, 2015 1 次提交
  13. 01 2月, 2015 1 次提交
    • B
      Complete the style update to the rest of Open\src directory · 995eb372
      beep boop 提交于
           Background:
      
           As discussed in the dev team all hands all code under the GitHub dotnet foundation is using a single process for contribution, API review, infrastructure and coding style. The idea is to present a unified view to our customer and give them a single story for contributing to any project under the dotnet foundation.
      
           https://github.com/dotnet/corefx/wiki/Contributing#c-coding-style
      
           The coding style transition is automated using a Roslyn based rewrite tool:
      
           https://github.com/dotnet/codeformatter
      
           This will be applied in stages across our developer tree. Right now the focus is on the Open directory as this is what is being presented on github. Code owners will be contacted before the transition happens.
      
           Note: this is a soft style requirement. There are no build errors that come from this change.
       (changeset 1408227)
      995eb372
  14. 27 1月, 2015 1 次提交