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: f1c56f7f225f
Choose a base ref
...
head repository: ziglang/zig
compare: a3ab4325fd05
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 29, 2018

  1. support --emit in 'test' command

    Support the `--emit` switch in `zig --emit asm test file.zig`.
    
    The command fails because no tests run (no executable is created) but
    it emits the requested file.  That seems like a good tradeoff.
    bnoordhuis committed Jun 29, 2018
    Copy the full SHA
    03f6682 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1175 from bnoordhuis/zig-test-emit-switch

    support --emit in 'test' command
    andrewrk committed Jun 29, 2018
    Copy the full SHA
    a3ab432 View commit details
    Browse the repository at this point in the history