aboutsummaryrefslogtreecommitdiff
path: root/lib/std/heap.zig
AgeCommit message (Expand)Author
2020-06-09Expose full llvm intrinsicJakub Konka
2020-06-09Use builtins in std.heap.WasmAllocatorJakub Konka
2020-05-10rework self-hosted compiler for incremental buildsAndrew Kelley
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-10update standard library to new I/O streams APIAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-21remove @bytesToSlice, @sliceToBytes from std libxackus
2020-02-13Makes ArenaAllocator.deinit() not require a mutable reference.Felix (xq) Queißner
2020-01-29Move debug.global_allocator to testing.allocatorBenjamin Feng
2020-01-09std: fix LoggingAllocator, add simple testdaurnimator
2019-12-10Merge pull request #3830 from fengb/wasm-page-allocatorAndrew Kelley
2019-12-08Rewrite WasmPageAllocator tests to be less flaky on environmentBenjamin Feng
2019-12-06Add back comptime check for wasmBenjamin Feng
2019-12-06Actually use `const conventional` as the comment indicatesBenjamin Feng
2019-12-05Add WasmPageAllocator testsBenjamin Feng
2019-12-05Resolve tests to work with or skip WasmPageAllocatorBenjamin Feng
2019-12-05Standardize around bigger slicesBenjamin Feng
2019-12-05Switch bitmask to enumsBenjamin Feng
2019-12-04Fix freeing memory across boundsBenjamin Feng
2019-12-04Strip out an unnecessary memsetBenjamin Feng
2019-12-04Use raw PackedIo to shave ~150bBenjamin Feng
2019-12-04Rejuggle how offsets are calculatedBenjamin Feng
2019-12-04Remove redundant allocBenjamin Feng
2019-12-04Tighten recycled searchBenjamin Feng
2019-12-04Extract setBitsBenjamin Feng
2019-12-03Implement block-based skippingBenjamin Feng
2019-12-02Fix bugsBenjamin Feng
2019-12-02bring your own OS layer in the std libAndrew Kelley
2019-12-02Work around __heap_base for nowBenjamin Feng
2019-12-02Get stuff vaguely workingBenjamin Feng
2019-12-02Initialize memory segmentsBenjamin Feng
2019-12-02Brain dump new wasm allocatorBenjamin Feng
2019-11-25move logic to the appropriate layers; add new compile errorAndrew Kelley
2019-11-25Merge branch 'wasi-run-tests' of https://github.com/fengb/zig into fengb-wasi...Andrew Kelley
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-11-19Use wasm_allocatorBenjamin Feng
2019-11-08update more of the std lib to use `@as`Andrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-11-06allow type coercion from *[0]T to E![]const TAndrew Kelley
2019-10-24get rid of std.os.foo.is_the_targetAndrew Kelley
2019-10-21remove pub syntax for container fieldsVexu
2019-09-25mv std/ lib/Andrew Kelley