summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* add `strutils.removePrefix` proc (#6473)Bo Lingen2017-10-281-0/+62
* Let the environment variable NIMBLE_DIR overrides nimblepath in cfg file (#6542)Xiao-Yong2017-10-281-1/+2
* fixes #6526Araq2017-10-271-5/+20
* fixes #6606 (#6610)Fredrik Høisæther Rasch2017-10-271-0/+22
* fixes #6422Andreas Rumpf2017-10-261-1/+18
* destructors: supportsCopyMem finally works for recursive typesAraq2017-10-261-3/+9
* topttree destructor finally worksAraq2017-10-262-7/+9
* destructors: work in progressAraq2017-10-261-6/+7
* made 'testament all' run in parallelAraq2017-10-253-13/+15
* testament: no sqlite or re dependencies anymoreAraq2017-10-253-268/+116
* don't use .this in tcustomstrings.nimAraq2017-10-251-8/+6
* Testament HTML generation upgrade (#6058)Fredrik Høisæther Rasch2017-10-254-394/+504
* Fixes #6571 (#6578)Thomas Johnson2017-10-241-1/+18
* isAlphaNumberic and isDigit improvement + tests (#6579)Viktor Marosvary2017-10-241-0/+19
* added broken tbintree testAndreas Rumpf2017-10-191-0/+97
* make nested custom seqs workAndreas Rumpf2017-10-191-1/+13
* destructors: tcustomseqs less embarrassingAndreas Rumpf2017-10-171-4/+9
* destructors: irresponsibly simple tcustomseq test worksAndreas Rumpf2017-10-171-0/+126
* destructors: lift type bound ops to objects and arrays etcAndreas Rumpf2017-10-171-1/+4
* make tests green againAndreas Rumpf2017-10-162-4/+4
* Merge pull request #6495 from GULPF/Fix-countLeapYearsDominik Picheta2017-10-161-0/+6
|\
| * Fix countLeapYearsOscar Nihlgård2017-10-101-0/+6
* | Add a test-case for #1641Daniil Yarancev2017-10-161-0/+20
* | fixes #5143Araq2017-10-161-3/+3
* | make tests green againAndreas Rumpf2017-10-151-1/+1
* | fixes #4910Araq2017-10-141-0/+8
* | fixes #5620Araq2017-10-141-0/+12
* | @dom96's comments: remove bountysource, revert configurator change.Daniil Yarancev2017-10-141-1/+1
* | [JSON] getBVal -> getBool; getFNum -> getFloatDaniil Yarancev2017-10-142-3/+3
* | new destroyer pass works with procs tooAndreas Rumpf2017-10-131-3/+2
* | added a test case for --newruntimeAndreas Rumpf2017-10-131-0/+97
|/
* Merge branch 'araq-stringify-array' into develAndreas Rumpf2017-10-105-40/+50
|\
| * make tests green againAndreas Rumpf2017-10-101-1/+1
| * make tests green again; closes #5861Andreas Rumpf2017-10-103-4/+4
| * Merge branch 'stringify-array' of https://github.com/krux02/Nim into krux02-s...Andreas Rumpf2017-10-094-39/+49
| |\
| | * reverted genEchoArne Döring2017-08-081-1/+2
| | * don't filter '\0' characters in string generationArne Döring2017-08-071-1/+2
| | * prevent null characters in $ on collections of charArne Döring2017-07-241-3/+1
| | * made toString test assert basedArne Döring2017-07-241-33/+21
| | * fixArne Döring2017-07-241-1/+1
| | * removed newString proc again, reverted some unnecesary changesArne Döring2017-07-243-14/+7
| | * arrays can now be printedArne Döring2017-07-241-2/+31
* | | Add dst formatting tests (#6468)GULPF2017-10-101-11/+19
|/ /
* | enable unguarded_access testAndreas Rumpf2017-10-023-6/+7
* | attempt to make appveyor green againAndreas Rumpf2017-10-021-0/+4
* | Add tests for examples from Nim in Action.Dominik Picheta2017-10-0134-0/+1213
* | make tests green againAndreas Rumpf2017-10-012-13/+13
* | make tests green againAndreas Rumpf2017-09-302-9/+9
* | the parser finally parses 'echo {1,2}' as it shouldAndreas Rumpf2017-09-3017-25/+25
* | Improved unittest check macro, fixes #5784 (#6446)GULPF2017-09-301-6/+21