aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2022-10-12stage2: check address space cast validityRobin Voetter
2022-10-12big int: make Mutable.normalize constRobin Voetter
2022-10-12amdgpu: add AmdgpuKernel calling conventionRobin Voetter
2022-10-12improve header searchlist handling in build, mainMichael Dusan
2022-10-12Merge pull request #13073 from squeek502/fs-delete-tree-2Andrew Kelley
2022-10-12Merge pull request #12897 from r00ster91/uefiAndrew Kelley
2022-10-12Merge pull request #13081 from r00ster91/docsAndrew Kelley
2022-10-12Make CompressorOptions publicGaƫtan
2022-10-11std: fix memory leak on OutOfMemory error in math.big.int and math.big.rationaGethDW
2022-10-11Compilation: strip debug info from ReleaseSmall by defaultAli Chraghi
2022-10-11io_uring: allow for nullable argumentsmllken
2022-10-11fix: resolve data race in std.Progress.maybeRefresh()r00ster91
2022-10-11std: add linux support for packet sockaddrEric Milliken
2022-10-11Merge pull request #13117 from topolarity/compiler-rt-cmulAndrew Kelley
2022-10-11std/math.zig: use previous rotate code with non-power-of-two integersRekai Nyangadzayi Musuka
2022-10-09Manually construct denormal constants in testsCody Tapscott
2022-10-09compiler_rt: Re-implement `ldexp`/`ilogb` using bit-opsCody Tapscott
2022-10-08CheckObjectStep: parsing and dumping producersLuuk de Gram
2022-10-07fix: wrong amount of arguments passed to functionr00ster91
2022-10-07fix: wrong return type for _pollr00ster91
2022-10-07fix: wrap function pointers in std.meta.FnPtrr00ster91
2022-10-06std.http: fix typoAli Chraghi
2022-10-05std.fs.deleteTree: Unify how the initial sub_path is treated between deleteTr...Ryan Liptak
2022-10-05fs.Dir.deleteTree: Fix FileBusy errors on WindowsRyan Liptak
2022-10-05fs.Dir.deleteTree: Fix some handling of NotDir error in deleteFile callsRyan Liptak
2022-10-05fs: deleteTreeFallback -> deleteTreeMinStackSize and make it pubRyan Liptak
2022-10-05fs: Reduce IterableDir.Iterator `buf` size to 1024Ryan Liptak
2022-10-05fix(text): hyphenate "runtime" adjectivesr00ster91
2022-10-05fix(text): hyphenate "comptime" adjectivesr00ster91
2022-10-05fix(text): hyphenation and other fixesr00ster91
2022-10-05fs: Optimize Dir.deleteTree for non-deeply-nested directoriesRyan Liptak
2022-10-05fs: Add IterableDir.Iterator.resetRyan Liptak
2022-10-05fs.Dir.deleteTree: Reduce the number of failing deleteFile callsRyan Liptak
2022-10-05Introduce IterableDir.iterateAssumeFirstIterationRyan Liptak
2022-10-03Merge pull request #12979 from Vexu/inline-switchAndrew Kelley
2022-10-03std: fix memory leak in ArrayHashMap (#13001)GethDW
2022-10-03std: WASI - update to latest snapshot preview 1Luuk de Gram
2022-10-03std.os.windows: fix HANDLER_ROUTINE callconvzooster
2022-10-03std.ChildProcess: correct fn getUserInfo pkg in setUserNamealex
2022-10-01std.math: allow comptime_float for radiansToDegrees and degreesToRadianszooster
2022-09-29docs: minor improvementsr00ster91
2022-09-29fix(std.testing.refAllDeclsRecursive): silently return if !builtin.is_testr00ster91
2022-09-29std: Replace use of stage1 function pointersominitay
2022-09-29std.math: add "Greatest common divisor" (gcd)Chris Boesch
2022-09-29std.builtin: un-pub testVersionParse()zooster
2022-09-29Fix `Step.cast` for `OptionsStep` and `CheckObjectStep`Lee Cannon
2022-09-29testing: fix copy paste typoJacob Young
2022-09-28Remove outdated commentEvin Yulo
2022-09-27std/meta: make FieldEnum(T) == Tag(T) for tagged unions when values match fie...Silver
2022-09-27add inline switch union tag capturesVeikka Tuominen