aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2019-04-27Revert "std: Add mem.nativeIntToBig and mem.nativeIntToLittle"daurnimator
2019-04-27fixed syntax erroremekoi
2019-04-27std: add LoggingAllocator prototypedaurnimator
2019-04-26zig fmt is built directly into stage1 rather than child processAndrew Kelley
2019-04-26Merge pull request #2357 from squeek502/heap-shrink-large-alignAndrew Kelley
2019-04-26self-hosted translate-c emits a hello world ASTAndrew Kelley
2019-04-26clean up test outputAndrew Kelley
2019-04-25heap: fixup style of realloc memory copiesRyan Liptak
2019-04-25std.heap.DirectAllocator: reduce the amount of redundant memcpy calls on WindowsRyan Liptak
2019-04-25add preliminary windows support to std.io.COutStreamAndrew Kelley
2019-04-25translate-c: a little closer to self-hosted implementationAndrew Kelley
2019-04-24Merge pull request #2312 from squeek502/heap-shrink-large-alignAndrew Kelley
2019-04-24remove Shebang (#!) supportShawn Landden
2019-04-24compiler-rt: Add missing import of test for comparesf2vegecode
2019-04-24compiler-rt: add aeabi_dcmp, comparedf2vegecode
2019-04-24OtherLemonBoy
2019-04-24Expose Elf32_Dyn and Elf64_DynLemonBoy
2019-04-24Implementation of dl_phdr_infoLemonBoy
2019-04-23Go one instruction before the return addressLemonBoy
2019-04-23Fix silly typoLemonBoy
2019-04-23Fix reading of signed leb128 valuesLemonBoy
2019-04-22Bump up FixedBufferAllocator test memory to account for new testsRyan Liptak
2019-04-22std.heap.DirectAllocator: Fix aligned reallocs on WindowsRyan Liptak
2019-04-21std: Add mem.nativeIntToBig and mem.nativeIntToLittledaurnimator
2019-04-21std: add msghdr_constdaurnimator
2019-04-21std: improve msghdr definitiondaurnimator
2019-04-20fix heap allocators when shrinking an object but growing its alignmentRyan Liptak
2019-04-21compiler-rt: add aeabi_fcmp, comparesf2vegecode
2019-04-20Fixes DirectAllocator Windows implementation to call HeapFree when new_size == 0tgschultz
2019-04-20fixup and zig fmtAndrew Kelley
2019-04-20Merge branch 'dwarfy' of https://github.com/LemonBoy/zig into LemonBoy-dwarfyAndrew Kelley
2019-04-20Recover symbol infos from DWARF sectionsLemonBoy
2019-04-20fix DirectAllocator not unmapping unused pages on large alignmentsRyan Liptak
2019-04-19zig-fmt: allow comptime blocks in containers (#2308)Raul Leal
2019-04-19Fix parseFormValueConstantLemonBoy
2019-04-16stage1 is now a hybrid of C++ and ZigAndrew Kelley
2019-04-16Revert "DirectAllocator: on windows, use HeapFree instead of HeapReAlloc to f...Andrew Kelley
2019-04-16Merge pull request #2286 from shritesh/wasm_allocAndrew Kelley
2019-04-16WasmAllocator: cleanupShritesh Bhattarai
2019-04-16DirectAllocator: on windows, use HeapFree instead of HeapReAlloc to free memory.Sahnvour
2019-04-16fmt wasm_allocatorShritesh Bhattarai
2019-04-16wasm: add WasmAllocatorShritesh Bhattarai
2019-04-15wasm: WasmAllocator that uses fixed 64kb pagesShritesh Bhattarai
2019-04-15update std.os.page_size for WebAssemblyAndrew Kelley
2019-04-15wasi: switch to "standard" wasi_unstable module fnShritesh Bhattarai
2019-04-13wasi: better commentsShritesh Bhattarai
2019-04-13support extern "wasi" functionsShritesh Bhattarai
2019-04-13wasi: sigabrt at panicShritesh Bhattarai
2019-04-13wasi: use __wasi_proc_exit instead of posix.exitShritesh Bhattarai
2019-04-13WIP: hello worldShritesh Bhattarai