aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-19test: check compile errors when compilation has no errorsdweiller
2023-11-18std.enums: allow non-exhaustive enums in EnumIndexer and make `count` comptim...Eric Joldasov
2023-11-18Faster implementation of intToEnum.Lucas Santos
2023-11-17std.macho: fix LoadCommandIterator to work with underaligned dataJakub Konka
2023-11-16Move duplicate field detection for struct init expressions into AstGenDavid
2023-11-14x86_64: actually track state during `@divFloor` of `i128`Jacob Young
2023-11-14Merge pull request #17978 from ziglang/elf-x86-tlsJakub Konka
2023-11-14std: disable failing testJakub Konka
2023-11-13expose to build systemxdBronch
2023-11-12Dwarf: improve x86_64 backend debug infoJacob Young
2023-11-10zstandard: fix division by zero when using RingBufferdweiller
2023-11-10Merge pull request #17933 from ziglang/elf-r-modeJakub Konka
2023-11-09elf: init output COMDAT group sectionsJakub Konka
2023-11-09replace deprecated std.math.absCastBogdan Romanyuk
2023-11-09std.math: Add isPositiveZero() and isNegativeZero()Linus Groh
2023-11-09Merge pull request #17888 from AdamGoertz/zig-reduceAndrew Kelley
2023-11-09Speed up ast.tokenLocationfrmdstryr
2023-11-09Merge pull request #17935 from ianic/fix_io_uring_test_kernel_5_4Veikka Tuominen
2023-11-08fix io_uring tests on kernel 5.4Igor Anić
2023-11-08fix io_uring timeout_remove test on kernel 5.4Igor Anić
2023-11-08Curve25519.fromEdwards25519(): don't assume normalized coordinates (#17920)Frank Denis
2023-11-08std.math.big: fix sqrt with bits > limb_bitstison
2023-11-07fix sqrt(0)David Rubin
2023-11-07Merge pull request #17873 from ziglang/elf-archiveJakub Konka
2023-11-06CheckObject: support parsing and dumping archive symtab for ELFJakub Konka
2023-11-06zig-reduce: Reduce `if` expressionsAdam Goertz
2023-11-05Merge pull request #17815 from Luukdegram/wasm-no-entryAndrew Kelley
2023-11-06io_uring: add multishot accept operationIgor Anić
2023-11-04std.zig.render: ability to omit variable declarationsAndrew Kelley
2023-11-04zig reduce: delete statements from blocksAndrew Kelley
2023-11-04std.zig.render: support fixing unused parameterAndrew Kelley
2023-11-04zig reduce: rename identifiers when inlining an `@import`Andrew Kelley
2023-11-04std.ArrayHashMap: add init functionAndrew Kelley
2023-11-04zig reduce: add transformation for inlining file-based `@import`Andrew Kelley
2023-11-04Merge pull request #17852 from ziglang/zig-reduceAndrew Kelley
2023-11-04x86_64: fix miscompilationsJacob Young
2023-11-03zig reduce: add transformation of replacing var init with undefinedAndrew Kelley
2023-11-03zig reduce: add "delete unused globals" transformAndrew Kelley
2023-11-03x86_64: fix std test failuresJacob Young
2023-11-03fix compilation regressionAndrew Kelley
2023-11-03zig reduce: redesignAndrew Kelley
2023-11-03std.BitSet: add setAll and unsetAll methodsAndrew Kelley
2023-11-03std.zig.render: fix iteration over parametersAndrew Kelley
2023-11-03add a transformation for gutting the body of a functionAndrew Kelley
2023-11-03std.zig: move render state to struct; add fixupsAndrew Kelley
2023-11-03zstandard: fix incorrect RLE decompression into ring bufferdweiller
2023-11-03std.Atomic: remove unnecessary `@ptrCast` (#17825)XXIV
2023-11-03dont assume apple chips are macos exclusivexdBronch
2023-11-03start.zig: Replace kernel32 usage with ntdllRyan Liptak