adds "Simple" to Singly and Doubly Linked lists.
@andrewrk I thought about it a bit and i think, if you really want people to only use intrusive linked lists, then you should accept the PR. Because with status quo, a person who DOES need a...
adds "Simple" to Singly and Doubly Linked lists.
just want to clarify in case there was confusion, the "Simple" construct is still an intrusive linked list, it is just a "wrap" on top of the existing intrusive linked list DS.
adds "Simple" to Singly and Doubly Linked lists.
ityonemo
pushed to add-simple-single-and-double-linked-list at ityonemo/zig
2026年07月01日 20:49:07 +02:00
9aaae1dba4
adds "Simple" to Singly and Doubly Linked lists.
ityonemo
pushed to add-simple-single-and-double-linked-list at ityonemo/zig
2026年07月01日 20:46:54 +02:00
ityonemo
created branch add-simple-single-and-double-linked-list in ityonemo/zig
2026年07月01日 20:46:54 +02:00
3b9dddfb31
preload assets in autodoc
28e367f446
Build: mark Windows resource compilation stuff as deprecated
426de8e4b2
Merge pull request 'SPIR-V: miscellaneous changes' (#35974) from spirv-fixes into master
15f00d1756
std.Build.Cache: make Progress.Node for hits
580135241b
build: update how changing the currently checked out commit is detected
Update doc/langref.html.in
I can confirm that with this change the grammar successfully parses the entire zig 0.16.0 codebase.
Update doc/langref.html.in
079a5ff1c3
Update doc/langref.html.in
eae06cf5cc
libzigc: add missing __dup3() symbol
27be3b069a
Merge pull request 'Elf2: various enhancements' (#35332) from elf2 into master
9ba4552793
Elf2: avoid overflow in shentsize * shnum calculations
97fe49a80f
Elf2: rework the symtab, and fix a bunch of stuff
e8ef01f222
Elf2: fix expected_nodes_len calculation
remove
@TypeOf and anytype; introduce |T| syntax
why not create a @PeerType(T, U, ....) builtin? i didnt know @TypeOf allowed PTR, and arguably it's a bad name for peer type resolution operation.
804bfabefb
AIR plugin: C-ABI vtable interface with host allocator support
b5db2c72c2
expansion of air plugin requirements to meet all needs
ef74d70c8d
interface draft 1