| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-02-26 | Fixed a typo #26 | Vishal Sodani | 1 | -1/+1 | |
| 2021-02-26 | Fixed a typo #26 | Vishal Sodani | 1 | -2/+2 | |
| 2021-02-16 | Added ex. 46 optionals 2 - elephants! | Dave Gauer | 2 | -0/+48 | |
| 2021-02-16 | Merge pull request #24 from mz0/fix06 | Dave Gauer | 1 | -1/+1 | |
| fix repeat target | |||||
| 2021-02-16 | fix repeat target | Mark Zhitomirski | 1 | -1/+1 | |
| 2021-02-16 | Fixed spelling | Vishal Sodani | 1 | -1/+1 | |
| 2021-02-15 | Apply `zig fmt` to exercises | Will Clardy | 37 | -144/+152 | |
| 2021-02-15 | Manually apply `zig fmt` style to comments | Will Clardy | 7 | -10/+8 | |
| 2021-02-15 | Merge pull request #20 from quexxon/exercise_12_fixes | Dave Gauer | 1 | -3/+3 | |
| Exercise 12 fixes | |||||
| 2021-02-15 | Replace unclosed opening paren with dash | Will Clardy | 1 | -1/+1 | |
| 2021-02-15 | Add missing opening braces in while statements | Will Clardy | 1 | -2/+2 | |
| 2021-02-14 | Fix Ex.19 typo (#19) | Dave Gauer | 1 | -1/+1 | |
| Oh, look at that, issue 19 is about exercise 19. Today's lucky number is 19. Time to buy a lottery ticket. | |||||
| 2021-02-14 | 03 assignment - var to const in example for clarity | Dave Gauer | 1 | -1/+1 | |
| 2021-02-14 | Merge branch 'main' of github.com:ratfactor/ziglings into main | Dave Gauer | 3 | -2/+5 | |
| 2021-02-14 | Added ex 45 optionals | Dave Gauer | 1 | -0/+52 | |
| (And secretly added the patches/ dir. Don't tell anybody!) | |||||
| 2021-02-14 | begone ye errant space | Dave Gauer | 1 | -1/+1 | |
| 2021-02-14 | Fix typo: out => our | Will Clardy | 1 | -1/+1 | |
| 2021-02-14 | Merge pull request #10 from tijb/patch-1 | Dave Gauer | 1 | -0/+3 | |
| Update 03_assignment.zig | Missing Line In Example | |||||
| 2021-02-13 | Update 03_assignment.zig | tim bangma | 1 | -1/+1 | |
| 2021-02-14 | 04_arrays.zig - missing : for type of example array | Ivan-Velickovic | 1 | -1/+1 | |
| 2021-02-13 | Merge branch 'main' of github.com:ratfactor/ziglings into main | Dave Gauer | 1 | -2/+2 | |
| 2021-02-13 | ex10 - missing type was confusing and tangential (#12) | Dave Gauer | 1 | -1/+1 | |
| 2021-02-12 | Update 04_arrays.zig | tim bangma | 1 | -2/+2 | |
| array index was off by 1. | |||||
| 2021-02-12 | Update 03_assignment.zig | tim bangma | 1 | -0/+3 | |
| Looks like one of the example lines was missing. | |||||
| 2021-02-12 | exercise/25 fix typo | Palash Nigam | 1 | -1/+1 | |
| 2021-02-12 | exercise/21: fix typo | Palash Nigam | 1 | -1/+1 | |
| 2021-02-10 | Added string specifier in format strings (#3) | Dave Gauer | 3 | -7/+8 | |
| This is now required in current versions of Zig. | |||||
| 2021-02-10 | Merge pull request #3 from Joefish/06_print_specifier | Dave Gauer | 1 | -1/+1 | |
| Added string specifier in Ex 06 | |||||
| 2021-02-10 | Merge branch 'main' of github.com:ratfactor/ziglings into main | Dave Gauer | 2 | -6/+6 | |
| 2021-02-10 | Removed incorrect explanation of assignment error (#1) | Dave Gauer | 1 | -8/+0 | |
| It really has nothing to do with the if/else expression. The peer types are being resolved correctly. The same error can be produced with something as simple as: var foo = 5; | |||||
| 2021-02-10 | Added string specifier in Ex 06 | Joseph-Eugene Winzer | 1 | -1/+1 | |
| std.fmt.format does not take strings without a string specifier since zig 0.8.0. | |||||
| 2021-02-10 | Ex 22 spelling error | Dave Gauer | 1 | -1/+1 | |
| I never make mistakes with apostrophes'es', so I dont' know what happened here. | |||||
| 2021-02-10 | Improved 02 comment about imports being const | Dave Gauer | 1 | -5/+5 | |
| 2021-02-09 | Added Quiz 5 for pointers. Elephants!!! | Dave Gauer | 2 | -2/+46 | |
| 2021-02-09 | Moved exercises to exercises because exercises | Dave Gauer | 43 | -0/+1680 | |
