Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #2738 from onionhammer/devel | Dominik Picheta | 2015-05-17 | 1 | -9/+50 | |
|\ \ \ \ | ||||||
| * | | | | Fixed indentation (2 spaces) part 2 | onionhammer | 2015-05-16 | 1 | -1/+1 | |
| * | | | | Fixed indentation (2 spaces) | onionhammer | 2015-05-16 | 1 | -21/+21 | |
| * | | | | Added comment noting improved performance of non-pretty string conversion | onionhammer | 2015-05-16 | 1 | -1/+2 | |
| * | | | | Fixed typo | onionhammer | 2015-05-16 | 1 | -1/+1 | |
| * | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Erik O'Leary | 2015-05-16 | 1 | -2/+1 | |
| |\| | | | ||||||
| * | | | | Improved performance of "$" on jsonnode | Erik O'Leary | 2015-05-15 | 1 | -9/+49 | |
* | | | | | Merge pull request #2732 from Perelandric/fix_miliseconds | Andreas Rumpf | 2015-05-17 | 8 | -33/+38 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fixed 'milliseconds' spelling in code and docs | pdw | 2015-05-15 | 8 | -33/+38 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #2701 from borisvassilev/fill | Dominik Picheta | 2015-05-16 | 1 | -0/+11 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Fill array with same values (was issue #2462) | Boris Vassilev | 2015-05-12 | 1 | -0/+11 | |
| | |_|/ | |/| | | ||||||
* | | | | Update algorithm.nim | apense | 2015-05-14 | 1 | -2/+1 | |
* | | | | Corrected sortedByIt example | apense | 2015-05-14 | 1 | -1/+1 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #2680 from reactormonk/epc | Andreas Rumpf | 2015-05-14 | 1 | -0/+697 | |
|\ \ \ | ||||||
| * \ \ | merged devel into epc | Simon Hafner | 2015-05-08 | 54 | -2229/+814 | |
| |\ \ \ | ||||||
| * | | | | added id for sexp | Simon Hafner | 2015-04-26 | 1 | -0/+3 | |
| * | | | | barebones in nimsuggest for EPC | Simon Hafner | 2015-04-22 | 1 | -12/+12 | |
| * | | | | enabled sexp tests | Simon Hafner | 2015-04-22 | 1 | -6/+6 | |
| * | | | | sexp also accepts cons | Simon Hafner | 2015-04-14 | 1 | -101/+79 | |
| * | | | | renamed sexp | Simon Hafner | 2015-04-14 | 1 | -0/+0 | |
| * | | | | sexp parsing & generation | Simon Hafner | 2015-04-14 | 1 | -0/+716 | |
| | |_|/ | |/| | | ||||||
* | | | | Fix osproc documentation | Jochen Van de Velde | 2015-05-13 | 1 | -12/+12 | |
* | | | | Merge pull request #2705 from borisvassilev/gcddocs | Andreas Rumpf | 2015-05-13 | 1 | -0/+3 | |
|\ \ \ \ | ||||||
| * | | | | Document explicitly the behaviour of math.gcd with float arguments | Boris Vassilev | 2015-05-13 | 1 | -0/+3 | |
| | |_|/ | |/| | | ||||||
* / | | | Fix behavior of os.getFileInfo() for symbolic links. | Reimer Behrends | 2015-05-13 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | Merge pull request #2660 from MrJohz/contains-tables | Andreas Rumpf | 2015-05-08 | 1 | -0/+24 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Add contains proc for tables to allow usage of `in` | Jonathan | 2015-05-05 | 1 | -0/+24 | |
* | | | fixed typo in threadpool.nim | Michael Werner | 2015-05-08 | 1 | -1/+1 | |
* | | | Merge pull request #2622 from def-/times-year | Andreas Rumpf | 2015-05-07 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | Year shouldn't be arbitrarily limited to -10_000 .. 10_000. Instead it's | def | 2015-04-29 | 1 | -2/+2 | |
* | | | | Merge pull request #2627 from msmith491/devel | Varriount | 2015-05-07 | 1 | -7/+13 | |
|\ \ \ \ | ||||||
| * | | | | Add arbitrary char support to the strutils proc. Issue #2626 | msmith491 | 2015-04-30 | 1 | -7/+13 | |
| |/ / / | ||||||
* | | | | Merge pull request #2596 from Nycto/devel | Varriount | 2015-05-07 | 1 | -29/+37 | |
|\ \ \ \ | ||||||
| * | | | | Fix floats in tuples in HashSets | Nycto | 2015-04-24 | 1 | -29/+37 | |
* | | | | | Merge pull request #2537 from jsanjuas/devel | Varriount | 2015-05-07 | 1 | -6/+11 | |
|\ \ \ \ \ | ||||||
| * | | | | | Convert to float before sum | Josep Sanjuas | 2015-04-18 | 1 | -2/+3 | |
| * | | | | | Document toFloat is necessary | Josep Sanjuas | 2015-04-18 | 1 | -0/+1 | |
| * | | | | | Generalize variance to other types | Josep Sanjuas | 2015-04-18 | 1 | -3/+3 | |
| * | | | | | Generalize mean to other types | Josep Sanjuas | 2015-04-12 | 1 | -2/+5 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | fixes isPowerOfTwo returning true on the smallest integer | Koala Zen | 2015-05-06 | 1 | -1/+1 | |
| |_|_|/ |/| | | | ||||||
* | | | | fixes #2625 | Araq | 2015-05-03 | 1 | -4/+7 | |
| |_|/ |/| | | ||||||
* | | | Add warning about recvLineInto being bound to change | def | 2015-04-26 | 1 | -0/+3 | |
* | | | Revert "Introduce FutureVar[T] to make recvLineInto safer." | def | 2015-04-26 | 3 | -74/+20 | |
* | | | fixes regression: overloading by 'var' | Araq | 2015-04-25 | 1 | -128/+128 | |
* | | | marshalling can be done at compile-time | Araq | 2015-04-25 | 2 | -21/+57 | |
* | | | fixes #2517 | Araq | 2015-04-25 | 5 | -1826/+59 | |
* | | | Merge branch 'def--clean-speedup-2' into devel | Dominik Picheta | 2015-04-24 | 5 | -96/+317 | |
|\ \ \ | ||||||
| * | | | Fix asyncdispatch on Windows. | Dominik Picheta | 2015-04-24 | 2 | -112/+111 | |
| * | | | Introduce FutureVar[T] to make recvLineInto safer. | Dominik Picheta | 2015-04-24 | 3 | -20/+74 | |
| * | | | Some small cleanup. | Dominik Picheta | 2015-04-23 | 2 | -8/+7 |