.. |
atomic
|
Adds some documentation to std.atomic.Queue.
|
2020-04-04 13:47:07 -04:00 |
build
|
Update emit_raw.zig
|
2020-04-14 16:19:01 -04:00 |
c
|
std: Use the versioned libc symbols if needed
|
2020-04-01 12:23:18 +02:00 |
crypto
|
crypto: fix benchmark compile error (#4919)
|
2020-04-02 23:46:46 -04:00 |
debug
|
update standard library to new I/O streams API
|
2020-03-10 18:44:30 -04:00 |
event
|
disable flaky event loop test
|
2020-04-12 23:02:39 -04:00 |
fmt
|
cleanup parse_float.zig
|
2020-03-29 20:52:25 +02:00 |
fs
|
ArrayList: remove old (before span) API
|
2020-04-11 20:40:34 -04:00 |
hash
|
Update all remaining uses of &outStream().stream
|
2020-04-03 12:12:23 -04:00 |
heap
|
update standard library to new I/O streams API
|
2020-03-10 18:44:30 -04:00 |
http
|
ArrayList: remove old (before span) API
|
2020-04-11 20:40:34 -04:00 |
io
|
std: fix StreamSource to disallow writing to a const buffer
|
2020-04-13 13:26:13 -04:00 |
json
|
std: introduce json.WriteStream.stringify
|
2020-04-01 00:13:00 +11:00 |
math
|
Enable formatting in std.big.Int.format
|
2020-04-15 12:51:43 -04:00 |
meta
|
std lib fixups for new semantics
|
2020-03-19 09:53:55 -04:00 |
net
|
Replace fmt with new fmtstream
|
2020-03-12 10:41:09 -05:00 |
os
|
translate-c cleanup and zig fmt
|
2020-04-15 15:15:32 +03:00 |
rand
|
update the codebase to use `@as`
|
2019-11-08 15:57:24 -05:00 |
special
|
compiler-rt: Separate max size allowed for load/store and CAS
|
2020-04-06 12:52:53 -04:00 |
target
|
Merge remote-tracking branch 'origin/master' into llvm10
|
2020-03-03 09:44:13 -05:00 |
testing
|
Add explicit error message for too many frees
|
2020-01-30 01:12:21 -06:00 |
time
|
mv std/ lib/
|
2019-09-25 23:35:41 -04:00 |
unicode
|
Update all remaining uses of &outStream().stream
|
2020-04-03 12:12:23 -04:00 |
valgrind
|
string literals are now null terminated
|
2019-11-21 20:43:41 -05:00 |
zig
|
translate-c cleanup and zig fmt
|
2020-04-15 15:15:32 +03:00 |
array_list.zig
|
translate-c cleanup and zig fmt
|
2020-04-15 15:15:32 +03:00 |
array_list_sentineled.zig
|
new ArrayList API: fix std.ArrayListSentineled
|
2020-04-02 15:14:28 +02:00 |
ascii.zig
|
Switch a bunch of FBA to use testing.allocator
|
2020-02-12 17:17:56 -06:00 |
atomic.zig
|
mv std/ lib/
|
2019-09-25 23:35:41 -04:00 |
base64.zig
|
mv std/ lib/
|
2019-09-25 23:35:41 -04:00 |
bloom_filter.zig
|
remove type coercion from array values to references
|
2019-11-27 03:37:50 -05:00 |
buf_map.zig
|
Fix BufMap value leak
|
2020-01-29 22:22:01 -06:00 |
buf_set.zig
|
Convert a bunch of page_allocator to testing.allocator
|
2020-01-29 22:22:01 -06:00 |
build.zig
|
new ArrayList API: fix everything else
|
2020-04-02 16:12:08 +02:00 |
builtin.zig
|
rename mem.separate to mem.split
|
2020-04-04 17:37:51 -04:00 |
c.zig
|
Use `flock` instead of `fcntl` to lock files
|
2020-04-02 22:57:02 -06:00 |
child_process.zig
|
Fix compile errors in stage2
|
2020-04-02 23:39:25 -06:00 |
coff.zig
|
new ArrayList API: fix everything else
|
2020-04-02 16:12:08 +02:00 |
crypto.zig
|
hashing algorithms: fix logic and index out of bounds
|
2020-02-24 13:43:54 -05:00 |
cstr.zig
|
breaking: std.mem.len no longer takes a type argument
|
2020-03-01 13:21:39 -05:00 |
debug.zig
|
debug: Minor QOL improvements for osx
|
2020-04-16 16:21:54 -04:00 |
dwarf.zig
|
debug: Fix parsing of DWARF info for BE machines
|
2020-04-10 14:59:19 -04:00 |
dwarf_bits.zig
|
debug: Split the DWARF stuff in its own file
|
2020-02-20 19:41:28 +01:00 |
dynamic_library.zig
|
std lib API deprecations for the upcoming 0.6.0 release
|
2020-03-30 14:23:22 -04:00 |
elf.zig
|
fix regressions in elf parsing code
|
2020-03-11 17:34:12 -04:00 |
event.zig
|
self-hosted libc detection
|
2020-02-16 13:25:30 -05:00 |
fifo.zig
|
std: add LinearFifo().inStream
|
2020-04-02 21:14:15 +11:00 |
fmt.zig
|
Update fmt.zig
|
2020-04-03 12:12:40 -04:00 |
fs.zig
|
move fs tests to separate file; disable flaky test
|
2020-04-11 17:50:38 -04:00 |
hash.zig
|
merge dumps tool: merging ast nodes
|
2019-10-11 18:13:24 -04:00 |
hash_map.zig
|
short std.builtin enum literals in std lib
|
2020-03-01 13:57:41 -05:00 |
heap.zig
|
std lib API deprecations for the upcoming 0.6.0 release
|
2020-03-30 14:23:22 -04:00 |
http.zig
|
mv std/ lib/
|
2019-09-25 23:35:41 -04:00 |
io.zig
|
io: test all files under std/io
|
2020-04-01 12:24:09 +02:00 |
json.zig
|
ArrayList: remove old (before span) API
|
2020-04-11 20:40:34 -04:00 |
lazy_init.zig
|
use enum with atomics in std lib
|
2019-11-12 17:55:54 +02:00 |
linked_list.zig
|
more std lib async I/O integration
|
2020-02-06 18:05:50 -05:00 |
macho.zig
|
delete extra code, more forgiveness
|
2020-02-22 12:44:21 +01:00 |
math.zig
|
std: make math.clamp work for common uses, remove automatic bounds swapping
|
2020-04-16 16:19:12 -04:00 |
mem.zig
|
Generate clearer size mismatch error message
|
2020-04-05 18:38:19 -04:00 |
meta.zig
|
fixes to std.meta
|
2020-03-19 09:53:55 -04:00 |
mutex.zig
|
introduce operating system version ranges as part of the target
|
2020-02-28 14:51:53 -05:00 |
net.zig
|
rename mem.separate to mem.split
|
2020-04-04 17:37:51 -04:00 |
os.zig
|
translate-c cleanup and zig fmt
|
2020-04-15 15:15:32 +03:00 |
packed_int_array.zig
|
introduce operating system version ranges as part of the target
|
2020-02-28 14:51:53 -05:00 |
pdb.zig
|
std lib API deprecations for the upcoming 0.6.0 release
|
2020-03-30 14:23:22 -04:00 |
priority_queue.zig
|
Promoted "leak_count_allocator" to the main testing.allocator
|
2020-01-29 22:22:00 -06:00 |
process.zig
|
rename mem.separate to mem.split
|
2020-04-04 17:37:51 -04:00 |
progress.zig
|
fix all the TODOs from the pull request
|
2020-03-13 12:02:58 -04:00 |
rand.zig
|
std lib API deprecations for the upcoming 0.6.0 release
|
2020-03-30 14:23:22 -04:00 |
rb.zig
|
rb: fix rb.Node.getLast() that never worked
|
2020-01-30 12:05:57 -05:00 |
reset_event.zig
|
introduce operating system version ranges as part of the target
|
2020-02-28 14:51:53 -05:00 |
segmented_list.zig
|
Convert a bunch of page_allocator to testing.allocator
|
2020-01-29 22:22:01 -06:00 |
sort.zig
|
sort.binarySearch: Remove unneeded edge case check
|
2020-04-09 09:13:47 +01:00 |
spinlock.zig
|
introduce operating system version ranges as part of the target
|
2020-02-28 14:51:53 -05:00 |
start.zig
|
std: Minor changes to TLS handling
|
2020-03-28 11:20:38 -04:00 |
start_windows_tls.zig
|
un-special-case startup code in the std lib
|
2019-12-12 18:33:44 -05:00 |
std.zig
|
(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)
|
2020-04-01 13:30:07 -04:00 |
target.zig
|
fix compile errors in some std.Target functions
|
2020-04-07 15:06:58 -04:00 |
testing.zig
|
fix broken tests
|
2020-04-07 16:56:48 +03:00 |
thread.zig
|
std lib API deprecations for the upcoming 0.6.0 release
|
2020-03-30 14:23:22 -04:00 |
time.zig
|
introduce operating system version ranges as part of the target
|
2020-02-28 14:51:53 -05:00 |
unicode.zig
|
new ArrayList API: fix everything else
|
2020-04-02 16:12:08 +02:00 |
valgrind.zig
|
short std.builtin enum literals in std lib
|
2020-03-01 13:57:41 -05:00 |
zig.zig
|
separate std.Target and std.zig.CrossTarget
|
2020-02-28 14:51:54 -05:00 |