zig/lib/std
Frank Denis 59af6417bb
crypto.ghash: define aggregate tresholds as blocks, not bytes (#13507)
These constants were read as a block count in initForBlockCount()
but at the same time, as a size in update().

The unit could be blocks or bytes, but we should use the same one
everywhere.

So, use blocks as intended.

Fixes #13506
2022-11-10 19:00:00 +01:00
..
atomic tests: Enable PPC64LE as a test target 2022-10-13 12:53:20 -07:00
build all: rename i386 to x86 2022-11-04 00:09:27 +03:30
c Merge pull request #13418 from ryanschneider/signal-alignment-13216 2022-11-09 17:36:40 +02:00
compress all: rename @maximum to @max and @minimum to @min 2022-10-18 14:15:16 +03:00
crypto crypto.ghash: define aggregate tresholds as blocks, not bytes (#13507) 2022-11-10 19:00:00 +01:00
dwarf
event enable event loop for ios, tvos, and watchos 2022-10-13 13:33:45 +02:00
fmt
fs Merge pull request #13276 from r00ster91/stem 2022-11-03 16:45:37 +02:00
hash std: re-enable auto hash test 2022-10-30 01:09:31 -07:00
heap std.heap.PageAllocator: add check for large allocation 2022-10-30 16:10:20 -07:00
http
io
json
math stage2: Use mem.readPackedInt etc. for packed bitcasts 2022-10-28 08:41:04 -07:00
mem Allocator: fix len_align calc in large type size case 2022-10-29 17:53:56 -04:00
meta
net
os Merge pull request #13418 from ryanschneider/signal-alignment-13216 2022-11-09 17:36:40 +02:00
rand
target Revert "x86" CPU model (not arch) back to "i386" 2022-11-06 13:39:03 +01:00
testing
Thread Fix variable name in documentation sample (#13391) 2022-11-01 12:49:13 +01:00
time
tz
unicode
valgrind
x Sema: Prevent coercion from tuple pointer to mutable slice. 2022-10-27 22:00:47 -04:00
zig Revert "x86" CPU model (not arch) back to "i386" 2022-11-06 13:39:03 +01:00
array_hash_map.zig
array_list.zig
ascii.zig Fix deprecation docs for isAlpha and isCntrl 2022-10-29 15:22:05 -04:00
atomic.zig all: rename i386 to x86 2022-11-04 00:09:27 +03:30
base64.zig
bit_set.zig
bounded_array.zig
buf_map.zig
buf_set.zig
build.zig all: rename i386 to x86 2022-11-04 00:09:27 +03:30
builtin.zig builtin.zig: Do not overwrite error frames when trace full 2022-10-21 12:40:33 -07:00
c.zig
child_process.zig
coff.zig all: rename i386 to x86 2022-11-04 00:09:27 +03:30
compress.zig
comptime_string_map.zig
crypto.zig crypto.salsa20: make the number of rounds a comptime parameter (#13442) 2022-11-06 23:52:41 +01:00
cstr.zig
debug.zig all: rename i386 to x86 2022-11-04 00:09:27 +03:30
dwarf.zig
dynamic_library.zig
elf.zig all: rename i386 to x86 2022-11-04 00:09:27 +03:30
enums.zig
event.zig
fifo.zig
fmt.zig fmt: fix f80 hex formatting 2022-10-25 09:04:04 -07:00
fs.zig fs: Some NAME_MAX/MAX_NAME_BYTES improvements 2022-10-29 14:30:46 -07:00
hash.zig
hash_map.zig
heap.zig Improve doc comments for two functions (#13456) 2022-11-05 22:55:50 +01:00
http.zig
io.zig coff: compile and link simple exit program on arm64 2022-11-05 10:15:01 +01:00
json.zig
leb128.zig
linked_list.zig
log.zig
macho.zig all: rename i386 to x86 2022-11-04 00:09:27 +03:30
math.zig Merge pull request #12918 from jacobly0/math-cast-comptime-int 2022-10-15 12:11:55 -04:00
mem.zig Handle sentinel slices in std.mem.zeroes 2022-11-09 17:33:48 +02:00
meta.zig Merge pull request #13338 from Vexu/stage2-compile-errors 2022-11-04 16:04:31 +02:00
multi_array_list.zig std: avoid vector usage with the C backend 2022-11-01 20:38:37 -04:00
net.zig
once.zig
os.zig std.os: take advantage of the freebsd's copy_file_range 2022-11-05 15:43:39 -04:00
packed_int_array.zig
pdb.zig
priority_dequeue.zig
priority_queue.zig
process.zig
Progress.zig Revert recent std.Progress implementation changes 2022-10-18 18:53:44 -07:00
rand.zig
segmented_list.zig std.SegmentedList: fix compilation error 2022-10-13 13:57:20 +02:00
SemanticVersion.zig
simd.zig all: rename @maximum to @max and @minimum to @min 2022-10-18 14:15:16 +03:00
sort.zig
start.zig all: rename i386 to x86 2022-11-04 00:09:27 +03:30
start_windows_tls.zig Merge pull request #13101 from alichraghi/o4 2022-11-05 02:34:24 -04:00
std.zig
target.zig Revert "x86" CPU model (not arch) back to "i386" 2022-11-06 13:39:03 +01:00
testing.zig
Thread.zig all: rename i386 to x86 2022-11-04 00:09:27 +03:30
time.zig std.time: add microTimestamp() (#13327) 2022-11-02 23:20:19 +01:00
treap.zig
tz.zig
unicode.zig
valgrind.zig all: rename i386 to x86 2022-11-04 00:09:27 +03:30
wasm.zig
x.zig
zig.zig