index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
Age
Commit message (
Expand
)
Author
2020-01-22
update zig_llvm.h and zig_llvm.cpp to llvm 10
Andrew Kelley
2020-01-20
Fix ICE in build addAssemblyFile
LemonBoy
2020-01-20
Handle {s} format for C strings. (#4219)
Nathan Michaels
2020-01-19
Merge pull request #4231 from LemonBoy/more-builtin-work1
Andrew Kelley
2020-01-19
Fix some tests broken by the renamed files
LemonBoy
2020-01-19
Nuke some more code
LemonBoy
2020-01-19
Export MSVC builtins inconditionally
LemonBoy
2020-01-19
Minor cleanup
LemonBoy
2020-01-19
Nuke some repeated code
LemonBoy
2020-01-19
Remove useless wrappers around f32/f64 aeabi builtins
LemonBoy
2020-01-19
Small cleanups
LemonBoy
2020-01-18
fixed typo - "path" lead to undeclared identifier
Sebastian
2020-01-18
std: turn EAI_ constants into a non-exhaustive enum
daurnimator
2020-01-18
std: use non-exhaustive enums from crc module
daurnimator
2020-01-17
Merge pull request #4191 from Vexu/non-exhaustive-enums
Andrew Kelley
2020-01-17
Port clzsi2 from compiler_rt, required for using std.fmt.format on some ARM a...
Michaël Larouche
2020-01-16
add struct field default value to typeinfo
Vexu
2020-01-16
Minor changes to the ARM builtin fns
LemonBoy
2020-01-16
Fix regression in char printing
LemonBoy
2020-01-15
Merge pull request #4187 from LemonBoy/builtin-rearrange
Andrew Kelley
2020-01-15
add is_exhaustive field to typeinfo
Vexu
2020-01-15
disallow multiline strings in test and library names
Vexu
2020-01-15
Fix off-by-one error (and missing store op)
LemonBoy
2020-01-15
Fix test case
LemonBoy
2020-01-15
Move definition of __aeabi_read_tp
LemonBoy
2020-01-15
Fix div builtins to use the correct calling convention
LemonBoy
2020-01-15
Remove unnecessary logic
LemonBoy
2020-01-15
Rearrange some builtin functions placement
LemonBoy
2020-01-15
Merge pull request #4182 from LemonBoy/mjeiorw
Andrew Kelley
2020-01-14
Correct l_name field type
LemonBoy
2020-01-14
Correct dlpi_name field type
LemonBoy
2020-01-14
Fix std.child_process.ChildProcess.spawnWindow when looking in PATH environme...
Michaël Larouche
2020-01-14
fix crash on multiline library name
Vexu
2020-01-14
Add clamp function to math module
Hersh Krishna
2020-01-13
Merge pull request #3957 from xackus/stage2_parser_3799
Andrew Kelley
2020-01-11
Add WaitForSingleObject function to std.os.windows
Jonathan Marler
2020-01-10
stage2 parser: document undefined and clean up
xackus
2020-01-10
stage2 parser: fix segfault on extern block
xackus
2020-01-10
std: avoid an allocation in inner loop
daurnimator
2020-01-10
std: fix off by one error in windows process creation
daurnimator
2020-01-09
Merge pull request #3955 from LemonBoy/fix-1528
Andrew Kelley
2020-01-09
New @export() handling
LemonBoy
2020-01-09
Fix remaining variadic formatted prints
Ryan Liptak
2020-01-09
std: fix LoggingAllocator, add simple test
daurnimator
2020-01-08
Pointer alignment fixes for the stdlib
LemonBoy
2020-01-08
Pointer arithmetic affects the alignment factor
LemonBoy
2020-01-08
Add removeIndex function to PriorityQueue (#4070)
Nathan Michaels
2020-01-07
Merge pull request #4091 from xackus/json_copy_strings
Andrew Kelley
2020-01-07
Merge branch 'std-utf16-sentinel-terminated' of https://github.com/daurnimato...
Andrew Kelley
2020-01-07
cleanups related to --eh-frame-hdr
Andrew Kelley
[next]