zig/lib/std
Andrew Kelley fae6cf0961
improved handling of native system directories
* `-isystem` instead of `-I` for system include directories
   fixes a problem with native system directories interfering with zig's
   bundled libc.
 * separate Stage2Target.is_native into Stage2Target.is_native_os and
   Stage2Target.is_native_cpu.
2020-03-25 20:34:15 -04:00
..
atomic Merge pull request #4707 from Vexu/small-atomics 2020-03-12 18:55:16 -04:00
build (breaking) clarify openDir API 2020-03-18 16:10:57 -04:00
c std: Slim duplicate logic for some calls 2020-03-24 19:47:18 +01:00
crypto update std lib to take advantage of slicing with comptime indexes 2020-03-19 14:48:47 -04:00
debug update standard library to new I/O streams API 2020-03-10 18:44:30 -04:00
event Merge pull request #4707 from Vexu/small-atomics 2020-03-12 18:55:16 -04:00
fmt
fs fix swapped logic for Windows 2020-03-18 16:42:47 -04:00
hash update std lib to take advantage of slicing with comptime indexes 2020-03-19 14:48:47 -04:00
heap update standard library to new I/O streams API 2020-03-10 18:44:30 -04:00
http Replace fmt with new fmtstream 2020-03-12 10:41:09 -05:00
io Merge remote-tracking branch 'origin/master' into llvm10 2020-03-19 22:19:24 -04:00
json update standard library to new I/O streams API 2020-03-10 18:44:30 -04:00
math Merge remote-tracking branch 'origin/llvm10' 2020-03-24 09:57:09 -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 Merge pull request #4807 from LemonBoy/tls-touchups 2020-03-25 18:53:04 -04:00
rand
special compiler-rt: Add __divtf3 2020-03-24 18:08:53 +01:00
target
testing
time
unicode
valgrind
zig improved handling of native system directories 2020-03-25 20:34:15 -04:00
array_list.zig fixups & make some API decisions 2020-03-06 18:49:13 -05:00
ascii.zig
atomic.zig
base64.zig
bloom_filter.zig
buf_map.zig
buf_set.zig
buffer.zig fix all the TODOs from the pull request 2020-03-13 12:02:58 -04:00
build.zig fix build.zig addBuildOption function for stream refactor 2020-03-21 23:18:09 -04:00
builtin.zig Merge remote-tracking branch 'origin/master' into llvm10 2020-03-13 15:17:53 -04:00
c.zig Merge pull request #4793 from LemonBoy/netbsd-forever 2020-03-25 10:19:49 -04:00
child_process.zig fix std.ChildProcess on Windows 2020-03-10 21:09:49 -04:00
coff.zig fix regressions found by test suite 2020-03-10 20:22:30 -04:00
crypto.zig
cstr.zig
debug.zig std: Fix undefined field error 2020-03-23 23:26:21 +01:00
dwarf.zig debug: Correct version check in debug_line parser 2020-03-22 19:19:41 -04:00
dwarf_bits.zig
dynamic_library.zig
elf.zig fix regressions in elf parsing code 2020-03-11 17:34:12 -04:00
event.zig
fifo.zig fix all the TODOs from the pull request 2020-03-13 12:02:58 -04:00
fmt.zig Merge remote-tracking branch 'origin/master' into llvm10 2020-03-19 22:19:24 -04:00
fs.zig self-hosted: use fs.selfExePathAlloc 2020-03-25 18:40:28 -04:00
hash.zig
hash_map.zig
heap.zig update standard library to new I/O streams API 2020-03-10 18:44:30 -04:00
http.zig
io.zig add std.io.StreamSource and fixes to emitRaw 2020-03-11 15:40:34 -04:00
json.zig Carry-over stream error to JSON.stringify 2020-03-25 18:54:04 -04:00
lazy_init.zig
linked_list.zig
macho.zig
math.zig std: Add qNaN constants 2020-03-24 18:08:53 +01:00
mem.zig revert std.mem.span to prefer len over sentinel; add spanZ 2020-03-19 19:30:09 -04:00
meta.zig fixes to std.meta 2020-03-19 09:53:55 -04:00
mutex.zig
net.zig ir: Peer type resolution between ?[]T and *[N]T 2020-03-20 12:23:05 -04:00
os.zig std: Slim duplicate logic for some calls 2020-03-24 19:47:18 +01:00
packed_int_array.zig
pdb.zig fix regressions found by test suite 2020-03-10 20:22:30 -04:00
priority_queue.zig
process.zig std: use ArrayList instead of Buffer from std/process.zig 2020-03-06 18:49:12 -05:00
progress.zig fix all the TODOs from the pull request 2020-03-13 12:02:58 -04:00
rand.zig update std lib to take advantage of slicing with comptime indexes 2020-03-19 14:48:47 -04:00
rb.zig
reset_event.zig
segmented_list.zig
sort.zig
spinlock.zig
start.zig std: Minor changes to TLS handling 2020-03-25 12:08:50 +01:00
start_windows_tls.zig
std.zig Replace fmt with new fmtstream 2020-03-12 10:41:09 -05:00
target.zig Replace fmt with new fmtstream 2020-03-12 10:41:09 -05:00
testing.zig
thread.zig Merge pull request #4807 from LemonBoy/tls-touchups 2020-03-25 18:53:04 -04:00
time.zig
unicode.zig update std lib to take advantage of slicing with comptime indexes 2020-03-19 14:48:47 -04:00
valgrind.zig
zig.zig