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: 0f449a3ec180
Choose a base ref
...
head repository: ziglang/zig
compare: 6568be575cb8
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 27, 2018

  1. fix assert on self-referencing function ptr field

    The construct `struct S { f: fn(S) void }` is not legal because structs
    are not copyable but it should not result in an ICE.
    
    Fixes #795.
    bnoordhuis committed Feb 27, 2018
    Copy the full SHA
    90598b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Copy the full SHA
    1b8a241 View commit details
    Browse the repository at this point in the history
  2. different way of fixing previous commit

    get_fn_type doesn't need the complete parameter type, it
    can just ensure zero bits known.
    andrewrk committed Feb 28, 2018
    Copy the full SHA
    556f22a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6568be5 View commit details
    Browse the repository at this point in the history