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: vmihailenco/msgpack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.6
Choose a base ref
...
head repository: vmihailenco/msgpack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.4.0
Choose a head ref
  • 17 commits
  • 19 files changed
  • 2 contributors

Commits on Jan 22, 2022

  1. remove limit

    OneOfOne committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    5cc659c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73d76df View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. use a type generator to preallocate chunks of the type

    - preallocate maps and slices when we know the size
    OneOfOne committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    ac03b62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6689e47 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. add limits back and make them optional

    use a global typegen and make it optional
    OneOfOne committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    1cd1f7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8132474 View commit details
    Browse the repository at this point in the history
  3. rename the no limit flag

    OneOfOne committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    016bdbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c2359d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c31df5 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    52809c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4888388 View commit details
    Browse the repository at this point in the history
  3. fieldalignment

    OneOfOne committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    2fc4278 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

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

Commits on Oct 1, 2023

  1. Merge pull request #330 from alpineiq/v5

    small optimizations.
    vmihailenco authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    b2aba5f View commit details
    Browse the repository at this point in the history
  2. chore: update Go

    vmihailenco committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    a9ef130 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b6c01f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #356 from vmihailenco/release/v5.4.0

    chore: release v5.4.0 (release.sh)
    vmihailenco authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    ecf8fa7 View commit details
    Browse the repository at this point in the history
Loading