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/runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 279fb04
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 48e7418
Choose a head ref
  • 12 commits
  • 81 files changed
  • 18 contributors

Commits on Dec 21, 2022

  1. [main] Update dependencies from dotnet/cecil (#79274)

    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    Co-authored-by: Ankit Jain <[email protected]>
    3 people authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    4d0fcf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fdc188 View commit details
    Browse the repository at this point in the history
  3. New ASCII APIs (#75012)

    Co-authored-by: Levi Broderick <[email protected]>
    Co-authored-by: Stephen Toub <[email protected]>
    Co-authored-by: Miha Zupan <[email protected]>
    4 people authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    66e64e5 View commit details
    Browse the repository at this point in the history
  4. Fix class summary (#79872)

    xt0rted authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    23059de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    942ce9a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c2b057 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63e081b View commit details
    Browse the repository at this point in the history
  8. Fix deviating XMLDoc for HostingEnvExtensions (#79708)

    XMLDoc was still pointing to the obsolete EnvironmentName instead of Environments.
    
    Co-authored-by: Michel Trouwborst <[email protected]>
    michel-tr and michel-jump authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    ca5bb93 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8d66372 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Remaining feedback from ILLink merge (#79677)

    * Remaining feedback from ILLink merge
    Move ILLink MSBuild dependencies into Versions.props MSBuild section, and use a consistent MSBuild version
    Update the readme from linker to state is a project and not a repository
    Uses a live build of ilasm instead of relying on prebuilt bits from Microsoft.NET.Sdk.IL
    Remove a unnecesary DefineConstant that is imported via SDK
    Avoid having hardcoded package versions
    Removes the illink PATENTS.txt, runtime's PATENTS.txt already takes into account Mono given that it has a mono partition
    tlakollo authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    d356088 View commit details
    Browse the repository at this point in the history
  2. createdump: only dump committed memory (#79853)

    Dumping memory regions as they are listed in /proc/pid/maps
    results in increase of RAM usage of the target application
    on some Linux kernels.
    
    This change uses /proc/pid/pagemap to check if the page is committed
    before adding it to the regions list. As the file is not available on
    kernels 4.0 and 4.1 without elevated permissions there's a fallback to
    previous behavior.
    ezsilmar authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    f85d515 View commit details
    Browse the repository at this point in the history
  3. Int32: Fixed double space in comments for Parse (#79897)

    Co-authored-by: Nash Barden <[email protected]>
    nashjb and Nash Barden authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    48e7418 View commit details
    Browse the repository at this point in the history
Loading