aboutsummaryrefslogtreecommitdiff
path: root/lib/std/packed_int_array.zig
AgeCommit message (Expand)Author
2021-05-08std: update usage of std.testingVeikka Tuominen
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