zig/lib/std
LemonBoy 90743881cf std: Minor changes to the fs module
* Add a size_hint parameter to the read{toEnd,File}AllocOptions fns
* Rename readAllAlloc{,Options} to readToEndAlloc{,Options} as they
  don't rewind the file before reading
* Fix missing rewind in test case
2020-09-04 10:17:00 +02:00
..
atomic add license header to all std lib files 2020-08-20 16:07:04 -04:00
build Fix missing init() update in std/build/write_file.zig 2020-08-20 19:21:10 -04:00
c Link against libSystem when generating Mach-O exe 2020-08-24 17:59:44 +02:00
crypto forceEval() -> doNotOptimizeAway() 2020-08-26 10:50:34 +02:00
debug add license header to all std lib files 2020-08-20 16:07:04 -04:00
event add license header to all std lib files 2020-08-20 16:07:04 -04:00
fmt add license header to all std lib files 2020-08-20 16:07:04 -04:00
fs std: Minor changes to the fs module 2020-09-04 10:17:00 +02:00
hash Promote hash/siphash to crypto/siphash 2020-08-22 02:47:50 -04:00
heap gpa: Don't leak memory when the upper bound is hit 2020-08-31 12:35:25 +02:00
http add license header to all std lib files 2020-08-20 16:07:04 -04:00
io Improve io.Reader.skipBytes and add tests 2020-08-28 19:42:36 +02:00
json add license header to all std lib files 2020-08-20 16:07:04 -04:00
math forceEval() -> doNotOptimizeAway() 2020-08-26 10:50:34 +02:00
mem add license header to all std lib files 2020-08-20 16:07:04 -04:00
meta std.meta.TrailerFlags fixes 2020-08-27 16:02:00 -06:00
net add license header to all std lib files 2020-08-20 16:07:04 -04:00
os handle lack of privilege to create symbolic links on windows 2020-08-30 06:52:53 +02:00
rand add license header to all std lib files 2020-08-20 16:07:04 -04:00
special compiler-rt: Add missing floatdisf routine 2020-08-30 00:28:18 -04:00
target add license header to all std lib files 2020-08-20 16:07:04 -04:00
testing add license header to all std lib files 2020-08-20 16:07:04 -04:00
time add license header to all std lib files 2020-08-20 16:07:04 -04:00
unicode add license header to all std lib files 2020-08-20 16:07:04 -04:00
valgrind add license header to all std lib files 2020-08-20 16:07:04 -04:00
zig follow filesystem hierarchy standard when adding lib directories 2020-08-31 17:44:43 -04:00
array_list.zig std: ArrayList.initCapacity now respects the specified cap 2020-09-02 11:11:57 +02:00
array_list_sentineled.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
ascii.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
atomic.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
base64.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
bloom_filter.zig Hash functions now accept an option set 2020-08-21 00:51:14 +02:00
buf_map.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
buf_set.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
build.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
builtin.zig Remove TypeInfo.Error.value 2020-08-22 03:20:12 -04:00
c.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
cache_hash.zig cache_hash: hash function change 2020-08-22 15:10:33 -04:00
child_process.zig std.ChildProcess: pass CLOEXEC when creating error pipe 2020-08-30 14:21:14 -04:00
coff.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
comptime_string_map.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
crypto.zig Promote hash/siphash to crypto/siphash 2020-08-22 02:47:50 -04:00
cstr.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
debug.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
dwarf.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
dwarf_bits.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
dynamic_library.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
elf.zig Targets: add SPU Mark II architecture 2020-08-22 12:45:29 -07:00
event.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
fifo.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
fmt.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
fs.zig std: Minor changes to the fs module 2020-09-04 10:17:00 +02:00
hash.zig Promote hash/siphash to crypto/siphash 2020-08-22 02:47:50 -04:00
hash_map.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
heap.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
http.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
io.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
json.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
linked_list.zig std: remove init functions from linked list nodes 2020-08-22 02:47:39 -04:00
log.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
macho.zig Add more missing MachO constants and structs 2020-08-30 09:47:36 +02:00
math.zig Merge pull request #6189 from katesuyu/div-ceil 2020-08-30 01:09:39 -04:00
mem.zig Added edge case test to mem.count 2020-08-27 04:12:28 -04:00
meta.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
mutex.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
net.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
once.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
os.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
packed_int_array.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
pdb.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
priority_queue.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
process.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
progress.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
rand.zig std.rand: promote normal comments to doc comments 2020-08-25 19:51:40 -07:00
rb.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
reset_event.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
segmented_list.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
sort.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
spinlock.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
start.zig ensure main return type is not i8 2020-08-27 15:03:56 +03:00
start_windows_tls.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
std.zig stage2: clean up SPU Mk II code 2020-08-22 13:36:08 -07:00
target.zig Fix & update windows version stuff (#6157) 2020-08-24 16:47:44 -04:00
testing.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
thread.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
time.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
unicode.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
valgrind.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
zig.zig Hash functions now accept an option set 2020-08-21 00:51:14 +02:00