aboutsummaryrefslogtreecommitdiff
path: root/std/array_list.zig
AgeCommit message (Expand)Author
2018-07-16remove std.ArrayList.removeOrError functionAndrew Kelley
2018-07-14std.ArrayList - rename remove to swapRemoveAndrew Kelley
2018-07-14Added `remove` to ArrayListtgschultz
2018-07-13Add a copyBackwards to fix the broken insert methods for ArrayList.Bas van den Berg
2018-07-13Improve ArrayList insert unit tests.Bas van den Berg
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-16don't automatically take pointer when passing by non-copying valueAndrew Kelley
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-06-09clean up std.ArrayListAndrew Kelley
2018-06-09add set function to arraylistArthur Elliott
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-30run zig fmt on the codebaseAndrew Kelley
2018-05-26run zig fmt on some of the codebaseAndrew Kelley
2018-05-09Merge branch 'master' into pointer-reformAndrew Kelley
2018-05-04Made container methods that can be const, constJimmi Holst Christensen
2018-05-03Unified APIBraedon
2018-05-01behavior tests passing with new pointer deref syntaxAndrew Kelley
2018-02-08Merge remote-tracking branch 'origin/master' into error-setsAndrew Kelley
2018-02-08Add ArrayList functions (#755)Marc Tiehuis
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew 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-10rendering source code without recursionAndrew Kelley
2017-11-10add a std lib test for reading and writing filesAndrew Kelley
2017-10-31breaking change to std.io APIAndrew Kelley
2017-10-11implement command line argument parsing for windowsAndrew Kelley
2017-09-09Add appendSlice function (#448)Marc Tiehuis
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-05-04std: rename List to ArrayList and re-organize...Andrew Kelley