summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | Add list comprehensions to future moduledef2014-08-031-0/+53
| * | | | | | | | | | | Merge pull request #1553 from gradha/pr_json_module_improvementsAndreas Rumpf2014-11-031-91/+540
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Hides TJsonError, it wasn't being used.Grzegorz Adam Hankiewicz2014-10-041-1/+1
| | * | | | | | | | | | | Documents json module.Grzegorz Adam Hankiewicz2014-10-041-90/+539
| * | | | | | | | | | | | Merge pull request #1448 from def-/posix-mathAndreas Rumpf2014-11-033-53/+113
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Move fenv to its own moduledef2014-08-222-54/+113
| | * | | | | | | | | | | | Move floating point rounding and exceptions handling to mathdef2014-08-062-45/+43
| | * | | | | | | | | | | | Add -lm for fesetround and fegetrounddef2014-08-051-0/+3
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #1565 from gradha/pr_supports_nnkPostfix_stringificationAndreas Rumpf2014-11-031-1/+5
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Adds stringification support for nnkPostfix nodes.Grzegorz Adam Hankiewicz2014-10-111-1/+5
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | only produce the link to the docs if they are installedAraq2014-11-032-6/+1
| * | | | | | | | | | | | Update nsis.tmplVarriount2014-11-021-4/+3
| * | | | | | | | | | | | Update nsis.tmplVarriount2014-11-021-0/+1
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge pull request #1608 from rbehrends/fix-atomicsAndreas Rumpf2014-11-011-21/+27
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| | * | | | | | | | | | Various atomics fixes for gcc/clang.Reimer Behrends2014-10-301-21/+27
| |/ / / / / / / / / /
| * | | | | | | | | | Update nsis.tmplVarriount2014-10-251-0/+2
| * | | | | | | | | | Merge pull request #1497 from milosn/develVarriount2014-10-242-8/+29
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Add comment.Milos Negovanovic2014-10-211-1/+2
| | * | | | | | | | | | Add comment.Milos Negovanovic2014-10-211-0/+1
| | * | | | | | | | | | Merge branch 'devel' of github.com:Araq/Nimrod into develMilos Negovanovic2014-10-2145-439/+1447
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Tweaks for postgres driver (not tested yet).Milos Negovanovic2014-09-261-2/+8
| | * | | | | | | | | | | Merge branch 'devel' of github.com:Araq/Nimrod into develMilos Negovanovic2014-09-261-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'devel' of github.com:Araq/Nimrod into develMilos Negovanovic2014-09-231-0/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'devel' of github.com:Araq/Nimrod into develMilos Negovanovic2014-09-1937-273/+947
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Preserve nil <-> NULL between Nimrod and database.Milos Negovanovic2014-08-201-5/+18
* | | | | | | | | | | | | | | | added threadpool and cpuinfo to the docgenAraq2014-11-032-0/+2
* | | | | | | | | | | | | | | | actors module is deprecatedAraq2014-11-031-3/+5
* | | | | | | | | | | | | | | | better effect inferenceAraq2014-11-022-9/+18
* | | | | | | | | | | | | | | | minor changes to the threading docsAraq2014-11-012-10/+12
* | | | | | | | | | | | | | | | Nimrod -> NimAraq2014-10-311-5/+5
| |_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreakAraq2014-10-313-4/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #1605 from flaviut/patch-1Andreas Rumpf2014-10-303-4/+34
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | re module returns nil on failed capturesFlaviu Tamas2014-10-292-3/+15
| | * | | | | | | | | | | | | | Modify pegs.nim such that no match will return nilFlaviu Tamas2014-10-292-1/+19
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | updated the testAraq2014-10-313-0/+16
* | | | | | | | | | | | | | | fixes #1595Araq2014-10-311-5/+16
* | | | | | | | | | | | | | | minor bugfix for notFoundErrorAraq2014-10-301-2/+2
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | docgen works on linuxAraq2014-10-272-5/+7
* | | | | | | | | | | | | | implements #78Araq2014-10-266-4/+20
* | | | | | | | | | | | | | nicer error messages (untested)Araq2014-10-269-49/+81
* | | | | | | | | | | | | | implements #1588Araq2014-10-263-1/+10
| |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | introduced 'benign' pragmaAraq2014-10-2514-117/+125
* | | | | | | | | | | | | Merge branch 'devel' into bigbreakAraq2014-10-251-0/+1
|\| | | | | | | | | | | |
| * | | | | | | | | | | | '.emit' pragma produces a trailing newlineAraq2014-10-251-0/+1
* | | | | | | | | | | | | Merge pull request #1587 from Varriount/fix-1583Varriount2014-10-241-8/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fixes #1583Clay Sweetser2014-10-241-8/+10
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #1586 from boydgreenfield/bigbreakVarriount2014-10-231-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | / / / | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| * | | | | | | | | | | Add nimblepath so Nim can find Nimble-installed packages out-of-the-boxNick Greenfield2014-10-231-0/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'devel' into bigbreakAraq2014-10-237-27/+35
|\| | | | | | | | | |
| * | | | | | | | | | updated news.txtAraq2014-10-221-4/+11