Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | replaced var with let in system.nim | PavelVozenilek | 2014-07-22 | 1 | -4/+4 | |
| | | |_|_|_|_|_|/ / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1394 from PavelVozenilek/patch-2 | Andreas Rumpf | 2014-07-22 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | typo fix | PavelVozenilek | 2014-07-22 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Fixes #1065. | Dominik Picheta | 2014-07-20 | 3 | -10/+348 | |
| * | | | | | | | | Fixes #1219. | Dominik Picheta | 2014-07-19 | 1 | -1/+2 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #1377 from sjakobi/patch-1 | Andreas Rumpf | 2014-07-19 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | sequtils: Correct documentation for keepIf proc | Simon Jakobi | 2014-07-18 | 1 | -1/+1 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1378 from sjakobi/patch-2 | Andreas Rumpf | 2014-07-19 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | sequtils: Complete mapIt documentation example | Simon Jakobi | 2014-07-19 | 1 | -0/+1 | |
| | |/ / / / / / | ||||||
| * / / / / / / | Update nimrod.ini | Varriount | 2014-07-18 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1372 from gradha/pr_strutils_docstrings | Varriount | 2014-07-18 | 1 | -100/+176 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Homogenizes docstrings for strutils module. | Grzegorz Adam Hankiewicz | 2014-07-18 | 1 | -94/+156 | |
| | * | | | | | | Mentions countLines() may return unexpected values. | Grzegorz Adam Hankiewicz | 2014-07-18 | 1 | -6/+20 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1370 from roryokane/patch-1 | Dominik Picheta | 2014-07-17 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix link to roadmap on site home page | Rory O’Kane | 2014-07-17 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | '[]' for crit bit trees doesn't need the 'var' parameter | Araq | 2014-07-22 | 1 | -1/+1 | |
* | | | | | | | fixes subtle interaction between closures and 'yield' | Araq | 2014-07-22 | 1 | -30/+74 | |
* | | | | | | | fixes #1391 | Araq | 2014-07-22 | 1 | -1/+1 | |
* | | | | | | | fixes #1395 | Araq | 2014-07-22 | 1 | -3/+3 | |
|/ / / / / / | ||||||
* | | | | | | added stack overflow prevention | Araq | 2014-07-16 | 4 | -14/+24 | |
* | | | | | | JS compilation works again | Araq | 2014-07-16 | 2 | -3/+2 | |
* | | | | | | tester should work again | Araq | 2014-07-16 | 1 | -4/+1 | |
* | | | | | | parseBiggestFloat is now builtin | Araq | 2014-07-16 | 10 | -96/+310 | |
* | | | | | | Merge pull request #1273 from katlogic/devel | Andreas Rumpf | 2014-07-15 | 6 | -9/+40 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Tests for `$`(float) | katlogic | 2014-06-15 | 3 | -2/+24 | |
| * | | | | | | More human readable `$`(float) | katlogic | 2014-06-15 | 3 | -7/+16 | |
* | | | | | | | Merge pull request #1218 from rbehrends/parsefloat-fix | Andreas Rumpf | 2014-07-15 | 2 | -44/+92 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fixed parsing of float literals. | Reimer Behrends | 2014-05-23 | 2 | -44/+92 | |
* | | | | | | | | Merge pull request #1365 from def-/paramstr-exception | Andreas Rumpf | 2014-07-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Stop paramStr from always throwing an exception | def | 2014-07-15 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-07-15 | 7 | -13/+161 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge pull request #1341 from def-/algorithm-reversed | Andreas Rumpf | 2014-07-15 | 2 | -0/+15 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Update news.txt | def | 2014-07-09 | 1 | -0/+1 | |
| | * | | | | | | | | Fix to included last element in reversed | def | 2014-07-09 | 1 | -2/+2 | |
| | * | | | | | | | | Add reversed proc | def | 2014-07-09 | 1 | -0/+14 | |
| * | | | | | | | | | Merge pull request #1342 from def-/wordwrap-change | Andreas Rumpf | 2014-07-15 | 1 | -1/+7 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Change wordwrap to remove separators at newlines | def | 2014-07-09 | 1 | -1/+7 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #1353 from gradha/pr_paramstr_docstrings | Andreas Rumpf | 2014-07-15 | 1 | -11/+69 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Improves docstring contents and visibility of paramStr and friends. | Grzegorz Adam Hankiewicz | 2014-07-12 | 1 | -11/+69 | |
| | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1360 from def-/complex-missing | Andreas Rumpf | 2014-07-15 | 1 | -0/+39 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Add missing complex arithmetic procs | def | 2014-07-14 | 1 | -0/+39 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #1361 from def-/setdiff | Andreas Rumpf | 2014-07-15 | 2 | -1/+31 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Add TSet difference tests | def | 2014-07-15 | 1 | -1/+20 | |
| | * | | | | | | | | | More effificent TSet difference | def | 2014-07-14 | 1 | -3/+4 | |
| | * | | | | | | | | | Add missing difference and to sets module | def | 2014-07-14 | 1 | -0/+10 | |
| | |/ / / / / / / / | ||||||
* | / / / / / / / / | fixes #1355 | Araq | 2014-07-15 | 1 | -1/+2 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | fixes #1362 | Araq | 2014-07-15 | 1 | -1/+2 | |
* | | | | | | | | | Merge branch 'new_spawn' into devel | Araq | 2014-07-15 | 39 | -7245/+8086 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| * | | | | | | | | c2nim is not part of the compiler anymore | Araq | 2014-06-30 | 20 | -6936/+3 | |
| * | | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-28 | 10 | -65/+403 | |
| |\ \ \ \ \ \ \ \ |