| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-06 | flatten lib/std/special and improve "pkg inside another" logic | Andrew Kelley | |
| stage2: change logic for detecting whether the main package is inside the std package. Previously it relied on realpath() which is not portable. This uses resolve() which is how imports already work. * stage2: fix cleanup bug when creating Module * flatten lib/std/special/* to lib/* - this was motivated by making main_pkg_is_inside_std false for compiler_rt & friends. * rename "mini libc" to "universal libc" | |||
| 2021-12-18 | init-exe template: build.zig: setTarget on the tests | Andrew Kelley | |
| 2021-10-29 | Make pointer variables in ( init-lib | init-exe )/build.zig const. (#10057) | InKryption | |
| * Make `main_tests` variable constant * Apply same change in init-exe.zig | |||
| 2021-10-09 | add test step to build.zig generated by init-exe (#9919) | Lee Cannon | |
| * added simple test * Update lib/std/special/init-exe/build.zig Co-authored-by: Andrew Kelley <andrew@ziglang.org> | |||
| 2021-03-05 | std/special: init-exe,lib make import(std) its own decl (#8160) | Meghan | |
| std/special: init-exe,lib make import(std) its own decl | |||
| 2020-10-16 | Add support for `zig build run -- arg1 arg1` in file created by init-exe | Juha Syrjälä | |
| 2020-08-23 | remove licensing comments from init-exe/init-lib | Luna | |
| 2020-08-20 | add license header to all std lib files | Andrew Kelley | |
| add SPDX license identifier copyright ownership is zig contributors | |||
| 2020-08-18 | Change std.debug.warn to std.log.info in init-exe template. (#5941) | Nathan Michaels | |
| 2020-02-28 | stage1: make get_native_target go through self-hosted | Andrew Kelley | |
| 2020-02-28 | fix standardTargetOptions and improve init-exe to use it | Andrew Kelley | |
| 2019-12-08 | std.fmt.format: tuple parameter instead of var args | Andrew Kelley | |
| 2019-09-25 | mv std/ lib/ | Andrew Kelley | |
| that's all this commit does. further commits will fix cli flags and such. see #2221 | |||
