aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2020-03-13fix all the TODOs from the pull requestAndrew Kelley
2020-03-13Merge branch 'format-stream' of https://github.com/fengb/zig into fengb-forma...Andrew Kelley
2020-03-13Merge pull request #4716 from LemonBoy/sys-miscAndrew Kelley
2020-03-13Add NtDll-based ftruncate implementationLemonBoy
2020-03-12Merge pull request #4727 from nrdmn/uefi3Andrew Kelley
2020-03-12Merge pull request #4707 from Vexu/small-atomicsAndrew Kelley
2020-03-12std/os/uefi: file protocol improvementsNick Erdmann
2020-03-12std/os/uefi: status reformNick Erdmann
2020-03-12std/os/uefi: device path protocol improvementsNick Erdmann
2020-03-12std/os/uefi: Add shell parameters protocolNick Erdmann
2020-03-12std/os/uefi: loaded image protocol improvementsNick Erdmann
2020-03-12std/os/uefi: require guid output function be comptimeNick Erdmann
2020-03-12std/os/uefi: boot services and runtime services improvementsNick Erdmann
2020-03-12add note to disabled tests, improve comptime cmpxchgVexu
2020-03-12Address review commentsLemonBoy
2020-03-12Replace fmt with new fmtstreamBenjamin Feng
2020-03-12Slap in workaround for FifoBenjamin Feng
2020-03-12Handle potential downcast when translating stream sizeBenjamin Feng
2020-03-12Convert fmt.bufPrint / fmt.allocPrintBenjamin Feng
2020-03-12Convert Buffer to use fmtstreamBenjamin Feng
2020-03-12Convert JSON to fmtstreamBenjamin Feng
2020-03-12Convert builtin to fmtstreamBenjamin Feng
2020-03-12Integrated outstreams with new formatterBenjamin Feng
2020-03-12Force error coercion of custom formattersBenjamin Feng
2020-03-12Fixup allocPrintBenjamin Feng
2020-03-12Add back max_depth testBenjamin Feng
2020-03-12Apply explicit error typeBenjamin Feng
2020-03-12Re-enable a bunch of testsBenjamin Feng
2020-03-12Re-enable testFmtBenjamin Feng
2020-03-12Get formatIntBuf workingBenjamin Feng
2020-03-12Blind translationBenjamin Feng
2020-03-12Copy fmtstreamBenjamin Feng
2020-03-12std: Add setEndPos to fs.fileLemonBoy
2020-03-12std: Fix pwrite invocation on 32bit architecturesLemonBoy
2020-03-12fix bugHeppokoyuki
2020-03-11Merge pull request #4714 from mikdusan/targetAndrew Kelley
2020-03-11Merge pull request #4713 from Heppokoyuki/uefi-file-protocolsAndrew Kelley
2020-03-11update/apply CPU features when -mcpu nativeMichael Dusan
2020-03-11windows: detect HANDLE_EOF in ReadFileAndrew Kelley
2020-03-11fix regressions in elf parsing codeAndrew Kelley
2020-03-11FixedBufferStream: match file semantics more by clamping posAndrew Kelley
2020-03-11Merge remote-tracking branch 'origin/master' into io-stream-ifaceAndrew Kelley
2020-03-11add std.io.StreamSource and fixes to emitRawAndrew Kelley
2020-03-11fix compilation errors for emitRawAndrew Kelley
2020-03-11Merge pull request #4709 from LemonBoy/implement-2096Andrew Kelley
2020-03-11fix footguns in File readAll functionsAndrew Kelley
2020-03-12refactorHeppokoyuki
2020-03-12add file protocolsHeppokoyuki
2020-03-11Move abi size checking to codegenVexu
2020-03-10rework some old ELF parsing code and start to fix emitRawAndrew Kelley