Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zig AstGen changes, unnecessary use of 'var' #1605

Merged
merged 8 commits into from
Nov 21, 2023

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    27d14c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f49caf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    848c8b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d811e00 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. add custom version of binned_allocator

    - fix data race when allocating with thread safety
    - remove workarounds for ziglang/zig#14705
    - correct unnecessary uses of 'var'
    
    Note that the BSD Zero Clause License has been removed
    from binned_allocator.zig
    Techatrix committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    5a31c50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8951fc View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

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

Commits on Nov 21, 2023

  1. Fix binned_allocator self params

    Co-authored-by: Ian Johnson <ian@ianjohnson.dev>
    SuperAuguste and ianprime0509 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    bdc762a View commit details
    Browse the repository at this point in the history