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: bytedance/sonic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: bytedance/sonic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.2
Choose a head ref
  • 4 commits
  • 13 files changed
  • 4 contributors

Commits on May 19, 2022

  1. fix: some typos (#221)

    Co-authored-by: liuqiang <liuqiang.06@bytedance.com>
    liuq19 and liuq19 authored May 19, 2022
    Copy the full SHA
    d923a03 View commit details
  2. fix: add nil pointer check (#224)

    * fix: add nil pointer check
    
    * panicNilPointerOfNonEmptyString
    AsterDY authored May 19, 2022
    Copy the full SHA
    5086cb2 View commit details

Commits on May 23, 2022

  1. fix (encoder): spill RL (buffer length) register while calling inte…

    …rnal encoders in case of it got scratched (#230)
    
    Change-Id: Ie15c589b739a7b3feb93c5a7b65e82c114d7ab80
    AsterDY authored May 23, 2022
    Copy the full SHA
    308b76b View commit details
  2. feat: support for Windows (#228)

    * feat: support for Windows
    
    * fix (loader): default loader now has build tag: for linux and darwin
    * feat (loader): add memory allocator support for Windows
    
    * feat: add Windows CI
    
    Added Windows CI for GitHub Actions
    Go version: 1.15.x, 1.16.x, 1.17.x, 1.18.x
    
    * fix (loader): remove `amd64` build constraint from Windows
    
    * fix: TSAN error on Windows CI
    
    Temporary remove `-race` flag
    
    Link: golang/go#46099
    
    Co-authored-by: Yi Duan <duanyi.aster@bytedance.com>
    ii64 and AsterDY authored May 23, 2022
    Copy the full SHA
    75b728b View commit details
Loading