aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2022-04-12Merge pull request #11401 from viriuwu/float-category-miscAndrew Kelley
2022-04-12std/fs/test.zig: Add test for renaming a dir onto an empty dirRyan Liptak
2022-04-12std.build: Fix transitive linkSystemLibraryName() dependenciesIsaac Freund
2022-04-12Reuse code in `Utf8Iterator.nextCodepoint`r00ster
2022-04-12Add `std.fs.File.sync` (#11410)r00ster
2022-04-11std.event.WaitGroup: fix compilation (acquire->lock, release->unlock)Stephen Gutekanst
2022-04-08compiler-rt(divtf3): fix remark, add more testsviri
2022-04-08std.math.isInf: add tests for +-NaNviri
2022-04-08std: add Thread.Condition.timedWait (#11352)cryptocode
2022-04-07use math/float.zig everywhereviri
2022-04-07std.math.is*Inf: make generic, support f80viri
2022-04-07crypto/x25519: implement clearCofactor() (#11355)Frank Denis
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