Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Add test for #1259 | def | 2015-02-04 | 1 | -0/+12 | |
| * | | | | | Add test for #1836 | def | 2015-02-04 | 1 | -0/+17 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2049 from def-/permutations | Andreas Rumpf | 2015-02-04 | 2 | -0/+78 | |
|\ \ \ \ \ | ||||||
| * | | | | | Adapt the tester for permutations | def | 2015-02-02 | 1 | -11/+13 | |
| * | | | | | Add nextPermutation and prevPermutation | def | 2015-02-01 | 2 | -0/+76 | |
| |/ / / / | ||||||
* | | | | | fixes #2057 | Araq | 2015-02-04 | 5 | -19/+47 | |
* | | | | | fixes #2061 | Araq | 2015-02-04 | 1 | -1/+1 | |
* | | | | | Merge pull request #2031 from reactormonk/high-cstring | Andreas Rumpf | 2015-02-04 | 4 | -4/+11 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fixed high(cstring) in vmgen too | Simon Hafner | 2015-02-01 | 1 | -1/+2 | |
| * | | | | | Fixes #2030 | Simon Hafner | 2015-01-29 | 3 | -3/+9 | |
* | | | | | | Merge pull request #2047 from reactormonk/tests-for-497 | Andreas Rumpf | 2015-02-04 | 2 | -0/+22 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | added tests from issue #497 | Simon Hafner | 2015-02-01 | 2 | -0/+22 | |
* | | | | | | | Merge pull request #2027 from dumndummer/patch-1 | Andreas Rumpf | 2015-02-04 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | Changed name 'pred' to 'op' in mapIt template | dumndummer | 2015-02-02 | 1 | -2/+2 | |
| * | | | | | | Update sequtils.nim | dumndummer | 2015-01-28 | 1 | -2/+2 | |
* | | | | | | | fixes stupid regression | Araq | 2015-02-04 | 1 | -1/+1 | |
* | | | | | | | C++ support: codegen generates C++'s references and avoids copies | Araq | 2015-02-04 | 7 | -101/+156 | |
* | | | | | | | better error message for auto-deref | Araq | 2015-02-04 | 1 | -0/+2 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Merge pull request #2055 from dumndummer/patch-4 | reactormonk | 2015-02-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | Update macros.nim | dumndummer | 2015-02-02 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | fixes #1989 | Araq | 2015-02-01 | 2 | -3/+6 | |
* | | | | | slightly better docs for re module | Araq | 2015-02-01 | 1 | -0/+6 | |
| |/ / / |/| | | | ||||||
* | | | | Merge pull request #2037 from def-/fix-lists | Andreas Rumpf | 2015-02-01 | 2 | -4/+51 | |
|\ \ \ \ | ||||||
| * | | | | Fix SinglyLinkedRing in lists module | def | 2015-02-01 | 2 | -4/+51 | |
|/ / / / | ||||||
* | | | | check test result | Araq | 2015-02-01 | 1 | -0/+4 | |
* | | | | fixes #2023 | Araq | 2015-02-01 | 2 | -3/+19 | |
* | | | | Merge pull request #2010 from modk/freebsd-parallel-build | Andreas Rumpf | 2015-02-01 | 2 | -9/+16 | |
|\ \ \ \ | ||||||
| * | | | | FreeBSD-specific code | modk | 2015-01-29 | 1 | -4/+8 | |
| * | | | | Set status to something else than 0 | modk | 2015-01-27 | 1 | -1/+1 | |
| * | | | | Merge with current devel | modk | 2015-01-26 | 2 | -10/+30 | |
| |\ \ \ \ | ||||||
| * | | | | | Fixes parallel build on FreeBSD | modk | 2015-01-26 | 2 | -9/+12 | |
* | | | | | | Merge pull request #2026 from reactormonk/koch-temp-125-exit-code | Andreas Rumpf | 2015-02-01 | 2 | -3/+18 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | added note about creating stacktraces | Simon Hafner | 2015-01-31 | 1 | -0/+3 | |
| * | | | | | | added documentation about koch temp | Simon Hafner | 2015-01-28 | 1 | -0/+10 | |
| * | | | | | | koch temp has 125 exit code for git bisect | Simon Hafner | 2015-01-28 | 1 | -3/+5 | |
* | | | | | | | Merge pull request #2033 from reactormonk/round-in-js | Andreas Rumpf | 2015-02-01 | 2 | -1/+17 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fixes #1959, rounding floats in JS | Simon Hafner | 2015-01-29 | 2 | -1/+17 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #2020 from def-/mitems | reactormonk | 2015-02-01 | 7 | -1/+276 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add tests for mitems | def | 2015-01-29 | 1 | -0/+136 | |
| * | | | | | | | Add items, mitems and mpairs for cstrings | def | 2015-01-28 | 1 | -0/+22 | |
| * | | | | | | | Typo | def | 2015-01-28 | 1 | -1/+1 | |
| * | | | | | | | Add mitems and mpairs where it makes sense | def | 2015-01-28 | 5 | -0/+117 | |
* | | | | | | | | fixes #1988 | Araq | 2015-01-31 | 2 | -5/+22 | |
* | | | | | | | | fixes #2022 | Araq | 2015-01-31 | 3 | -2/+101 | |
* | | | | | | | | fixes #2041 | Araq | 2015-01-31 | 3 | -8/+13 | |
* | | | | | | | | fixes #2039 | Araq | 2015-01-31 | 4 | -6/+30 | |
* | | | | | | | | removed dead code | Araq | 2015-01-30 | 1 | -9/+2 | |
* | | | | | | | | nimsuggest improvements | Araq | 2015-01-30 | 18 | -54/+112 | |
* | | | | | | | | Merge pull request #2036 from def-/fix-irc | reactormonk | 2015-01-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix IRC channel at footer | def | 2015-01-30 | 1 | -1/+1 | |
|/ / / / / / / |