aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2023-02-18improve error message for byref capture of byval arrayAndrew Kelley
2023-02-18add zig fmt test for upgrading for loop syntaxAndrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-18update existing behavior tests and std lib to new for loop semanticsAndrew Kelley
2023-02-18Sema: implement for_lenAndrew Kelley
2023-02-18make zig fmt perform upgrade to new for loop syntaxAndrew Kelley
2023-02-18parse and render new for loop syntaxVeikka Tuominen
2023-02-18std.Build.RunStep: fix default caching logicAndrew Kelley
2023-02-17Ast: fix expected_block error messageAli Chraghi
2023-02-16crypto: add AES-CMAC (RFC 4493) (#14545)Chris Boesch
2023-02-15split `@qualCast` into `@constCast` and `@volatileCast`Veikka Tuominen
2023-02-14Add std.c.umask.Philippe Pittoli
2023-02-13Merge pull request #14571 from ziglang/more-build-zigAndrew Kelley
2023-02-13Merge pull request #14548 from schmee/std-json-fixesVeikka Tuominen
2023-02-13Add -ferror-tracing and -fno-error-tracing compile optionsAdamGoertz
2023-02-13std: support deserialising JSON strings containing escape seqences into senti...Leo Constantinides
2023-02-13std.Build.OptionsStep: update test caseAndrew Kelley
2023-02-13std.Build: delete test that doesn't test anythingAndrew Kelley
2023-02-13std.Build: make cache_root and global_cache_root relative to cwdAndrew Kelley
2023-02-13std.Build: start using the cache system with RunStepAndrew Kelley
2023-02-13std.Build.Cache: remove debug log statementsAndrew Kelley
2023-02-13move the cache system from compiler to std libAndrew Kelley
2023-02-13std.Build.RunStep: introduce addOutputFileArg APIAndrew Kelley
2023-02-13std.Build.ConfigHeaderStep: support outputting assembly config filesAndrew Kelley
2023-02-13std.Build: support running build artifacts from packagesAndrew Kelley
2023-02-13std.Build.ConfigHeaderStep: support sentinel-terminated stringsAndrew Kelley
2023-02-13std.crypto: add the Ascon permutationFrank Denis
2023-02-13Merge pull request #14618 from Vexu/fixesAndrew Kelley
2023-02-12Revert "std: check types of pointers passed to allocator functions"Andrew Kelley
2023-02-12std: check types of pointers passed to allocator functionsLeo Constantinides
2023-02-11zig fmt: do not consider tuples blocksVeikka Tuominen
2023-02-11don't tokenize an invalid string literalTechatrix
2023-02-11std.Build.addAssembly: add missing .kindAsherah Connor
2023-02-05Update block.zigfn ⌃ ⌥
2023-02-05Implement std.io.Reader for LZMA1fn ⌃ ⌥
2023-02-05Delete redundant `lzma`/`lzma2` prefix in function/struct namesfn ⌃ ⌥
2023-02-05std.compress.xz: Avoid possible integer overflow in a few placesRyan Liptak
2023-02-05Merge branch 'master' into lzmafn ⌃ ⌥
2023-02-05std.Build: enhancements to ConfigHeaderStepAndrew Kelley
2023-02-05std.build: support for generated c headersDavid Vanderson
2023-02-05Update Linux syscall list for 6.1, support Mips64Stephen Gregoratto
2023-02-04mark deprecated assumeSentinel as pubJonathan Marler
2023-02-04Allow const for ArrayList.getLast, fix #14522Nicolas Goy
2023-02-04Add support for mips64/mips64elSuirad
2023-02-04std.json: don't free struct default valuesJohn Schmidt
2023-02-04std.json: avoid dangling pointers in ValueTreeJohn Schmidt
2023-02-04std.json: fix parsing of structs with default value const pointersJohn Schmidt
2023-02-04std.Build: support exposing and depending on zig modulesAndrew Kelley
2023-02-04remove stage1 workaround for big int setMarc Tiehuis
2023-02-03use build.zig.zon instead of build.zig.ini for the manifest fileAndrew Kelley