aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2021-04-28std: remove redundant `comptime const`Andrew Kelley
2021-04-28AstGen: hook up hex float parsing to float literalsAndrew Kelley
2021-04-28Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-28std: Add a parser for hexadecimal floating point numbersLemonBoy
2021-04-28std.Target: bump freebsd known maximum versionAndrew Kelley
2021-04-28Merge pull request #8472 from sreehax/masterAndrew Kelley
2021-04-27stage1: Implement CPU host detection for PowerPC targetsLemonBoy
2021-04-26stage2: rewire the frontend driver to whole-file-zirAndrew Kelley
2021-04-26Merge pull request #8609 from jedisct1/timingSafeCompareAndrew Kelley
2021-04-26Change timingSafeCompare() to accept slicesFrank Denis
2021-04-2625519: remove unused const, safeguard against unreduced scalars (#8624)Frank Denis
2021-04-26Merge pull request #8604 from hoanga/haiku-support-sysdefsAndrew Kelley
2021-04-26Merge pull request #8622 from LemonBoy/cpuinfoAndrew Kelley
2021-04-26Merge pull request #8618 from LemonBoy/mini-stuffAndrew Kelley
2021-04-26Revert "thread: simplify and remove useless return in spawn (#8621)"Andrew Kelley
2021-04-26stage2: Ensure the features set is populatedLemonBoy
2021-04-26stage2: Add framework for host CPU detection on LinuxLemonBoy
2021-04-26thread: simplify and remove useless return in spawn (#8621)Vincent Rischmann
2021-04-25#8454 Fix for std.mem.replacementSize adjacent matches bug. (#8455)jumpnbrownweasel
2021-04-25Merge pull request #8590 from lithdew/masterAndrew Kelley
2021-04-25Merge pull request #8616 from LemonBoy/fn-alignAndrew Kelley
2021-04-25Merge pull request #8496 from xackus/isErrorAndrew Kelley
2021-04-25std: Fix thread creation with field-less context typeLemonBoy
2021-04-25std: Fix wrong alignOf expressionLemonBoy
2021-04-25std: Fix backtraces on sparcv9LemonBoy
2021-04-25Add std.crypto.utils.timingSafeCompareFrank Denis
2021-04-25std: Make met.alignment work on more typesLemonBoy
2021-04-25x: fmt source codelithdew
2021-04-25x, x/os/Socket: initial work on new Socket abstractionlithdew
2021-04-25stage2: implement caching for ZIR codeAndrew Kelley
2021-04-24Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-24fix import pathMatt Knight
2021-04-24ed25519: use double-base multiplication for signature verificationFrank Denis
2021-04-24zig fmt: Automagically fix block-less suspend exprsLemonBoy
2021-04-24stage1: Require a block after suspendLemonBoy
2021-04-23update haiku system constantsAl Hoang
2021-04-23support output collection for haikuAl Hoang
2021-04-23Merge pull request #8599 from LemonBoy/unsigned-negAndrew Kelley
2021-04-23std.atomic: load should take const pointer to SelfHadron67
2021-04-23std: Remove unneeded workaroundLemonBoy
2021-04-22std: remove `comptime const`Andrew Kelley
2021-04-22std: fix potential bug in parseIntjacob gw
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-04-22delete packed enums from the languageAndrew Kelley
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-04-21compiler-rt: Export __extendhftf2 and __trunctfhf2LemonBoy
2021-04-21compiler-rt: Don't re-define PPC builtins in test modeLemonBoy
2021-04-21std: Use stat definition with 32bit *time fieldsLemonBoy
2021-04-21std: Split syscall parameters for PowerPC targetsLemonBoy
2021-04-21macho: fix typos in consts defsJakub Konka