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: 10bdf73a02c9
Choose a base ref
...
head repository: ziglang/zig
compare: 74c80d2c7fd3
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jul 24, 2018

  1. std.io: PeekStream and SliceStream

    SliceStream is a read-only stream wrapper around a slice of bytes. It
    allows adapting algorithms which work on InStreams to in-memory data.
    
    PeekStream is a stream wrapper which allows "putting back" bytes into
    the stream so that they can be read again. This will help make
    look-ahead parsers easier to write.
    nwsharp committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    0046551 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1282 from nwsharp/master

    std.io: PeekStream and SliceStream
    andrewrk committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    74c80d2 View commit details
    Browse the repository at this point in the history