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
/
special
Age
Commit message (
Expand
)
Author
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-17
Port clzsi2 from compiler_rt, required for using std.fmt.format on some ARM a...
Michaƫl Larouche
2020-01-16
Minor changes to the ARM builtin fns
LemonBoy
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-09
New @export() handling
LemonBoy
2020-01-09
Fix remaining variadic formatted prints
Ryan Liptak
2020-01-07
Make markdown parser more safe (#4105)
Rocknest
2020-01-07
added -- to pass args to zig build commands
emekoi
2020-01-07
Use the correct calling convention for AEABI intrinsics
LemonBoy
2020-01-06
Add more compiler-rt functions for ARM platform
LemonBoy
2020-01-06
zig fmt and update `extern fn` to `callconv(.C)`
Andrew Kelley
2020-01-06
Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-work
Andrew Kelley
2020-01-02
Implement the callconv() annotation
LemonBoy
2020-01-01
fix float ops with respect to vectors
Andrew Kelley
2019-12-16
Revert "added -- to pass args to zig build commands"
Andrew Kelley
2019-12-16
added -- to pass args to zig build commands
emekoi
2019-12-16
generated docs: log trace instead of error
Henry Wu
2019-12-12
un-special-case startup code in the std lib
Andrew Kelley
2019-12-12
allow custom OS entrypoint
Christine Dodrill
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-09
remove var args from the language
Andrew Kelley
2019-12-09
update tests to new format API
Andrew Kelley
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-06
Merge pull request #3856 from ziglang/builtin-call
Andrew Kelley
2019-12-06
remove `@newStackCall` from zig
Andrew Kelley
2019-12-06
remove `@inlineCall` from zig
Andrew Kelley
2019-12-05
remove `@noInlineCall` from zig
Andrew Kelley
2019-12-05
docs: add html lang and minor fixes
xackus
2019-12-04
add `other` OS and fix regression in build-exe for freestanding
Andrew Kelley
2019-12-04
add docs for function parameters
Vexu
2019-12-03
correct the calling convention of WinMainCRTStartup
Andrew Kelley
2019-12-03
correct startup logic for exporting libc main
Andrew Kelley
2019-12-03
activate start code when pub main exists
Andrew Kelley
2019-12-03
exported main must be pub
Vexu
2019-12-03
move more startup code to std lib
Vexu
2019-12-02
add some null-termination annotations
Andrew Kelley
2019-11-30
linux-i386 support
LemonBoy
2019-11-25
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley
2019-11-24
make std.mem.toSlice use null terminated pointers
Andrew Kelley
[next]