Files
Nim/compiler
Arne Döring 88b5dd3362 right shift is now by default sign preserving (#11322)
* right shift is now by default sign preserving
* fix hashString and semfold
* enable arithmetic shift right globally for CI
* fix typo
* remove xxx
* use oldShiftRight as flag
* apply feedback
* add changelog entry
2019-05-29 16:48:00 +02:00
..
2019-05-09 22:58:41 +02:00
2019-05-29 08:00:52 +02:00
2018-06-03 20:15:37 +02:00
2019-04-17 13:22:22 +02:00
2019-05-28 21:30:41 +02:00
2019-04-11 09:48:10 +02:00
2019-05-25 07:33:33 +02:00
2019-04-23 21:51:38 +02:00
2019-05-24 18:33:53 +02:00
2018-12-16 20:34:07 +01:00
2017-01-07 22:35:09 +01:00
2019-05-28 16:31:57 +02:00
2019-05-28 21:30:41 +02:00
2017-10-29 08:37:13 +01:00
2019-01-22 06:24:45 +01:00
2019-03-23 00:12:05 +01:00
2019-05-07 12:37:28 +02:00
2018-11-20 19:30:00 +01:00
2018-10-30 06:31:17 +01:00
2019-05-07 12:37:28 +02:00
2019-04-04 14:58:54 +02:00
2019-05-12 15:07:35 +02:00
2019-05-28 15:55:11 +02:00
2019-05-07 12:32:05 +02:00
2019-05-07 12:37:28 +02:00
2019-05-14 12:02:26 +02:00
2019-05-08 15:05:21 +02:00
2019-04-17 11:55:41 +02:00
2019-05-14 12:02:26 +02:00
2014-08-28 09:38:14 +02:00
2019-05-07 12:37:28 +02:00
2018-12-03 18:57:44 +01:00
2019-05-14 12:02:26 +02:00
2019-05-07 12:37:28 +02:00
2019-05-21 21:31:40 +02:00
2019-05-24 08:19:05 +02:00
2019-05-24 22:50:43 +02:00
2019-05-22 07:37:25 +02:00
2019-05-14 07:44:39 +02:00
2019-05-27 07:59:22 +02:00
2019-05-15 12:25:31 +02:00
2019-05-28 22:00:01 +02:00
2019-05-21 21:31:40 +02:00
2019-05-21 21:31:40 +02:00
2019-05-15 21:12:07 +02:00
2019-05-28 15:55:11 +02:00
2019-05-07 12:37:28 +02:00
2019-05-08 14:29:42 -07:00
2019-05-07 12:32:05 +02:00
2019-05-07 12:37:28 +02:00
2019-05-29 08:00:52 +02:00
2019-03-20 14:01:07 +01:00
2019-05-22 07:37:25 +02:00
2019-05-07 12:37:28 +02: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.