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: 2db841f
Choose a base ref
...
head repository: dotnet/linker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4b3f78c
Choose a head ref
  • 7 commits
  • 13 files changed
  • 5 contributors

Commits on Dec 19, 2022

  1. [main] Update dependencies from dotnet/arcade (#3166)

    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    7a613cd View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    afdb206 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c30cfda View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Add tests for type deconstruction and construction (#3164)

    This was prompted by #3158
    So I just added several tests for various shapes of type deconstructions. To make it symmetric I also added tests for what I call type construction (tuples, anonymous types, records).
    vitek-karas authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    72d05e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Update cecil (#3171)

    sbomer authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    19c7f53 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Add tests for ldtoken analysis and fixes a small bug for a field (#3173)

    LdToken acts basically as a reflection access and so it needs to warn about the returned member if that has annotations on it.
    vitek-karas authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    beb6d3b View commit details
    Browse the repository at this point in the history
  2. Revert "Update cecil" (#3174)

    This reverts commit 19c7f53.
    marek-safar authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    4b3f78c View commit details
    Browse the repository at this point in the history
Loading