zig/lib
Travis Staloch 44db92d1ca std.StaticStringMap: bump eval branch quota
closes #19803 by changing quota from (30 * N) to (10 * N * log2(N)) where
N = kvs_list.len

* adds reported adversarial test case
* update doc comment of getLongestPrefix()
2024-05-02 22:09:03 -07:00
..
compiler std.posix.iovec: use .base and .len instead of .iov_base and .iov_len 2024-04-28 00:20:30 -07:00
compiler_rt bsd: followup to std.posix extraction from std.os 2024-03-20 14:06:35 -07:00
docs compiler: rework comptime pointer representation and access 2024-04-17 13:41:25 +01:00
include update C language headers to LLVM 17 2023-09-19 09:37:31 -07:00
init zig init: Replace deprecated LazyPath.path with Build.path() 2024-04-15 16:55:04 +03:00
libc mingw: support -municode 2024-03-27 10:05:57 +00:00
libcxx update libcxx to latest LLVM release/17.x 2023-09-19 09:37:53 -07:00
libcxxabi libcxxabi: update to LLVM 17 2023-09-19 09:37:31 -07:00
libunwind libunwind: update to LLVM 17 2023-09-19 09:37:31 -07:00
std std.StaticStringMap: bump eval branch quota 2024-05-02 22:09:03 -07:00
tsan tsan: update rtl files to LLVM 17.0.6 2024-01-10 01:00:37 -07:00
c.zig std.builtin: make link mode fields lowercase 2024-03-11 07:09:10 -07:00
compiler_rt.zig move libssp into libcompiler_rt 2023-11-10 13:12:10 -07:00
zig.h cbe: fix ub with integer @abs 2024-04-30 22:09:54 -07:00