1. 14 2月, 2020 1 次提交
  2. 02 2月, 2020 1 次提交
  3. 23 1月, 2020 1 次提交
  4. 14 12月, 2019 1 次提交
  5. 10 12月, 2019 1 次提交
  6. 26 9月, 2019 1 次提交
  7. 21 5月, 2019 1 次提交
  8. 29 3月, 2019 1 次提交
  9. 13 3月, 2019 1 次提交
  10. 09 3月, 2019 1 次提交
    • N
      Simplify some names in the nullable reference types feature · 85b05131
      Neal Gafter 提交于
      - Rename `TypeSymbolWithAnnotations` to `TypeWithAnnotations`
      - Rename its type field from `TypeSymbol` to `Type`
      - Fields of Symbols that are of type `TypeWithAnnotations` that are currently named `Type` would be renamed `TypeWithAnnotations`
      Fixes #33736
      85b05131
  11. 16 1月, 2019 1 次提交
  12. 19 12月, 2018 1 次提交
  13. 10 10月, 2018 1 次提交
  14. 02 5月, 2018 1 次提交
    • O
      Range/Index operators (#26405) · 0a7314b2
      Omar Tawfik 提交于
      * Parsing index operator
      
      * Binding index operator
      
      * Parsing range expression
      
      * Binding range expressions
      
      * Range IOperation
      
      * Fix Build Break
      
      * Lowring indexes and ranges
      
      * Fix failing tests
      
      * Extension Indexers hack
      
      * Address PR comments
      
      * More PR Comments
      
      * Clean up
      0a7314b2
  15. 01 3月, 2018 1 次提交
  16. 09 12月, 2017 1 次提交
  17. 14 9月, 2017 1 次提交
  18. 25 8月, 2017 1 次提交
  19. 27 6月, 2017 1 次提交
  20. 24 6月, 2017 1 次提交
  21. 17 6月, 2017 1 次提交
  22. 14 6月, 2017 1 次提交
  23. 13 4月, 2017 1 次提交
  24. 13 9月, 2016 1 次提交
  25. 02 8月, 2016 1 次提交
  26. 24 6月, 2016 1 次提交
  27. 06 6月, 2016 1 次提交
  28. 21 5月, 2016 1 次提交
    • M
      Move Roslyn to newer toolset packages (#10312) · 40e2a0c8
      Manish Vasani 提交于
      * Move Roslyn to newer toolset packages
      
      1. Move to 1.2.1 compiler toolset package.
      2. Move to 1.2.0-beta1 analyzer packages.
      3. Turn on IOperation feature flag for all projects as the new analyzer packages have IOperation based analyzers.
      
      * Use the Roslyn wide default CA rulesets for newly added samples project.
      
      * Fix couple of test projects to use the Roslyn wide rulesets for code analysis.
      
      * Move to analyzers 1.2.0-beta2 packages (multiple fixes and enhancements to Roslyn diagnostic analyzers)
      
      * Revert accidental file mode changes.
      
      * Move shipped implicit constructors to public API shipped files.
      
      Fixes #11446
      40e2a0c8
  29. 27 4月, 2016 1 次提交
  30. 25 3月, 2016 1 次提交
  31. 24 3月, 2016 1 次提交
  32. 22 3月, 2016 1 次提交
  33. 09 3月, 2016 1 次提交
  34. 08 3月, 2016 1 次提交
    • V
      more allocation reduction. · e55a9745
      vsadov 提交于
      - avoid instantiating nullable type when doing operator overloading on enums
      - avoid instantiating generics when checking for impossibly rare case of duplicated interface implementations
      - skipping materializing of sequence point array
      e55a9745
  35. 04 12月, 2015 1 次提交
    • A
      Initial support for nullable flow analysis in lambdas. · 3deab5fe
      AlekseyTs 提交于
      At the moment we just follow the definite assignment logic. The majority of the work is to make sure proper flow of nullable annotations from target delegate types to lambdas and to make lambda binding caches aware of the annotations.
      3deab5fe
  36. 31 10月, 2015 1 次提交
  37. 01 7月, 2015 1 次提交
  38. 29 6月, 2015 1 次提交
  39. 24 6月, 2015 1 次提交
  40. 25 2月, 2015 1 次提交