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: 8c39cdc89f2a
Choose a base ref
...
head repository: ziglang/zig
compare: 0e9fef78dd7e
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Jul 4, 2018

  1. Debug enum issue

    Isaac Hier authored and isaachier committed Jul 4, 2018
    Copy the full SHA
    9395162 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9cff23d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. alternate implementation of previous commit

    This strategy adds another field to the SwitchBr instruction,
    which is the result of the CheckSwitchProngs instruction. The
    type of the result is void, and is unused, except that the SwitchBr
    instruction will not perform analysis if the CheckSwitchProngs
    instruction did not pass analysis. This allows the CheckSwitchProngs
    instruction to do implicit casting for its type checking, while
    preventing duplicate compile error messages.
    andrewrk committed Jul 6, 2018
    Copy the full SHA
    1a5bd88 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0e9fef7 View commit details
    Browse the repository at this point in the history