Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/roslyn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d1fe9e95451c4c24d874981341f653e9decb1d8c
Choose a base ref
...
head repository: dotnet/roslyn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c098e96e5470fccc9c8e9f32189f408d086c984e
Choose a head ref
  • 5 commits
  • 7 files changed
  • 4 contributors

Commits on Aug 8, 2024

  1. Reduce allocations in AbstractSymbolCompletionProvider.CreateItems (#…

    …74670)
    
    * Reduce allocations in AbstractSymbolCompletionProvider.CreateItems
    
    The linq expression shows up as about 0.3% of allocations in the profile I'm looking for in the typing section of the scrolling speedometer test.
    
    MultiDictionary has a struct-based value that is great for the case where the valueset typically is only a single object (which is the case for this code).
    ToddGrun authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    9682b84 View commit details
    Browse the repository at this point in the history
  2. Mark compiler-generated list type with [CompilerGenerated] attribute (

    #74683)
    
    * Mark compiler-generated list type with `[CompilerGenerated]` attribute
    
    * Better testing
    
    * Verify emitted attributes
    DoctorKrolic authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3778b3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    045ae70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3acf211 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #74688 from dibarbet/project_load_telemetry

    Only report project load events for initial load in VSCode
    dibarbet authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c098e96 View commit details
    Browse the repository at this point in the history
Loading