aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-01-16add struct field default value to typeinfoVexu
2020-01-16Minor changes to the ARM builtin fnsLemonBoy
2020-01-16Fix regression in char printingLemonBoy
2020-01-15Merge pull request #4187 from LemonBoy/builtin-rearrangeAndrew Kelley
2020-01-15disallow multiline strings in test and library namesVexu
2020-01-15Fix off-by-one error (and missing store op)LemonBoy
2020-01-15Fix test caseLemonBoy
2020-01-15Move definition of __aeabi_read_tpLemonBoy
2020-01-15Fix div builtins to use the correct calling conventionLemonBoy
2020-01-15Remove unnecessary logicLemonBoy
2020-01-15Rearrange some builtin functions placementLemonBoy
2020-01-15Merge pull request #4182 from LemonBoy/mjeiorwAndrew Kelley
2020-01-14Correct l_name field typeLemonBoy
2020-01-14Correct dlpi_name field typeLemonBoy
2020-01-14Fix std.child_process.ChildProcess.spawnWindow when looking in PATH environme...Michaƫl Larouche
2020-01-14fix crash on multiline library nameVexu
2020-01-14Add clamp function to math moduleHersh Krishna
2020-01-13Merge pull request #3957 from xackus/stage2_parser_3799Andrew Kelley
2020-01-11Add WaitForSingleObject function to std.os.windowsJonathan Marler
2020-01-10stage2 parser: document undefined and clean upxackus
2020-01-10stage2 parser: fix segfault on extern blockxackus
2020-01-10std: avoid an allocation in inner loopdaurnimator
2020-01-10std: fix off by one error in windows process creationdaurnimator
2020-01-09Merge pull request #3955 from LemonBoy/fix-1528Andrew Kelley
2020-01-09New @export() handlingLemonBoy
2020-01-09Fix remaining variadic formatted printsRyan Liptak
2020-01-09std: fix LoggingAllocator, add simple testdaurnimator
2020-01-08Pointer alignment fixes for the stdlibLemonBoy
2020-01-08Pointer arithmetic affects the alignment factorLemonBoy
2020-01-08Add removeIndex function to PriorityQueue (#4070)Nathan Michaels
2020-01-07Merge pull request #4091 from xackus/json_copy_stringsAndrew Kelley
2020-01-07Merge branch 'std-utf16-sentinel-terminated' of https://github.com/daurnimato...Andrew Kelley
2020-01-07cleanups related to --eh-frame-hdrAndrew Kelley
2020-01-07add --eh-frame-hdr conditionallyDavid Cao
2020-01-07Make markdown parser more safe (#4105)Rocknest
2020-01-07build support list optionsmogud
2020-01-07added -- to pass args to zig build commandsemekoi
2020-01-07Use the correct calling convention for AEABI intrinsicsLemonBoy
2020-01-07test harness: show annotated case name when translate-c test failsAndrew Kelley
2020-01-07json tests: don't use debug allocatorxackus
2020-01-07json: disallow overlong and out-of-range UTF-8hryx
2020-01-06Add std.mem.zeroes to the standard libraryTimon Kruiper
2020-01-06Add more compiler-rt functions for ARM platformLemonBoy
2020-01-06remove redundant license fileAndrew Kelley
2020-01-06Merge branch 'LemonBoy-cc-work'Andrew Kelley
2020-01-06zig fmt and update `extern fn` to `callconv(.C)`Andrew Kelley
2020-01-06remove stdcallcc, extern, nakedcc from stage1; zig fmt rewritesAndrew Kelley
2020-01-06Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-workAndrew Kelley
2020-01-06Removes proc_raise from WASI implementationColin Svingen
2020-01-06json: implement copy_strings=falsexackus