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
base: 72ce1462938c
Choose a base ref
...
head repository: ziglang/zig
compare: 5627347bab01
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 28, 2018

  1. non-zero exit when build.zig cannot be created

    Make the stage 1 compiler exit with a non-zero status code
    when `zig build --init` cannot create a new build.zig file.
    bnoordhuis committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    db70b90 View commit details
    Browse the repository at this point in the history
  2. skeleton stage 2 support for 'zig build'

    Initial port of the 'zig build' logic from the stage 1 compiler to the
    stage 2 compiler sans code generation and BUILD_INFO support.
    bnoordhuis committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    b60b01c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2018

  1. Merge pull request #865 from bnoordhuis/zig-build-stage2

    skeleton stage 2 support for 'zig build'
    andrewrk committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    5627347 View commit details
    Browse the repository at this point in the history