zig/doc
Andrew Kelley b581da41f8 remove compiler directives
* add `setFnTest`, `setFnVisible`, `setFnStaticEval`,
   `setFnNoInline` builtin functions to replace previous
   directive functionality
 * add `coldcc` and `nakedcc` as keywords which can be used as part
   of a function prototype.
 * `setDebugSafety` builtin can be used to set debug safety features
   at a per block scope level.
 * closes #169
2016-09-28 02:33:32 -04:00
..
vim remove compiler directives 2016-09-28 02:33:32 -04:00
codegen.md implement ?return expression 2016-08-29 22:14:09 -07:00
langref.md remove compiler directives 2016-09-28 02:33:32 -04:00
semantic_analysis.md rewrite how importing works 2016-03-01 03:13:40 -07:00
style.md progress toward stack trace printing 2016-08-17 20:11:04 -07:00
targets.md rewrite how importing works 2016-03-01 03:13:40 -07:00