Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
| | * | 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 | ||||
| | * | | 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 | ||||
| | * | | 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 | ||||
| | * | Fixing extraneous semicolon in jsgen output | juxiliary | 2014-12-06 | 2 | -1/+35 |
| |/ | | | | | | | | | | | | | | | jsgen was producing javascript objects like this ``` {, name:"foo"} ``` causing syntax errors in javascript interpretors. | ||||
| * | Moved smiliey format to config hash table. | Dominik Picheta | 2014-12-04 | 1 | -5/+3 |
| | | |||||
| * | Merge pull request #1702 from dustinlacewell/sdl_ttf_linker_update | Andreas Rumpf | 2014-12-04 | 2 | -2/+3 |
| |\ | | | | | | | Adds some flexibility to the lib name of SDL_ttf to allow for newer dist... | ||||
| | * | Update the pattern to prefer the old version | Dustin Lacewell | 2014-12-03 | 2 | -2/+3 |
| | | | |||||
| | * | Adds some flexibility to the lib name of SDL_ttf to allow for newer ↵ | Dustin Lacewell | 2014-12-03 | 1 | -1/+1 |
| |/ | | | | | | | distributions | ||||
* | | fixes #1699 | Araq | 2014-12-08 | 1 | -8/+8 |
| | | |||||
* | | changed formating | Araq | 2014-12-08 | 1 | -4/+3 |
| | | |||||
* | | implemented arrow like operators | Araq | 2014-12-08 | 1 | -23/+22 |
| | | |||||
* | | compiler\parser.nim | Araq | 2014-12-08 | 2 | -37/+36 |
| | | | | | | | | implemented arrow like operators |