1. 14 11月, 2017 8 次提交
  2. 13 11月, 2017 7 次提交
  3. 12 11月, 2017 8 次提交
  4. 11 11月, 2017 12 次提交
  5. 10 11月, 2017 5 次提交
    • O
      Fixes #22994 (#23035) · 9ff9ac1c
      Omar Tawfik 提交于
      9ff9ac1c
    • S
      Merge pull request #21379 from zaytsev-victor/Fixed2644 · 6e9ddcfd
      Sam Harwell 提交于
      Fixed IntelliSense completion for initializing a generic class member when a class member has the same name as generic type argument
      6e9ddcfd
    • J
      Merge pull request #22852 from jasonmalinowski/reduce-allocations · fce7ddc2
      Jason Malinowski 提交于
      Reduce memory allocations in NamingStyle.Capitalize/DecapitalizeFirstLetter
      fce7ddc2
    • F
      Merge remote-tracking branch 'dotnet/master' into... · a0cb31e4
      Fredric Silberberg 提交于
      Merge remote-tracking branch 'dotnet/master' into merges/master-to-post-dev15.5-contrib-20171109-080019
      
      * dotnet/master: (33 commits)
        Minor PR feedback.
        Ensure that we track additional member symbols in the VB binder conte… (#23077)
        Address final feedback.
        LCS GetDistance optimization for large differences in sequence lengths (#23081)
        Fix compilation errors after merge.
        Fix typo.
        Small typo fix, add a couple of more tests.
        Fix spelling typos.
        Small refactor.
        Exclude mid statements from compound assignment.
        Add proper In and OutConversion support to C# for ICompoundAssignmentOperation.
        Trivial renames of IOperation API parameter names
        Extract conversion and binary operator logic into reusable components, and refactor all instances to use it.
        Rewrite IPlaceholderOperation to IConditionalAccessInstanceOperation when in that context.
        Fix bug in making GetReceiverOperation static.
        Added test for static With statements and shared fields as RValues.
        Make CreateReceiverOperation return a lazy.
        Fix tests broken after merge.
        Fix the operation verifier code now that getoperationinternal no longer exists.
        Added asserts for static instances.
        ...
      a0cb31e4
    • S
      Merge pull request #20482 from zaytsev-victor/Fixed16547 · 96789378
      Sam Harwell 提交于
      Fixed issue with missing suggestion to import namespace if class contains a property with same name as the extension method.
      96789378