Files
Nim/compiler
LemonBoy 71df1b060b Tighten the conversion from tyRange to scalar types (#10495)
* Tighten the conversion from tyRange to scalar types.

Introduce the `isIntConv` rule for unsigned types.
Do not allow mixed-signedness conversions between ranges and scalar types.

* More json adjustments
2019-02-23 11:52:52 +01:00
..
2019-02-22 19:42:11 +01:00
2019-02-12 08:27:38 +01:00
2018-12-08 13:36:38 -06:00
2019-02-18 15:23:05 +01:00
2018-11-24 10:50:48 +01:00
2018-12-16 20:34:07 +01:00
2019-02-23 11:31:01 +01:00
2019-02-03 09:06:00 +01:00
2019-01-28 08:32:14 +01:00
2019-02-23 11:31:01 +01:00
2019-02-22 18:28:49 +01:00
2019-01-22 06:24:45 +01:00
2019-01-01 13:50:48 +01:00
2018-11-20 19:30:00 +01:00
2018-10-30 06:31:17 +01:00
2019-02-18 15:23:05 +01:00
2019-01-10 09:27:01 +01:00
2019-02-23 11:31:01 +01:00
2018-12-03 18:57:44 +01:00
2018-09-21 00:31:16 +02:00
2019-02-23 11:31:01 +01:00
2019-01-14 12:15:40 +01:00
2019-02-09 08:18:33 +01:00
2018-09-22 13:52:40 +02:00
2019-02-18 15:23:05 +01:00
2018-12-03 18:57:44 +01:00
2018-12-04 22:41:06 +01:00
2019-02-22 19:42:11 +01:00
2019-02-18 15:23:05 +01:00
2019-02-12 22:00:31 +01:00
2019-02-09 11:18:21 +01:00
2019-02-22 18:28:49 +01:00
2019-02-23 10:58:40 +01:00
2019-02-12 22:00:31 +01:00
2019-02-08 16:54:12 +01:00
2019-02-23 11:31:01 +01:00
2019-02-23 11:31:01 +01:00
2019-02-22 19:42:11 +01:00
2019-02-23 11:31:31 +01:00
2019-02-07 15:04:05 +01:00
2019-02-03 09:06:00 +01:00

This directory contains the Nim compiler written in Nim. Note that this
code has been translated from a bootstrapping version written in Pascal, so
the code is **not** a poster child of good Nim code.