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: 793f031c4ca7
Choose a base ref
...
head repository: ziglang/zig
compare: 5a4968484b1f
Choose a head ref
  • 11 commits
  • 27 files changed
  • 1 contributor

Commits on Jan 12, 2018

  1. Configuration menu
    Copy the full SHA
    7ec7838 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32ea6f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. typecheck the panic function

    andrewrk committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    4551489 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2018

  1. Configuration menu
    Copy the full SHA
    971a6fc View commit details
    Browse the repository at this point in the history
  2. error return trace pointer prefixes other params

    instead of being last. This increases the chances that it can
    remain in the same register between calls.
    andrewrk committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    fa024f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0df2cd View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Configuration menu
    Copy the full SHA
    d973b40 View commit details
    Browse the repository at this point in the history
  2. clean up error return tracing

     * error return tracing is disabled in release-fast mode
     * add @errorReturnTrace
     * zig build API changes build return type from `void` to `%void`
     * allow `void`, `noreturn`, and `u8` from main. closes #535
    andrewrk committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    7b57454 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9ac607 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ec9933 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a49684 View commit details
    Browse the repository at this point in the history