aboutsummaryrefslogtreecommitdiff
path: root/std/linked_list.zig
AgeCommit message (Expand)Author
2018-09-13remove `this`. add `@This()`.Andrew Kelley
2018-08-02WIP: Channel.getOrNullAndrew Kelley
2018-06-20remove std.mem.Allocator.construct and other fixupsAndrew Kelley
2018-06-20zig fmtAndrew Kelley
2018-06-21std: update stdlib to match updated allocator create signature; ref #733kristopher tate
2018-06-10breaking syntax change: orelse keyword instead of ?? (#1096)Andrew Kelley
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-01behavior tests passing with new pointer deref syntaxAndrew Kelley
2018-04-08*WIP* async/await TCP serverAndrew Kelley
2018-03-10Simplify intrusive linked list testAndrea Orru
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-10Intrusive linked listsAndrea Orru
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-11-10add a std lib test for reading and writing filesAndrew Kelley
2017-09-21LinkedList helper functions (#493)Andrea Orru
2017-09-07std: os.ChildProcess knows when its child diedAndrew Kelley
2017-05-04std: rename List to ArrayList and re-organize...Andrew Kelley
2017-05-04implement while for nullables and error unionsAndrew Kelley
2017-05-03remove test and try expressions in favor of if expressionsAndrew Kelley
2017-05-03Generic doubly linked list. (#361)Andrea Orru