aboutsummaryrefslogtreecommitdiff
path: root/std/test_runner_nolibc.zig
AgeCommit message (Collapse)Author
2017-03-22unify main entry point regardless of whether linking libcAndrew Kelley
closes #248
2016-08-16std: conform to style guidelinesAndrew Kelley
2016-03-01rewrite how importing worksAndrew Kelley
* 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-02-03fix running tests when linking with libcAndrew Kelley