Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | strutils.rfind via char | dyu | 2014-12-19 | 2 | -0/+14 | |
* | | | | fixed typos so docgen works again | Araq | 2014-12-20 | 4 | -3/+4 | |
|/ / / | ||||||
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-12-19 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #1750 from yglukhov/typo | Dominik Picheta | 2014-12-19 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| | * | | Fixed typo in docs | yglukhov | 2014-12-19 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | implemented 'koch pdf' | Araq | 2014-12-19 | 10 | -23/+30 | |
* | | | allow () in more contexts | Araq | 2014-12-19 | 1 | -0/+10 | |
* | | | fixes #1187 | Araq | 2014-12-19 | 3 | -9/+10 | |
|/ / | ||||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-12-18 | 3 | -30/+55 | |
|\| | ||||||
| * | Merge pull request #1746 from cowboy-coders/socket_close_clean | Dominik Picheta | 2014-12-18 | 2 | -13/+40 | |
| |\ | ||||||
| | * | ensure file descriptor is closed | Will Szumski | 2014-12-18 | 1 | -13/+15 | |
| | * | realised extra parameter was unnecessary | Will Szumski | 2014-12-17 | 1 | -13/+7 | |
| | * | improved error msgs and refactored close in the net module | Will Szumski | 2014-12-17 | 2 | -11/+42 | |
| * | | Merge pull request #1743 from cowboy-coders/httpclient_net_module | Dominik Picheta | 2014-12-18 | 1 | -17/+15 | |
| |\ \ | ||||||
| | * | | removed unused variable from httpclient | Will Szumski | 2014-12-17 | 1 | -1/+0 | |
| | * | | replace deprecated parseUrl with parseUri in httpclient | Will Szumski | 2014-12-17 | 1 | -10/+10 | |
| | * | | switched httpclient to use net module instead of sockets | Will Szumski | 2014-12-17 | 1 | -7/+6 | |
| | |/ | ||||||
* | | | fixes #1690 | Araq | 2014-12-18 | 2 | -4/+5 | |
* | | | fixes #1496 | Araq | 2014-12-18 | 4 | -41/+84 | |
* | | | added missing 'not' | Araq | 2014-12-18 | 1 | -1/+1 | |
|/ / | ||||||
* | | fixes #1698 | Araq | 2014-12-17 | 1 | -0/+5 | |
* | | fixes #1744 | Araq | 2014-12-17 | 4 | -12/+70 | |
* | | fixes #1638 | Araq | 2014-12-17 | 4 | -9/+23 | |
* | | fixes #1388 | Araq | 2014-12-17 | 1 | -1/+1 | |
* | | JS tests cleaned up | Araq | 2014-12-17 | 2 | -5/+6 | |
* | | fixes #1730 | Araq | 2014-12-17 | 1 | -1/+5 | |
* | | fixes #1655 | Araq | 2014-12-17 | 3 | -13/+30 | |
|/ | ||||||
* | fixes #1181, fixes #1715 | Araq | 2014-12-16 | 2 | -2/+18 | |
* | func is now a keyword, so use 'fn' instead | Araq | 2014-12-15 | 1 | -3/+3 | |
* | typo | Araq | 2014-12-15 | 1 | -1/+1 | |
* | fixes #1739 | Araq | 2014-12-15 | 1 | -3/+9 | |
* | fixes #1735 | Araq | 2014-12-15 | 2 | -15/+15 | |
* | fixes #1656 | Araq | 2014-12-15 | 4 | -4/+9 | |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-12-14 | 3 | -0/+41 | |
|\ | ||||||
| * | Merge pull request #1726 from philip-wernersbach/build-scripts | Andreas Rumpf | 2014-12-14 | 2 | -0/+28 | |
| |\ | ||||||
| | * | Add build scripts. | Philip Wernersbach | 2014-12-11 | 2 | -0/+28 | |
| * | | Merge pull request #1733 from jemcroft/devel | Andreas Rumpf | 2014-12-13 | 1 | -0/+13 | |
| |\ \ | ||||||
| | * | | Adding type conversion examples to the tutorial | jemcroft | 2014-12-13 | 1 | -0/+13 | |
| |/ / | ||||||
* | | | minor improvements to the docs | Araq | 2014-12-14 | 6 | -52/+54 | |
* | | | fixes #1352 | Araq | 2014-12-14 | 4 | -12/+39 | |
* | | | more code snippets for the website | Araq | 2014-12-14 | 3 | -8/+54 | |
* | | | fixes a tuple lowering bug | Araq | 2014-12-13 | 1 | -3/+4 | |
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-12-13 | 1 | -2/+3 | |
|\| | | ||||||
| * | | Merge pull request #1731 from trustable-code/PR8 | Andreas Rumpf | 2014-12-13 | 1 | -2/+3 | |
| |\ \ | ||||||
| | * | | Fix font color | Simon Krauter | 2014-12-13 | 1 | -2/+3 | |
| |/ / | ||||||
* / / | added 'website' option to koch for convenience | Araq | 2014-12-13 | 4 | -8/+19 | |
|/ / | ||||||
* | | website improvements | Araq | 2014-12-12 | 8 | -19/+44 | |
* | | extracted the fields iterator magic to its own file | Araq | 2014-12-12 | 2 | -147/+160 | |
* | | documented converters | Araq | 2014-12-12 | 1 | -0/+20 | |
|/ | ||||||
* | added 'setupGcForForeignThread' for better C interop | Araq | 2014-12-11 | 2 | -0/+28 |