aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2020-11-20std: Use correct clone() stubLemonBoy
2020-11-20Merge pull request #7160 from semarie/openbsd-getdentsJakub Konka
2020-11-19std.meta.declarations: support opaque {}Isaac Freund
2020-11-19Merge pull request #6390 from LemonBoy/reboot-3970Andrew Kelley
2020-11-19std: Disable _only_ the flaky part of the ResetEvent testLemonBoy
2020-11-19tfw you can't even disable a test without getting the logic wrongAndrew Kelley
2020-11-19Nicer code for the error code pathLemonBoy
2020-11-19Merge pull request #6829 from tadeokondrak/error-unsupported-callconvVeikka Tuominen
2020-11-19Add builtin.Signedness, use it instead of is_signedTadeo Kondrak
2020-11-19openbsd, netbsd: getdents: entry with d_fileno==0 should be skippedSébastien Marie
2020-11-19Iterator: rename freebsd_entry to bsd_entry to reflect that nextBsd is not fr...Sébastien Marie
2020-11-19darwin: getdents: entry with d_ino==0 should be skippedSébastien Marie
2020-11-19Update code to not use unsupported calling conventions for targetTadeo Kondrak
2020-11-18add std.heap.raw_c_allocatorAndrew Kelley
2020-11-18Merge pull request #6385 from LemonBoy/callocatorAndrew Kelley
2020-11-18Change seed for Murmur2_64 from u32 to u64breakin
2020-11-18Merge pull request #7154 from daurnimator/std.atomicVeikka Tuominen
2020-11-18std: add chdir smoke testJakub Konka
2020-11-18Move utf8->utf16 up one level into os.zigLee Cannon
2020-11-18use else in err switchLee Cannon
2020-11-18Switch to RtlSetCurrentDirectory_ULee Cannon
2020-11-18Implement chdir and chdirZ for WindowsLee Cannon
2020-11-18Merge pull request #6434 from daurnimator/fifo.pumpVeikka Tuominen
2020-11-18Merge pull request #6649 from Rocknest/verparseVeikka Tuominen
2020-11-19std: add std.atomic.Booldaurnimator
2020-11-19std: add tests for std.atomic.Intdaurnimator
2020-11-19std: fix missing operation argument to @atomicRmwdaurnimator
2020-11-19std: some more docs for std.atomic.Intdaurnimator
2020-11-19std: mark std.atomic.Int as extern so it can be used in public ABIsdaurnimator
2020-11-18std: expose all atomic operations from std.atomic.Intdaurnimator
2020-11-18make help in commands more consistentVexu
2020-11-18Added std.meta.fieldNamesAlexandros Naskos
2020-11-18Merge pull request #7005 from jshholland/deprecate-spanVeikka Tuominen
2020-11-18Merge pull request #7084 from xackus/mem-volatileVeikka Tuominen
2020-11-18std: make meta.IntType a compile errorxackus
2020-11-18std: openDirAbsolute and accessAbsolute (#7082)g-w1
2020-11-17disable the flaky ResetEvent testAndrew Kelley
2020-11-17std/crypto: use NAF for multi-scalar edwards25519 multiplicationFrank Denis
2020-11-17std/crypto: implement the Hash-To-Curve standard for Edwards25519Frank Denis
2020-11-16std.crypto.isap: fix callsites of secureZeroAndrew Kelley
2020-11-16std/crypto: add ISAPv2 (ISAP-A-128a) AEADFrank Denis
2020-11-16start.zig: call wWinMain with root's typeJonathan Marler
2020-11-16Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)tgschultz
2020-11-16linuxWaitFd: make NetworkSubsystemFailed error unreachableheidezomp
2020-11-16Merge pull request #7002 from jedisct1/timingSafeEqlMinimalAndrew Kelley
2020-11-16libstd: add more MachO consts and structsJakub Konka
2020-11-16std: Make windows.ReadFile allow short readsLemonBoy
2020-11-16std.mem: make args comptime, fix test namesxackus
2020-11-14std.mem: make sliceAsBytes, etc. respect volatilexackus
2020-11-14std.mem: improve doc commentsxackus