• Joined on 2026年02月06日
pebose pushed to master at pebose/zig 2026年04月14日 11:47:25 +02:00
7977ef80f9 start the 0.17.0 release cycle
24fdd5b7a4 Release 0.16.0
37a20d3984 Allow the user to override unexpected error trace
c457939f10 Merge pull request 'Parses inline callers when generating stack traces from PDBs' (#31814) from MasonRemaley/zig:pdb-backtrace-inlines into master
778f8d557b add cimport file to zcu.alive_files
Compare 178 commits »
pebose pushed to master at pebose/zig 2026年03月29日 23:25:16 +02:00
42e33db9d0 Merge pull request 'crypto.base64: use "-" instead of "+" character in URL-safe mode' (#31709) from jedisct1/zig:urlsafe into master
66f55a1cb4 Merge pull request 'llvm: simplifications, refactors, and make incremental work' (#31678) from llvm-enhancements into master
dcb33abc2c crypto.base64: use "-" instead of "+" character in URL-safe mode
abaf3dfbe9
tests: fix wouldUseLlvm on x86_64-windows
b36cfc6352
compiler-rt: work around LLVM not respecting -fno-builtin
Compare 115 commits »
pebose pushed to master at pebose/zig 2026年03月18日 03:30:09 +01:00
f8997aca8f Merge pull request 'llvm: some random fixes' (#31552) from llvm-fixes into master
85837de476 llvm: solve a bunch of alignment bugs
0a2f663281 llvm: solve a misc TODO
6ae30662dc llvm: incremental updates for "is named enum value" functions
6f7840d589 llvm: disable loop vectorization for now
Compare 96 commits »
pebose pushed to master at pebose/zig 2026年03月11日 12:09:38 +01:00
b4ffb402c0 translate-c build step: handle system libraries
77d7686902 std.zig.putAstErrorsIntoBundle: support zon
a388b88ed4 Merge pull request 'std.heap.ArenaAllocator: add fuzz test + some optimizations' (#31407) from justusk/zig:fuzz-arena into master
c01b9b1ab5 langref: replace std.meta.Int with @Int
1a8ed9a658 checkAllAllocationFailures: provide result type to 'extra_args'
Compare 112 commits »
pebose pushed to master at pebose/zig 2026年03月09日 18:23:33 +01:00
3b515fbede Merge pull request 'std.Io: move netReceive to become an Operation' (#31089) from net-receive into master
80625990d5 std: different mechanism for disabling network dependency
85ed81bb94 std.Io.Threaded: implement netReceive for Windows
dd8de03720 std.Io.Dispatch: fix compile errors
4cbf30c2a4 std.Io.Uring: implement net_receive operate
Compare 17 commits »
pebose pushed to master at pebose/zig 2026年03月06日 14:17:34 +01:00
46658257f4 Io.Threaded.spawnPosix: implement passing file descriptors as stdio (#31379)
aa2f318935 std.mem.ReverseIterator: make public
4fa465fc8f compiler_rt: optimize udivmod large-divisor case with trial quotient
15f0af09d0 Io.Threaded.batchAwaitConcurrent: fix poll args
Compare 17 commits »
pebose pushed to master at pebose/zig 2026年03月03日 01:56:02 +01:00
ac24e6caf5 Merge pull request 'enable aarch64-netbsd CI' (#31377) from alexrp/zig:aarch64-netbsd-ci into master
421c3c3cc5 ci: update qemu to 10.2.1.1
0a2f6a048b fix msghdr and cmsghdr on non-Linux targets, document musl behaviour
d6e9b9eb64
ci: enable aarch64-netbsd
d182feacf7
ci: add aarch64-netbsd scripts
Compare 23 commits »
pebose pushed to master at pebose/zig 2026年03月03日 01:45:53 +01:00
e779ca7223 fix(docs/wasm):zig std html render error function 'a'
2da1370a7e sync CallModifier in langref with what's actually there
bbc77df3eb std.heap: delete ThreadSafeAllocator
4e2cec265d Make std.PriorityQueue an unmanaged container (#31299)
0b6b65b387 fix: Allow async and concurrent from Io.Select to accept non-void error unions
Compare 21 commits »
pebose pushed to main at pebose/exercises 2026年02月27日 20:04:39 +01:00
1be6fcd7db Merge pull request 'improve grammar in 103_tokenization' (#365) from pebose/exercises:improve-grammar into main
7d03b8464d
update patch file for 103_tokenization
9798e80deb
improve grammar in 103_tokenization
Compare 3 commits »
pebose deleted branch improve-grammar from pebose/exercises 2026年02月27日 19:58:56 +01:00
pebose pushed to main at pebose/exercises 2026年02月27日 19:46:56 +01:00
d5fdfe708c Merge pull request 'emphasize that the end number of a for-loop range is exclusive' (#366) from pebose/exercises:emphasize-for-loop-range into main
88510735e1 Merge branch 'main' into emphasize-for-loop-range
8c119bebdc
update output for exercise 095_for3 to include full range of numbers
dc71c2cd06
update patch file for 095_for3
9fb6d21ce6
emphasize that the end number of a for-loop range is exclusive
Compare 5 commits »
pebose deleted branch emphasize-for-loop-range from pebose/exercises 2026年02月27日 19:45:10 +01:00
pebose pushed to main at pebose/exercises 2026年02月27日 19:44:03 +01:00
07031c5daa Merge pull request 'add commas' (#364) from pebose/exercises:add-punctuations into main
4aeb7b83b9
add commas
Compare 2 commits »
pebose deleted branch add-punctuations from pebose/exercises 2026年02月27日 19:43:20 +01:00
pebose deleted branch indexof-to-find from pebose/exercises 2026年02月27日 19:43:00 +01:00
pebose pushed to main at pebose/exercises 2026年02月27日 19:37:44 +01:00
1813c0ded8 Merge pull request 'replace deprecated mem.indexOf with mem.find' (#363) from pebose/exercises:indexof-to-find into main
908109df2d Merge pull request 'add hint that @field() works differently on types and values' (#367) from pebose/exercises:add-hint-to-exercise-82 into main
c032550633 Merge pull request 'improve comment stating 'Zig 0.10.0' @typeName change' (#370) from pebose/exercises:improve-builtins2-comment-zig-0-10 into main
a83a42528e Merge pull request 'fix zig build error when '.progress.txt' contains newline' (#368) from pebose/exercises:fix-zig-build-error into main
4500fba8b3 Merge branch 'main' into fix-zig-build-error
Compare 11 commits »
pebose commented on pull request ziglings/exercises#365 2026年02月27日 19:36:13 +01:00
improve grammar in 103_tokenization

Done

pebose pushed to emphasize-for-loop-range at pebose/exercises 2026年02月27日 19:35:26 +01:00
8c119bebdc
update output for exercise 095_for3 to include full range of numbers
dc71c2cd06
update patch file for 095_for3
Compare 2 commits »
pebose pushed to improve-grammar at pebose/exercises 2026年02月27日 19:27:31 +01:00
7d03b8464d
update patch file for 103_tokenization
pebose commented on pull request ziglings/exercises#366 2026年02月27日 19:23:48 +01:00
emphasize that the end number of a for-loop range is exclusive

patch file incoming...