| .. |
|
atomic
|
|
|
|
build
|
Added and id and a cast function to build steps
|
2020-05-25 11:20:31 +03:00 |
|
c
|
Use std.ComptimeStringMap in the C tokenizer
|
2020-05-26 23:10:08 -07:00 |
|
crypto
|
Merge pull request #5189 from zigazeljko/patch-1
|
2020-05-16 13:20:14 +03:00 |
|
debug
|
|
|
|
event
|
(breaking) std.time fixups and API changes
|
2020-05-24 21:40:08 -04:00 |
|
fmt
|
|
|
|
fs
|
improvements to self-hosted cache hash system
|
2020-05-25 19:29:03 -04:00 |
|
hash
|
Optimization of vectors hashing
|
2020-05-06 17:08:49 +05:00 |
|
heap
|
small bump to ArenaAllocator minimum alloc size
|
2020-05-20 16:30:28 -04:00 |
|
http
|
|
|
|
io
|
run zig fmt on std lib
|
2020-05-24 10:04:09 -04:00 |
|
json
|
run zig fmt on std lib
|
2020-05-24 10:04:09 -04:00 |
|
math
|
|
|
|
meta
|
Treat vectors as indexable
|
2020-05-24 20:44:17 -04:00 |
|
net
|
Add/fix missing WASI functionality to pass libstd tests
|
2020-05-18 16:09:49 +02:00 |
|
os
|
fix pwrite on 32-bit linux
|
2020-05-25 19:59:39 -04:00 |
|
rand
|
|
|
|
special
|
Merge pull request #5020 from jinroh/docs/search-perf
|
2020-05-16 16:43:41 +03:00 |
|
target
|
|
|
|
testing
|
|
|
|
time
|
(breaking) std.time fixups and API changes
|
2020-05-24 21:40:08 -04:00 |
|
unicode
|
|
|
|
valgrind
|
|
|
|
zig
|
Use std.ComptimeStringMap in zig's tokenizer
|
2020-05-26 21:36:58 -07:00 |
|
array_list.zig
|
Remove unimplemented init call from ArrayListUnmanaged.
|
2020-05-26 15:59:56 -04:00 |
|
array_list_sentineled.zig
|
|
|
|
ascii.zig
|
Creates std.ascii.control_code that contains the C0 control codes as named constants.
|
2020-05-16 12:46:44 -04:00 |
|
atomic.zig
|
|
|
|
base64.zig
|
|
|
|
bloom_filter.zig
|
|
|
|
buf_map.zig
|
|
|
|
buf_set.zig
|
|
|
|
build.zig
|
Added custom build step id, made tests.zig steps use it
|
2020-05-25 11:36:12 +03:00 |
|
builtin.zig
|
|
|
|
c.zig
|
macos: use realpath$DARWIN_EXTSN
|
2020-05-16 12:41:53 -04:00 |
|
cache_hash.zig
|
fix std lib tests for WASI
|
2020-05-25 19:46:28 -04:00 |
|
child_process.zig
|
|
|
|
coff.zig
|
|
|
|
comptime_string_map.zig
|
std.ComptimeStringMap: Add support for void value type (i.e. a set)
|
2020-05-26 23:10:12 -07:00 |
|
crypto.zig
|
|
|
|
cstr.zig
|
|
|
|
debug.zig
|
Make StackIterator next public
|
2020-05-13 16:21:15 +01:00 |
|
dwarf.zig
|
publicize member functions affected by #4909
|
2020-05-08 14:26:28 +03:00 |
|
dwarf_bits.zig
|
|
|
|
dynamic_library.zig
|
publicize member functions affected by #4909
|
2020-05-08 14:26:28 +03:00 |
|
elf.zig
|
std: handle ConnectionTimedOut in switch
|
2020-05-06 12:52:26 +03:00 |
|
event.zig
|
|
|
|
fifo.zig
|
self-hosted: fix codegen and resolve some analysis bugs
|
2020-05-14 13:20:27 -04:00 |
|
fmt.zig
|
fmt padding correction (#5403)
|
2020-05-26 20:53:51 +03:00 |
|
fs.zig
|
Put base64 alphabet into a named constant
|
2020-05-25 13:48:43 -04:00 |
|
hash.zig
|
|
|
|
hash_map.zig
|
self-hosted: rework the memory layout of ir.Module and related types
|
2020-05-12 01:02:48 -04:00 |
|
heap.zig
|
rework self-hosted compiler for incremental builds
|
2020-05-10 02:05:54 -04:00 |
|
http.zig
|
|
|
|
io.zig
|
Merge pull request #5175 from daurnimator/multi-out-stream
|
2020-05-16 13:43:50 +03:00 |
|
json.zig
|
json: properly stringify error sets
|
2020-05-18 19:23:40 -04:00 |
|
linked_list.zig
|
run zig fmt on std lib
|
2020-05-24 10:04:09 -04:00 |
|
macho.zig
|
|
|
|
math.zig
|
|
|
|
mem.zig
|
Supports vectors in mem.zeroes
|
2020-05-24 20:48:29 -04:00 |
|
meta.zig
|
More vector support in std.meta
|
2020-05-26 10:56:29 -04:00 |
|
mutex.zig
|
|
|
|
net.zig
|
(breaking) std.time fixups and API changes
|
2020-05-24 21:40:08 -04:00 |
|
once.zig
|
|
|
|
os.zig
|
(breaking) std.time fixups and API changes
|
2020-05-24 21:40:08 -04:00 |
|
packed_int_array.zig
|
Add/fix missing WASI functionality to pass libstd tests
|
2020-05-18 16:09:49 +02:00 |
|
pdb.zig
|
fix more private member access
|
2020-05-08 15:10:38 +03:00 |
|
priority_queue.zig
|
Make PriorityQueue.Iterator public
|
2020-05-13 18:38:03 +03:00 |
|
process.zig
|
Add/fix missing WASI functionality to pass libstd tests
|
2020-05-18 16:09:49 +02:00 |
|
progress.zig
|
(breaking) std.time fixups and API changes
|
2020-05-24 21:40:08 -04:00 |
|
rand.zig
|
make rand function public, fixes crypto benchmark
|
2020-05-20 21:27:08 -04:00 |
|
rb.zig
|
|
|
|
reset_event.zig
|
(breaking) std.time fixups and API changes
|
2020-05-24 21:40:08 -04:00 |
|
segmented_list.zig
|
Add writeToSlice method to SegmentedList. (#5405)
|
2020-05-26 13:04:25 -04:00 |
|
sort.zig
|
|
|
|
spinlock.zig
|
|
|
|
start.zig
|
zig fmt
|
2020-05-05 09:38:02 -06:00 |
|
start_windows_tls.zig
|
|
|
|
std.zig
|
Add std.ComptimeStringMap
|
2020-05-26 21:34:55 -07:00 |
|
target.zig
|
|
|
|
testing.zig
|
std.testing: fix a crash when printing diffs
|
2020-05-22 00:27:51 -04:00 |
|
thread.zig
|
Update ErrorUnion thread spawn result to return null instead of 0
|
2020-05-05 04:15:43 -04:00 |
|
time.zig
|
(breaking) std.time fixups and API changes
|
2020-05-24 21:40:08 -04:00 |
|
unicode.zig
|
|
|
|
valgrind.zig
|
|
|
|
zig.zig
|
|
|