| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-25 | mv std/ lib/ | Andrew Kelley | |
| that's all this commit does. further commits will fix cli flags and such. see #2221 | |||
| 2019-05-30 | update load dynamic library test for std lib changes | Andrew Kelley | |
| 2019-05-29 | LinuxDynLib: remove MAP_LOCKED flag | NBonaparte | |
| 2019-05-28 | updated dynamic libraries to new std | emekoi | |
| 2019-05-28 | remove unneed allocator from DynLib | emekoi | |
| 2019-05-26 | tests passing on linux | Andrew Kelley | |
| 2019-05-26 | clean up references to os | Andrew Kelley | |
| 2019-05-26 | starting to fix the regressions | Andrew Kelley | |
| 2019-05-26 | do Jay's suggestion with posix/os API naming & layout | Andrew Kelley | |
| 2019-05-26 | more progress. moving windows API layer to its own file | Andrew Kelley | |
| 2019-05-12 | zig fmt on the standard library | Andrew Kelley | |
| 2019-05-05 | Review | LemonBoy | |
| 2019-04-24 | Other | LemonBoy | |
| 2019-03-02 | rename std lib files to new convention | Andrew Kelley | |
| 2019-02-08 | std.debug.assert: remove special case for test builds | Andrew Kelley | |
| Previously, std.debug.assert would `@panic` in test builds, if the assertion failed. Now, it's always `unreachable`. This makes release mode test builds more accurately test the actual code that will be run. However this requires tests to call `std.testing.expect` rather than `std.debug.assert` to make sure output is correct. Here is the explanation of when to use either one, copied from the assert doc comments: Inside a test block, it is best to use the `std.testing` module rather than assert, because assert may not detect a test failure in ReleaseFast and ReleaseSafe mode. Outside of a test block, assert is the correct function to use. closes #1304 | |||
| 2018-12-20 | Removed allocator from Linux version DynLib. Added dynamic_library.zig to ↵ | tgschultz | |
| std test list. | |||
| 2018-11-13 | New Zig formal grammar (#1685) | Jimmi Holst Christensen | |
| Reverted #1628 and changed the grammar+parser of the language to not allow certain expr where types are expected | |||
| 2018-10-26 | remove @minValue,@maxValue; add std.math.minInt,maxInt | Andrew Kelley | |
| closes #1466 closes #1476 | |||
| 2018-10-15 | Solve the return type ambiguity (#1628) | Jimmi Holst Christensen | |
| Changed container and initializer syntax * <container> { ... } -> <container> . { ... } * <exrp> { ... } -> <expr> . { ...} | |||
| 2018-09-30 | merged windows dll apis | emekoi | |
| 2018-09-30 | added dynamic library loading for windows | emekoi | |
| 2018-06-18 | update std.DynLib to use @intCast | Andrew Kelley | |
| 2018-06-16 | std.DynLib: open the fd with CLOEXEC | Andrew Kelley | |
| 2018-06-16 | add basic std lib code for loading dynamic libraries | Andrew Kelley | |
| this is going to only work for very basic libraries; I plan to slowly add more features over time to support more complicated libraries | |||
