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/BenchmarkDotNet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.4
Choose a base ref
...
head repository: dotnet/BenchmarkDotNet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.6
Choose a head ref
  • 17 commits
  • 34 files changed
  • 5 contributors

Commits on Sep 24, 2025

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

Commits on Oct 2, 2025

  1. feat: Add custom MsBuild targets to remove unnecessary files from bin…

    … directory (#2737)
    
    * feat: add custom msbuild target to remove unnecessary files
    
    * fix: simplify code based on review comment
    
    * fix: update code based on review comment
    filzrev authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    44f0dc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e099c2e View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

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

Commits on Oct 29, 2025

  1. Configuration menu
    Copy the full SHA
    5cae925 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40a2896 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ded3900 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Configuration menu
    Copy the full SHA
    0be519c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8397ad0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36579ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ee28b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. docs: Add docs for breaking changes of disassembler native dependenci…

    …es (#2836)
    
    * docs: add docs for breaking changes of disassembler native dependencies
    
    * Update docs/articles/features/disassembler.md
    
    Co-authored-by: Tim Cassell <cassell.timothy@gmail.com>
    
    * docs: move note section content
    
    * Update docs/articles/features/disassembler.md
    
    ---------
    
    Co-authored-by: Tim Cassell <cassell.timothy@gmail.com>
    filzrev and timcassell authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    4a3b19c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3d5e4e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2025

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

Commits on Nov 3, 2025

  1. Added ref struct param support for [ArgumentsSource] (#2849)

    * Changed cast and type of field to the arg type if parameter is ref struct
    
    * Added tests for Span<int> and ReadOnlySpan<char> for [ArgumentsSource]
    
    * Fixed incorrect index of argument generated from [ArgumentSource]
    
    * Added check for PropertyInfo return type for correct index generation when generating code for [ArgumentsSource]
    dmitrenko-v authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    6d2e1c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Configuration menu
    Copy the full SHA
    6fcb40c View commit details
    Browse the repository at this point in the history
Loading