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: a2bd9f8912ad
Choose a base ref
...
head repository: ziglang/zig
compare: 46aa416c48c2
Choose a head ref
  • 2 commits
  • 17 files changed
  • 1 contributor

Commits on Feb 10, 2018

  1. Copy the full SHA
    8c31eaf View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. std.os and std.io API update

     * move std.io.File to std.os.File
     * add `zig fmt` to self hosted compiler
     * introduce std.io.BufferedAtomicFile API
     * introduce std.os.AtomicFile API
     * add `std.os.default_file_mode`
     * change FileMode on posix from being a usize to a u32
     * add std.os.File.mode to return mode of an open file
     * std.os.copyFile copies the mode from the source file instead of
       using the default file mode for the dest file
     * move `std.os.line_sep` to `std.cstr.line_sep`
    andrewrk committed Feb 11, 2018
    Copy the full SHA
    46aa416 View commit details
    Browse the repository at this point in the history