aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-05-19Merge pull request #11581 from erikarvstedt/fix-trailerflagsAndrew Kelley
2022-05-19Merge pull request #11491 from poinwn/copysign-signbitAndrew Kelley
2022-05-19Add aliases to math builtins back into std.math (#11666)frmdstryr
2022-05-17std.Thread: insert a missing `@alignCast`Andrew Kelley
2022-05-17stage2: fix pointer arithmetic result typeAndrew Kelley
2022-05-17std.math: simpler error handlingalice
2022-05-17Simplify `Copysign`alice
2022-05-17Simplify `signbit`alice
2022-05-17zig test: Add proper detection for Windows consoleYeonJiKun
2022-05-17Merge pull request #11501 from Vexu/stage2-err-return-traceAndrew Kelley
2022-05-16Generate linux syscalls via. the linux source treeStephen Gregoratto
2022-05-16Fixes comptime 'error: cannot assign to constant' error in siphash.Felix "xq" Queißner
2022-05-16Sema: improve index out of bounds panic messageVeikka Tuominen
2022-05-16stage2: add runtime safety for unwrapping errorVeikka Tuominen
2022-05-16stage2: disable error return tracing on unsupported targetsVeikka Tuominen
2022-05-16stage2: implement error return tracesVeikka Tuominen
2022-05-16Merge pull request #11316 from wsengir/stage2-overflow-safetyAndrew Kelley
2022-05-17std.os: add timerfd_create, timerfd_settime and timerfd_gettimeThiago Teodoro Pereira Silva
2022-05-16`std.math.powi`: use standard definition of underflow/overflow, implement `u0...leesongun
2022-05-16std.os: Add memfd_create for FreeBSDIsaac Freund
2022-05-16C backend: implement overflow arithmeticAndrew Kelley
2022-05-14init-exe: add note about log_level in ReleaseSmall and ReleaseFast build mode...Robin
2022-05-13std.Progress: activate() calls maybeRefresh()Andrew Kelley
2022-05-13Merge pull request #11641 from erikarvstedt/fixup_rand_float_improvementAndrew Kelley
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-05-13std.os.linux: fix signature of setgroupsJonathan Marler
2022-05-12add std.math.signTravis Staloch
2022-05-12std.rand.float: simplify leading zero calculationsErik Arvstedt
2022-05-12std.rand: fixup 'improve random float generation'Erik Arvstedt
2022-05-11remove RtlUpcaseUnicodeString, no longer neededJonathan Marler
2022-05-11fix ntdll extern casingJonathan Marler
2022-05-11document that on Windows, all key arguments in EnvMap must be valid utf8Jonathan Marler
2022-05-11incorporate review changes from squeekJonathan Marler
2022-05-11some fixes to the EnvMap HashContextJonathan Marler
2022-05-11reverse some of the now unneeded changes from squeekJonathan Marler
2022-05-11add unicode supportJonathan Marler
2022-05-11remove extra storage from EnvMap on windowsJonathan Marler
2022-05-11EnvMapWindows: Fix putUtf8 not uppercasing keysRyan Liptak
2022-05-11Set EnvMap.Size to BufMap.BufMapHashMap.SizeRyan Liptak
2022-05-11Fix regression in RunStep.addPathDirRyan Liptak
2022-05-11Make the BufMap.count return value match its underlying HashMap's SizeRyan Liptak
2022-05-11Update usages of `process.getEnvMap` and change BufMap -> EnvMap where applic...Jonathan Marler
2022-05-11Add `process.EnvMap`, a platform-independent environment variable mapRyan Liptak
2022-05-11Revert "add std.rand.RomuTrio"Andrew Kelley
2022-05-11add std.rand.RomuTrioFrancesco Alemanno
2022-05-11std: add http definitions for Method and Status (#10661)Meghan
2022-05-11Merge pull request #10595 from squeek502/getenvW-caseAndrew Kelley
2022-05-11Merge pull request #11618 from arBmind/json-stringify-patchVeikka Tuominen
2022-05-10Merge pull request #9831 from mathetake/llvmvisibilityAndrew Kelley
2022-05-10std.rand: move tests to a separate test fileAndrew Kelley