00:45
<
GitHub162 >
zig/master 6f85c86 Jimmi Holst Christensen: Fixed the call to mem.readInt in Rand.scalar
00:45
<
GitHub162 >
zig/master a9d2a7f Andrew Kelley: Merge pull request #674 from Hejsil/readInt-calling-fix...
00:45
<
GitHub162 >
zig/master e91136d Jimmi Holst Christensen: Fixed the call to mem.readInt in endian.swap
00:45
<
GitHub43 >
[zig] andrewrk closed pull request #674: Fixed calls to mem.readInt (master...readInt-calling-fix)
https://git.io/vNktp
01:12
cenomla has joined #zig
01:24
cenomla has quit [Quit: cenomla]
01:45
arBmind has quit [Quit: Leaving.]
02:00
wishstudio__ has joined #zig
02:00
wishstudio_ has quit [Ping timeout: 248 seconds]
04:14
<
GitHub127 >
zig/master e932919 Andrea Orru: Darwin -> MacOSX, added Zen. See #438
04:14
<
GitHub127 >
zig/master ad438cf Andrea Orru: Merge branch 'master' of github.com:zig-lang/zig
04:35
cenomla has joined #zig
05:29
<
GitHub71 >
zig/master bb39e50 Andrew Kelley: fix struct inside function referencing local const...
05:51
<
GitHub197 >
zig/master e7c04b6 Andrew Kelley: add a test for returning a type that closes over a local const...
06:48
cenomla has quit [Quit: cenomla]
06:59
<
GitHub140 >
zig/master 32ba0dc Andrew Kelley: update hello world docs
09:43
<
GitHub32 >
zig/master 3182857 Andrea Orru: Adding zen support
09:43
<
GitHub32 >
zig/master de1f579 Andrea Orru: Merge branch 'master' of github.com:zig-lang/zig
12:57
tiehuis has quit [Quit: WeeChat 2.0.1]
13:56
arBmind has joined #zig
18:13
Tobba has quit [Quit: Leaving]
18:14
Tobba has joined #zig
20:33
andrewrk_ has joined #zig
20:35
andrewrk has quit [*.net *.split]
20:35
andrewrk_ is now known as andrewrk
20:58
cenomla has joined #zig
21:28
cenomla has quit [Quit: cenomla]
21:54
<
GitHub118 >
zig/master 66717db Andrew Kelley: replace `%return` with `try`...
22:29
<
GitHub123 >
zig/master 632d143 Andrew Kelley: replace `a %% b` with `a catch b`...
23:04
arBmind has quit [Quit: Leaving.]
23:14
<
GitHub135 >
zig/master 5981707 Andrew Kelley: `a catch unreachable` generates unwrap-error code...