Files
Nim/doc
n5m 1d63995896 fix #15631 (#15632)
* trigger valgrind failure on memory leak

* remove non-malloc tests

* remove ORC test

is redundant because we already have an ARC test

* only run valgrind tests on 64-bit Linux

* disable freebsd and openbsd

* Remove tleak_refc

As to not test implementation details (or bug)

* Fix test failures by removing redundant test

Since this tests/shoulfail/tvalgrind.nim was specified here to fail this test
itself fails since it will be skipped on non-linux CI

* Remove test, reason detailed in the previous commit

* Remove redundant disables

* Revert removing disables

* Add and use valgrind: leaks

* Fix

Co-authored-by: Clyybber <darkmine956@gmail.com>
Co-authored-by: n5m
(cherry picked from commit 436e1fa5b1)
2020-10-21 11:03:17 +02:00
..
2020-10-01 17:39:48 +02:00
2019-11-20 08:39:45 +01:00
2020-06-28 19:17:18 +02:00
2020-04-15 20:03:25 +02:00
2014-08-28 22:36:14 +02:00
2018-11-14 08:27:48 +01:00
2020-06-23 11:21:33 +02:00
2020-06-28 19:17:18 +02:00
2020-06-28 19:17:18 +02:00
2020-06-28 19:17:18 +02:00
2020-06-28 19:17:18 +02:00
2020-10-01 19:58:53 +02:00
2020-06-27 12:11:29 +02:00
2019-10-22 17:59:12 -07:00
2016-10-24 12:20:51 +02:00
2020-09-21 12:37:14 +02:00
2019-01-30 19:49:09 +01:00
2019-10-22 17:59:12 -07:00
2015-09-20 18:16:51 -07:00
2020-10-21 11:03:17 +02:00
2020-04-28 19:56:01 +02:00
2020-04-28 19:56:01 +02: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!