Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | proper windows get process function name, fix batch file, add echoes back | Joseph Poirier | 2015-01-08 | 3 | -4/+5 |
| | |||||
* | add test note to the readme | Joseph Poirier | 2015-01-06 | 1 | -1/+4 |
| | |||||
* | add proper cdm strings and comment out all echos | Joseph Poirier | 2015-01-06 | 2 | -10/+10 |
| | |||||
* | properly typecast the function pointers | Joseph Poirier | 2015-01-06 | 1 | -3/+3 |
| | |||||
* | fixed import object name | Joseph Poirier | 2015-01-06 | 1 | -3/+3 |
| | |||||
* | Test the realtime GC, via long running process in a shared object, without ↵ | Joseph Poirier | 2015-01-06 | 7 | -0/+214 |
| | | | | linking nimrtl.dll/so. | ||||
* | support for static params in the user defined type classes | Zahary Karadjov | 2015-01-02 | 1 | -1/+26 |
| | |||||
* | fix #1820 | Zahary Karadjov | 2015-01-02 | 1 | -1/+37 |
| | |||||
* | fix #1050 | Zahary Karadjov | 2015-01-02 | 1 | -0/+16 |
| | |||||
* | expand the test case for bug 1049 | Zahary Karadjov | 2015-01-02 | 1 | -1/+10 |
| | |||||
* | re-enable semistatic[T] as a test case | Zahary Karadjov | 2015-01-02 | 1 | -1/+7 |
| | |||||
* | fix #1049 | Zahary Karadjov | 2015-01-02 | 1 | -0/+18 |
| | |||||
* | fix #544 | Zahary Karadjov | 2015-01-02 | 1 | -11/+11 |
| | |||||
* | use unix line endings | Zahary Karadjov | 2015-01-02 | 1 | -43/+43 |
| | |||||
* | fixes #1816 | Araq | 2015-01-02 | 1 | -0/+35 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Araq | 2014-12-31 | 2 | -0/+43 |
|\ | |||||
| * | bugfix: don't treat generic types with different static params as the same type | Zahary Karadjov | 2014-12-31 | 1 | -0/+17 |
| | | |||||
| * | fix #1056 | Zahary Karadjov | 2014-12-31 | 1 | -0/+26 |
| | | |||||
* | | fixes #1774 | Araq | 2014-12-31 | 1 | -0/+7 |
|/ | |||||
* | fix #1789 (binding to static params during generic proc sigmatch) | Zahary Karadjov | 2014-12-31 | 1 | -0/+44 |
| | |||||
* | fixes #1788 | Araq | 2014-12-30 | 1 | -0/+4 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-12-29 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #1785 from gmpreussner/devel | Varriount | 2014-12-28 | 1 | -1/+1 |
| |\ | | | | | | | Fixed tusertypeclasses test | ||||
| | * | Fixed tusertypeclasses test | gmpreussner | 2014-12-28 | 1 | -1/+1 |
| | | | |||||
* | | | release of 0.10.2 | Araq | 2014-12-29 | 4 | -49/+34 |
|/ / | |||||
* | | fixes #1708, fixes #871 | Araq | 2014-12-28 | 4 | -5/+33 |
| | | |||||
* | | fixes #1781 | Araq | 2014-12-28 | 1 | -0/+17 |
|/ | |||||
* | Improved tasyncawait test. | Dominik Picheta | 2014-12-26 | 1 | -3/+1 |
| | |||||
* | Deprecated asyncio module. Fixed old tests. | Dominik Picheta | 2014-12-26 | 2 | -5/+5 |
| | |||||
* | fixes #1120 | Araq | 2014-12-25 | 1 | -2/+2 |
| | |||||
* | fixes a small bug concerning semicolons for top level statements | Araq | 2014-12-23 | 1 | -2/+6 |
| | |||||
* | tuple field names are ignored | Araq | 2014-12-23 | 3 | -1/+12 |
| | |||||
* | Merge pull request #1751 from dyu/rfind-char | Andreas Rumpf | 2014-12-19 | 1 | -0/+4 |
|\ | | | | | strutils.rfind via char | ||||
| * | strutils.rfind via char | dyu | 2014-12-19 | 1 | -0/+4 |
| | | |||||
* | | implemented 'koch pdf' | Araq | 2014-12-19 | 6 | -12/+13 |
|/ | |||||
* | fixes #1744 | Araq | 2014-12-17 | 1 | -0/+50 |
| | |||||
* | fixes #1638 | Araq | 2014-12-17 | 3 | -6/+18 |
| | |||||
* | JS tests cleaned up | Araq | 2014-12-17 | 2 | -5/+6 |
| | |||||
* | fixes #1655 | Araq | 2014-12-17 | 1 | -0/+15 |
| | |||||
* | fixes #1181, fixes #1715 | Araq | 2014-12-16 | 1 | -0/+7 |
| | |||||
* | fixes #1656 | Araq | 2014-12-15 | 2 | -1/+2 |
| | |||||
* | fixes #1352 | Araq | 2014-12-14 | 2 | -9/+27 |
| | |||||
* | disable t5000 test for the autobuilder | Araq | 2014-12-11 | 1 | -0/+3 |
| | |||||
* | fixes #1597 | Araq | 2014-12-11 | 2 | -0/+62 |
| | |||||
* | destuctors are experimental; 'func' is now a keyword | Araq | 2014-12-10 | 2 | -0/+4 |
| | |||||
* | Fixing extraneous semicolon in jsgen output | juxiliary | 2014-12-06 | 1 | -0/+34 |
| | | | | | | | | jsgen was producing javascript objects like this ``` {, name:"foo"} ``` causing syntax errors in javascript interpretors. | ||||
* | fixes regression due to object assignment fixes | Araq | 2014-12-01 | 2 | -2/+2 |
| | |||||
* | fixes #1684 | Araq | 2014-11-30 | 1 | -0/+13 |
| | |||||
* | fixes #1489, fixes #1490 | Araq | 2014-11-28 | 1 | -0/+32 |
| | |||||
* | implemented procCall builtin | Araq | 2014-11-28 | 1 | -9/+12 |
| |