aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-01-19SPIR-V: Add glsl450 and vulkan spir-v operating system definitionsRobin Voetter
2021-01-19SPIR-V: Initial architecture definitions and setupRobin Voetter
2021-01-18Merge pull request #7814 from LemonBoy/fix-7760Andrew Kelley
2021-01-18stage2: use %type not @type for libc stubsJulian Maingot
2021-01-18update error return docJulian Maingot
2021-01-18std: Add missing cast when calling fcntl w/ constant argsLemonBoy
2021-01-18std: define pipe2 only for os that support itLemonBoy
2021-01-18std: Fixed pipe2 fallbackLemonBoy
2021-01-16std.ArrayHashMap: add "AssertDiscard" function variantsAndrew Kelley
2021-01-16Merge pull request #7716 from koachan/sparc64-libsAndrew Kelley
2021-01-15crypto: add legacy keccak hash functionsGuillaume Ballet
2021-01-15Fix _Qp_cmp definitionKoakuma
2021-01-15Add compiler-rt stub for SPARC CPUsKoakuma
2021-01-14std.Thread: avoid compile errors for single-threaded OS'sAndrew Kelley
2021-01-14fix namespace of kernel32 function callsAndrew Kelley
2021-01-14std.Thread.StaticResetEvent: call spinLoopHint appropriatelyAndrew Kelley
2021-01-14std.Thread.Mutex: restore the "Held" APIAndrew Kelley
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2021-01-13std.os.uefi.protocols.FileProtocol: fix and expose get_position, set_position...Asherah Connor
2021-01-12Move fmt.testFmt to testing.expectFmtJay Petacat
2021-01-12add missing ECONNRESET from getsockoptErrorBill Nagel
2021-01-12Merge pull request #7577 from semarie/emutlsAndrew Kelley
2021-01-12Merge pull request #7714 from mikdusan/target-macosAndrew Kelley
2021-01-12define nfds_t for windowsBill Nagel
2021-01-12implement emutls in compiler_rtSébastien Marie
2021-01-12add pthread_key functionsSébastien Marie
2021-01-11std.event.Loop: fix race condition when starting the time wheelAndrew Kelley
2021-01-11stage2: cleanups regarding red zone CLI flagsAndrew Kelley
2021-01-11Added support for no red zoneLee Cannon
2021-01-11more fixupsMichael Dusan
2021-01-11macos: reimplement OS version detectionMichael Dusan
2021-01-11std.os.windows.GetFinalPathNameByHandle: remove intermediate buffersRohlem
2021-01-11std.os.windows.GetFinalPathNameByHandle: remove QueryInformationFile code pathRohlem
2021-01-11std.os.windows.GetFinalPathNameByHandle: address non-structural review commentsRohlem
2021-01-11std.os.windows.GetFinalPathNameByHandle: replace kernel32 by ntdll callRohlem
2021-01-11introduce std.os.windows.QueryObjectNameRohlem
2021-01-11std.os.windows.GetFinalPathNameByHandle: add testRohlem
2021-01-11std.os.windows.GetFinalPathNameByHandle: reintroduce kernel32 for compatibilityRohlem
2021-01-11add std.zig.system.windows version check utility functionsRohlem
2021-01-11move windows runtime version detection into std.zig.system.windowsRohlem
2021-01-11Add std.fmt.formatDuration and std.fmt.duration (#7297)Jonathan Knezek
2021-01-11Merge pull request #7195 from Aransentin/masterAndrew Kelley
2021-01-11std.EarlyEOFReader: rename to LimitedReaderAndrew Kelley
2021-01-11std: use fifo.pump in writeFileAllUnseekabledaurnimator
2021-01-11std: add LimitedReader: reader that returns EOF earlydaurnimator
2021-01-11std: use reader.skipBytes to avoid infinite loop in writeFileAllUnseekabledaurnimator
2021-01-11std: reader.skipBytes's num_bytes should be a u64daurnimator
2021-01-11os/bits/linux: add the termios cc bitsVincent Rischmann
2021-01-11Merge pull request #7124 from LemonBoy/netstuff1Andrew Kelley
2021-01-11std CityHash: disable memory-expensive tests for nowAndrew Kelley