aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
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
2019-05-08Implement stack probes for x86/x86_64LemonBoy
2019-05-08Duplicate windows's DirectAllocator as HeapAllocator, which it is in reality.Sahnvour
2019-05-07Merge pull request #2427 from LemonBoy/linux-tlsAndrew Kelley
2019-05-07Merge pull request #2439 from LemonBoy/fixes-fixes-fixesAndrew Kelley
2019-05-07Add ARCH_SET_* definitions for x86_64LemonBoy
2019-05-07Less error messagesLemonBoy
2019-05-07Always initialize the TLSLemonBoy
2019-05-07std: Implement on-demand TLS allocationLemonBoy
2019-05-07std: Implement TLS support for LinuxLemonBoy
2019-05-07Avoid endless recursion in __extendhfsf2LemonBoy
2019-05-07Fix float comparison result in __aeabi_{f,d}cmp*LemonBoy
2019-05-07Add missing cast to usizeLemonBoy
2019-05-06Merge pull request #2354 from LemonBoy/iterate_phdr_implAndrew Kelley
2019-05-06Fix edge case in addXf3LemonBoy
2019-05-06Fix definition of epoll_* struct on non x86_64 archesLemonBoy
2019-05-06Add a test caseLemonBoy
2019-05-05Merge pull request #2422 from tgschultz/stdlib-packed-int-arrayAndrew Kelley
2019-05-05ReviewLemonBoy
2019-05-04Merge pull request #2374 from LemonBoy/fileszoff-reformAndrew Kelley
2019-05-04std lib sleep APIs: add doc comments and no @intCastAndrew Kelley
2019-05-04Merge branch 'stdlib-32b' of https://github.com/LemonBoy/zig into LemonBoy-st...Andrew Kelley
2019-05-04Merge pull request #2404 from squeek502/hash-map-ensure-capAndrew Kelley