| Age | Commit message (Collapse) | Author |
|
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"
|
|
* added simple test
* Update lib/std/special/init-exe/build.zig
Co-authored-by: Andrew Kelley <andrew@ziglang.org>
|
|
|
|
add SPDX license identifier
copyright ownership is zig contributors
|
|
|
|
|
|
|
|
that's all this commit does. further commits will fix cli flags and
such.
see #2221
|