Files
Nim/compiler
Adam Strzelecki 14e6ff6780 Introduce NotesVerbosity defining verbosity levels
This solves two issues:

1. Some notes were enabled explicitly for some verbosity levels, so
   --hintName:on has no effect if verbosity level was too low.

2. Verbosity level for notes is not longer scattered across the source code,
   instead if now lives in msgs.nim NotesVerbosity array

3. Individual note settings have stronger effect than verbosity setting,
   so --hintName:off will disable hint regardless of high verbosity setting,
   and vice-versa --hintName:on will enable hint even on low verbosity setting.
2015-07-03 12:37:42 +02:00
..
2014-08-28 09:38:14 +02:00
2015-06-30 12:20:03 +02:00
2015-04-07 15:47:18 +02:00
2015-04-07 15:47:18 +02:00
2015-04-28 20:21:53 +02:00
2015-04-07 15:47:18 +02:00
2014-11-03 22:50:55 +01:00
2015-04-07 15:47:18 +02:00
2014-08-28 09:38:14 +02:00
2015-06-04 13:15:07 +02:00
2015-07-02 21:42:10 +02:00
2015-06-29 16:52:47 -04:00
2014-08-28 09:38:14 +02:00
2014-08-28 09:38:14 +02:00
2015-06-04 13:15:07 +02:00
2015-06-23 14:46:38 +03:00
2015-04-07 15:47:18 +02:00
2015-06-15 00:56:20 +02:00
2014-08-28 09:38:14 +02:00
2014-09-21 18:39:00 +02:00
2015-06-14 20:19:49 +01:00
2015-05-17 16:10:46 +02:00
2015-03-10 12:32:48 +01:00
2015-01-12 23:04:53 +01:00
2014-08-28 09:38:14 +02:00
2015-01-06 15:26:33 +01:00
2015-06-21 10:57:26 +02:00
2015-04-22 20:33:06 +02:00
2014-08-28 09:38:14 +02:00
2014-10-29 18:57:03 -04:00
2014-08-28 09:38:14 +02:00
2015-05-28 10:23:09 +03:00
2014-08-28 09:38:14 +02:00
2014-08-28 09:38:14 +02:00
2015-04-28 20:21:53 +02:00
2015-04-06 23:21:52 +02:00
2015-04-22 20:25:11 +02:00
2015-02-20 20:01:25 +01:00
2015-07-01 03:23:23 +02:00
2015-04-28 20:21:53 +02:00
2015-04-26 22:44:05 +02:00
2015-07-01 13:35:58 +02:00
2015-07-03 10:31:49 +02:00
2015-07-03 00:20:33 +02:00
2015-07-02 21:22:56 +02:00
2014-08-28 09:38:14 +02:00
2015-06-25 11:42:27 +02:00
2015-06-04 13:15:07 +02:00
2015-07-01 02:15:20 +02:00
2015-06-18 15:06:00 +02:00
2015-07-02 22:45:33 +02:00
2015-01-06 15:26:33 +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.