1. 01 8月, 2017 1 次提交
    • R
      Implement INavigableSymbols · e47543b2
      Ravi Chande 提交于
      Breaks the internal GTD infrastructure into seperate symbols for
      determining the navigable symbol at the caret position and performing
      the navigation.
      e47543b2
  2. 19 1月, 2016 1 次提交
    • J
      Test shutdown in middle of compilation · f4598558
      Jared Parsons 提交于
      Added a test to verify the shutdown operation is passive.  If any
      existing compilations are in progress they will be allowed to complete
      after the shutdown is received.
      
      This required a bit of code refactoring.  It needed to be easier to
      intercept compilation requests and block on them until a given set of
      events had completed.
      f4598558
  3. 11 12月, 2015 1 次提交
  4. 11 11月, 2015 4 次提交
  5. 07 11月, 2015 5 次提交
  6. 16 10月, 2015 1 次提交
  7. 26 8月, 2015 1 次提交
  8. 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
  9. 27 1月, 2015 1 次提交