zig/lib/std/zig
LeRoyce Pearson c26d9f6287 Read dynstr starting at rpath offset
Since we know the offset, we may as well read starting there. Still expects
rpath to fit in 4096 bytes; that might be worth fixing in the future.

Fixes issue #12112
2022-07-19 14:01:35 -04:00
..
system Read dynstr starting at rpath offset 2022-07-19 14:01:35 -04:00
Ast.zig parser: add helpful error for C style container declarations 2022-07-12 12:50:59 +03:00
c_builtins.zig translate-c: add missing builtins used by CRuby 2022-03-19 19:08:17 +02:00
c_translation.zig std: align some function pointers 2022-07-05 21:54:24 -07:00
CrossTarget.zig improve detection of how to execute binaries on the host 2021-12-02 21:51:14 -07:00
fmt.zig std: disable tests regressed from LLVM 14 2022-07-03 15:39:39 -07:00
parse.zig stage2: handle parser notes in a more general way 2022-07-12 12:50:59 +03:00
parser_test.zig parser: add helpful error for C style container declarations 2022-07-12 12:50:59 +03:00
perf_test.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
render.zig zig fmt: fix idempotency with newlines surrounding doc comment 2022-06-28 21:38:28 +02:00
string_literal.zig zig fmt: remove trailing whitespace on doc comments 2022-04-05 18:08:33 +03:00
system.zig improve detection of how to execute binaries on the host 2021-12-02 21:51:14 -07:00
tokenizer.zig Update Tokenizer Dump Function 2022-02-20 17:47:42 -05:00