Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master back to stabilization #11616

Merged
merged 735 commits into from
May 27, 2016
Merged

Merge master back to stabilization #11616

merged 735 commits into from
May 27, 2016
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 12, 2016

  1. Configuration menu
    Copy the full SHA
    3231d5c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11273 from CyrusNajmabadi/avoidLoadingElfie

    Avoid loading the Elfie dll until the user actualy enables the search feature.
    CyrusNajmabadi committed May 12, 2016
    Configuration menu
    Copy the full SHA
    23af95a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    129df99 View commit details
    Browse the repository at this point in the history
  4. Keep track of aliases, and use them to augment the list of inheritanc…

    …e names we store for a type.
    CyrusNajmabadi committed May 12, 2016
    Configuration menu
    Copy the full SHA
    1bc2a33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    895aae8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db529bb View commit details
    Browse the repository at this point in the history
  7. Merge pull request #11223 from tannergooding/master

    Extending the supported functionality of the VisualStudio IntegrationTest Utilities and adding the start of 'CSharpAutomaticBraceCompletion'
    tannergooding committed May 12, 2016
    Configuration menu
    Copy the full SHA
    1b72147 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2016

  1. Configuration menu
    Copy the full SHA
    a0b4ae8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f10675 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e530f35 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11269 from diryboy/option

    Add missed code hooking up the option for /**/ comments
    Pilchie committed May 13, 2016
    Configuration menu
    Copy the full SHA
    56eb18a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5899191 View commit details
    Browse the repository at this point in the history
  6. Build FindImplementingTypesAsync on top of GetTypesImmediatelyDerived…

    …FromInterfacesAsync and FindDerivedClassesAsync
    CyrusNajmabadi committed May 13, 2016
    Configuration menu
    Copy the full SHA
    b7cbe4b View commit details
    Browse the repository at this point in the history
  7. Remove unused method.

    CyrusNajmabadi committed May 13, 2016
    Configuration menu
    Copy the full SHA
    9dc1d81 View commit details
    Browse the repository at this point in the history
  8. Remove method.

    CyrusNajmabadi committed May 13, 2016
    Configuration menu
    Copy the full SHA
    2a64e25 View commit details
    Browse the repository at this point in the history
  9. Remove method.

    CyrusNajmabadi committed May 13, 2016
    Configuration menu
    Copy the full SHA
    e22be5c View commit details
    Browse the repository at this point in the history
  10. Remove method.

    CyrusNajmabadi committed May 13, 2016
    Configuration menu
    Copy the full SHA
    00aab8f View commit details
    Browse the repository at this point in the history
  11. Remove unused methods.

    CyrusNajmabadi committed May 13, 2016
    Configuration menu
    Copy the full SHA
    38fc108 View commit details
    Browse the repository at this point in the history
  12. Remove unused fields.

    CyrusNajmabadi committed May 13, 2016
    Configuration menu
    Copy the full SHA
    7d9d0aa View commit details
    Browse the repository at this point in the history
  13. Move fields.

    CyrusNajmabadi committed May 13, 2016
    Configuration menu
    Copy the full SHA
    c000f95 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    079b33e View commit details
    Browse the repository at this point in the history
  15. Get build working with VS "15" again

    1. Reference a bunch of stuff from Nuget packages instead of VS.
    2. Move to Update 2 versions of packages.
    3. Now that we are using the packages, we're referencing
       Microsoft.VisualStudio.Shell.14.dll instead of .15 again.  This means
       that types that moved to Shell.Immutable.15 are not type forwarders.
       Luckily we didn't need anything from Shell.Immutable.15 in the project
       where it was a problem.
    Pilchie committed May 13, 2016
    Configuration menu
    Copy the full SHA
    eea2452 View commit details
    Browse the repository at this point in the history
  16. Avoid hard-coded 14.0

    Pilchie committed May 13, 2016
    Configuration menu
    Copy the full SHA
    e476b58 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8f39e2d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    07cf56f View commit details
    Browse the repository at this point in the history
  19. Factor new Completion types into EditorFeatures.Next

    More cleanup to do between RoslynCompletionSet and
    FilteredRoslynCompletionSet.
    Pilchie committed May 13, 2016
    Configuration menu
    Copy the full SHA
    6d56b83 View commit details
    Browse the repository at this point in the history
  20. Add a VS "15" specific VSIX.

    Pilchie committed May 13, 2016
    Configuration menu
    Copy the full SHA
    87cdf66 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7cef3b4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9f8c179 View commit details
    Browse the repository at this point in the history
  23. Rename and simplify method

    Pilchie committed May 13, 2016
    Configuration menu
    Copy the full SHA
    cc3c715 View commit details
    Browse the repository at this point in the history
  24. Add doc comment

    Pilchie committed May 13, 2016
    Configuration menu
    Copy the full SHA
    d47605b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5e13a90 View commit details
    Browse the repository at this point in the history
  26. Remove copy and pasted cruft

    Pilchie committed May 13, 2016
    Configuration menu
    Copy the full SHA
    e603dda View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    44a7358 View commit details
    Browse the repository at this point in the history
  28. Remove commented out stuff

    Pilchie committed May 13, 2016
    Configuration menu
    Copy the full SHA
    bc58ac2 View commit details
    Browse the repository at this point in the history
  29. Cleanup vsix dependencies

    Pilchie committed May 13, 2016
    Configuration menu
    Copy the full SHA
    778dfd6 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c7d1078 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e43b127 View commit details
    Browse the repository at this point in the history
  32. Remove dead code.

    CyrusNajmabadi committed May 13, 2016
    Configuration menu
    Copy the full SHA
    a52813b View commit details
    Browse the repository at this point in the history
  33. Merge pull request #10812 from Pilchie/Dev15Build

    Support VS "15" specific features
    Pilchie committed May 13, 2016
    Configuration menu
    Copy the full SHA
    c90e10d View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    304a516 View commit details
    Browse the repository at this point in the history
  35. Add internals visible to

    drognanar committed May 13, 2016
    Configuration menu
    Copy the full SHA
    5e053fe View commit details
    Browse the repository at this point in the history
  36. Update integration test framework

    Allow to open existing projects (if solution already contains that
    project).
    drognanar committed May 13, 2016
    Configuration menu
    Copy the full SHA
    0059966 View commit details
    Browse the repository at this point in the history
  37. Add InternalImplementationOnly and doc-comments on IOperation (#11246)

    This supports running an analyzer that warns when a user implements these interfaces.
    
    A prerequisite to fix dotnet/roslyn-analyzers#863.
    
    - Copied the remark from `ISymbol` derivations on all public interfaces that derive from `IOperation`
    - Added remark and `[InternalImplementationOnly]` on `IOperation`
    - Removed `[InternalImplementationOnly]` from `ISourceAssemblySymbol` because it was only there, unneeded
    bkoelman authored and mavasani committed May 13, 2016
    Configuration menu
    Copy the full SHA
    701404c View commit details
    Browse the repository at this point in the history
  38. Stop escaping forward slashes in /errorlog JSON output

    JSON spec makes escaping of forward slashes optional and many have
    complained about the aesthetics of '\/'. Previously, we got this
    behavior from the DataContractJsonSerializer and could not override
    it, but now that the dependency has been removed, we can eliminate
    the unnecessary escaping.
    nguerrera committed May 13, 2016
    Configuration menu
    Copy the full SHA
    a0aa036 View commit details
    Browse the repository at this point in the history
  39. Weaken JsonWriter's StreamWriter dependency to TextWriter

    Also, defer to TextWriter for NewLine character rather than
    hard-coding Environment.NewLine.
    nguerrera committed May 13, 2016
    Configuration menu
    Copy the full SHA
    1851e12 View commit details
    Browse the repository at this point in the history
  40. Add JSON escaping tests

    nguerrera committed May 13, 2016
    Configuration menu
    Copy the full SHA
    10e1a9b View commit details
    Browse the repository at this point in the history
  41. Remove unnecessary special-case for "'" in JsonWriter

    Also remove outdated future improvement comment
    nguerrera committed May 13, 2016
    Configuration menu
    Copy the full SHA
    450f6fe View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    fe02e3f View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    3826c36 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    1670e1d View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    41acd32 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    5ae04f6 View commit details
    Browse the repository at this point in the history
  47. Add ErrorLogger tests for related locations and ID collision

    Also make ErrorLogger tolerate "external" locations.
    nguerrera committed May 13, 2016
    Configuration menu
    Copy the full SHA
    f26c807 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    5929437 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2016

  1. Configuration menu
    Copy the full SHA
    907cdfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4b0556 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e69ca2 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2016

  1. Configuration menu
    Copy the full SHA
    3e7ebcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96810ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dba9b28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    deb4fe3 View commit details
    Browse the repository at this point in the history
  5. Rename method.

    CyrusNajmabadi committed May 15, 2016
    Configuration menu
    Copy the full SHA
    f70f829 View commit details
    Browse the repository at this point in the history
  6. Remove unused method.

    CyrusNajmabadi committed May 15, 2016
    Configuration menu
    Copy the full SHA
    bb4137c View commit details
    Browse the repository at this point in the history
  7. Rename method.

    CyrusNajmabadi committed May 15, 2016
    Configuration menu
    Copy the full SHA
    4bf06cc View commit details
    Browse the repository at this point in the history
  8. Fix null refs.

    CyrusNajmabadi committed May 15, 2016
    Configuration menu
    Copy the full SHA
    bdf09da View commit details
    Browse the repository at this point in the history
  9. Fix null ref.

    CyrusNajmabadi committed May 15, 2016
    Configuration menu
    Copy the full SHA
    091d664 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    386df78 View commit details
    Browse the repository at this point in the history
  11. Rename local.

    CyrusNajmabadi committed May 15, 2016
    Configuration menu
    Copy the full SHA
    6692376 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0f13e98 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b366740 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    445e325 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2f73524 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6dc136f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a16a09c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ed984a5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fed0a33 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    78131a7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0f087bf View commit details
    Browse the repository at this point in the history
  22. Merge pull request #10970 from svick/patch-1

    Removed stray > from documentation comments
    Pilchie committed May 15, 2016
    Configuration menu
    Copy the full SHA
    4092587 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. Merge pull request #11234 from CyrusNajmabadi/fullyQualifyOrdering

    Order Fully-Qualify results if we believe a certain fix would be better than another one
    
    Fixes #11071
    CyrusNajmabadi committed May 16, 2016
    Configuration menu
    Copy the full SHA
    757f2ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11237 from CyrusNajmabadi/betterGenerateMethodInf…

    …erence
    
    Do a better job inferring where type parameters will be used when generating methods.
    
    Fixes #11141
    CyrusNajmabadi committed May 16, 2016
    Configuration menu
    Copy the full SHA
    a6a51c2 View commit details
    Browse the repository at this point in the history
  3. PR feedback.

    CyrusNajmabadi committed May 16, 2016
    Configuration menu
    Copy the full SHA
    05f17f2 View commit details
    Browse the repository at this point in the history
  4. Inline methods.

    CyrusNajmabadi committed May 16, 2016
    Configuration menu
    Copy the full SHA
    ca411a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37b9999 View commit details
    Browse the repository at this point in the history
  6. Rename method.

    CyrusNajmabadi committed May 16, 2016
    Configuration menu
    Copy the full SHA
    419e2d9 View commit details
    Browse the repository at this point in the history
  7. Inline methods.

    CyrusNajmabadi committed May 16, 2016
    Configuration menu
    Copy the full SHA
    993c2d5 View commit details
    Browse the repository at this point in the history
  8. Rename static field.

    CyrusNajmabadi committed May 16, 2016
    Configuration menu
    Copy the full SHA
    2f3e1ab View commit details
    Browse the repository at this point in the history
  9. Remove unused type.

    CyrusNajmabadi committed May 16, 2016
    Configuration menu
    Copy the full SHA
    302c924 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3e6558e View commit details
    Browse the repository at this point in the history
  11. Clarify code.

    CyrusNajmabadi committed May 16, 2016
    Configuration menu
    Copy the full SHA
    653d1bd View commit details
    Browse the repository at this point in the history
  12. Inline methods.

    CyrusNajmabadi committed May 16, 2016
    Configuration menu
    Copy the full SHA
    8f704c1 View commit details
    Browse the repository at this point in the history
  13. Inline methods.

    CyrusNajmabadi committed May 16, 2016
    Configuration menu
    Copy the full SHA
    4e96456 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5632828 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b19cb19 View commit details
    Browse the repository at this point in the history
  16. Reorder parameters.

    CyrusNajmabadi committed May 16, 2016
    Configuration menu
    Copy the full SHA
    942c751 View commit details
    Browse the repository at this point in the history
  17. Inline initialization.

    CyrusNajmabadi committed May 16, 2016
    Configuration menu
    Copy the full SHA
    0aef7d4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d377f78 View commit details
    Browse the repository at this point in the history
  19. Make loop O(n)

    CyrusNajmabadi committed May 16, 2016
    Configuration menu
    Copy the full SHA
    33be43f View commit details
    Browse the repository at this point in the history
  20. Fix formatting of ref/out parameters in Scripting (#11296)

    * Fix formatting of ref/out parameters in Scripting
    
    This is used when displaying exceptions in csi.
    
    Previously, ref/out parameters in stacktraces were shown incorrectly,
    and even threw NRE when the type of the ref/out parameter was a type parameter.
    
    Fixes the fixable part of #11284
    svick authored and tmat committed May 16, 2016
    Configuration menu
    Copy the full SHA
    1bab566 View commit details
    Browse the repository at this point in the history
  21. Fixed Stream sample in Additional files documentation (#10976)

    Also mentioned converting to string using ToString
    svick authored and mavasani committed May 16, 2016
    Configuration menu
    Copy the full SHA
    cd74221 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5b6b033 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    441c867 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #9218 from bkoelman/import-banner

    Fixes unintended move of banner text, as reported in issue #8797.
    Pilchie committed May 16, 2016
    Configuration menu
    Copy the full SHA
    fd32a73 View commit details
    Browse the repository at this point in the history
  25. PR changes

    drognanar committed May 16, 2016
    Configuration menu
    Copy the full SHA
    333c2e8 View commit details
    Browse the repository at this point in the history
  26. Don't bundle binaries in VisualStudioSetup.Next

    Also, don't install it as part of build on Dev14.
    Pilchie committed May 16, 2016
    Configuration menu
    Copy the full SHA
    e5e92ef View commit details
    Browse the repository at this point in the history
  27. Merge pull request #11337 from Pilchie/ExtensionBundling

    Don't bundle binaries in VisualStudioSetup.Next
    Pilchie committed May 16, 2016
    Configuration menu
    Copy the full SHA
    1b1296b View commit details
    Browse the repository at this point in the history
  28. Update /errorlog doc

    nguerrera committed May 16, 2016
    Configuration menu
    Copy the full SHA
    a8dde7e View commit details
    Browse the repository at this point in the history
  29. Add named parameters

    CyrusNajmabadi committed May 16, 2016
    Configuration menu
    Copy the full SHA
    253eb57 View commit details
    Browse the repository at this point in the history
  30. Add comments.

    CyrusNajmabadi committed May 16, 2016
    Configuration menu
    Copy the full SHA
    01a74a2 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    a6e2bea View commit details
    Browse the repository at this point in the history
  32. Comment code.

    CyrusNajmabadi committed May 16, 2016
    Configuration menu
    Copy the full SHA
    e1be5c9 View commit details
    Browse the repository at this point in the history
  33. Comment code.

    CyrusNajmabadi committed May 16, 2016
    Configuration menu
    Copy the full SHA
    77c293e View commit details
    Browse the repository at this point in the history
  34. Add comments.

    CyrusNajmabadi committed May 16, 2016
    Configuration menu
    Copy the full SHA
    31acc1f View commit details
    Browse the repository at this point in the history
  35. Merge pull request #11072 from drognanar/integrate

    Update integration test framework
    drognanar committed May 16, 2016
    Configuration menu
    Copy the full SHA
    b31d803 View commit details
    Browse the repository at this point in the history
  36. Merge pull request #10656 from bmay2/fix-1903

    Unconstruct method if any type arguments are error types
    balajikris committed May 16, 2016
    Configuration menu
    Copy the full SHA
    b3156f4 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    8b2b4d6 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    b9b9aa4 View commit details
    Browse the repository at this point in the history
  39. Sort usings.

    CyrusNajmabadi committed May 16, 2016
    Configuration menu
    Copy the full SHA
    8f3ffeb View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    d8f4547 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    d2a3f73 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    f230c5d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2016

  1. Rename parameters.

    CyrusNajmabadi committed May 17, 2016
    Configuration menu
    Copy the full SHA
    28f6f3e View commit details
    Browse the repository at this point in the history
  2. Rename type.

    CyrusNajmabadi committed May 17, 2016
    Configuration menu
    Copy the full SHA
    0662815 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11313 from CyrusNajmabadi/findRefsOneProject

    Find dependent types more efficiently by storing inheritance info directly in our indices.
    
    Fixes #11255
    CyrusNajmabadi committed May 17, 2016
    Configuration menu
    Copy the full SHA
    a247cea View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9663 from CyrusNajmabadi/nugetBackoffMaster

    Wait until solution load before we kick off all our nuget work.
    CyrusNajmabadi committed May 17, 2016
    Configuration menu
    Copy the full SHA
    ad5b1bb View commit details
    Browse the repository at this point in the history
  5. comparitive -> comparative

    unknown committed May 17, 2016
    Configuration menu
    Copy the full SHA
    ccd7df7 View commit details
    Browse the repository at this point in the history
  6. make us to accept project level build errors as well.

    previously we rejected those and let project system to deal with it.
    
    with this change, we will show code for those errors if possible as well.
    heejaechang committed May 17, 2016
    Configuration menu
    Copy the full SHA
    b947523 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #11233 from nguerrera/sarif-update

    Bring /errorlog output up to SARIF draft 1.0.0-beta.5
    nguerrera committed May 17, 2016
    Configuration menu
    Copy the full SHA
    b280c27 View commit details
    Browse the repository at this point in the history
  8. feedback changes

    mattwar committed May 17, 2016
    Configuration menu
    Copy the full SHA
    72e8e64 View commit details
    Browse the repository at this point in the history
  9. Remove -anycpu RIDs in project.json files

    These were workarounds for building with Visual Studio 2015 RTM. We
    don't support that anymore.
    
    Fixes #8767.
    jasonmalinowski committed May 17, 2016
    Configuration menu
    Copy the full SHA
    d834259 View commit details
    Browse the repository at this point in the history
  10. make sure we accept only ones we can handle and reject others

    so that project system can handle those
    heejaechang committed May 17, 2016
    Configuration menu
    Copy the full SHA
    c3a1d3c View commit details
    Browse the repository at this point in the history
  11. Merge pull request #11355 from mattwar/ForcedLowMemoryMode

    Add Forced Low Memory Mode feature
    mattwar committed May 17, 2016
    Configuration menu
    Copy the full SHA
    38f5a5b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    070780b View commit details
    Browse the repository at this point in the history
  13. Ensure that we respect source suppressions for IDE analyzer diagnosti…

    …cs (analyzer dependency errors, reading ruleset errors, etc.) (#11343)
    
    Fixes #8877
    mavasani committed May 17, 2016
    Configuration menu
    Copy the full SHA
    dcd141b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0c99dea View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fe7e316 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2016

  1. Merge pull request #11367 from heejaechang/ProjectError

    make us to accept project level build errors as well.
    heejaechang committed May 18, 2016
    Configuration menu
    Copy the full SHA
    a41e5c9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11385 from CyrusNajmabadi/nullMetadata

    Be resilient to when we get an exception while reading metadata.
    CyrusNajmabadi committed May 18, 2016
    Configuration menu
    Copy the full SHA
    ae75fe7 View commit details
    Browse the repository at this point in the history
  3. Fix BlobBuilder.ToArray (#11376)

    tmat committed May 18, 2016
    Configuration menu
    Copy the full SHA
    2d797bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fab958d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50f8500 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    600303b View commit details
    Browse the repository at this point in the history
  7. Moved to the new API urls

    jaredpar committed May 18, 2016
    Configuration menu
    Copy the full SHA
    ee96024 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #11375 from jasonmalinowski/remove-anycpu

    Remove -anycpu RIDs in project.json files
    jasonmalinowski committed May 18, 2016
    Configuration menu
    Copy the full SHA
    e2615b1 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #11397 from jaredpar/json

    Minor updates to the test runner
    jaredpar committed May 18, 2016
    Configuration menu
    Copy the full SHA
    881089e View commit details
    Browse the repository at this point in the history
  10. Allow foreach with string even if string does not implement foreach p…

    …attern.
    
    Similarly to arrays and dynamic, we use IEnumerable pattern for binding purposes and then ignore that in emit by using a custom lowering strategy.
    
    Fixes #11387
    VSadov committed May 18, 2016
    Configuration menu
    Copy the full SHA
    2ae7ae8 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #11360 from CE-OP/master

    I have modified some misspellings!
    jasonmalinowski committed May 18, 2016
    Configuration menu
    Copy the full SHA
    807acd5 View commit details
    Browse the repository at this point in the history
  12. Fix #11193

    When a SymbolId is created from a local symbol that comes from a
    SpeculativeSemanticModel, GetInteriorSymbols crashes because it assumes
    taht the LocalSymbol and its containing MethodSymbol have the same
    SyntaxTree. With the change to use SymbolId in Completion, this causes
    frequent crashes. Augment GetInteriorSymbols to not crash; this may cause
    the completion tooltip to show incorrect type data if a local with the
    same name is created multiple times in a method.
    Ravi Chande committed May 18, 2016
    Configuration menu
    Copy the full SHA
    79bfc0e View commit details
    Browse the repository at this point in the history
  13. Assert that completion has a TypeInferenceService

    We have watsons where completion can't find one; this is indicative of a
    setup issue.
    Ravi Chande committed May 18, 2016
    Configuration menu
    Copy the full SHA
    25fa602 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a6ec0f8 View commit details
    Browse the repository at this point in the history
  15. Remove unused method.

    CyrusNajmabadi committed May 18, 2016
    Configuration menu
    Copy the full SHA
    4479372 View commit details
    Browse the repository at this point in the history
  16. Ignore .userprefs files (#11395)

    phrohdoh authored and jmarolf committed May 18, 2016
    Configuration menu
    Copy the full SHA
    f4d58f7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c664130 View commit details
    Browse the repository at this point in the history
  18. Fixed creation of the files

    jaredpar committed May 18, 2016
    Configuration menu
    Copy the full SHA
    c2f188d View commit details
    Browse the repository at this point in the history
  19. Log language in /errorlog

    nguerrera committed May 18, 2016
    Configuration menu
    Copy the full SHA
    f73fd4e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    82e584e View commit details
    Browse the repository at this point in the history
  21. Merge pull request #11407 from CyrusNajmabadi/packageLoads

    Don't cause VB to load in a C# project and vice-versa.
    CyrusNajmabadi committed May 18, 2016
    Configuration menu
    Copy the full SHA
    13859e8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3e5b27d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. Configuration menu
    Copy the full SHA
    167e464 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca369ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    475d1d1 View commit details
    Browse the repository at this point in the history
  4. Fix test code.

    CyrusNajmabadi committed May 19, 2016
    Configuration menu
    Copy the full SHA
    ae8af15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f2c494 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4f7d45 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a7ed576 View commit details
    Browse the repository at this point in the history
  8. Document breaking change in #5712 (#11399)

    Adds a file to the C# compiler docs that lists known breaking changes with the native compiler and
    adds #5712 to that list.
    agocke committed May 19, 2016
    Configuration menu
    Copy the full SHA
    96f5ce2 View commit details
    Browse the repository at this point in the history
  9. Add more tests for recently-fixed dynamic bugs

    Evan Hauck committed May 19, 2016
    Configuration menu
    Copy the full SHA
    e1584b1 View commit details
    Browse the repository at this point in the history
  10. Move public signing diagnostic codes of new errors

    Evan Hauck committed May 19, 2016
    Configuration menu
    Copy the full SHA
    abb7b6a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b6f1a1c View commit details
    Browse the repository at this point in the history
  12. Fixes duplicate namespace insertion (#9229)

    * Fixes duplicate namespace insertion
    
    * Added test
    bkoelman authored and jmarolf committed May 19, 2016
    Configuration menu
    Copy the full SHA
    bf90476 View commit details
    Browse the repository at this point in the history
  13. Named parameter.

    CyrusNajmabadi committed May 19, 2016
    Configuration menu
    Copy the full SHA
    d3567c2 View commit details
    Browse the repository at this point in the history
  14. Use DSRN 1.4.0-rc (#11424)

    tmat committed May 19, 2016
    Configuration menu
    Copy the full SHA
    a6f55cd View commit details
    Browse the repository at this point in the history
  15. Remove description check

    mattwar committed May 19, 2016
    Configuration menu
    Copy the full SHA
    d36b057 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #11413 from CyrusNajmabadi/delayLoadCompletion

    Don't preload completion providers we don't need.
    CyrusNajmabadi committed May 19, 2016
    Configuration menu
    Copy the full SHA
    5734bdc View commit details
    Browse the repository at this point in the history
  17. Document decision to have breaking change

    Evan Hauck committed May 19, 2016
    Configuration menu
    Copy the full SHA
    a58ae8d View commit details
    Browse the repository at this point in the history
  18. Respond to PR feedback

    nguerrera committed May 19, 2016
    Configuration menu
    Copy the full SHA
    4f3f9ec View commit details
    Browse the repository at this point in the history
  19. Merge pull request #11423 from jkotas/alc

    [WIP] Stop overriding default assembly load context
    jaredpar committed May 19, 2016
    Configuration menu
    Copy the full SHA
    91ca587 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #11398 from rchande/fixsymbolidcrash

    Fix #11193
    Ravi Chande committed May 19, 2016
    Configuration menu
    Copy the full SHA
    7f6fdd0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e090e14 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    63813d2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b5ebe73 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    35449fa View commit details
    Browse the repository at this point in the history
  25. Merge pull request #11433 from mattwar/Nondescriptive

    Remove description check
    mattwar committed May 19, 2016
    Configuration menu
    Copy the full SHA
    aad4fe5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    add64ee View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

  1. Configuration menu
    Copy the full SHA
    1e5f1aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12e5e17 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11440 from CyrusNajmabadi/delayLoadNuget

    Delay loading Nuget dlls until we actually need them.
    jasonmalinowski committed May 20, 2016
    Configuration menu
    Copy the full SHA
    3097e62 View commit details
    Browse the repository at this point in the history
  4. Error logging

    jaredpar committed May 20, 2016
    Configuration menu
    Copy the full SHA
    9b72b60 View commit details
    Browse the repository at this point in the history
  5. README part 1

    jaredpar committed May 20, 2016
    Configuration menu
    Copy the full SHA
    5502db8 View commit details
    Browse the repository at this point in the history
  6. README part 2

    jaredpar committed May 20, 2016
    Configuration menu
    Copy the full SHA
    9c271fe View commit details
    Browse the repository at this point in the history
  7. Merge pull request #11448 from jaredpar/runtests

    Error logging support
    jaredpar committed May 20, 2016
    Configuration menu
    Copy the full SHA
    4ddd2be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a3a5507 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #11390 from nguerrera/duplicate-rule-metadata

    /errorlog improvements, fixes, and marking as v1.0.0
    nguerrera committed May 20, 2016
    Configuration menu
    Copy the full SHA
    cd21f84 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3bd960b View commit details
    Browse the repository at this point in the history
  11. Fix an IndexOutOfRangeException in EnumCompletion

    Ravi Chande committed May 20, 2016
    Configuration menu
    Copy the full SHA
    0ae7194 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ab52c59 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    696d4de View commit details
    Browse the repository at this point in the history
  14. Add test.

    CyrusNajmabadi committed May 20, 2016
    Configuration menu
    Copy the full SHA
    ebf4437 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #11449 from jaredpar/readme

    Fix README
    jaredpar committed May 20, 2016
    Configuration menu
    Copy the full SHA
    8c33fc7 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #11465 from rchande/fixEnumCompletionWatson

    Fix an IndexOutOfRangeException in EnumCompletion
    Ravi Chande committed May 20, 2016
    Configuration menu
    Copy the full SHA
    bd4bc05 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    26ca2ba View commit details
    Browse the repository at this point in the history

Commits on May 21, 2016

  1. Merge pull request #11318 from lorcanmooney/issue11213

    Correct intellisense and indentation for fixed statements
    balajikris committed May 21, 2016
    Configuration menu
    Copy the full SHA
    3f1aa6e View commit details
    Browse the repository at this point in the history
  2. Move Roslyn to newer toolset packages (#10312)

    * 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
    mavasani committed May 21, 2016
    Configuration menu
    Copy the full SHA
    40e2a0c View commit details
    Browse the repository at this point in the history
  3. Fix reporting of EnC (and other) diagnostics (#11447)

    * Fix reporting of EnC diagnostics
    
    * Keep original overloads on DocumentDiagnosticAnalyzer for compat with TS and F#
    tmat committed May 21, 2016
    Configuration menu
    Copy the full SHA
    28776fd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11468 from CyrusNajmabadi/vbGenerateMethod

    Properly generate a method off of a property in VB.
    CyrusNajmabadi committed May 21, 2016
    Configuration menu
    Copy the full SHA
    009255b View commit details
    Browse the repository at this point in the history
  5. Roslyn side changes for the new toggle button added to the Error list… (

    #11439)
    
    * Roslyn side changes for the new toggle button added to the Error list to turn on/off full solution analysis
    
    We are moving the "Enable full solution analysis" option from Tools Option to the error list for improved discoverability, while also making it language agnostic. This change ensures that we set the Roslyn full solution analysis options when this button is toggled in the error list. Additionally, when we identify that the error list toggle button is available (Dev14 U3 or later), we will hide the tools option checkbox for "Enable full solution analysis" and show a note about it being moved to the error list. Note that we still continue with language specific defaults (C# off, VB on), but once the user has hit the error list toggle, the option setting is consistent across all languages.
    
    Addresses workitem #11392
    
    * Address PR feedback from Heejae - localization of strings.
    
    * Address PR feedback from Heejae
    
    * Address PR feedback
    
    * Move to newer MS.VS.Shell.14.0 dll to consume the new error list changes.
    
    * Move the code accessing the new IErrorList2 type into a separate method marked with [MethodImpl(MethodImplOptions.NoInlining)]
    mavasani committed May 21, 2016
    Configuration menu
    Copy the full SHA
    d55123f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17d3dd1 View commit details
    Browse the repository at this point in the history
  7. updated comments

    heejaechang committed May 21, 2016
    Configuration menu
    Copy the full SHA
    83eb6ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    83cc6cf View commit details
    Browse the repository at this point in the history
  9. Allow debugging output when debugging unit tests

    Previously, our custom TraceListener had been [updated](https://github.com/dotnet/roslyn/blob/5b83429a56125c0d4c12ac2c614506aa16c96a2e/src/Test/Utilities/Desktop/ThrowingTraceListener.cs) to disallow logging since Console, Trace and Debug are [no longer supported xUnit for logging output](https://xunit.github.io/docs/capturing-output.html). However, this unintentionally shut off sending the output to the debugger as well, which is perfectly reasonable when a debugger is attached. This change passes the output through to the debugger if `Debugger.IsLogging()` is true, which returns true when a debugger is attached that has logging enabled.
    DustinCampbell committed May 21, 2016
    Configuration menu
    Copy the full SHA
    5f140f3 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #11478 from heejaechang/builderror

    fixes issue where build de-dup doesn't add project analyzers.
    heejaechang committed May 21, 2016
    Configuration menu
    Copy the full SHA
    859fe32 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. Merge pull request #11467 from cston/174789

    Include basesBeingResolved in recursive calls to IsSymbolAccessibleCore
    cston committed May 23, 2016
    Configuration menu
    Copy the full SHA
    6672882 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f13fc3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c7960d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11469 from khyperia/fix9288

    Improve error message for failing to sign on CoreCLR mac/linux
    khyperia committed May 23, 2016
    Configuration menu
    Copy the full SHA
    ab4e012 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11480 from DustinCampbell/fix-debug-output

    Allow debugging output when debugging unit tests
    DustinCampbell committed May 23, 2016
    Configuration menu
    Copy the full SHA
    a5ae72c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11341 from khyperia/addDynamicTests

    Add more tests for recently-fixed dynamic bugs
    khyperia committed May 23, 2016
    Configuration menu
    Copy the full SHA
    284b62f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    545401e View commit details
    Browse the repository at this point in the history
  8. Fix #11068: Interactive window should allow to add commands to histor…

    …y without execution (#11078)
    
    * Fix #11068: Interactive window should allow to add commands to history without execution
    
    * Fixed style: braces moved on a new line.
    
    * Create new instance of language buffer for every history entry
    
    * - Use ITextBufferFactoryService to create historyBuffer
    - Move state check to the beginning of the method
    - Use InvalidOperationException instead of ArgumentOutOfRangeException
    
    * _buffer.Flush() should be called before calculation of insertionIndex
    
    * - Added "exception" part to the 'AddToHistory' method description
    - Added test that verifies history navigation
    AlexanderSher authored and tmat committed May 23, 2016
    Configuration menu
    Copy the full SHA
    030cee0 View commit details
    Browse the repository at this point in the history
  9. Restore backward compatibility in the way conversion from a reference…

    … type to an intrinsic value type is evaluated.
    
    Fixes #9887.
    AlekseyTs committed May 23, 2016
    Configuration menu
    Copy the full SHA
    cd201eb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    856f75f View commit details
    Browse the repository at this point in the history
  11. updated message slightly

    heejaechang committed May 23, 2016
    Configuration menu
    Copy the full SHA
    bc66361 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #11479 from heejaechang/message

    changed low memory error message to new one as we decided in the meeting
    heejaechang committed May 23, 2016
    Configuration menu
    Copy the full SHA
    01f436a View commit details
    Browse the repository at this point in the history
  13. added "has"

    heejaechang committed May 23, 2016
    Configuration menu
    Copy the full SHA
    8503142 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #11513 from heejaechang/message5

    follow up on #11479
    heejaechang committed May 23, 2016
    Configuration menu
    Copy the full SHA
    1b27908 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. made 2 states (designer or not) to 3 states (designer, not, unknown)

    when it is unknown status, we will leave designer attribute as it used to be. and not touch anything.
    
    one can go into unknown state if there is no explict designer attribute found but there are some types
    with errors.
    heejaechang committed May 24, 2016
    Configuration menu
    Copy the full SHA
    3747142 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18e495b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11334 from khyperia/fix9150

    Add better error messages for public signing
    khyperia committed May 24, 2016
    Configuration menu
    Copy the full SHA
    20606be View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11401 from VSadov/stringForeach

    Allow foreach with string even if string does not implement foreach pattern.
    VSadov committed May 24, 2016
    Configuration menu
    Copy the full SHA
    42c0eea View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11320 from lorcanmooney/issue11170

    Disallow sealed overrides in structs
    gafter committed May 24, 2016
    Configuration menu
    Copy the full SHA
    4798c9b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11511 from AlekseyTs/Issue9887

    Restore backward compatibility in the way conversion from a reference type to an intrinsic value type is evaluated.
    AlekseyTs committed May 24, 2016
    Configuration menu
    Copy the full SHA
    0fb3f73 View commit details
    Browse the repository at this point in the history
  7. Fix a flaky compiler suite

    The intent of ServerRespectsAppConfig was to verify the server actually read the default timeout value from the application configuration file.  The test validated this in a very indirect way:
    
    - Changing the value in app.config
    - Starting the server
    - Verifying it stopped in the given time frame
    
    This can fail for a number of reasons: computer load during the test, another process communicating with the server, etc ...
    
    Changed the test to just directly test the value being read from application settings.
    
    Justification for ask mode: this test was flaky enough to break signed builds.
    jaredpar committed May 24, 2016
    Configuration menu
    Copy the full SHA
    f8e6990 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #11517 from heejaechang/scanner

    made 2 states (designer or not) to 3 states (designer, not, unknown)
    heejaechang committed May 24, 2016
    Configuration menu
    Copy the full SHA
    70e76b2 View commit details
    Browse the repository at this point in the history
  9. Adjust implementation of MemberSemanticModel.GetEnclosingBinderIntern…

    …al to avoid NullReferenceException.
    
    The change addresses the situation when SemanticModel is created to speculate on a With block and the function is trying to locate a binder for the With expression within the block.
    
    Fixes https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems?id=187910&_a=edit.
    AlekseyTs committed May 24, 2016
    Configuration menu
    Copy the full SHA
    8dbc9b0 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #11514 from jaredpar/fix

    Fix a flaky compiler suite
    jaredpar committed May 24, 2016
    Configuration menu
    Copy the full SHA
    9e4be40 View commit details
    Browse the repository at this point in the history
  11. Do not report warnings for malformed InformationalVersionAttribute va…

    …lues (#11532)
    
    Do not report warnings for malformed InformationalVersionAttribute values
    tmat committed May 24, 2016
    Configuration menu
    Copy the full SHA
    92f878f View commit details
    Browse the repository at this point in the history
  12. Utilize new archival options (#11540)

    Utilize new archival options
    
    Only archive when failing, rather than always.
    mmitche committed May 24, 2016
    Configuration menu
    Copy the full SHA
    ab1a171 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2016

  1. Configuration menu
    Copy the full SHA
    26a55d4 View commit details
    Browse the repository at this point in the history
  2. Initialize the error list toggle state when error list is initialized (

    …#11541)
    
    * Initialize the error list toggle state when error list is initialized
    
    Currently, we initialize the error list toggle state only when workspace changes (solution add/remove/reload or project add/remove/reload) OR when FSD options change. However, if you start VS and bring up error list without opening any solution or changing FSD options, we might show stale error list state if your settings file or settings store changed from last VS session. Fix is to initialize the error list toggle state as soon as error list is initialized.
    
    Fixes #11539
    
    * Don't change the error list toggle state on workspace changes.
    mavasani committed May 25, 2016
    Configuration menu
    Copy the full SHA
    d389334 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11534 from cston/220696

    Iterator Property setter should not be treated as an iterator
    cston committed May 25, 2016
    Configuration menu
    Copy the full SHA
    86cae9f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11542 from AlekseyTs/Bug187910

    Adjust implementation of MemberSemanticModel.GetEnclosingBinderInternal to avoid NullReferenceException.
    AlekseyTs committed May 25, 2016
    Configuration menu
    Copy the full SHA
    2b079d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36623bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b35416a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #11561 from CyrusNajmabadi/symbolKeyCrash

    Port #11398 over to SymbolKeys. …
    CyrusNajmabadi committed May 25, 2016
    Configuration menu
    Copy the full SHA
    5ae94f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7c8299 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2016

  1. Merge pull request #11406 from rchande/assertTypeInferenceNotNull

    Assert that completion has a TypeInferenceService
    Ravi Chande committed May 26, 2016
    Configuration menu
    Copy the full SHA
    822c285 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72e1d4f View commit details
    Browse the repository at this point in the history
  3. Bug 217740: don't crash when emitting or loading a DateTimeConstant(-…

    …1) attribute (#11536)
    
    * Bug 217740: Repro and test harness for C#
    
    * Testing and fixing loading scenario in C# and VB
    
    * Verifying VB case using attribute on field
    
    * Adding more tests
    
    * Adding VB tests
    
    * Adding tests
    
    * More tests on fields with double-attributes
    
    * New test constraint
    
    * Fixing VB side to new test constraints
    
    * Fixing C# side to new test constraints
    
    * Fixing remaining tests
    
    * Adding comments
    
    * Fixing VB field scenario too
    jcouv committed May 26, 2016
    Configuration menu
    Copy the full SHA
    dd21101 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2016

  1. Configuration menu
    Copy the full SHA
    3fa46b8 View commit details
    Browse the repository at this point in the history