summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3760 from yglukhov/js-unicode-2Andreas Rumpf2016-01-221-15/+69
|\ | | | | Fixed unicode strings in JS. Second try.
| * 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
| | | | | | | | Ref #3569. Ref #3560.
* | 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 #3498
| | * fixes #3498Adam Strzelecki2015-10-301-8/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | Previously it was not possible to use template arguments in template body as the symbols were not resolved correctly leading to Error: undeclared identifier: 'XX', eg.: template defaultOf[T](t: T): expr = (var d: T; d) echo defaultOf(1) #<- invalid identifier, but should output 0
* | | 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 ↵Dominik Picheta2016-01-081-37/+57
| |\ \ | | | | | | | | | | | | jlp765-times_intervals
| | * | add timeinterval helping functions as per issue #3609JamesP2015-12-081-37/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add tests to ttime.nim for timeinterval add/subtract functionality Changed assert to doAssert in ttime.nim Added extra tests to ttime.nim Removal of singular help procs for working with TimeIntervals Added TimeIin proc toSeconds(a: TimeInfo, interval: TimeInterval) where subtracting a year gave wrong results Add overflow of units on initInterval eg, 65 seconds is 5 seconds and 1 minute
| * | | fixed #2240 and #3586andri lim2016-01-051-0/+54
| | | |
* | | | fixes iterator codegen regressionAndreas Rumpf2016-01-141-0/+58
| | | |
* | | | fixes yet another regressionAndreas Rumpf2016-01-131-0/+25
| | | |
* | | | fixes another regressionAndreas Rumpf2016-01-131-0/+17
| | | |
* | | | fixes more regressionsAndreas Rumpf2016-01-131-0/+36
| | | |
* | | | fixes async regressionAndreas Rumpf2016-01-111-0/+17
| | | |
* | | | fixes regressionsAndreas Rumpf2016-01-081-1/+2
| | | |
* | | | fixes regressionsAndreas Rumpf2016-01-051-0/+51
| | | |
* | | | fixes #2007Andreas Rumpf2016-01-051-0/+55
| | | |
* | | | made test greenAndreas Rumpf2016-01-051-1/+1
| | | |
* | | | fixes #2659Andreas Rumpf2016-01-041-0/+28
| | | |
* | | | fixes #3636Andreas Rumpf2016-01-041-0/+16
| | | |
* | | | fixes #1725Andreas Rumpf2016-01-041-0/+16
| | | |
* | | | async works againAndreas Rumpf2016-01-032-0/+160
| | | |
* | | | further progress on closure iterators; tforum still failingAndreas Rumpf2016-01-031-2/+2
| | | |
* | | | made closure iterators tests green, updated docsAndreas Rumpf2015-12-313-11/+7
| | | |
* | | | Merge branch 'devel' into new-llAndreas Rumpf2015-12-292-7/+19
|\| | |
| * | | new db_sqlite requires deadCodeElim:on because not every sqlite3_column_nameAndreas Rumpf2015-12-291-7/+0
| | | |