Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Treat all failure codes from nodejs as 1 | Yuriy Glukhov | 2016-08-27 | 1 | -0/+5 |
* | Fixed js codegen issue for uncaught exceptions. | Yuriy Glukhov | 2016-08-27 | 2 | -3/+3 |
* | test case cleanup | Andreas Rumpf | 2016-08-26 | 1 | -4/+4 |
* | added missing test files | Andreas Rumpf | 2016-08-26 | 2 | -0/+110 |
* | fixes #4292 | Andreas Rumpf | 2016-08-26 | 1 | -0/+9 |
* | fixes #4658 | Andreas Rumpf | 2016-08-26 | 1 | -0/+13 |
* | make tests green again | Andreas Rumpf | 2016-08-25 | 1 | -1/+1 |
* | make tests green again | Andreas Rumpf | 2016-08-25 | 2 | -3/+3 |
* | Merge pull request #4367 from kierdavis/4365-tables-clear | Andreas Rumpf | 2016-08-25 | 2 | -0/+48 |
|\ | |||||
| * | Disable failing tests for tables.clear() | Kier Davis | 2016-07-09 | 1 | -20/+22 |
| * | Add tests for tables.clear() | Kier Davis | 2016-07-09 | 2 | -0/+46 |
* | | Merge pull request #4629 from flyx/times-parse-yearday | Andreas Rumpf | 2016-08-25 | 1 | -38/+32 |
|\ \ | |||||
| * | | Improved times tests | Felix Krause | 2016-08-21 | 1 | -38/+32 |
* | | | side-effect computation now done in the proper pass; fixes #4254 | Andreas Rumpf | 2016-08-25 | 1 | -3/+3 |
* | | | Merge pull request #4652 from flyx/unittest-output | Andreas Rumpf | 2016-08-25 | 3 | -1/+8 |
|\ \ \ | |||||
| * | | | Fixed another test to expect new unittest output | Felix Krause | 2016-08-24 | 1 | -1/+3 |
| * | | | Fixed tests to expect [Suite] output from unittest | Felix Krause | 2016-08-24 | 2 | -0/+5 |
* | | | | fixes #4653 | Andreas Rumpf | 2016-08-24 | 1 | -0/+26 |
|/ / / | |||||
* | | | fixes #4600 | Andreas Rumpf | 2016-08-23 | 1 | -0/+8 |
* | | | fixes #4619 | Andreas Rumpf | 2016-08-23 | 1 | -0/+3 |
* | | | fixes #3221 | Andreas Rumpf | 2016-08-22 | 1 | -0/+33 |
|/ / | |||||
* | | Resolve #4606 | cheatfate | 2016-08-12 | 1 | -4/+4 |
* | | fixes #4589 | Andreas Rumpf | 2016-08-10 | 1 | -0/+7 |
* | | fixes #4551 | Andreas Rumpf | 2016-08-09 | 1 | -0/+13 |
* | | fixes #4528 | Andreas Rumpf | 2016-08-08 | 1 | -0/+8 |
* | | Merge pull request #4572 from oderwat/distinct-nil | Andreas Rumpf | 2016-08-05 | 1 | -0/+47 |
|\ \ | |||||
| * | | Allowing `nil` for distinct types where the base type is nilable | Hans Raaf | 2016-08-05 | 1 | -0/+47 |
* | | | fixes #4354 | Andreas Rumpf | 2016-08-04 | 1 | -0/+27 |
* | | | fixes #4505, fixes #4230 | Andreas Rumpf | 2016-08-04 | 1 | -0/+20 |
* | | | fixes #4353 | Andreas Rumpf | 2016-08-04 | 1 | -0/+4 |
|/ / | |||||
* | | fixes #4545 | Andreas Rumpf | 2016-08-04 | 1 | -0/+18 |
* | | fixes #4564 | Andreas Rumpf | 2016-08-04 | 2 | -0/+10 |
* | | fixes #4537 | Andreas Rumpf | 2016-08-02 | 1 | -0/+23 |
* | | fixes #4555 | Andreas Rumpf | 2016-08-02 | 1 | -0/+17 |
* | | make tests green again | Andreas Rumpf | 2016-08-01 | 1 | -1/+1 |
* | | sets don't support empty arrays :) | cheatfate | 2016-07-30 | 1 | -1/+1 |
* | | Enable coroutines again. | cheatfate | 2016-07-30 | 1 | -1/+1 |
* | | Merge pull request #4538 from cheatfate/nofasm | Andreas Rumpf | 2016-07-30 | 2 | -6/+12 |
|\ \ | |||||
| * | | comments | cheatfate | 2016-07-30 | 1 | -1/+1 |
| * | | testament update to have list of disabled modules. | cheatfate | 2016-07-30 | 2 | -6/+12 |
* | | | make test compile with latest opengl version | Andreas Rumpf | 2016-07-30 | 3 | -3/+3 |
* | | | make tests green again | Andreas Rumpf | 2016-07-29 | 1 | -1/+3 |
* | | | stdlib and compiler don't use .immediate anymore | Andreas Rumpf | 2016-07-29 | 1 | -1/+1 |
|/ / | |||||
* | | use correct issue number | Andreas Rumpf | 2016-07-29 | 1 | -1/+1 |
* | | fixes #4432 | Andreas Rumpf | 2016-07-29 | 1 | -0/+13 |
* | | Merge branch 'htmlparser' of https://github.com/Lompik/Nim into Lompik-htmlpa... | Andreas Rumpf | 2016-07-28 | 1 | -0/+44 |
|\ \ | |||||
| * | | Update htmlparser test ``output`` variable | Stephane Fontaine | 2016-07-28 | 1 | -2/+8 |
| * | | htmlparser: Add test for paragraph inside <dd,li> | Stephane Fontaine | 2016-07-27 | 1 | -0/+38 |
* | | | generic multi-methods should work now | Andreas Rumpf | 2016-07-28 | 2 | -10/+34 |
* | | | fix: generic tuples instantiations were cached incorrectly | Andreas Rumpf | 2016-07-28 | 1 | -0/+4 |
|/ / |