| Age | Commit message (Collapse) | Author |
|
closes #9388
closes #9321
|
|
We already have a LICENSE file that covers the Zig Standard Library. We
no longer need to remind everyone that the license is MIT in every single
file.
Previously this was introduced to clarify the situation for a fork of
Zig that made Zig's LICENSE file harder to find, and replaced it with
their own license that required annual payments to their company.
However that fork now appears to be dead. So there is no need to
reinforce the copyright notice in every single file.
|
|
|
|
Related: #4917
|
|
|
|
Make the code easier for the optimizer to work with and introduce a fast
path for ASCII sequences.
Introduce a benchmark harness to start tracking the performance of ops
on utf8.
|
|
add SPDX license identifier
copyright ownership is zig contributors
|
|
|
|
|
|
In my tests, whatever ran first was getting much better numbers.
Additionally, add alignment requirements so that comparison is fair.
|
|
|
|
std.heap.direct_allocator is still available for now but it is marked
deprecated.
|
|
Thanks to the Windows Process Environment Block, it is possible to
obtain handles to the standard input, output, and error streams without
possibility of failure.
|
|
that's all this commit does. further commits will fix cli flags and
such.
see #2221
|