ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
<GitHub162> [zig] andrewrk pushed 3 new commits to master: https://git.io/vNk3k
<GitHub162> zig/master 6f85c86 Jimmi Holst Christensen: Fixed the call to mem.readInt in Rand.scalar
<GitHub162> zig/master a9d2a7f Andrew Kelley: Merge pull request #674 from Hejsil/readInt-calling-fix...
<GitHub162> zig/master e91136d Jimmi Holst Christensen: Fixed the call to mem.readInt in endian.swap
<GitHub43> [zig] andrewrk closed pull request #674: Fixed calls to mem.readInt (master...readInt-calling-fix) https://git.io/vNktp
cenomla has joined #zig
cenomla has quit [Quit: cenomla]
arBmind has quit [Quit: Leaving.]
wishstudio__ has joined #zig
wishstudio_ has quit [Ping timeout: 248 seconds]
<GitHub127> [zig] AndreaOrru pushed 2 new commits to master: https://git.io/vNkWm
<GitHub127> zig/master e932919 Andrea Orru: Darwin -> MacOSX, added Zen. See #438
<GitHub127> zig/master ad438cf Andrea Orru: Merge branch 'master' of github.com:zig-lang/zig
cenomla has joined #zig
<GitHub71> [zig] andrewrk pushed 1 new commit to master: https://git.io/vNklx
<GitHub71> zig/master bb39e50 Andrew Kelley: fix struct inside function referencing local const...
<GitHub197> [zig] andrewrk pushed 1 new commit to master: https://git.io/vNk8s
<GitHub197> zig/master e7c04b6 Andrew Kelley: add a test for returning a type that closes over a local const...
cenomla has quit [Quit: cenomla]
<GitHub140> [zig] andrewrk pushed 1 new commit to master: https://git.io/vNk4w
<GitHub140> zig/master 32ba0dc Andrew Kelley: update hello world docs
<GitHub32> [zig] AndreaOrru pushed 2 new commits to master: https://git.io/vNkEb
<GitHub32> zig/master 3182857 Andrea Orru: Adding zen support
<GitHub32> zig/master de1f579 Andrea Orru: Merge branch 'master' of github.com:zig-lang/zig
tiehuis has quit [Quit: WeeChat 2.0.1]
arBmind has joined #zig
Tobba has quit [Quit: Leaving]
Tobba has joined #zig
andrewrk_ has joined #zig
andrewrk has quit [*.net *.split]
andrewrk_ is now known as andrewrk
cenomla has joined #zig
cenomla has quit [Quit: cenomla]
<GitHub118> [zig] andrewrk pushed 1 new commit to master: https://git.io/vNITV
<GitHub118> zig/master 66717db Andrew Kelley: replace `%return` with `try`...
<GitHub123> [zig] andrewrk pushed 1 new commit to master: https://git.io/vNIII
<GitHub123> zig/master 632d143 Andrew Kelley: replace `a %% b` with `a catch b`...
arBmind has quit [Quit: Leaving.]
<GitHub135> [zig] andrewrk pushed 1 new commit to master: https://git.io/vNItR
<GitHub135> zig/master 5981707 Andrew Kelley: `a catch unreachable` generates unwrap-error code...