| .. |
|
atomic
|
std: Validate the atomic ordering parameter in atomic.Int
|
2020-12-10 09:23:48 +01:00 |
|
build
|
remove deprecated uses of ArrayList.span
|
2020-11-07 11:15:44 +00:00 |
|
c
|
Improve handling of C compiler intrinsics in translate-c
|
2020-12-22 23:59:30 +02:00 |
|
compress
|
small fixes and zig fmt
|
2020-12-09 13:54:26 +02:00 |
|
crypto
|
Fix Gimli hash on 16n byte inputs
|
2020-12-23 10:59:14 +02:00 |
|
event
|
linuxWaitFd: make NetworkSubsystemFailed error unreachable
|
2020-11-16 14:03:19 -08:00 |
|
fmt
|
std: Implement more useful approxEq semantics
|
2020-11-05 16:08:49 +01:00 |
|
fs
|
cast sendto to SendError inside send (#7481)
|
2020-12-22 16:47:11 -05:00 |
|
hash
|
Change seed for Murmur2_64 from u32 to u64
|
2020-11-18 17:05:38 -08:00 |
|
heap
|
small fixes and zig fmt
|
2020-12-09 13:54:26 +02:00 |
|
io
|
Added std.io.counting_reader
|
2020-12-23 01:27:12 +02:00 |
|
json
|
std.json: unreachable -> expect in tests
|
2020-12-08 19:16:17 -05:00 |
|
math
|
std: explicitly cast indices to usize
|
2020-12-09 16:48:41 +01:00 |
|
mem
|
|
|
|
meta
|
std: introduce meta.traits.is{Integral,Float}
|
2020-12-10 09:23:48 +01:00 |
|
net
|
|
|
|
os
|
openbsd: fix siginfo_t struct definition
|
2020-12-23 11:08:55 +02:00 |
|
rand
|
std: introduce a thread-local CSPRNG for general use
|
2020-12-18 12:22:46 -07:00 |
|
special
|
std.Progress: make the API thread-safe
|
2020-12-20 15:08:59 -07:00 |
|
target
|
|
|
|
testing
|
|
|
|
time
|
|
|
|
unicode
|
std: Make utf8CountCodepoints much faster
|
2020-11-05 16:10:34 +01:00 |
|
valgrind
|
|
|
|
zig
|
std.CrossTarget: add isNativeAbi()
|
2020-12-13 00:40:35 +01:00 |
|
array_hash_map.zig
|
std: Re-enable ArrayHashMap test for mips targets
|
2020-11-02 11:46:07 +01:00 |
|
array_list.zig
|
make ArrayList.span into a compile error
|
2020-11-07 11:15:47 +00:00 |
|
array_list_sentineled.zig
|
remove deprecated uses of ArrayList.span
|
2020-11-07 11:15:44 +00:00 |
|
ascii.zig
|
std: Add a few helpers for matching ascii strings (#7300)
|
2020-12-04 15:27:28 -05:00 |
|
atomic.zig
|
std: add std.atomic.Bool
|
2020-11-19 00:58:13 +11:00 |
|
auto_reset_event.zig
|
workaround for std lib AutoResetEvent bug
|
2020-12-20 15:08:59 -07:00 |
|
base64.zig
|
|
|
|
buf_map.zig
|
fix memory leak in BufMap
|
2020-11-30 10:40:16 -08:00 |
|
buf_set.zig
|
|
|
|
build.zig
|
builder: implement float options
|
2020-12-20 01:24:59 +02:00 |
|
builtin.zig
|
stage1: Initial implementation of @extern
|
2020-11-20 22:32:43 +01:00 |
|
c.zig
|
Improve handling of C compiler intrinsics in translate-c
|
2020-12-22 23:59:30 +02:00 |
|
child_process.zig
|
std: Fix file locking logic for BSD targets
|
2020-11-23 18:00:05 +01:00 |
|
coff.zig
|
remove deprecated uses of ArrayList.span
|
2020-11-07 11:15:44 +00:00 |
|
compress.zig
|
|
|
|
comptime_string_map.zig
|
|
|
|
crypto.zig
|
std: introduce a thread-local CSPRNG for general use
|
2020-12-18 12:22:46 -07:00 |
|
cstr.zig
|
|
|
|
debug.zig
|
Enable segfault handling on FreeBSD.
|
2020-12-23 11:02:05 +02:00 |
|
dwarf.zig
|
Merge pull request #7005 from jshholland/deprecate-span
|
2020-11-18 13:14:48 +02:00 |
|
dwarf_bits.zig
|
|
|
|
dynamic_library.zig
|
Fix WindowsDynLib.openW trying to strip the \??\ prefix when it does not exist
|
2020-11-30 11:12:33 -08:00 |
|
elf.zig
|
Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pie
|
2020-11-22 12:39:44 -07:00 |
|
event.zig
|
std/event: Fix import path for WaitGroup
|
2020-12-03 12:43:55 -08:00 |
|
fifo.zig
|
Merge pull request #6434 from daurnimator/fifo.pump
|
2020-11-18 16:35:13 +02:00 |
|
fmt.zig
|
std: Fix formatting of type values
|
2020-12-13 23:21:23 -05:00 |
|
fs.zig
|
std: introduce a thread-local CSPRNG for general use
|
2020-12-18 12:22:46 -07:00 |
|
hash.zig
|
|
|
|
hash_map.zig
|
small fixes and zig fmt
|
2020-12-09 13:54:26 +02:00 |
|
heap.zig
|
Fix StackFallbackAllocator
|
2020-12-17 19:09:29 +02:00 |
|
io.zig
|
Added std.io.counting_reader
|
2020-12-23 01:27:12 +02:00 |
|
json.zig
|
make std.json.unescapeString pub
|
2020-12-10 21:19:41 +02:00 |
|
leb128.zig
|
Add builtin.Signedness, use it instead of is_signed
|
2020-11-19 18:59:21 +02:00 |
|
linked_list.zig
|
|
|
|
log.zig
|
|
|
|
macho.zig
|
lld+macho: lld xcomp to x86_64 macos now works
|
2020-12-17 10:04:53 +01:00 |
|
math.zig
|
Fix typo in math.order
|
2020-12-16 12:14:44 +02:00 |
|
mem.zig
|
Merge pull request #7084 from xackus/mem-volatile
|
2020-11-18 13:06:35 +02:00 |
|
meta.zig
|
std.crypto.random: introduce fork safety
|
2020-12-18 15:54:01 -07:00 |
|
mutex.zig
|
small fixes and zig fmt
|
2020-12-09 13:54:26 +02:00 |
|
net.zig
|
Localhost is special (#6955)
|
2020-12-01 19:13:59 -05:00 |
|
once.zig
|
|
|
|
os.zig
|
cast sendto to SendError inside send (#7481)
|
2020-12-22 16:47:11 -05:00 |
|
packed_int_array.zig
|
Add builtin.Signedness, use it instead of is_signed
|
2020-11-19 18:59:21 +02:00 |
|
pdb.zig
|
remove deprecated uses of ArrayList.span
|
2020-11-07 11:15:44 +00:00 |
|
priority_queue.zig
|
small fixes and zig fmt
|
2020-12-09 13:54:26 +02:00 |
|
process.zig
|
Switch to using unicode when parsing the command line on windows (#7241)
|
2020-11-30 13:47:01 -05:00 |
|
Progress.zig
|
std.Progress: fix atomic ordering semantics
|
2020-12-20 15:08:59 -07:00 |
|
rand.zig
|
std: introduce a thread-local CSPRNG for general use
|
2020-12-18 12:22:46 -07:00 |
|
reset_event.zig
|
std: Disable _only_ the flaky part of the ResetEvent test
|
2020-11-19 15:46:20 -07:00 |
|
SemanticVersion.zig
|
std: Introduce SemanticVersion data structure
|
2020-11-06 15:07:48 -05:00 |
|
sort.zig
|
|
|
|
spinlock.zig
|
|
|
|
start.zig
|
std.crypto.random: introduce fork safety
|
2020-12-18 15:54:01 -07:00 |
|
start_windows_tls.zig
|
|
|
|
std.zig
|
std.Progress: make the API thread-safe
|
2020-12-20 15:08:59 -07:00 |
|
target.zig
|
stage2: Use correct ppc generic feature set
|
2020-11-20 08:38:10 +01:00 |
|
testing.zig
|
std: introduce a thread-local CSPRNG for general use
|
2020-12-18 12:22:46 -07:00 |
|
thread.zig
|
std: make the use of pthread_join POSIX-compliant
|
2020-12-02 10:59:35 +01:00 |
|
time.zig
|
std: Fix early overflow in time calculation
|
2020-11-01 17:06:14 -05:00 |
|
unicode.zig
|
Switch to using unicode when parsing the command line on windows (#7241)
|
2020-11-30 13:47:01 -05:00 |
|
valgrind.zig
|
|
|
|
zig.zig
|
|
|