aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2019-12-30os: add setsockoptLuna
2019-12-30add StreamServer.Options.reuse_addressLuna
2019-12-30Merge pull request #4007 from daurnimator/json-cleanupAndrew Kelley
2019-12-30Fix segfault by not reassigning to function parameterlukechampine
2019-12-30chacha: Fix open docstringlukechampine
2019-12-30chacha: Use error set instead of boollukechampine
2019-12-30chacha20poly1305: Return false on short ciphertextlukechampine
2019-12-30chacha20poly1305: verify tag in constant timelukechampine
2019-12-30crypto: Add chacha20poly1305lukechampine
2019-12-31std: fix typo in commentdaurnimator
2019-12-31std: json.unescapeString doesn't need to take an allocatordaurnimator
2019-12-31std: track decoded string length in std.json tokenizerdaurnimator
2019-12-30std: use enum literals in std.jsondaurnimator
2019-12-30std: use a union(enum) for std.json.Tokendaurnimator
2019-12-30std: meta.TagPayloadType takes the tag type of the uniondaurnimator
2019-12-30std: fmt std/json.zigdaurnimator
2019-12-30array literal address of fixHaze Booth
2019-12-29update std/json.zig to latest language changesAndrew Kelley
2019-12-29ArrayList: ptrAt function returns pointer to item at given indexBenoit Giannangeli
2019-12-29Merge pull request #3648 from xackus/json-unescapeAndrew Kelley
2019-12-29Fixes #3966data-man
2019-12-29Merge pull request #3968 from daurnimator/sigprocmaskAndrew Kelley
2019-12-29Merge pull request #3992 from ForLoveOfCats/BigIntToStringLeakMarc Tiehuis
2019-12-28Add missing deferred deinits to `math.big.Int.toString` (mem leak fix)ForLoveOfCats
2019-12-28std: unicode codepoints are 21 bitsdaurnimator
2019-12-28std: simplify utf8ToUtf16Ledaurnimator
2019-12-28std: optimise utf8ByteSequenceLengthdaurnimator
2019-12-28std: add warm up phase to benchmarkdaurnimator
2019-12-28std: fix unicode encoding of astral plane codepoints to utf16daurnimator
2019-12-22typo fixkprotty
2019-12-22ResetEvent: broadcast by defaultkprotty
2019-12-22Merge pull request #3935 from Vexu/translate-c-2Andrew Kelley
2019-12-22std: use pid_t where appropriatedaurnimator
2019-12-22std: use wrappers from raise() rather than raw syscallsdaurnimator
2019-12-22std: add tkill and tgkill for linuxdaurnimator
2019-12-22std: remove high level linux sigprocmask wrappersdaurnimator
2019-12-22std: use simpler sigset_t definitiondaurnimator
2019-12-22freebsd: add missing OS and libc bitsJethro Nederhof
2019-12-22std: sigprocmask set is optionaldaurnimator
2019-12-21zig fmt support for slice sentinel syntaxAndrew Kelley
2019-12-20sentinel slicing improvementsAndrew Kelley
2019-12-20fix std.mem.addNullByte and implement sentinel slicingAndrew Kelley
2019-12-20translate-c-2 copy parametrs to stackVexu
2019-12-19translate-c-2 improve macro fn ptr callerVexu
2019-12-19translate-c-2 compound assignVexu
2019-12-18translate-c-2 fix expression grouping bugsVexu
2019-12-18translate-c-2 character literals and more test fixesVexu
2019-12-17SpinLock: loopHint & yield distinctionkprotty
2019-12-17ResetEvent: use futex on linux when possiblekprotty
2019-12-17Mutex: fix lock/spin bugs, improve perf slightly & more specializationkprotty