| .. |
|
atomic
|
solve recursion in std.atomic.Queue.dump
|
2020-02-08 16:22:53 -05:00 |
|
build
|
Add InstallRawStep to Zig build system that does a similar job to llvm-objcopy. To use it, do 'exe.installRaw("kernel.bin");' where exe is a LibExeObjStep
|
2020-02-03 15:07:34 -05:00 |
|
c
|
fix c tokenizer bug
|
2020-02-14 18:57:57 -05:00 |
|
crypto
|
Merge pull request #4516 from xackus/remove-bytes-to-slice
|
2020-02-24 13:51:47 -05:00 |
|
debug
|
Move FailingAllocator to testing
|
2020-01-29 17:38:42 -06:00 |
|
event
|
remove the allocator from std.event.Loop
|
2020-02-21 15:20:36 -05:00 |
|
fmt
|
enable native CPU feature for windows; disable failing tests
|
2020-01-21 21:46:06 -05:00 |
|
fs
|
remove @bytesToSlice, @sliceToBytes from std lib
|
2020-02-21 19:46:53 +01:00 |
|
hash
|
Run zig fmt
|
2020-02-01 11:32:53 +01:00 |
|
heap
|
Convert a few more page_allocator
|
2020-01-30 00:27:44 -06:00 |
|
http
|
Switch a bunch of FBA to use testing.allocator
|
2020-02-12 17:17:56 -06:00 |
|
io
|
remove @bytesToSlice, @sliceToBytes from std lib
|
2020-02-21 19:46:53 +01:00 |
|
json
|
std: use testing.allocator in tests
|
2020-02-14 19:15:09 +11:00 |
|
math
|
std: use testing.allocator in tests
|
2020-02-14 19:15:09 +11:00 |
|
meta
|
remove @bytesToSlice, @sliceToBytes from tests, docs
|
2020-02-23 18:03:50 +01:00 |
|
net
|
std: use testing.allocator in tests
|
2020-02-14 19:15:09 +11:00 |
|
os
|
improve handling of environment variables on Windows
|
2020-02-22 17:35:36 -05:00 |
|
rand
|
update the codebase to use @as
|
2019-11-08 15:57:24 -05:00 |
|
special
|
compiler-rt: Export the AEABI builtins when targeting thumb
|
2020-02-11 15:24:18 +01:00 |
|
target
|
update ARM cpu models to correctly include the sub-arch
|
2020-02-21 12:29:27 -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
|
zig fmt and update extern fn to callconv(.C)
|
2020-01-06 15:34:50 -05:00 |
|
valgrind
|
string literals are now null terminated
|
2019-11-21 20:43:41 -05:00 |
|
zig
|
improve handling of environment variables on Windows
|
2020-02-22 17:35:36 -05:00 |
|
array_list.zig
|
Add an appendValues method to ArrayList to append a value n times. (#4460)
|
2020-02-19 11:33:35 -05: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 |
|
buffer.zig
|
Promoted "leak_count_allocator" to the main testing.allocator
|
2020-01-29 22:22:00 -06:00 |
|
build.zig
|
fix regression in standardTargetOptions
|
2020-02-21 19:22:50 -05:00 |
|
builtin.zig
|
remove the concept of "sub-architecture"
|
2020-02-19 21:30:36 -05:00 |
|
c.zig
|
update std lib to integrate with libc for environ
|
2020-02-22 15:59:13 -05:00 |
|
child_process.zig
|
expand argv[0] when spawning system C compiler
|
2020-02-17 00:58:30 -05:00 |
|
coff.zig
|
fix windows std lib regressions
|
2019-11-29 21:55:27 -05:00 |
|
crypto.zig
|
hashing algorithms: fix logic and index out of bounds
|
2020-02-24 13:43:54 -05:00 |
|
cstr.zig
|
remove @bytesToSlice, @sliceToBytes from std lib
|
2020-02-21 19:46:53 +01:00 |
|
debug.zig
|
Merge pull request #4404 from ziglang/async-std
|
2020-02-10 00:22:59 -05:00 |
|
dwarf.zig
|
mv std/ lib/
|
2019-09-25 23:35:41 -04:00 |
|
dynamic_library.zig
|
std: improve non-libc dynamic library loading
|
2020-02-05 18:10:26 -05:00 |
|
elf.zig
|
Add InstallRawStep to Zig build system that does a similar job to llvm-objcopy. To use it, do 'exe.installRaw("kernel.bin");' where exe is a LibExeObjStep
|
2020-02-03 15:07:34 -05:00 |
|
event.zig
|
self-hosted libc detection
|
2020-02-16 13:25:30 -05:00 |
|
fifo.zig
|
remove @bytesToSlice, @sliceToBytes from std lib
|
2020-02-21 19:46:53 +01:00 |
|
fmt.zig
|
Format decmial 0.0 with no precision as just 0
|
2020-02-23 11:17:06 -05:00 |
|
fs.zig
|
NO_MEDIA_IN_DEVICE => return error.NoDevice
|
2020-02-20 12:39:46 -05:00 |
|
hash.zig
|
merge dumps tool: merging ast nodes
|
2019-10-11 18:13:24 -04:00 |
|
hash_map.zig
|
Convert a bunch of page_allocator to testing.allocator
|
2020-01-29 22:22:01 -06:00 |
|
heap.zig
|
remove @bytesToSlice, @sliceToBytes from std lib
|
2020-02-21 19:46:53 +01:00 |
|
http.zig
|
mv std/ lib/
|
2019-09-25 23:35:41 -04:00 |
|
io.zig
|
remove std.io.readLine
|
2020-02-20 15:30:00 -05:00 |
|
json.zig
|
std: tagged unions are broken on arm64
|
2020-02-19 23:17:04 +11: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
|
mv std/ lib/
|
2019-09-25 23:35:41 -04:00 |
|
math.zig
|
Add clamp function to math module
|
2020-01-14 13:06:46 -05:00 |
|
mem.zig
|
remove @bytesToSlice, @sliceToBytes from tests, docs
|
2020-02-23 18:03:50 +01:00 |
|
meta.zig
|
fix std.meta.refAllDecls
|
2020-02-18 15:34:13 -05:00 |
|
mutex.zig
|
NTSTATUS is a non-exhaustive enum
|
2020-01-31 22:33:17 +11:00 |
|
net.zig
|
Merge pull request #4516 from xackus/remove-bytes-to-slice
|
2020-02-24 13:51:47 -05:00 |
|
os.zig
|
Merge pull request #4516 from xackus/remove-bytes-to-slice
|
2020-02-24 13:51:47 -05:00 |
|
packed_int_array.zig
|
Convert a bunch of page_allocator to testing.allocator
|
2020-01-29 22:22:01 -06:00 |
|
pdb.zig
|
Replace @typeOf with @TypeOf in all zig source
|
2019-12-10 11:09:41 -05:00 |
|
priority_queue.zig
|
Promoted "leak_count_allocator" to the main testing.allocator
|
2020-01-29 22:22:00 -06:00 |
|
process.zig
|
Merge pull request #4516 from xackus/remove-bytes-to-slice
|
2020-02-24 13:51:47 -05:00 |
|
progress.zig
|
std.fmt.format: tuple parameter instead of var args
|
2019-12-08 22:53:51 -05:00 |
|
rand.zig
|
std: add Gimli based PRNG to std.rand
|
2020-02-06 00:16:00 +11:00 |
|
rb.zig
|
rb: fix rb.Node.getLast() that never worked
|
2020-01-30 12:05:57 -05:00 |
|
reset_event.zig
|
NTSTATUS is a non-exhaustive enum
|
2020-01-31 22:33:17 +11:00 |
|
segmented_list.zig
|
Convert a bunch of page_allocator to testing.allocator
|
2020-01-29 22:22:01 -06:00 |
|
sort.zig
|
Switch a bunch of FBA to use testing.allocator
|
2020-02-12 17:17:56 -06:00 |
|
spinlock.zig
|
Implement the callconv() annotation
|
2020-01-02 18:53:16 +01:00 |
|
start.zig
|
update std lib to integrate with libc for environ
|
2020-02-22 15:59:13 -05:00 |
|
start_windows_tls.zig
|
un-special-case startup code in the std lib
|
2019-12-12 18:33:44 -05:00 |
|
std.zig
|
progress towards merging
|
2020-01-19 20:54:04 -05:00 |
|
target.zig
|
std.Target.parse gives parsing diagnostics
|
2020-02-21 13:34:55 -05:00 |
|
testing.zig
|
std: increase memory available to testing allocator
|
2020-02-14 18:59:25 +11:00 |
|
thread.zig
|
zig fmt and update extern fn to callconv(.C)
|
2020-01-06 15:34:50 -05:00 |
|
time.zig
|
std.time.Timer.lap: only read system time once (#4533)
|
2020-02-23 18:25:52 -05:00 |
|
unicode.zig
|
remove @bytesToSlice, @sliceToBytes from std lib
|
2020-02-21 19:46:53 +01:00 |
|
valgrind.zig
|
std.fmt.format: tuple parameter instead of var args
|
2019-12-08 22:53:51 -05:00 |
|
zig.zig
|
make the CLI support depending on system headers and libraries
|
2020-02-19 01:24:34 -05:00 |