aboutsummaryrefslogtreecommitdiff
path: root/lib/std/packed_int_array.zig
AgeCommit message (Expand)Author
2023-04-22doc: fix minor grammar issues-k
2023-02-19Merge pull request #14671 from ziglang/multi-object-forAndrew Kelley
2023-02-19Fix grammatical error in doc commentThe Potato Chronicler
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-12-29std: Expose Int parameter in std.PackedInt[Array,Slice]Jason Phan
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-04-05zig fmt: remove trailing whitespace on doc commentsDamien Firmenich
2021-10-09Better documentation, use of `len` field instead of function, @bitSizeOf inst...tgschultz
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-05-31std.sync.atomic: extended atomic helper functions (#8866)protty
2021-05-20fix calculation of max_io_bits in PackedIntIoMatthew Borkowski
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-01-02Add workaround in PackedIntArray .initAllTo for #7635daurnimator
2021-01-02Add PackedIntArray .initAllTo functiondaurnimator
2020-12-31Year++Frank Denis
2020-11-19Add builtin.Signedness, use it instead of is_signedTadeo Kondrak
2020-10-17Merge branch 'openbsd-minimal' of https://github.com/semarie/zig into semarie...Andrew Kelley
2020-10-17Merge branch 'master' into openbsd-minimalSebastien Marie
2020-10-17Convert remaining call sitesJan Prudil
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-10-11add minimal openbsd supportSébastien Marie
2020-09-30std: skip some tests that stage1 leaks too much memory withAndrew Kelley
2020-08-20add license header to all std lib filesAndrew Kelley
2020-05-30Fix typo in PackedIntArray testsJakub Konka
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-01-29Convert a bunch of page_allocator to testing.allocatorBenjamin Feng
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-11-08update more of the std lib to use `@as`Andrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-09-25mv std/ lib/Andrew Kelley