aboutsummaryrefslogtreecommitdiff
path: root/lib/std/build/OptionsStep.zig
AgeCommit message (Expand)Author
2022-03-28std.build: fix functions returning address of by value parameterVeikka Tuominen
2022-03-21OptionsStep: Always use `fmtId` for type names.Lee Cannon
2021-11-30allocgate: change resize to return optional instead of errorLee Cannon
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-10-23Better erroring for unsupported build option typesAaron Sikes
2021-10-23Allow arbitrary slices as build optionsAaron Sikes
2021-10-23Allow arbitrary arrays in build optionsAaron Sikes
2021-10-23Fix enums with non-ident fieldsAaron Sikes
2021-10-23Ensure any custom printing here remains valid zig syntaxAaron Sikes
2021-10-23Fix std.builtin.Version build option formattingAaron Sikes
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-26Rework build system `build_options` API (#9623)Lee Cannon