summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed bad JS codegen for new json with tables. Added json to JS tests.Yuriy Glukhov2016-02-291-1/+1
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-02-292-3/+3
|\
| * SpellcheckFederico Ceratto2016-02-292-3/+3
* | make tests green againAndreas Rumpf2016-02-291-1/+1
|/
* use 'using' instead of 'sig' keyword; cleans up new features a bitAndreas Rumpf2016-02-298-11/+50
* Merge pull request #3810 from def-/json-speedupAndreas Rumpf2016-02-252-6/+6
|\
| * Fix tmitems test for changed behaviour of jsondef2016-02-241-2/+2
| * Fix test cases for JSON object changesdef2016-02-242-5/+5
* | Consistently use Channel instead of TChanneldef2016-02-255-6/+6
|/
* Merge pull request #3831 from ephja/nimrod-to-nimAndreas Rumpf2016-02-061-1/+1
|\
| * nimrod -> nimErik Johansson Andersson2016-02-051-1/+1
* | Merge pull request #3106 from def-/deprecationAndreas Rumpf2016-02-0617-28/+16
|\ \ | |/ |/|
| * Fix a few deprecation warningsdef2016-01-2517-28/+16
* | fixes #3799Andreas Rumpf2016-01-301-0/+49
* | added test case for #3736Andreas Rumpf2016-01-301-0/+9
* | fixes #3794Andreas Rumpf2016-01-301-0/+12
* | Fixed issue 3539, added testAnatoly Galiulin2016-01-281-0/+39
|/
* Merge pull request #3760 from yglukhov/js-unicode-2Andreas Rumpf2016-01-221-15/+69
|\
| * Fixed unicode strings in JSYuriy Glukhov2016-01-221-15/+69
* | JS: Corrected shift operators. Made casting between ints behave like C does.Yuriy Glukhov2016-01-222-7/+34
|/
* Unsigned arith corrected for JSYuriy Glukhov2016-01-212-11/+25
* Merge branch 'devel' of https://github.com/nim-lang/Nim into develAraq2016-01-181-1/+68
|\
| * More postgres test code. Added getValue for PreparedStmts.Dominik Picheta2016-01-181-1/+68
* | fixes #3584Araq2016-01-181-0/+12
|/
* fixes yet another LL regression (Aporia compiles again)Andreas Rumpf2016-01-181-0/+22
* fixes multi-line commentsAndreas Rumpf2016-01-171-0/+30
* fixes multiline commentsAndreas Rumpf2016-01-171-0/+16
* fixes strutils.unescape; refs #3634Andreas Rumpf2016-01-171-0/+18
* Merge branch 'multi-line-comments' into develAndreas Rumpf2016-01-171-2/+2
|\
| * implements final version of multiline commentsAndreas Rumpf2016-01-171-2/+2
* | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAndreas Rumpf2016-01-179-0/+207
|\ \ | |/ |/|
| * Added test for #600.Dominik Picheta2016-01-161-0/+4
| * Added test for code in @def-'s comment in #1502.Dominik Picheta2016-01-161-0/+6
| * Added test for #1512.Dominik Picheta2016-01-161-0/+137
| * Added test for #1642.Dominik Picheta2016-01-161-0/+3
| * Added test for #1846.Dominik Picheta2016-01-161-0/+16
| * Added test for #1911.Dominik Picheta2016-01-161-0/+7
| * Added test for #1923.Dominik Picheta2016-01-161-0/+9
| * Added test for #2138.Dominik Picheta2016-01-161-0/+10
| * Added test for #3304Dominik Picheta2016-01-161-0/+15
* | makes tests greenAndreas Rumpf2016-01-158-31/+31
|/
* Merge branch 'devel' into new-llAndreas Rumpf2016-01-141-8/+17
|\
| * Merge pull request #3500 from nanoant/patch/fix-3498-generic-args-in-tmplAndreas Rumpf2016-01-141-8/+17
| |\
| | * fixes #3498Adam Strzelecki2015-10-301-8/+17
* | | Merge branch 'devel' into new-llAndreas Rumpf2016-01-142-37/+115
|\| |
| * | Fixed TimeInterval bug.Dominik Picheta2016-01-081-0/+5
| * | Fixed ttime test. Improved docs in times module.Dominik Picheta2016-01-081-1/+0
| * | Merge branch 'times_intervals' of https://github.com/jlp765/Nim into jlp765-t...Dominik Picheta2016-01-081-37/+57
| |\ \
| | * | add timeinterval helping functions as per issue #3609JamesP2015-12-081-37/+57
| * | | fixed #2240 and #3586andri lim2016-01-051-0/+54