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: goccy/go-reflect
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: goccy/go-reflect
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 11 commits
  • 8 files changed
  • 3 contributors

Commits on Aug 9, 2020

  1. fix filename

    Signed-off-by: Takahiro YAMASHITA <[email protected]>
    nokute78 committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    4317629 View commit details
    Browse the repository at this point in the history
  2. fix benchmark filename

    Signed-off-by: Takahiro YAMASHITA <[email protected]>
    nokute78 committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    a5ee1db View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from nokute78/fix_filename

    fix filename
    goccy committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    a620421 View commit details
    Browse the repository at this point in the history
  4. rename function name toSFs -> toRSFs

    Signed-off-by: Takahiro YAMASHITA <[email protected]>
    nokute78 committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    66d7777 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6 from nokute78/rename_tosfs

    rename function name toSFs -> toRSFs
    goccy committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    0432edb View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Configuration menu
    Copy the full SHA
    e5d130f View commit details
    Browse the repository at this point in the history
  2. fix go version on CI

    goccy committed May 16, 2021
    Configuration menu
    Copy the full SHA
    fcbd5ec View commit details
    Browse the repository at this point in the history
  3. fix reciever type

    goccy committed May 16, 2021
    Configuration menu
    Copy the full SHA
    b725637 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Merge pull request #11 from goccy/feature/fix-compile-error

    Update Go version for CI
    goccy committed May 20, 2021
    Configuration menu
    Copy the full SHA
    e1eb8c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Fix unsafe use of pointers in sample code

    benchmark_marshaler_test.go and its copy in the README demonstrated
    unsafe conversion of uintptr -> unsafe.Pointer. Fixing this will
    hopefully reduce the likelihood that users will write unsafe code.
    zolstein-clumio committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    9d6f0d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Merge pull request #16 from zolstein/unsafe-ptr

    Fix unsafe use of pointers in sample code
    goccy committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    62880e4 View commit details
    Browse the repository at this point in the history
Loading