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: 85422d7aeadc
Choose a base ref
...
head repository: ziglang/zig
compare: c7804277bf39
Choose a head ref
  • 2 commits
  • 12 files changed
  • 1 contributor

Commits on Jun 19, 2018

  1. update langref

    andrewrk committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    0b92d68 View commit details
    Browse the repository at this point in the history
  2. @floatToInt now has safety-checked undefined behavior

    when the integer part does not fit in the destination integer type
    
     * Also fix incorrect safety triggered for integer casting an
       `i32` to a `u7`. closes #1138
     * adds compiler-rt function: `__floatuntidf`
    andrewrk committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    c780427 View commit details
    Browse the repository at this point in the history