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: ziglang/zig
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3a47bc715
Choose a base ref
...
head repository: ziglang/zig
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aaf46187a
Choose a head ref
  • 10 commits
  • 10 files changed
  • 5 contributors

Commits on Oct 8, 2023

  1. Configuration menu
    Copy the full SHA
    c86ba0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85315bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bb10c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    370662c View commit details
    Browse the repository at this point in the history
  5. codegen/llvm: add workarounds to loadTruncate() for llvm codegen bugs

    for wasm, as a heuritic, only enable truncation for values smaller than 32bits.
     -> the bug is no longer triggered in most use cases (or at least the test suite...)
    
    as for powerpc, adding a redundant `and mask` produces working code.
    xxxbxxx committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    40528b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    703fe0f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. std.cstr: remove deprecated namespace

    Followup to 0a868da .
    
    Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
    BratishkaErik authored and Vexu committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    1f6d82e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Sema: fix dbg_inline instructions not being emitted

    This broke with #16604 but went unnoticed due to lack of tests.
    Closes #17444
    Vexu authored and andrewrk committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    b2c36b1 View commit details
    Browse the repository at this point in the history
  2. Package.Fetch: allow relative paths outside project root

    Only for packages that come from the main package. Fetched packages
    still cannot depend on paths outside their package root.
    andrewrk committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    fa08e49 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17391 from xxxbxxx/load-i4

    codegen/llvm: truncate padding bits when loading a non-byte-sized value
    andrewrk authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    aaf4618 View commit details
    Browse the repository at this point in the history
Loading