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
..
2019-02-17 09:17:34 +02:00
2018-12-02 18:36:18 -05:00
2019-02-11 16:07:40 -05:00
2018-09-30 17:28:35 -04:00
2019-02-17 09:17:34 +02:00
2019-02-26 13:21:11 -05:00
2019-02-17 00:29:58 -05:00
2018-11-13 05:08:37 -08:00
2019-02-26 13:21:11 -05:00
2018-11-13 05:08:37 -08:00
2019-02-18 17:22:14 +01:00