zig/lib/std
Andrew Kelley 295bca9b5f stage2 parser: don't append doc comments to the list
The DocComment AST node now only points to the first doc comment token.
API users are expected to iterate over the following tokens directly.

After this commit there are no more linked lists in use in the
self-hosted AST API.

Performance impact is negligible. Memory usage slightly reduced.
2020-05-22 00:28:59 -04:00
..
atomic
build
c macos: use realpath$DARWIN_EXTSN 2020-05-16 12:41:53 -04:00
crypto Merge pull request #5189 from zigazeljko/patch-1 2020-05-16 13:20:14 +03:00
debug
event
fmt
fs Undo accidentally checked-in changes to fs/test.zig 2020-05-18 22:22:27 +02:00
hash
heap small bump to ArenaAllocator minimum alloc size 2020-05-20 16:30:28 -04:00
http
io Integrate getTestDir with tmpDir logic 2020-05-18 17:10:49 +02:00
json
math
meta
net Add/fix missing WASI functionality to pass libstd tests 2020-05-18 16:09:49 +02:00
os Integrate getTestDir with tmpDir logic 2020-05-18 17:10:49 +02:00
rand
special Merge pull request #5020 from jinroh/docs/search-perf 2020-05-16 16:43:41 +03:00
target
testing
time
unicode
valgrind
zig stage2 parser: don't append doc comments to the list 2020-05-22 00:28:59 -04:00
array_list.zig
array_list_sentineled.zig
ascii.zig Creates `std.ascii.control_code` that contains the C0 control codes as named constants. 2020-05-16 12:46:44 -04:00
atomic.zig
base64.zig
bloom_filter.zig
buf_map.zig
buf_set.zig
build.zig Re-enable refAllDecls gen and check in std.zig 2020-05-18 21:05:29 +02:00
builtin.zig
c.zig macos: use realpath$DARWIN_EXTSN 2020-05-16 12:41:53 -04:00
child_process.zig
coff.zig
crypto.zig
cstr.zig
debug.zig
dwarf.zig
dwarf_bits.zig
dynamic_library.zig
elf.zig
event.zig
fifo.zig self-hosted: fix codegen and resolve some analysis bugs 2020-05-14 13:20:27 -04:00
fmt.zig Add/fix missing WASI functionality to pass libstd tests 2020-05-18 16:09:49 +02:00
fs.zig Add/fix missing WASI functionality to pass libstd tests 2020-05-18 16:09:49 +02:00
hash.zig
hash_map.zig
heap.zig
http.zig
io.zig Merge pull request #5175 from daurnimator/multi-out-stream 2020-05-16 13:43:50 +03:00
json.zig json: properly stringify error sets 2020-05-18 19:23:40 -04:00
linked_list.zig golly jeepers it's taking a long time to update translate-c 2020-05-20 13:53:53 -04:00
macho.zig
math.zig
mem.zig Merge remote-tracking branch 'origin/master' into self-hosted-incremental-compilation 2020-05-16 01:26:18 -04:00
meta.zig
mutex.zig
net.zig
once.zig
os.zig Make mode_t a 0-byte type in WASI 2020-05-18 17:09:52 +02:00
packed_int_array.zig Add/fix missing WASI functionality to pass libstd tests 2020-05-18 16:09:49 +02:00
pdb.zig
priority_queue.zig
process.zig Add/fix missing WASI functionality to pass libstd tests 2020-05-18 16:09:49 +02:00
progress.zig
rand.zig make rand function public, fixes crypto benchmark 2020-05-20 21:27:08 -04:00
rb.zig
reset_event.zig
segmented_list.zig
sort.zig
spinlock.zig
start.zig
start_windows_tls.zig
std.zig Re-enable refAllDecls gen and check in std.zig 2020-05-18 21:05:29 +02:00
target.zig
testing.zig std.testing: fix a crash when printing diffs 2020-05-22 00:27:51 -04:00
thread.zig
time.zig Remove obsolete runtime panics from sleep impl 2020-05-18 17:10:17 +02:00
unicode.zig
valgrind.zig
zig.zig