aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2023-10-02introduce the 'zig fetch' command + symlink supportAndrew Kelley
2023-10-02std.fs: give readLink an explicit error setAndrew Kelley
2023-10-02std.tar: support symlinksAndrew Kelley
2023-10-02std.Build: expose `-idirafter` to the build systemCarl Åstholm
2023-10-01Sema: add `@errorCast` which works for both error sets and error unionsVeikka Tuominen
2023-10-01std.mem.zeroes: Zero out entire `extern union`, including paddingJay Petacat
2023-10-01Merge pull request #17161 from tiehuis/vectorize-index-of-scalarAndrew Kelley
2023-09-30Improve (Unmanaged)ArrayList.insertLucas Santos
2023-09-30fix indexOfSentinel alignment for types larger than 1 byteMarc Tiehuis
2023-09-30std.mem: check backend vector support for indexOfSentinel/indexOfScalarPosMarc Tiehuis
2023-09-30std.mem: add vectorized indexOfScalarPos and indexOfSentinelMarc Tiehuis
2023-09-29Merge pull request #17312 from LucasSantos91/masterAndrew Kelley
2023-09-29Add include_extensions to InstallDir Options (#17300)Krzysztof Wolicki
2023-09-29std.ArrayList: fixups for the previous commitAndrew Kelley
2023-09-29std.ArrayList: insertSlice avoids extra memcpyLucas Santos
2023-09-29Step.Run: fix assert of the wrong value (#17303)Krzysztof Wolicki
2023-09-29Allow only relative paths.Adam Goertz
2023-09-29Support file:/// URIs and relative pathsAdam Goertz
2023-09-29std.math.big.int.Const.order 0 == -0 (#17299)Philipp Lühmann
2023-09-28std.Build.ConfigHeader: override include guard option for blank style (#17310)Luis Cáceres
2023-09-28Merge pull request #17318 from gh-fork-dump/linux-5.6-cachestatAndrew Kelley
2023-09-28Allow empty `enum` to be used in `EnumSet`/`EnumMap`Christofer Nolander
2023-09-28std.mem: use for loop instead of while in indexOf* to reduce bound checkingKarl Seguin
2023-09-28simplify ContainerDeclarations grammar ruleJonathan Marler
2023-09-28std.http: introduce options to http client to allow for raw urisEmil Lerch
2023-09-28docs: remove unnecessary nesting in grammarJonathan Marler
2023-09-28Linux: Add cachestat wrapper.Stephen Gregoratto
2023-09-28Update Linux syscalls for kernel 5.5Stephen Gregoratto
2023-09-27fmt: add rewrite from `@fabs` to `@abs`antlilja
2023-09-27Remove `@fabs`, fabs and absCast/Int from std libantlilja
2023-09-26Add new fields to io_sqring_offsets & io_cqring_offsetsKai Jellinghaus
2023-09-27std: Reactivate skipped tests w.r.t. llvm/llvm-project#55522Jay Petacat
2023-09-26Add '--compress-debug-sections=zstd'LinuxUserGD
2023-09-26std.http: add identity to content encodings (#16493)Chris Burgess
2023-09-25Merge pull request #17253 from ziglang/MultiArrayList-0bit-structAndrew Kelley
2023-09-25std.http.Client: add note about resource managementJan Weidner
2023-09-24std.MultiArrayList: add test coverage for 0-bit structsAndrew Kelley
2023-09-24Merge pull request #17205 from mlugg/rls-refAndrew Kelley
2023-09-24Support non zig dependenciesantlilja
2023-09-23Allow Step.TranslateC to not link libcGarrett Beck
2023-09-23compiler: preserve result type information through address-of operatormlugg
2023-09-23std.testing: expectEqualDeep() - support self-referential structstravisstaloch
2023-09-22build: add --skip-oom-stepskcbanner
2023-09-22Added basic support for wasm32-emscripten targetAven Bross
2023-09-22Merge pull request #17069 from squeek502/resinatorAndrew Kelley
2023-09-19nvptx: omit sm_90a from the CPU target features for nowAndrew Kelley
2023-09-19skip regressed LLVM 17 std lib test on powerpcAndrew Kelley
2023-09-19compiler_rt: fix arm hard-float f16 abiJacob Young
2023-09-19start: workaround for LLVM 17 regressionJacob Young
2023-09-19LLVM 17 std lib updates and fixesAndrew Kelley