Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | 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 | |
* | website slightly improved | Araq | 2014-12-11 | 6 | -12/+9 | |
* | disable t5000 test for the autobuilder | Araq | 2014-12-11 | 1 | -0/+3 | |
* | more index terms | Araq | 2014-12-11 | 1 | -2/+3 | |
* | fixes #1597 | Araq | 2014-12-11 | 3 | -8/+86 | |
* | fixes #1689 | Araq | 2014-12-10 | 4 | -9/+28 | |
* | fixes #1718 | Araq | 2014-12-10 | 1 | -0/+2 | |
* | fixes #1692 | Araq | 2014-12-10 | 1 | -3/+5 | |
* | nimweb builds full docs again | Araq | 2014-12-10 | 1 | -7/+11 | |
* | fixed typos | Araq | 2014-12-10 | 1 | -4/+4 | |
* | further website improvements | Araq | 2014-12-10 | 4 | -5/+16 | |
* | destuctors are experimental; 'func' is now a keyword | Araq | 2014-12-10 | 9 | -9/+20 | |
* | new website | Araq | 2014-12-10 | 30 | -484/+1045 | |
* | minor improvement to the barrier implementation | Araq | 2014-12-09 | 3 | -3/+8 | |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-12-08 | 5 | -8/+41 | |
|\ | ||||||
| * | Merge pull request #1709 from juxiliary/devel | Andreas Rumpf | 2014-12-06 | 2 | -1/+35 | |
| |\ | ||||||
| | * | Fixing extraneous semicolon in jsgen output | juxiliary | 2014-12-06 | 2 | -1/+35 | |
| |/ |