zig/std/special
Andrew Kelley ade10387a5
breaking changes to the way targets work in zig
* CLI: `-target [name]` instead of `--target-*` args.
   This matches clang's API.
 * `builtin.Environ` renamed to `builtin.Abi`
   - likewise `builtin.environ` renamed to `builtin.abi`
 * stop hiding the concept of sub-arch. closes #1526
 * `zig targets` only shows available targets. closes #438
 * include all targets in readme, even those that don't
   print with `zig targets` but note they are Tier 4
 * refactor target.cpp and make the naming conventions
   more consistent
 * introduce the concept of a "default C ABI" for a given
   OS/Arch combo. As a rule of thumb, if the system compiler
   is clang or gcc then the default C ABI is the gnu ABI.
2019-02-26 15:58:10 -05:00
..
compiler_rt breaking changes to the way targets work in zig 2019-02-26 15:58:10 -05:00
init-exe New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
init-lib std.debug.assert: remove special case for test builds 2019-02-08 18:23:38 -05:00
bootstrap_lib.zig support building static libraries 2018-10-09 13:15:14 -04:00
bootstrap.zig breaking changes to the way targets work in zig 2019-02-26 15:58:10 -05:00
build_runner.zig fix incorrect --help text 2018-11-19 13:26:35 -05:00
builtin.zig remove @minValue,@maxValue; add std.math.minInt,maxInt 2018-10-26 15:01:51 -04:00
fmt_runner.zig fix zig fmt arg0 handled incorrectly 2019-02-23 20:25:33 -05:00
panic.zig fixups 2018-12-26 15:25:54 -05:00
test_runner.zig