aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-04-07use math/float.zig everywhereviri
2022-04-07std.math.is*Inf: make generic, support f80viri
2022-04-07std.math: generalise `inf`, even simpler `isFinite`viri
2022-04-07std.math.isFinite: make generic, support f80viri
2022-04-06std.{fmt, math}: derive float constants from stdviri
2022-04-06math.fabs: simplify implementation, add testsviri
2022-04-06math.isNormal: simplify implementation, add testsviri
2022-04-06derive float constants in a generic way (#10133)viri
2022-04-05zig fmt: remove trailing whitespace on doc commentsDamien Firmenich
2022-04-04std.fmt: Fix incorrect behavior with large floating point integers.Evan Haas
2022-04-04std.simd: Fix suggestVectorSizeForCpuominitay
2022-04-04Pull elf magic string out to re-used constantTom Read Cutting
2022-04-04Add `std.testing.checkAllAllocationFailures`Ryan Liptak
2022-04-02std.ArrayHashMap: lazier verifyContext callsAndrew Kelley
2022-04-01macho: set CS_LINKER_SIGNED flag in code signature generated by zldJakub Konka
2022-04-01std.hash_map: workaround for circular dependencyAndrew Kelley
2022-03-30std.base64: upgrade to new function pointer semanticsAndrew Kelley
2022-03-30Remove a std.debug.print from the dwarf.zig fileJames Mintram
2022-03-30std.zig.Ast: fix escaped capture of by-value parametersAndrew Kelley
2022-03-30replace other uses of `std.meta.Vector` with `@Vector` (#11346)Meghan
2022-03-29std: avoid referencing event loop when io_mode is blockingAndrew Kelley
2022-03-28std.build: fix functions returning address of by value parameterVeikka Tuominen
2022-03-28std.mem.zeroInit: Fix behaviour with empty initialiserominitay
2022-03-27std.crypto.blake3: use `@Vector` instead of `std.meta.Vector`Andrew Kelley
2022-03-27std.math.Complex: add 'negation' and 'mulitply by i'BlueAlmost
2022-03-27std.testing: add methods tmpDirPath, getTestArgs, buildExematu3ba
2022-03-27std: SIMD utility functionstecanec
2022-03-27std.fs: Handle EINVAL from linux.getdents64Yorhel
2022-03-24std.MultiArrayList: check size of element, not pointerAndrew Kelley
2022-03-24std.meta.trait: remove assumption about vector ABI sizeAndrew Kelley
2022-03-24std.meta: fix unit tests depending on unstable behaviorAndrew Kelley
2022-03-23stage2: fix some generics issuesAndrew Kelley
2022-03-23std.os: disable failing fnctl file locking testAndrew Kelley
2022-03-23Add sem_open & sem_closeLocria Cyber
2022-03-23math/big: correct fix for divmod (#11271)Marc Tiehuis
2022-03-22Fix ucontext_tLocria Cyber
2022-03-22macho: extend CodeSignature to accept entitlementsJakub Konka
2022-03-21Sema: dummy implementation of `@errorReturnTrace`Andrew Kelley
2022-03-22macho: add more codesig constantsJakub Konka
2022-03-21stage2 llvm: fix lowerDeclRefValue for function aliasesVeikka Tuominen
2022-03-21OptionsStep: Always use `fmtId` for type names.Lee Cannon
2022-03-20freestanding libc: remove ceil functionsAndrew Kelley
2022-03-20add compiler_rt ceilf/ceil/ceilljagt
2022-03-20add error when binary ops don't have matching whitespace on both sidesDaniel Hooper
2022-03-20stage2: disable default panic handler when linking -lcAndrew Kelley
2022-03-19stage1: make type names more uniqueRobin Voetter
2022-03-19Merge pull request #11228 from Vexu/panicAndrew Kelley
2022-03-19fix sigaction double paniczseri
2022-03-19translate-c: add missing builtins used by CRubyfn ⌃ ⌥
2022-03-19Sema: implement zirSwitchCaptureElse for error setsVeikka Tuominen