Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | fixed the deadlock that happens when stress testing ToFreeQueue | Araq | 2014-11-08 | 1 | -25/+30 | |
|/ / | ||||||
* / | fixes exhaustion bug and missing GC_ref code generation | Araq | 2014-11-07 | 1 | -5/+4 | |
|/ | ||||||
* | broken attempt to fix queue exhaustion | Araq | 2014-11-07 | 1 | -21/+29 | |
* | added module fenv's docs | Araq | 2014-11-04 | 1 | -0/+103 | |
* | Merge branch 'devel' into bigbreak | Araq | 2014-11-03 | 1 | -10/+22 | |
|\ | ||||||
| * | Merge pull request #1620 from trustable-code/PR6 | Andreas Rumpf | 2014-11-03 | 1 | -7/+15 | |
| |\ | ||||||
| | * | Fix terminate() and add kill() | Simon Krauter | 2014-11-02 | 1 | -7/+15 | |
* | | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-11-03 | 2 | -4/+14 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #1569 from idlewan/prettyCC | Andreas Rumpf | 2014-11-03 | 1 | -3/+13 | |
| |\ \ \ | ||||||
| | * | | | Forgot to keep extern pragma for execProcesses | Erwan Ameil | 2014-11-02 | 1 | -1/+2 | |
| | * | | | Use defaut nil callback for execProcesses | Erwan Ameil | 2014-11-02 | 1 | -11/+1 | |
| | * | | | Change empty callback into nil | Erwan Ameil | 2014-11-02 | 1 | -9/+12 | |
| | * | | | Tidy up the prettification of the default verbosity c compilation output | Erwan Ameil | 2014-10-13 | 1 | -19/+19 | |
| | * | | | Prettify compiler output for verbosity=1 | Erwan Ameil | 2014-10-12 | 1 | -3/+19 | |
| * | | | | Merge pull request #1621 from flaviut/fix-oid | Andreas Rumpf | 2014-11-03 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Remove extra trailing zero from oid | Flaviu Tamas | 2014-11-02 | 1 | -1/+1 | |
| * | | | | | Revert "Remove extra trailing zero" | Varriount | 2014-11-01 | 1 | -1/+2 | |
| * | | | | | Remove extra trailing zero | Flaviu Tamas | 2014-11-01 | 1 | -2/+1 | |
* | | | | | | Merge branch 'devel' into bigbreak | Araq | 2014-11-03 | 2 | -1/+57 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | | ||||||
| * | | | | Fix math.nim on windows | Varriount | 2014-11-03 | 1 | -1/+1 | |
| * | | | | 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 | 1 | -11/+0 | |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| | * | | | | | Move fenv to its own module | def | 2014-08-22 | 1 | -54/+0 | |
| | * | | | | | Move floating point rounding and exceptions handling to math | def | 2014-08-06 | 1 | -0/+43 | |
| | | |/ / / | | |/| | | | ||||||
* | | | | | | Modify pegs.nim such that no match will return nil | Flaviu Tamas | 2014-10-29 | 1 | -1/+17 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | docgen works on linux | Araq | 2014-10-27 | 1 | -2/+2 | |
* | | | | | Merge pull request #1566 from onionhammer/bigbreak | Andreas Rumpf | 2014-10-21 | 4 | -8/+8 | |
|\ \ \ \ \ | ||||||
| * | | | | | patched fdset call in osproc | Erik O'Leary | 2014-10-10 | 1 | -1/+1 | |
| * | | | | | Fixed FD_SET casing | Erik O'Leary | 2014-10-10 | 3 | -7/+7 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge branch 'devel' into bigbreak | Araq | 2014-10-13 | 1 | -1/+10 | |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | ||||||
| * | | | fixes recent regression | Araq | 2014-10-11 | 1 | -1/+4 | |
| * | | | minor cleanup for cpuinfo | Araq | 2014-10-11 | 1 | -2/+1 | |
| * | | | fixes #1551 | Araq | 2014-10-11 | 1 | -3/+3 | |
| * | | | Update cpuinfo.nim | Luis Ricardo | 2014-10-07 | 1 | -1/+8 | |
| | |/ | |/| | ||||||
* | | | fixes a race condition that caused '^' to hang | Araq | 2014-10-05 | 1 | -4/+5 | |
* | | | docgen should work again | Araq | 2014-10-05 | 3 | -37/+41 | |
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-10-04 | 1 | -2/+2 | |
|\| | | ||||||
| * | | Fix permissions for createDir() on Unix systems. | Reimer Behrends | 2014-09-22 | 1 | -2/+2 | |
* | | | recursive tuple types are now invalid (breaking change) | Araq | 2014-10-02 | 1 | -0/+2 | |
* | | | s/sock/fd/. Fixes #1487. | Dominik Picheta | 2014-09-27 | 2 | -46/+46 | |
* | | | added $* for subexes | Araq | 2014-09-24 | 1 | -0/+3 | |
* | | | made tests green | Araq | 2014-09-22 | 1 | -2/+2 | |
* | | | made some tests green | Araq | 2014-09-21 | 1 | -3/+4 | |
* | | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-09-19 | 4 | -1/+33 | |
|\ \ \ | ||||||
| * | | | Fixes asyncnet example. | Dominik Picheta | 2014-09-18 | 1 | -1/+2 |