aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2020-09-25Add clarification commentSuirad
2020-09-25Stdlib fix for os.windows.deleteFile to fail withSuirad
2020-09-25Merge pull request #6413 from LemonBoy/fix-5116Alexandros Naskos
2020-09-25std: ArenaAllocator tries to resize before allocatingLemonBoy
2020-09-24I think this test is still flakeyAndrew Kelley
2020-09-25build.zig: addBuildOptionArtifactJosh Wolfe
2020-09-24Revamp crypto/aesFrank Denis
2020-09-24Move PBKDF2 to a pwhash category, clarify what that category isFrank Denis
2020-09-23Eventloop: Enable basic event loop test, fixed by previous commitTimon Kruiper
2020-09-23Eventloop: Fix deadlock in linux event loop implementationTimon Kruiper
2020-09-20std: Fix metadata corruption in HeapAllocatorLemonBoy
2020-09-19Add "emit_docs" field to LibExeObjStep.zenith391
2020-09-17Fix compile error in os.renameatWRyan Liptak
2020-09-17Merge pull request #6336 from Rocknest/pbkdf2Andrew Kelley
2020-09-17Add rename to std.fs APIRyan Liptak
2020-09-17std: Respect user-specified alignment when formatting intsLemonBoy
2020-09-16std: Fix {*} printing of non-pointer typesLemonBoy
2020-09-16std.crypto siphash: fix assertion on the size of output bufferAndrew Kelley
2020-09-16Add an error setRocknest
2020-09-15Merge pull request #6340 from Vexu/fixAndrew Kelley
2020-09-15std: Fix typo in ELF section header iteratorLemonBoy
2020-09-14translate-c: determine sizeof using std.meta.sizeofVexu
2020-09-14fix meta.cast behavior; add exhaustive testsVexu
2020-09-14Merge pull request #6172 from tadeokondrak/@Type(.Union)Veikka Tuominen
2020-09-14Merge pull request #6331 from mattnite/bpf-helper-defsAndrew Kelley
2020-09-14flip conditionRocknest
2020-09-13fix buildRocknest
2020-09-13std: Make the CRC32 calculation slightly fasterLemonBoy
2020-09-13fix refRocknest
2020-09-13std: Limit the read/write size on DarwinLemonBoy
2020-09-13Reference all crypto declarationsRocknest
2020-09-13Convert asserts to errors, make sure nothing overflowsRocknest
2020-09-13Merge pull request #2 from rnapier/pbkdf2Rocknest
2020-09-13changed to opaqueMatt Knight
2020-09-13removed all those kern aliasesMatt Knight
2020-09-13pbkdf2 offset into dk should be usize, not u64.Rob Napier
2020-09-13got booleans wrongMatt Knight
2020-09-13Merge pull request #1 from rnapier/pbkdf2Rocknest
2020-09-13Use comptime to expose public method to doc systemRob Napier
2020-09-13Extract kdf.zig to provide namespace documentationRob Napier
2020-09-13Explicitly reference std.crypto.kdf in test caseRob Napier
2020-09-13Improve doc textRob Napier
2020-09-12added helper definitionsMatt Knight
2020-09-12pbkdf2 "very large dklen test" should just check for crashesRob Napier
2020-09-12Replace Hash function with Prf. Correct offset bit-width.Rob Napier
2020-09-12Review comments from pbkdf2.zigRob Napier
2020-09-11std: Add a gzip decoderLemonBoy
2020-09-11Merge pull request #6323 from LemonBoy/fast-zlibAndrew Kelley
2020-09-11Add crypto.kdf.pbkdf2Rob Napier
2020-09-11Merge pull request #6320 from ifreund/prctlAndrew Kelley