aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2019-05-19ran zig fmt on stdlibemekoi
2019-05-18Remove more 64bit-centric assumptions from stdlibLemonBoy
2019-05-16VDSO calls must use the C CCLemonBoy
2019-05-16breaking changes to all bit manipulation intrinsicsShawn Landden
2019-05-16the wasm freestanding _start function is return value voidAndrew Kelley
2019-05-16improvements to build-lib use case of WebAssemblyAndrew Kelley
2019-05-16std: update linux syscalls to 5.1daurnimator
2019-05-15improvements to zig's implementation of libc and WebAssemblyAndrew Kelley
2019-05-15Fix off-by-one error in LEB128 parsingLemonBoy
2019-05-14clean up code now that #769 is implementedAndrew Kelley
2019-05-14Merge pull request #2482 from ziglang/linux-elf-readMarc Tiehuis
2019-05-13Fix formatting for multiline asm expressionsLemonBoy
2019-05-13Merge branch 'asm-cc' of https://github.com/LemonBoy/zig into LemonBoy-asm-ccAndrew Kelley
2019-05-13Assemble asm files using CCLemonBoy
2019-05-13Mmap debug info on linuxMarc Tiehuis
2019-05-12zig fmt on the standard libraryAndrew Kelley
2019-05-12Undo parse2 importhryx
2019-05-12Recursive rewrite of stage2 parser, final synchryx
2019-05-12Recursive rewrite of stage2 parser, part 3hryx
2019-05-12Merge branch 'master' into rebasedhryx
2019-05-12Fix memory leak in parser testsTyler Philbrick
2019-05-12Recursive rewrite of stage2 parser, part 1hryx
2019-05-11Merge pull request #2449 from Sahnvour/directallocatorAndrew Kelley
2019-05-11Merge pull request #2475 from LemonBoy/linux-wo-vdsoAndrew Kelley
2019-05-11Use unprotected heap when in single_threaded mode.Sahnvour
2019-05-11Implement Windows' DirectAllocator on top of VirtualAlloc and VirtualFree.Sahnvour
2019-05-11std: the failing allocator didn't actually count allocationsdaurnimator
2019-05-11Fix more corner cases in LEB128 parsingLemonBoy
2019-05-11linux: Minor `zig fmt` induced reformattingLemonBoy
2019-05-11linux: Fix clock_gettime on systems w/o VDSOLemonBoy
2019-05-10Merge pull request #2465 from LemonBoy/builtins-for-wasmAndrew Kelley
2019-05-10Fix erroneous test caseLemonBoy
2019-05-10compiler-rt: Add __ashrti3LemonBoy
2019-05-10compiler-rt: Add __lshrti3LemonBoy
2019-05-10compiler-rt: Add __ashlti3LemonBoy
2019-05-10Use matching types when parsing fieldsLemonBoy
2019-05-10Fix minor bug in LEB128 parsingLemonBoy
2019-05-09fix std.os.copyFileAndrew Kelley
2019-05-08fix build on macOSAndrew Kelley
2019-05-08Merge pull request #2452 from LemonBoy/more-more-builtinsAndrew Kelley
2019-05-08add --bundle-compiler-rt function to link optionsAndrew Kelley
2019-05-08std.debug: fix stack trace iteration codeAndrew Kelley
2019-05-09compiler-rt: add __floatsitfLemonBoy
2019-05-09compiler-rt: Add __aeabi_unwind_cpp_pr{0,1,2}LemonBoy
2019-05-09compiler-rt: Add __extendsfdf2LemonBoy
2019-05-08compiler-rt: Add __floatdidfLemonBoy
2019-05-08compiler-rt: Add __floatundidf & __floatunsidfLemonBoy
2019-05-08compiler-rt: Add __truncdfsf2LemonBoy
2019-05-08compiler-rt: More division intrinsicsLemonBoy
2019-05-08compiler-rt: Add __floatsidf & __floatsisfLemonBoy