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/linker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bf37b29
Choose a base ref
...
head repository: dotnet/linker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 307f6b0
Choose a head ref
  • 3 commits
  • 12 files changed
  • 1 contributor

Commits on Apr 28, 2021

  1. Improve comments (#1999)

    vitek-karas authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    cfd2a7d View commit details
    Browse the repository at this point in the history
  2. Revert "Upgrade linker TFM to net6.0 (#1996)" (#2000)

    This reverts commit bf37b29.
    vitek-karas authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    e48f540 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Implement support for ifdefs in header file parsing (#1980)

    The CreateRuntimeRootDescriptorFile task parses some header files from the CoreCLR and produces an XML descriptor. This change adds support for understanding simple ifdefs.
    vitek-karas authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    307f6b0 View commit details
    Browse the repository at this point in the history
Loading