zig/std
Andrew Kelley f1d338194e rewrite how importing works
* Introduce the concept of packages. Closes #3
 * Add support for error notes.
 * Introduce `@import` and `@c_import` builtin functions and
   remove the `import` and `c_import` top level declarations.
 * Introduce the `use` top level declaration.
 * Add `--check-unused` parameter to perform semantic
   analysis and codegen on all top level declarations, not
   just exported ones and ones referenced by exported ones.
 * Delete the root export node and add `--library` argument.
2016-03-01 03:13:40 -07:00
..
bootstrap.zig rewrite how importing works 2016-03-01 03:13:40 -07:00
builtin.zig syntax: back to -> for return type, no more => 2016-01-25 17:08:18 -07:00
compiler_rt.zig add @ctz, @clz and compiler_rt implementation 2016-02-13 12:50:13 -07:00
errno.zig re-add errno.zig 2016-01-07 03:22:53 -07:00
index.zig rewrite how importing works 2016-03-01 03:13:40 -07:00
io.zig rewrite how importing works 2016-03-01 03:13:40 -07:00
math.zig unreachable causes a trap in debug mode 2016-02-02 02:43:33 -07:00
os.zig rewrite how importing works 2016-03-01 03:13:40 -07:00
rand.zig rewrite how importing works 2016-03-01 03:13:40 -07:00
syscall.zig Add support to open, create and close file 2016-02-28 23:12:58 +01:00
test_runner.zig rewrite how importing works 2016-03-01 03:13:40 -07:00
test_runner_libc.zig rewrite how importing works 2016-03-01 03:13:40 -07:00
test_runner_nolibc.zig rewrite how importing works 2016-03-01 03:13:40 -07:00