summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-27Merge branch 'main' into emphasize-for-loop-rangeChris Boesch
2026-02-27Merge pull request 'add commas' (#364) from pebose/exercises:add-punctuations...Chris Boesch
2026-02-27Merge pull request 'replace deprecated `mem.indexOf` with `mem.find`' (#363) ...Chris Boesch
2026-02-27update output for exercise 095_for3 to include full range of numbersPaul Ebose
2026-02-27update patch file for 095_for3Paul Ebose
2026-02-27Merge pull request 'add hint that @field() works differently on types and val...Chris Boesch
2026-02-27Merge pull request 'improve comment stating 'Zig 0.10.0' @typeName change' (#...Chris Boesch
2026-02-27Merge pull request 'fix `zig build` error when '.progress.txt' contains newli...Chris Boesch
2026-02-27Merge branch 'main' into fix-zig-build-errorChris Boesch
2026-02-27update patch filePaul Ebose
2026-02-27update patch filePaul Ebose
2026-02-27Merge pull request 'improve comment on continue expression behavior' (#369) f...Chris Boesch
2026-02-27Merge pull request 'fix 068_comptime3 comment to 'std.Io.Writer.print'' (#371...Chris Boesch
2026-02-27fix `zig build` error when '.progress.txt' contains newlinePaul Ebose
2026-02-27improve comment on continue expression behaviorPaul Ebose
2026-02-27improve comment stating 'Zig 0.10.0' @typeName changePaul Ebose
2026-02-27fix 068_comptime3 comment to 'std.Io.Writer.print'Paul Ebose
2026-02-27add hint that @field() works differently on types and valuesPaul Ebose
2026-02-27emphasize that the end number of a for-loop range is exclusivePaul Ebose
2026-02-27add commasPaul Ebose
2026-02-27replace deprecated `mem.indexOf` with `mem.find`Paul Ebose
2026-02-08Merge pull request 'use Io interface for enabling ansi escape codes' (#361) f...Chris Boesch
2026-02-08use Io interface for enabling ansi escape codesCarter Snook
2026-02-04Merge pull request 'changed to zig-dev version 2471' (#359) from i357 into mainChris Boesch
2026-02-04changed to zig-dev version 2471Chris Boesch
2026-02-04Merge pull request 'fix: std.process.RunOptions fields changed (used in build...Chris Boesch
2026-02-04fix: std.process.RunOptions fields changed (used in build.zig)tadakuso
2026-01-10Merge pull request 'fix: 071 update TypeInfo field case to .int' (#356) from ...Chris Boesch
2026-01-10fix: 071 update TypeInfo field case to .intArthur Solomiac
2026-01-09Merge pull request 'I/O improvements' (#355) from io_improvements into mainChris Boesch
2026-01-09I/O improvementsChris Boesch
2026-01-09Merge pull request 'fix: use new randomness api' (#354) from itsnoctural/exer...Chris Boesch
2026-01-09bump required zig versionitsnoctural
2026-01-09fix: use new randomness apiitsnoctural
2026-01-08Merge pull request 'Change link to documentation' (#351) from BartShoot/exerc...Chris Boesch
2026-01-08Change link to documentationBartShoot
2026-01-07Merge pull request 'adjust temp files' (#350) from i348 into mainChris Boesch
2026-01-07adjust temp filesChris Boesch
2026-01-07Merge pull request 'docs: add zig 0.16.0-dev.1976 version change' (#347) from...Chris Boesch
2026-01-07Merge branch 'main' into docs/zig-version-changeChris Boesch
2026-01-07Merge pull request 'entered current version number' (#349) from i348 into mainChris Boesch
2026-01-07entered current version numberChris Boesch
2026-01-06docs: add zig 0.16.0-dev.1976 version changedoprz
2026-01-06Merge pull request 'fix build errors in new Zig compiler' (#344) from prasefi...Chris Boesch
2026-01-06fix build errors in new Zig compilerprasefia
2026-01-04Merge pull request 'minor typos' (#343) from typos into mainChris Boesch
2026-01-04minor typosChris Boesch
2025-12-30Merge pull request 'change io explanation' (#341) from std.Io into mainChris Boesch
2025-12-30change io explanationChris Boesch
2025-12-29Merge pull request 'Integrate file system I/O with the std.Io interface' (#33...Chris Boesch