aboutsummaryrefslogtreecommitdiff
path: root/std/mem.zig
AgeCommit message (Expand)Author
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-19add sort.min and sort.max functions to stdlibAndrew Kelley
2017-12-17fix std.mem missing error.OutOfMemory declAndrew Kelley
2017-12-15change mem.cmp to mem.lessThan and add testAndrew Kelley
2017-12-14replace quicksort with blocksortAndrew Kelley
2017-12-11refactor debug.global_allocator into mem.FixedBufferAllocatorAndrew Kelley
2017-12-10Merge remote-tracking branch 'origin/master' into self-hostedAndrew Kelley
2017-12-10rendering source code without recursionAndrew Kelley
2017-12-10mem.Allocator initializes bytes to undefinedAndrew Kelley
2017-12-08parse a simple variable declarationAndrew Kelley
2017-12-06add higher level arg-parsing API + misc. changesAndrew Kelley
2017-12-04rename builtin.is_big_endian to builtin.endianAndrew Kelley
2017-11-30add mem.readIntLE and readIntBEJosh Wolfe
2017-11-10add a std lib test for reading and writing filesAndrew Kelley
2017-10-31breaking change to std.io APIAndrew Kelley
2017-10-17Add c allocator (#542)Marc Tiehuis
2017-10-15std.mem.IncrementingAllocator: check for errorsAndrew Kelley
2017-10-14implement std.os.ChildProcess for windowsAndrew Kelley
2017-10-09implement os.path.real for windows and update allocator interfaceAndrew Kelley
2017-10-08more std.os.path work for windowsAndrew Kelley
2017-10-08implement os.path.dirname for windowsAndrew Kelley
2017-09-27implement IncrementingAllocator for WindowsAndrew Kelley
2017-09-27add test for std.mem.IncrementingAllocatorAndrew Kelley
2017-09-27add reset() method to IncrementingAllocator (#501)Josh Wolfe
2017-09-07std: os.ChildProcess knows when its child diedAndrew Kelley
2017-08-29more alignment improvementsAndrew Kelley
2017-08-29introduce align keywordAndrew Kelley
2017-08-19bit shifting safetyAndrew Kelley
2017-06-14partial implementation of printing floating point numbers with errol3Andrew Kelley
2017-05-28Updated comment.Andrea Orru
2017-05-28Generalize join.Andrea Orru
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-05-06builtin functions for division and remainder divisionAndrew Kelley
2017-05-03change while syntaxAndrew Kelley
2017-05-01`@import("builtin")` instead of `@compileVar`Andrew Kelley
2017-04-29add implicit cast from [0]T to %[]TAndrew Kelley
2017-04-20delete test_artifacts directory when tests completeAndrew Kelley
2017-04-19convert compare-output tests to use zig build systemAndrew Kelley
2017-04-18add `@fieldParentPtr` builtin functionAndrew Kelley
2017-04-18rename `@intType` to `@IntType` to follow conventionAndrew Kelley
2017-04-13zig build system understands the concept of dependenciesAndrew Kelley
2017-04-07fix std.mem.IncrementingAllocatorAndrew Kelley
2017-04-06Update zig build system to support user defined optionsAndrew Kelley
2017-04-05std: ChildProcess.spawn looks at PATH env varAndrew Kelley
2017-04-04zig build system improvements, add some std APIAndrew Kelley
2017-03-31change `@bitcast` to `@ptrcast`Andrew Kelley
2017-03-31first pass at zig build systemAndrew Kelley
2017-03-28std/mem: take advantage of new printfAndrew Kelley
2017-03-26organize std and make import relative to current fileAndrew Kelley