zig/test
LemonBoy fd6d5f1609 std: Fix PIE startup sequence
* Don't skip the TLS initialization (Fixes #9083)
* Add a test case where a PIE program is built and run
* Refactor the common initialization code in the Linux startup
  sequence.
2021-06-19 18:02:51 +02:00
..
behavior add ast-check flag to zig fmt, fix found bugs 2021-06-14 00:16:40 +03:00
src std.build: don't default to static linkage 2021-06-12 14:23:07 +03:00
stage1/c_abi stage1: Fix handling of C ABI parameters split in multiple regs 2021-06-10 12:50:25 -04:00
stage2 add ast-check flag to zig fmt, fix found bugs 2021-06-14 00:16:40 +03:00
standalone std: Fix PIE startup sequence 2021-06-19 18:02:51 +02:00
assemble_and_link.zig
behavior.zig zig fmt 2021-06-10 20:13:43 -07:00
cli.zig
compare_output.zig
compile_errors.zig Improve error message when std.fmt.format is missing arguments 2021-06-13 10:33:49 +03:00
gen_h.zig
run_translated_c.zig translate-c: don't bother with unwrapping pointers 2021-06-13 15:23:31 +03:00
runtime_safety.zig
stack_traces.zig
standalone.zig std: Fix PIE startup sequence 2021-06-19 18:02:51 +02:00
tests.zig format zig files and add formatting check to ci 2021-06-13 22:33:39 +03:00
translate_c.zig translate-c: move utility functions to a separate namespace 2021-06-14 20:13:34 +03:00