index
:
zigling-exercises.git
main
My copy of the Zigling exercises and their solutions. See the original at https://codeberg.org/ziglings/exercises
Ibrahim Muftee
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exercises
/
065_builtins2.zig
Age
Commit message (
Collapse
)
Author
5 days
fix comment `field_types` is a slice of (strings -> types)
omihirofumi
9 days
fix style mismatch on 065_builtins2.zig
Gabriel Sa
Rename `fetchTheMostBeautifulType` to `FetchTheMostBeautifulType` to follow Zig's standard naming practice.
2026-06-01
Fix 065_builtins2.zig because of new build system
Luka Markušić
2026-05-18
Instruct user not to worry about sentinel syntax in `065_builtins2`
Nick Grimshaw
2026-02-27
Merge pull request 'replace deprecated `mem.indexOf` with `mem.find`' (#363) ↵
Chris Boesch
from pebose/exercises:indexof-to-find into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/363
2026-02-27
improve comment stating 'Zig 0.10.0' @typeName change
Paul Ebose
2026-02-27
replace deprecated `mem.indexOf` with `mem.find`
Paul Ebose
2025-12-07
restrict parameter type in 'maximumNarcissism'
Castanearie
2025-06-17
Fixes the changes in zig's struct.fields
Chris Boesch
2024-11-02
Improved maximumNarcissism
Chris Boesch
2024-11-02
zero
Roman Frołow
2024-11-02
reuse fields
Roman Frołow
2024-09-02
Fixes several changes in std.builtin.zig
Chris Boesch
2023-10-08
fixed language changes in @typeInfo
Chris Boesch
2023-06-22
Update outdated comments
lording
2023-01-14
patch because of a change in @typeInfo
Chris Boesch
2022-08-29
Ex 065: improve hints, fix type printing change. For #120 and #128
Dave Gauer
2022-06-18
fix grammar isn't -> doesn't
Adam Millerchip
2021-11-05
zig fmt
Jonathan Halmen
2021-11-05
fix whitespace line-endings
Jonathan Halmen
2021-04-22
add 071 comptime 6 inline for
Dave Gauer
2021-04-11
add ex065 builtins2
Dave Gauer