zig/lib/std/build
Jimmi Holst Christensen a0a2ce92ca std: Do not allocate the result for ChildProcess.init
Instead, just return ChildProcess directly. This structure does not
require a stable address, so we can put it on the stack just fine. If
someone wants it on the heap they should do.

  const proc = try allocator.create(ChildProcess);
  proc.* = ChildProcess.init(args, allocator);
2022-04-29 22:50:34 -04:00
..
CheckFileStep.zig std lib API deprecations for the upcoming 0.9.0 release 2021-11-30 00:13:07 -07:00
FmtStep.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
InstallRawStep.zig Add test executable builds to build.zig 2021-12-06 14:55:35 -06:00
OptionsStep.zig std.build: fix functions returning address of by value parameter 2022-03-28 13:06:11 -07:00
RunStep.zig std: Do not allocate the result for ChildProcess.init 2022-04-29 22:50:34 -04:00
TranslateCStep.zig std.build.TranslateCStep: add C macro support 2022-02-05 03:17:07 -05:00
WriteFileStep.zig std lib API deprecations for the upcoming 0.9.0 release 2021-11-30 00:13:07 -07:00