aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2020-01-22update zig_llvm.h and zig_llvm.cpp to llvm 10Andrew Kelley
2020-01-20Fix ICE in build addAssemblyFileLemonBoy
2020-01-20Handle {s} format for C strings. (#4219)Nathan Michaels
2020-01-19Merge pull request #4231 from LemonBoy/more-builtin-work1Andrew Kelley
2020-01-19Fix some tests broken by the renamed filesLemonBoy
2020-01-19Nuke some more codeLemonBoy
2020-01-19Export MSVC builtins inconditionallyLemonBoy
2020-01-19Minor cleanupLemonBoy
2020-01-19Nuke some repeated codeLemonBoy
2020-01-19Remove useless wrappers around f32/f64 aeabi builtinsLemonBoy
2020-01-19Small cleanupsLemonBoy
2020-01-18fixed typo - "path" lead to undeclared identifierSebastian
2020-01-18std: turn EAI_ constants into a non-exhaustive enumdaurnimator
2020-01-18std: use non-exhaustive enums from crc moduledaurnimator
2020-01-17Merge pull request #4191 from Vexu/non-exhaustive-enumsAndrew Kelley
2020-01-17Port clzsi2 from compiler_rt, required for using std.fmt.format on some ARM a...Michaël Larouche
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-15add is_exhaustive field to typeinfoVexu
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