Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1443 from def-/future-listcomprehensions | Andreas Rumpf | 2014-11-03 | 1 | -0/+57 |
|\ | |||||
| * | Extend list comprehension documentation | def | 2014-08-03 | 1 | -16/+20 |
| * | Add list comprehensions to future module | def | 2014-08-03 | 1 | -0/+53 |
* | | Merge pull request #1553 from gradha/pr_json_module_improvements | Andreas Rumpf | 2014-11-03 | 1 | -91/+540 |
|\ \ | |||||
| * | | Hides TJsonError, it wasn't being used. | Grzegorz Adam Hankiewicz | 2014-10-04 | 1 | -1/+1 |
| * | | Documents json module. | Grzegorz Adam Hankiewicz | 2014-10-04 | 1 | -90/+539 |
* | | | Merge pull request #1448 from def-/posix-math | Andreas Rumpf | 2014-11-03 | 3 | -53/+113 |
|\ \ \ | |||||
| * | | | Move fenv to its own module | def | 2014-08-22 | 2 | -54/+113 |
| * | | | Move floating point rounding and exceptions handling to math | def | 2014-08-06 | 2 | -45/+43 |
| * | | | Add -lm for fesetround and fegetround | def | 2014-08-05 | 1 | -0/+3 |
| | |/ | |/| | |||||
* | | | Merge pull request #1565 from gradha/pr_supports_nnkPostfix_stringification | Andreas Rumpf | 2014-11-03 | 1 | -1/+5 |
|\ \ \ | |||||
| * | | | Adds stringification support for nnkPostfix nodes. | Grzegorz Adam Hankiewicz | 2014-10-11 | 1 | -1/+5 |
| | |/ | |/| | |||||
* | | | only produce the link to the docs if they are installed | Araq | 2014-11-03 | 2 | -6/+1 |
* | | | Update nsis.tmpl | Varriount | 2014-11-02 | 1 | -4/+3 |
* | | | Update nsis.tmpl | Varriount | 2014-11-02 | 1 | -0/+1 |
* | | | Merge pull request #1608 from rbehrends/fix-atomics | Andreas Rumpf | 2014-11-01 | 1 | -21/+27 |
|\ \ \ | |||||
| * | | | Various atomics fixes for gcc/clang. | Reimer Behrends | 2014-10-30 | 1 | -21/+27 |
|/ / / | |||||
* | | | Update nsis.tmpl | Varriount | 2014-10-25 | 1 | -0/+2 |
* | | | Merge pull request #1497 from milosn/devel | Varriount | 2014-10-24 | 2 | -8/+29 |
|\ \ \ | |||||
| * | | | Add comment. | Milos Negovanovic | 2014-10-21 | 1 | -1/+2 |
| * | | | Add comment. | Milos Negovanovic | 2014-10-21 | 1 | -0/+1 |
| * | | | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Milos Negovanovic | 2014-10-21 | 45 | -439/+1447 |
| |\ \ \ | |||||
| * | | | | Tweaks for postgres driver (not tested yet). | Milos Negovanovic | 2014-09-26 | 1 | -2/+8 |
| * | | | | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Milos Negovanovic | 2014-09-26 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Milos Negovanovic | 2014-09-23 | 1 | -0/+4 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Milos Negovanovic | 2014-09-19 | 37 | -273/+947 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Preserve nil <-> NULL between Nimrod and database. | Milos Negovanovic | 2014-08-20 | 1 | -5/+18 |
* | | | | | | | | '.emit' pragma produces a trailing newline | Araq | 2014-10-25 | 1 | -0/+1 |
* | | | | | | | | updated news.txt | Araq | 2014-10-22 | 1 | -4/+11 |
* | | | | | | | | fixes #1029 | Araq | 2014-10-22 | 3 | -6/+11 |
* | | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-10-22 | 1 | -2/+8 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Update nsis.tmpl | Varriount | 2014-10-21 | 1 | -2/+8 |
* | | | | | | | | | fixes 'import x as y' regression | Araq | 2014-10-22 | 2 | -2/+3 |
|/ / / / / / / / | |||||
* | | | | / / / | updated readme.md | Araq | 2014-10-20 | 1 | -3/+1 |
| |_|_|_|/ / / |/| | | | | | | |||||
* | | | | | | | 2nd attempt to fix tryRecv | Araq | 2014-10-20 | 1 | -1/+1 |
* | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-10-20 | 2 | -2/+12 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge pull request #1574 from trustable-code/PR3 | Andreas Rumpf | 2014-10-20 | 2 | -2/+12 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Added test case | Simon Krauter | 2014-10-15 | 1 | -0/+8 |
| | * | | | | | | | Compare fileIndexes instead of file names | Simon Krauter | 2014-10-15 | 1 | -1/+1 |
| | * | | | | | | | Do not allow self import | Simon Krauter | 2014-10-14 | 1 | -2/+4 |
* | | | | | | | | | 'koch install' works again | Araq | 2014-10-20 | 2 | -2/+2 |
* | | | | | | | | | much better quote for the frontpage | Araq | 2014-10-20 | 1 | -3/+4 |
|/ / / / / / / / | |||||
* | | | | | | | | fixes tryRecv | Araq | 2014-10-20 | 1 | -3/+4 |
* | | | | | | | | disable 'view source' feature | Araq | 2014-10-20 | 4 | -6/+10 |
* | | | | | | | | default to warnGcUnsafe for threads:on | Araq | 2014-10-19 | 1 | -1/+3 |
* | | | | | | | | Merge pull request #1573 from trustable-code/PR1 | Andreas Rumpf | 2014-10-19 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fixed missing color definion in docs CSS | Simon Krauter | 2014-10-14 | 1 | -0/+5 |
| |/ / / / / / / | |||||
* | | | | | | | | documentation improvements | Araq | 2014-10-19 | 3 | -16/+11 |
* | | | | | | | | minor updates to koch.nim | Araq | 2014-10-19 | 1 | -2/+2 |
* | | | | | | | | website updates for 0.9.6 | Araq | 2014-10-19 | 7 | -131/+45 |