zig/lib/std/c
Andrew Kelley 50a336fff8 move std.SegmentedList to the std-lib-orphanage
I spent a long time working on this data structure, and I still think
it's a neat idea, but it has no business being in the std lib.

I'm aware of the few remaining references to SegmentedList that exist in
the std lib, but they are dead code, and so I'm leaving the dead
references as a clue that the code is dead. Cleaning up dead code will
be a separate effort that involves code coverage tools to make sure we
find it all.

std-lib-orphanage commit: 2c36a7894c689ecbaf63d5f489bb0c68773410c4

closes #7190
2020-11-30 13:04:26 -07:00
..
ast.zig move std.SegmentedList to the std-lib-orphanage 2020-11-30 13:04:26 -07:00
darwin.zig Merge pull request #6385 from LemonBoy/callocator 2020-11-18 20:16:57 -08:00
dragonfly.zig Implement a fallback mechanism for posix_memalign 2020-11-05 16:10:15 +01:00
emscripten.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
freebsd.zig Implement a fallback mechanism for posix_memalign 2020-11-05 16:10:15 +01:00
fuchsia.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
haiku.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
hermit.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
linux.zig Merge pull request #6385 from LemonBoy/callocator 2020-11-18 20:16:57 -08:00
minix.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
netbsd.zig Implement a fallback mechanism for posix_memalign 2020-11-05 16:10:15 +01:00
openbsd.zig openbsd: malloc_usable_size is unavailable on OpenBSD 2020-11-20 17:31:29 -08:00
parse.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
solaris.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
tokenizer.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
windows.zig Implement a fallback mechanism for posix_memalign 2020-11-05 16:10:15 +01:00