zig/lib/std/build
Timon Kruiper 6a15d668ee Change the default stdin behavior of RunStep to .Inherit
This behaves the same as stdout and stderr behavior which also
default to .inherit. Also adds a field to RunStep to change the behavior.

Since this is a breaking change, previous behavior can be restored by doing:
`RunStep.stdin_behavior = .Ignore`.
2020-03-16 17:23:53 -04:00
..
check_file.zig rework and improve some of the zig build steps 2020-01-05 02:19:22 -05:00
emit_raw.zig add std.io.StreamSource and fixes to emitRaw 2020-03-11 15:40:34 -04:00
fmt.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
run.zig Change the default stdin behavior of RunStep to .Inherit 2020-03-16 17:23:53 -04:00
translate_c.zig separate std.Target and std.zig.CrossTarget 2020-02-28 14:51:54 -05:00
write_file.zig Update callers of fs.makePath 2020-03-03 13:25:43 -05:00