1. 20 12月, 2018 2 次提交
  2. 10 12月, 2018 1 次提交
  3. 14 11月, 2018 4 次提交
  4. 13 11月, 2018 1 次提交
  5. 19 9月, 2018 1 次提交
  6. 16 9月, 2018 1 次提交
  7. 11 8月, 2018 1 次提交
  8. 10 8月, 2018 1 次提交
  9. 28 7月, 2018 1 次提交
  10. 06 7月, 2018 1 次提交
  11. 05 7月, 2018 1 次提交
  12. 03 7月, 2018 1 次提交
  13. 31 5月, 2018 1 次提交
  14. 18 5月, 2018 1 次提交
  15. 17 5月, 2018 1 次提交
  16. 11 5月, 2018 1 次提交
  17. 02 5月, 2018 1 次提交
  18. 01 5月, 2018 3 次提交
  19. 20 4月, 2018 1 次提交
    • C
      Update the simplifier to respect and apply the 'use var' user preference. (#25865) · 06393e4e
      CyrusNajmabadi 提交于
      * Initial UseConditional work.
      
      * Initial UseConditional work.
      
      * Working replacement.
      
      * Extract common code.
      
      * Make 'var' work properly in the simplifier service.
      
      * Move types to their own files.
      
      * Provide a way to create types that are not simplified to 'var'.
      
      * Update test options.
      
      * Update test.
      
      * Move CSharp code style code down to the Workspace layer.
      
      * Rename config value.
      
      * Add ui options.
      
      * Add VB ui options.
      
      * Add VB support
      
      * Strip trivia
      
      * Initial stubs for 'use conditional for returns'
      
      * Add VB impl.
      
      * Only support processing of real trees.
      
      * Actually assign variable.
      
      * Don't assume a single variable.
      
      * Share more code.
      
      * Fix shared code.
      
      * Add check.
      
      * Simplify code.
      
      * Only the analyzer needs to check the severity.
      
      * Generalize loc strings.
      
      * remove static.
      
      * Remove unneeded methods.
      
      * Do cheap checks first.
      
      * Handle more cases.
      
      * Handle more cases.
      
      * Add test.
      
      * Add tests.
      
      * Add test.
      
      * Add tests.
      
      * Add tests.
      
      * Add tests.
      
      * Add tests.
      
      * Add tests.
      
      * Add tests.
      
      * Fix tests.
      
      * Add tests.
      
      * Add tests.
      
      * Add tests.
      
      * Add tests.
      
      * Add tests.
      
      * Add tests.
      
      * Add tests.
      
      * Add tests.
      
      * Add tests.
      
      * Add tests.
      
      * Add tests.
      
      * Add tests.
      
      * Add tests.
      
      * Add tests.
      
      * Add tests.
      
      * Add tests.
      
      * Add tests.
      
      * Add tests.
      
      * Format multiline conditions.
      
      * Add multiline formatting for VB.
      
      * Move code.
      
      * Simpler formilization of casts.
      
      * Extract out code.
      
      * Remove file.
      
      * Move files.
      
      * Share more code.
      
      * Share more code.
      
      * Break out types.
      
      * Share more code.
      
      * Add more tests.
      
      * Add VB tests.
      
      * Simplify.
      
      * Add comment.
      
      * Remove newlines.
      
      * Move method.
      
      * Move method.
      
      * Add comments.
      
      * Simplify
      
      * Update comment.
      
      * Update comment.
      
      * Remove line.
      
      * Update comment.
      
      * Update comment.
      
      * Update comment.
      
      * Fix comment.
      
      * Wrap long lines.
      
      * Wrap long lines.
      
      * Wrap long lines.
      
      * Handle trivia.
      
      * Simplify.
      
      * Fix check.
      
      * better support for else-if chains.
      
      * Add comments.
      
      * Remove 'Use Conditional Expressoin'
      
      * Remove more vestiges of
       feature.
      
      * Remove code.
      
      * Add back newline.
      06393e4e
  20. 23 3月, 2018 1 次提交
  21. 22 3月, 2018 2 次提交
  22. 21 3月, 2018 1 次提交
    • M
      Support GotoDefinition in LINQ query syntax (#23049) · e260ae65
      Martin Strecker 提交于
      * Initial support for GotoDefinition in LINQ query syntax.
      
      * Fixed naming issues.
      
      * Fixed failing tests.
      
      * Added support for Cast<> in from clause. Removed support for degenerated select clause. Reverted changes causing regressions.
      
      * Added support for tokens to distinguish which MethodSymbol to return for a SyntaxNode that binds to more than one method. This adds support for range variable types and orderby.
      
      * Fixed regression. Suppressed quick-info for degenerated query expressions.
      
      * Added quick info tests according to the proposal.
      
      * Added test for GotoDefinition. Moved logic for degenerated clauses to deeper layer.
      
      * Added GotoDefinition for let test.
      
      * Added test for incomplete orderby clause
      
      * Code refactorings (Review feedback).
      
      * PR feedback (nits)
      
      * PR feedback (code comments).
      
      * Revert changes in compiler.
      
      * Revert changes in compiler (2).
      
      * Added test for single from clause with out cast.
      
      * Removed call to GetLanguageService and ValueTuple.Create
      
      * Unify to return default;
      
      * Corrected ISyntaxFactsService.IsQueryKeyword for VB and C#
      e260ae65
  23. 16 3月, 2018 2 次提交
  24. 13 3月, 2018 1 次提交
  25. 24 2月, 2018 1 次提交
  26. 21 2月, 2018 1 次提交
  27. 01 2月, 2018 1 次提交
  28. 31 12月, 2017 1 次提交
  29. 07 12月, 2017 1 次提交
  30. 06 12月, 2017 2 次提交
  31. 01 12月, 2017 1 次提交