aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2022-10-31cbe: improve support for non-native float typesJacob Young
2022-10-30std.heap: make wasm32 PageAllocator handle large allocationAndrew Kelley
2022-10-30std.heap.PageAllocator: add check for large allocationAndrew Kelley
2022-10-30change uefi packed structs to new integer backed syntax (#13173)Nameless
2022-10-30std: re-enable auto hash testAndrew Kelley
2022-10-29Merge pull request #13153 from squeek502/iterator-filename-limitsAndrew Kelley
2022-10-29Merge pull request #13093 from jacobly0/backend-fixesAndrew Kelley
2022-10-29Allocator: fix len_align calc in large type size casekkHAIKE
2022-10-29fs: Some NAME_MAX/MAX_NAME_BYTES improvementsRyan Liptak
2022-10-29Make MAX_NAME_BYTES on WASI equivalent to the max of the other platformsRyan Liptak
2022-10-29Set wasi MAX_NAME_BYTES to minimum of the rest of the supported platformsRyan Liptak
2022-10-29Add wasi branch to MAX_NAME_BYTESRyan Liptak
2022-10-29Windows: Fix iterator name buffer size not handling all possible file name co...Ryan Liptak
2022-10-29std.fs: Add MAX_NAME_BYTESRyan Liptak
2022-10-29Fix deprecation docs for isAlpha and isCntrlfn ⌃ ⌥
2022-10-29cbe: implement optional slice representation changeJacob Young
2022-10-29Merge pull request #13272 from topolarity/sha2-intrinsicsAndrew Kelley
2022-10-28Merge pull request #13221 from topolarity/packed-memAndrew Kelley
2022-10-28Enhance indexOfIgnoreCase with Boyer-Moore-Horspool algorithmZhora Trush
2022-10-28std.crypto: Use `featureSetHas` to gate intrinsicsCody Tapscott
2022-10-28std.crypto: Add `isComptime` guard around intrinsicsCody Tapscott
2022-10-28std.crypto: Optimize SHA-256 intrinsics for AMD x86-64Cody Tapscott
2022-10-28std.crypto: SHA-256 Properly gate comptime conditionalCody Tapscott
2022-10-28crypto.sha2: Use intrinsics for SHA-256 on x86-64 and AArch64Cody Tapscott
2022-10-28translate-c: Better support for division in macrosEvan Haas
2022-10-28std.mem: Skip `read/writePackedInt` test on WASM32/64Cody Tapscott
2022-10-28stage2: Use mem.readPackedInt etc. for packed bitcastsCody Tapscott
2022-10-28std.mem: Add readPackedInt, writePackedInt, etc.Cody Tapscott
2022-10-28std.sign.ecdsa: add support for incremental signatures (#13332)Frank Denis
2022-10-28NativeTargetInfo: remove unused errorAli Chraghi
2022-10-27Merge pull request #13288 from Vexu/opt-sliceAndrew Kelley
2022-10-27Sema: Prevent coercion from tuple pointer to mutable slice.InKryption
2022-10-27Merge pull request #13257 from topolarity/ctype-fixesAndrew Kelley
2022-10-27Add sockaddr_vm for vSocckets on Linuxdaurnimator
2022-10-27Add reboot syscalldaurnimator
2022-10-27Revamp the ed25519 API (#13309)Frank Denis
2022-10-27std.mem.Allocator: do not return undefined pointersVeikka Tuominen
2022-10-26Merge pull request #13287 from Luukdegram/wasm-featuresLuuk de Gram
2022-10-26Merge pull request #13299 from ziglang/darwin-autumn-cleaningJakub Konka
2022-10-26std.crypto.sign.ecdsa: accepts unusual parameters like EcdsaP384Sha256 (#13302)Naoki MATSUMOTO
2022-10-25crypto/bcrypt: don't reimplement base64, just use a custom alphabetFrank Denis
2022-10-25CheckObjectStep: parse and dump `target_features`Luuk de Gram
2022-10-25darwin: bump minimum supported version to 11.7.1Jakub Konka
2022-10-25darwin: bump max macOS version to 13.0Jakub Konka
2022-10-25fmt: fix f80 hex formattingJacob Young
2022-10-25cbe: update test casesJacob Young
2022-10-25std: add cbe hacks to more targetsJacob Young
2022-10-25cbe: get enough things working to support basic programsJacob Young
2022-10-25fmt: fix f80 hex formattingJacob Young
2022-10-21Merge pull request #12837 from topolarity/err-ret-trace-improvements-1923Andrew Kelley