aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-21fix os.unlinkatW implementationAndrew Kelley
2019-10-21test runner: restore previous behavior when...Andrew Kelley
2019-10-21add freebsd AT_* bitsAndrew Kelley
2019-10-21cleanupAndrew Kelley
2019-10-21darwin: add AT_* bitsAndrew Kelley
2019-10-21fs.Dir.openDir: use empty object name for "." on WindowsAndrew Kelley
2019-10-21[wip] use NtDll APIs on Windows to implement std.fs.DirAndrew Kelley
2019-10-20breaking: improve std.fs directory handling APIAndrew Kelley
2019-10-19Use 8192 sized buffers and remove allocator parametersstratact
2019-10-19Prevent too eager constant-folding of switch expressionLemonBoy
2019-10-19Fix crash when generating constant unions with single fieldLemonBoy
2019-10-19Merge pull request #3482 from ziglang/mem-usage-reportAndrew Kelley
2019-10-19reduce the size of IrInstruction by 8 bytes on 64 bit targetsAndrew Kelley
2019-10-19add -DZIG_ENABLE_MEM_PROFILE option and -fmem-report flagAndrew Kelley
2019-10-17Merge branch 'lun-4-progress-take-2'Andrew Kelley
2019-10-17improve progress reportingAndrew Kelley
2019-10-17rework the progress module and integrate with stage1Andrew Kelley
2019-10-17add lib/std/progress.zigLuna
2019-10-17Merge branch 'musl-1.1.24'Andrew Kelley
2019-10-17mipsel: fix padding on stat structAndrew Kelley
2019-10-17update musl src to v1.1.24Andrew Kelley
2019-10-17update musl headers to v1.1.24Andrew Kelley
2019-10-16Merge pull request #3467 from ziglang/windows-static-linkingAndrew Kelley
2019-10-16remove -DZIG_FORCE_EXTERNAL_LLD=ONAndrew Kelley
2019-10-16ref more math decls for better docsAndrew Kelley
2019-10-16update CI script for windows static buildsAndrew Kelley
2019-10-16msvc: reduce inlining aggressivity to workaround a codegen bug in cl.exe cf. ...Sahnvour
2019-10-16stage1: override cmake's default compilation flags to statically link the CRT...Sahnvour
2019-10-16turn comments into doc commentsAndrew Kelley
2019-10-16Add 'missing' consts to math.zigSebsatian Keller
2019-10-16fix std.mem.AsBytesReturnType (#3442)Emeka Nkurumeh
2019-10-16Merge pull request #3464 from nrdmn/uefiAndrew Kelley
2019-10-16add docs for std.fs.File.updateTimesAndrew Kelley
2019-10-16Fix compilation of updateTimes on 32bit platformsLemonBoy
2019-10-16improve docs and field names of Statx structAndrew Kelley
2019-10-16Merge pull request #3439 from LemonBoy/statxAndrew Kelley
2019-10-16add -I command line parameter, same as clangAndrew Kelley
2019-10-16std/os/uefi: add documentationNick Erdmann
2019-10-16[breaking] standardize std.os execve functionsAndrew Kelley
2019-10-16std/os/uefi: add Guid format()Nick Erdmann
2019-10-16only look for .defs when needed; remove samsrv.dll cross compiling supportAndrew Kelley
2019-10-16add more cross compiling support for windows system dllsAndrew Kelley
2019-10-16add cross compiling support for opengl32.dllAndrew Kelley
2019-10-16generated docs: progress towards generic types being usefulAndrew Kelley
2019-10-15merge analysis dumps tool handles errorsAndrew Kelley
2019-10-15Merge branch 'dtw-waleee-fix-help-modal'Andrew Kelley
2019-10-15generated docs: further clean up keyboard shortcut handlingAndrew Kelley
2019-10-15fix small misstake, 'escape' v. 'Escape'dtw-waleee
2019-10-15Fix keyboard layout issue with help-modaldtw-waleee
2019-10-15Replaced setTag hack in Deserialize with @unionInittgschultz