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
/
std
Age
Commit message (
Expand
)
Author
2019-05-11
Merge pull request #2449 from Sahnvour/directallocator
Andrew Kelley
2019-05-11
Merge pull request #2475 from LemonBoy/linux-wo-vdso
Andrew Kelley
2019-05-11
Use unprotected heap when in single_threaded mode.
Sahnvour
2019-05-11
Implement Windows' DirectAllocator on top of VirtualAlloc and VirtualFree.
Sahnvour
2019-05-11
std: the failing allocator didn't actually count allocations
daurnimator
2019-05-11
Fix more corner cases in LEB128 parsing
LemonBoy
2019-05-11
linux: Minor `zig fmt` induced reformatting
LemonBoy
2019-05-11
linux: Fix clock_gettime on systems w/o VDSO
LemonBoy
2019-05-10
Merge pull request #2465 from LemonBoy/builtins-for-wasm
Andrew Kelley
2019-05-10
Fix erroneous test case
LemonBoy
2019-05-10
compiler-rt: Add __ashrti3
LemonBoy
2019-05-10
compiler-rt: Add __lshrti3
LemonBoy
2019-05-10
compiler-rt: Add __ashlti3
LemonBoy
2019-05-10
Use matching types when parsing fields
LemonBoy
2019-05-10
Fix minor bug in LEB128 parsing
LemonBoy
2019-05-09
fix std.os.copyFile
Andrew Kelley
2019-05-08
fix build on macOS
Andrew Kelley
2019-05-08
Merge pull request #2452 from LemonBoy/more-more-builtins
Andrew Kelley
2019-05-08
add --bundle-compiler-rt function to link options
Andrew Kelley
2019-05-08
std.debug: fix stack trace iteration code
Andrew Kelley
2019-05-09
compiler-rt: add __floatsitf
LemonBoy
2019-05-09
compiler-rt: Add __aeabi_unwind_cpp_pr{0,1,2}
LemonBoy
2019-05-09
compiler-rt: Add __extendsfdf2
LemonBoy
2019-05-08
compiler-rt: Add __floatdidf
LemonBoy
2019-05-08
compiler-rt: Add __floatundidf & __floatunsidf
LemonBoy
2019-05-08
compiler-rt: Add __truncdfsf2
LemonBoy
2019-05-08
compiler-rt: More division intrinsics
LemonBoy
2019-05-08
compiler-rt: Add __floatsidf & __floatsisf
LemonBoy
2019-05-08
Implement stack probes for x86/x86_64
LemonBoy
2019-05-08
Duplicate windows's DirectAllocator as HeapAllocator, which it is in reality.
Sahnvour
2019-05-07
Merge pull request #2427 from LemonBoy/linux-tls
Andrew Kelley
2019-05-07
Merge pull request #2439 from LemonBoy/fixes-fixes-fixes
Andrew Kelley
2019-05-07
Add ARCH_SET_* definitions for x86_64
LemonBoy
2019-05-07
Less error messages
LemonBoy
2019-05-07
Always initialize the TLS
LemonBoy
2019-05-07
std: Implement on-demand TLS allocation
LemonBoy
2019-05-07
std: Implement TLS support for Linux
LemonBoy
2019-05-07
Avoid endless recursion in __extendhfsf2
LemonBoy
2019-05-07
Fix float comparison result in __aeabi_{f,d}cmp*
LemonBoy
2019-05-07
Add missing cast to usize
LemonBoy
2019-05-06
Merge pull request #2354 from LemonBoy/iterate_phdr_impl
Andrew Kelley
2019-05-06
Fix edge case in addXf3
LemonBoy
2019-05-06
Fix definition of epoll_* struct on non x86_64 arches
LemonBoy
2019-05-06
Add a test case
LemonBoy
2019-05-05
Merge pull request #2422 from tgschultz/stdlib-packed-int-array
Andrew Kelley
2019-05-05
Review
LemonBoy
2019-05-04
Merge pull request #2374 from LemonBoy/fileszoff-reform
Andrew Kelley
2019-05-04
std lib sleep APIs: add doc comments and no @intCast
Andrew Kelley
2019-05-04
Merge branch 'stdlib-32b' of https://github.com/LemonBoy/zig into LemonBoy-st...
Andrew Kelley
2019-05-04
Merge pull request #2404 from squeek502/hash-map-ensure-cap
Andrew Kelley
[prev]
[next]