aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2020-06-16Overhauled leb128:tgschultz
2020-06-16Code cleanup, documentation added, read*Mem functions now take *[]const u8tgschultz
2020-06-16Overhauled leb128:tgschultz
2020-06-14add workaround for #5599Vexu
2020-06-12Add strict_align to pre-v6 ARM targetsCarter Sande
2020-06-12Merge pull request #5589 from kubkon/preopens-exampleAndrew Kelley
2020-06-12Fix formatting of floating point values with the B and Bi specifiersAlexandros Naskos
2020-06-12Fix a few std.sort.sort invocationsCassidy Dingenskirchen
2020-06-11Add unit test for std.fs.wasi.PreopenListJakub Konka
2020-06-11Add custom format method for Preopen structJakub Konka
2020-06-09Support Reader for InStreamJonathan Marler
2020-06-09Expose full llvm intrinsicJakub Konka
2020-06-09Use builtins in std.heap.WasmAllocatorJakub Konka
2020-06-09fix memory errorsJonathan Marler
2020-06-08support Writer instead of OutStreamJonathan Marler
2020-06-08update sort callsite to new APIAndrew Kelley
2020-06-08std.sort: give comparator functions a context parameterAndrew Kelley
2020-06-07tcpConnectToHost try all addresses in AddressListIan Simonson
2020-06-07Test case for tcpConnectToHost fixIan Simonson
2020-06-04std.os.windows.OpenFile: Handle FILE_IS_A_DIRECTORY statusRyan Liptak
2020-06-04Windows: Handle ERROR_DIRECTORY in std.fs.deleteDirAbsolute when called on a ...Ryan Liptak
2020-06-04Windows: Fix std.fs.Dir.deleteDir() deleting filesRyan Liptak
2020-06-04add workaround for #5525Vexu
2020-06-02cleanupsAndrew Kelley
2020-06-02Replace os.linux to os.systemLuna
2020-06-02Change ioctl's request type to i32Luna
2020-06-02Add declaration for libc ioctlLuna
2020-06-02Replace syscall3 to os.ioctlLuna
2020-06-02Use resolveIp when looking up addresses on linuxLuna
2020-06-02Add std.os.ioctlLuna
2020-06-02net.test: only call resolveIp6 when os is linuxLuna
2020-06-02Add tests for overflowLuna
2020-06-02Use IFNAMESIZE for scope id valueLuna
2020-06-02Make ifru fields sentinel-terminatedLuna
2020-06-02Replace C types in declarationsLuna
2020-06-02Plug resolveIp6 into IPv6 testsLuna
2020-06-02Add validation for scope idsLuna
2020-06-02Replace C shorts by integer typesLuna
2020-06-02Remove warn() callsLuna
2020-06-02Fix ifreq definitionLuna
2020-06-02Change Unsupported to InterfaceNotFoundLuna
2020-06-02Make interface name null-terminated before syscallLuna
2020-06-02Stop using mem.len on arrayLuna
2020-06-02Add ioctl errorsLuna
2020-06-02Only resolve scope id when neededLuna
2020-06-02Fix typo and add if_nametoindexLuna
2020-06-02Add some interface structs to linux bitsLuna
2020-06-02Add basics of resolveIp6Luna
2020-06-02std.HashMap: allow ensureCapacity with a zero parameterAndrew Kelley
2020-06-02pass allocator to self.resize() in appendNTimes()Jesse Rudolph