aboutsummaryrefslogtreecommitdiff
path: root/std/mem.zig
AgeCommit message (Expand)Author
2018-04-24std.mem: add more slice manipulation functionsAndrew Kelley
2018-04-22add alignment docsAndrew Kelley
2018-04-08*WIP* async/await TCP serverAndrew Kelley
2018-03-20Public SplitIteratorAndrea Orru
2018-02-16ability to slice an undefined pointer at compile time if the len is 0Andrew Kelley
2018-02-12remove std.heap.IncrementingAllocatorAndrew Kelley
2018-02-12introduce std.heap.ArenaAllocator and std.heap.DirectAllocatorAndrew Kelley
2018-02-02*WIP* error sets - correctly resolve inferred error setsAndrew Kelley
2018-02-01*WIP* error sets - fix implicit castAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-25rename "debug safety" to "runtime safety"Andrew Kelley
2018-01-23replace %defer with errdeferAndrew Kelley
2018-01-17docgen: support executing exe code examplesAndrew Kelley
2018-01-09remove %% prefix operatorAndrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
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