summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fixes #6775Andreas Rumpf2017-11-181-0/+1
* closes #6166Andreas Rumpf2017-11-181-1/+20
* Fix compiler crash (#6773) (#6774)cooldome2017-11-181-0/+47
* use targets from test spec when running testament tests (#6687)Jacek Sieka2017-11-1521-125/+136
* Move deprecated romans module from stdlib to Nimble package (#6660)Lynn C. Rees2017-11-151-71/+0
* Appveyor thttpclient (#6744)Fredrik Høisæther Rasch2017-11-152-0/+4
* Tests should not rely on external services (#6703)Sergey Avseyev2017-11-151-2/+13
* bugfix: make 'macros' module available for nimscriptAndreas Rumpf2017-11-141-0/+1
* Fix endianness in the test (#6715)Sergey Avseyev2017-11-111-1/+1
* fixes #6710Andreas Rumpf2017-11-081-0/+4
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-11-071-1/+10
|\
| * Block expressions (#6695)Fabian Keller2017-11-061-1/+10
* | Merge branch 'devel' into araqAndreas Rumpf2017-11-0714-8/+168
|\|
| * fixes a tester regressionAndreas Rumpf2017-11-061-3/+2
| * pass on testament args to sub-process (#6688)Jacek Sieka2017-11-061-2/+9
| * fixes #6532 array bounds check for non zero based arrays on the js backend (#...skilchen2017-11-061-0/+44
| * attempt to make travis green againAndreas Rumpf2017-11-054-0/+7
| * concepts: fixes the stack overflow that happens for #6691Andreas Rumpf2017-11-051-0/+13
| * make tests green againAndreas Rumpf2017-11-051-2/+2
| * fixes #6692Araq2017-11-051-0/+46
| * fixes #6609; 'if' expressions support multiple statements; minor breaking changeAraq2017-11-051-0/+18
| * Add comments on "untestable" tests directoryFederico Ceratto2017-11-031-2/+9
| * Always compile tests in the JS category with the JS backend (#6680)GULPF2017-11-031-1/+2
| * bugfix: detect captures in non-closure inner procsAraq2017-11-031-0/+12
| * fixes #6675Andreas Rumpf2017-11-021-1/+7
* | Merge branch 'devel' into araqAndreas Rumpf2017-11-0248-737/+1409
|\|
| * implemented undocumented '.liftLocals' featureAndreas Rumpf2017-11-021-1/+17
| * Fix typo in new testDaniil Yarancev2017-11-011-1/+1
| * make range type checking more restrictive, see tn8vsint16 test case; minor br...Andreas Rumpf2017-11-011-0/+18
| * make tests green againAndreas Rumpf2017-11-011-1/+1
| * make more tests greenAraq2017-11-012-7/+1
| * make tests green againAraq2017-11-015-12/+12
| * attempt to fix the tester; tests should be red nowAraq2017-10-311-8/+5
| * Update `removeSuffix` implementations to match `removePrefix` (#6636)Bo Lingen2017-10-301-4/+26
| * Implementation of high/low for SomeReal (#6570)Fabian Keller2017-10-301-0/+18
| * fixes #6631Andreas Rumpf2017-10-301-1/+25
| * fixes bug reported in PR #5637Andreas Rumpf2017-10-301-0/+8
| * breaking change: 'and' and 'mod' do not produce a subrange type anymore; fixe...Andreas Rumpf2017-10-301-0/+13
| * system.nim: typoAndreas Rumpf2017-10-291-0/+2
| * make tests green againAndreas Rumpf2017-10-293-3/+3
| * remove old implementation of the roof operator; make tests green again; close...Andreas Rumpf2017-10-296-80/+7
| * new feature: package level objectsAndreas Rumpf2017-10-294-0/+38
| * first implementation of package level types that allow forwarding across modu...Andreas Rumpf2017-10-281-6/+2
| * added another test case for #6526Andreas Rumpf2017-10-281-0/+11
| * Add sections (type, var, let, const, using) support for reorder pragma (#6326)BigEpsilon2017-10-282-7/+80
| * 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