Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1407 from jfhg/devel | Varriount | 2014-07-24 | 1 | -2/+2 |
|\ | |||||
| * | fix build on DragonFly BSD and FreeBSD | jfhg | 2014-07-23 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #1399 from flaviut/patch-1 | Andreas Rumpf | 2014-07-23 | 1 | -3/+3 |
|\ | |||||
| * | Fix #1392 | Flaviu Tamas | 2014-07-22 | 1 | -3/+3 |
|/ | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-07-22 | 11 | -128/+549 |
|\ | |||||
| * | Merge pull request #1381 from gradha/pr_links_echo_variants | Andreas Rumpf | 2014-07-22 | 2 | -8/+14 |
| |\ | |||||
| | * | Hyperlinks echo variants with noSideEffect pragma. Refs #1379. | Grzegorz Adam Hankiewicz | 2014-07-19 | 2 | -8/+14 |
| * | | Merge pull request #1382 from sjakobi/patch-1 | Andreas Rumpf | 2014-07-22 | 1 | -1/+0 |
| |\ \ | |||||
| | * | | Remove unnecessary import | Simon Jakobi | 2014-07-19 | 1 | -1/+0 |
| * | | | Merge pull request #1396 from PavelVozenilek/patch-5 | Andreas Rumpf | 2014-07-22 | 1 | -4/+4 |
| |\ \ \ | |||||
| | * | | | 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 |
| |\ \ \ \ \ |