Files
Nim/doc
Andreas Rumpf b0d2052a3f Incremental compilation (IC): Improvements (#11881)
* IC: C codegen is aware of IC
* manual: minor change to make VSCode's RST plugin render it properly
* IC: minor refactoring
* testament: code refactorings
* rodutils: removed dead code
* IC: always build the compiler with the IC feature
* IC: C codegen improvements
* IC: implement the undocumented -d:nimMustCache option for testing purposes
* IC: added first basic tests
* IC: extensive testing of the deserialization feature
* testament: refactoring; better IC tests
* IC: removes 'nimMustCache' flag; readonly does the same
* testament: minor refactoring
* update Nimble version
* testament: removed dead code and imports; IC: added simple test
* IC: progress

(cherry picked from commit c8cffaf420)
2019-08-13 16:59:49 +02:00
..
2019-07-15 08:06:47 +02:00
2018-07-11 08:52:09 +02:00
2019-06-10 10:53:34 +02:00
2018-11-19 09:22:21 +01:00
2019-02-05 17:45:30 -08:00
2014-08-28 22:36:14 +02:00
2018-11-14 08:27:48 +01:00
2017-01-16 23:04:53 +01:00
2019-06-20 11:52:44 +02:00
2018-10-12 17:27:47 +02:00
2019-03-04 09:04:54 +01:00
2018-07-09 12:35:25 +02:00
2019-07-15 08:03:53 +02:00
2016-10-24 12:20:51 +02:00
2019-01-25 08:34:02 +01:00
2019-01-30 19:49:09 +01:00
2015-09-20 18:16:51 -07:00
2019-02-04 14:31:52 +01:00

============================
Nim's documenation system
============================

This folder contains Nim's documentation. The documentation
is written in a format called *reStructuredText*, a markup language that reads
like ASCII and can be converted to HTML automatically!