| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-06-23 | 046: Show usage of `.?` and hint towards new solution. | Alex McHugh | 1 | -4/+19 | |
| 2024-06-12 | English fixes for 106_files.zig | Andrew Dunbar | 1 | -20/+20 | |
| 2024-06-12 | English fixes for 107_files2.zig | Andrew Dunbar | 1 | -11/+11 | |
| 2024-06-08 | fixed typo | Chris Boesch | 1 | -1/+1 | |
| 2024-06-08 | Merge branch 'main' into grammar | Chris Boesch | 1 | -1/+1 | |
| 2024-05-25 | Verbs agree with the head of the noun phrase, not the closest noun | hippietrail | 1 | -2/+2 | |
| the result...are passed→the result...is passed the number...vary→the number...varies | |||||
| 2024-05-20 | the Earth | Roman Frołow | 1 | -1/+1 | |
| 2024-05-11 | Update exercises/105_threading2.zig | rpm0372 | 1 | -1/+1 | |
| The last word, '"diggits" was misspelled. | |||||
| 2024-05-10 | Nobody wants the long version of finding out if a variable is set. | Chris Boesch | 1 | -3/+1 | |
| So switched to the short version with 'orelse'. ;) | |||||
| 2024-05-06 | Fix some typos | Chris Boesch | 6 | -20/+20 | |
| 2024-05-04 | fix: some grammatical errors | David Hain | 1 | -9/+9 | |
| 2024-05-04 | fix: many grammatical errors | David Hain | 1 | -7/+7 | |
| 2024-05-04 | fix: typo: removed extra s | David Hain | 1 | -1/+1 | |
| 2024-05-04 | fix: typo: % instead of @ for a builtin function | David Hain | 1 | -1/+1 | |
| 2024-04-17 | fixing little typo on exercise 107_files2.zig | susubub | 1 | -1/+1 | |
| 2024-04-10 | Additional timer in thread start added | Chris Boesch | 1 | -2/+3 | |
| 2024-04-10 | Greater gradation of timers built into the threads | Chris Boesch | 1 | -1/+5 | |
| 2024-03-28 | Merge branch 'main' into i69 | Chris Boesch | 3 | -1/+145 | |
| 2024-03-28 | fix typo | Chris Boesch | 1 | -1/+1 | |
| 2024-03-27 | added format parameter {d} | Alan CHUNG | 2 | -2/+2 | |
| 2024-03-27 | 106 & 107 | Alan CHUNG | 2 | -5/+56 | |
| 2024-03-26 | 106_files.zig actual test | Alan CHUNG | 1 | -5/+5 | |
| 2024-03-25 | add patch files for 106_files.zig | Alan CHUNG | 1 | -4/+4 | |
| 2024-03-25 | 106_files.zig format | Alan CHUNG | 1 | -6/+6 | |
| 2024-03-25 | added exercise/106_files.zig | Dizzyi | 1 | -0/+93 | |
| 2024-03-23 | Update exercises/105_threading2.zig | Chris Boesch | 1 | -1/+1 | |
| Fixed typo. | |||||
| 2024-03-23 | Added second threading exercise. | Chris Boesch | 1 | -0/+107 | |
| 2024-03-14 | Improved the explanation about passing arguments and added an example. | Chris Boesch | 1 | -3/+14 | |
| 2024-03-08 | Fixed unicode literal | Chris Boesch | 1 | -6/+6 | |
| 2024-03-05 | Added threading exercise | Chris Boesch | 1 | -0/+129 | |
| 2024-02-28 | Added notes to exercise 94 c_math. | Chris Boesch | 1 | -8/+15 | |
| 2024-02-11 | Text improvement | Chris Boesch | 1 | -3/+3 | |
| closes #47 | |||||
| 2024-01-13 | Merge pull request 'added space, missing after end-of-sentence dot.' (#40) ↵ | Chris Boesch | 1 | -1/+1 | |
| from anthon/exercises:missing-space-1 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/40 | |||||
| 2024-01-13 | Update exercises/093_hello_c.zig | Chris Boesch | 1 | -1/+1 | |
| small typo | |||||
| 2024-01-10 | added space, missing after end-of-sentence dot. | Anthon | 1 | -1/+1 | |
| 2024-01-01 | Fix formatting of comment | Matthew Robinson | 1 | -1/+1 | |
| 2024-01-01 | Correct comment to match code in 076_sentinels | Matthew Robinson | 1 | -2/+2 | |
| 2023-12-29 | Fix minor typo | babaiserror | 1 | -1/+1 | |
| 2023-11-21 | Fix two minor typos | Ahmed | 1 | -1/+1 | |
| 2023-11-21 | Converted var to const if there is no mutation in var. | Chris Boesch | 17 | -30/+30 | |
| This is checked from compiler version 0.12.0-dev.1664 | |||||
| 2023-11-06 | Change the task so that the exercise contains two errors again. | Chris Boesch | 1 | -4/+4 | |
| 2023-10-22 | fixed typos | Chris Boesch | 1 | -1/+1 | |
| 2023-10-18 | Introduce syntax for turning a many pointer to a slice | Uy Ha | 1 | -0/+1 | |
| 2023-10-08 | fixed language changes in @typeInfo | Chris Boesch | 1 | -2/+2 | |
| 2023-10-04 | fix(103_tokenization): :pencil2: Migrated to tokenizeAny | rond | 1 | -2/+2 | |
| The tokenize functions seems to be deprecated as per the docs: https://ziglang.org/documentation/master/std/#A;std:mem.tokenize tokenizeAny is aliased to tokenizeAny as per: https://github.com/ziglang/zig/blob/master/lib/std/mem.zig#L2130C32-L2130C32 | |||||
| 2023-09-20 | Global scope is container-level scope | rofrol | 1 | -2/+2 | |
| https://ziglang.org/documentation/master/#Compile-Time-Expressions | |||||
| 2023-08-27 | Add example for Unicode Code point literal > 255 | Juergen Hoetzel | 1 | -1/+2 | |
| Only Basic Latin and Latin-1 Supplement code points fit into a single byte. | |||||
| 2023-08-17 | Add link to DoD talk in 101_for5.zig | Kai Norman Clasen | 1 | -2/+6 | |
| 2023-08-17 | changed struct name 'class' into 'role' | Chris Boesch | 1 | -6/+6 | |
| 2023-08-02 | changed struct name 'class' into 'role' | Chris Boesch | 2 | -8/+8 | |
