Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2274 from reactormonk/warning-for-result | Andreas Rumpf | 2015-03-08 | 1 | -0/+6 |
|\ | | | | | Warning for result | ||||
| * | nimout instead of msg for warnings | Simon Hafner | 2015-03-05 | 1 | -2/+1 |
| | | |||||
| * | Merge branch 'devel' into warning-for-result | Simon Hafner | 2015-03-05 | 114 | -834/+1284 |
| |\ | |||||
| * | | added test for result shadow warning | Simon Hafner | 2015-03-05 | 1 | -0/+7 |
| | | | |||||
* | | | Merge pull request #2239 from Maxdamantus/devel | Andreas Rumpf | 2015-03-07 | 2 | -0/+160 |
|\ \ \ | | | | | | | | | interpret `tuple` as a class and `tuple[]` as the empty tuple, enable syntax for anonymous tuples | ||||
| * | | | add parser combinator test; uses multiple tuples/generics features | Max Zerzouri | 2015-03-07 | 2 | -0/+160 |
| | | | | |||||
* | | | | fixes #1940; code breakage! stricter template evaluation | Araq | 2015-03-07 | 1 | -0/+47 |
| | | | | |||||
* | | | | fixes #794 | Araq | 2015-03-07 | 1 | -0/+10 |
| | | | | |||||
* | | | | Merge pull request #2275 from reactormonk/better-tester-messages | Andreas Rumpf | 2015-03-07 | 1 | -14/+16 |
|\ \ \ \ | | | | | | | | | | | better messages for nimout | ||||
| * | | | | better messages for nimout | Simon Hafner | 2015-03-05 | 1 | -14/+16 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #2282 from reactormonk/disable-nimble-tests | Andreas Rumpf | 2015-03-06 | 1 | -3/+2 |
|\ \ \ \ | |_|/ / |/| | | | fixed a bug in nimble tests - disable for now | ||||
| * | | | fixed a bug in nimble tests - disable for now | Simon Hafner | 2015-03-06 | 1 | -3/+2 |
| |/ / | |||||
* | | | fixes #2229 | Araq | 2015-03-05 | 1 | -0/+24 |
| | | | |||||
* | | | fixes #2250 | Araq | 2015-03-05 | 1 | -0/+80 |
| | | | |||||
* | | | fixes #2252 | Araq | 2015-03-04 | 1 | -0/+8 |
| | | | |||||
* | | | Replaced deprecated repeatStr() with repeat(). | Hans Raaf | 2015-03-04 | 4 | -9/+9 |
| | | | |||||
* | | | Replaced deprecated repeatChar() with repeat() or spaces(). | Hans Raaf | 2015-03-04 | 5 | -7/+7 |
|/ / | |||||
* | | Replaced repeatStr() and repeatChar() with more natural versions. | Hans Raaf | 2015-03-03 | 1 | -2/+8 |
| | | |||||
* | | some love for the testsuite; fixed regressions | Araq | 2015-03-01 | 14 | -42/+111 |
| | | |||||
* | | fixes #2233 | Araq | 2015-02-28 | 1 | -0/+8 |
| | | |||||
* | | fixes #2169 | Araq | 2015-02-28 | 1 | -0/+118 |
| | | |||||
* | | fixes #2216 | Araq | 2015-02-26 | 1 | -0/+27 |
| | | |||||
* | | fixes #2215 | Araq | 2015-02-25 | 1 | -0/+29 |
| | | |||||
* | | tester reports ignored tests and supports 'nimout'; fixes #2211 | Araq | 2015-02-25 | 6 | -9/+46 |
| | | |||||
* | | Allow empty sets in case/of branches. | Hans Raaf | 2015-02-24 | 1 | -0/+24 |
| | | | | | | | | | | | | | | Added support for conditional compilation using 'when' with empty sets and arrays in 'case of' branches. Please enter the commit message for your changes. Lines starting | ||||
* | | Fix unknown symbol in tables mpairs iterator. | Hans Raaf | 2015-02-21 | 1 | -0/+16 |
| | | | | | | | | Fixes an error with mpairs iterator which was introduced with 5fbcf93860. This is used by nimforum thats why I found it. I also added a testcase for the mpairs iterator. | ||||
* | | fixes #2134 | Araq | 2015-02-20 | 1 | -0/+33 |
| | | |||||
* | | fixes #1902 | Araq | 2015-02-20 | 1 | -0/+15 |
| | | |||||
* | | added test case for #2107 | Araq | 2015-02-20 | 1 | -0/+10 |
| | | |||||
* | | Merge pull request #2164 from oderwat/fix-tohex | Andreas Rumpf | 2015-02-19 | 1 | -24/+27 |
|\ \ | | | | | | | Fixing toHex() to not wrap for long lens + Test | ||||
| * | | Added test for toHex(). | Hans Raaf | 2015-02-18 | 1 | -24/+27 |
| | | | |||||
* | | | Merge pull request #2139 from c-blake/devel | Andreas Rumpf | 2015-02-18 | 2 | -2/+10 |
|\ \ \ | |/ / |/| | | Add mgetOrPut to support just one probe chase for the common | ||||
| * | | Add some unit tests for mgetOrPut and hasKeyOrPut. | Charles Blake | 2015-02-17 | 1 | -1/+9 |
| | | | |||||
| * | | Merge ../Nim into devel | Charles Blake | 2015-02-16 | 5 | -6/+6 |
| |\ \ | |||||
| * | | | New probe seq swaps 1st two keys. Fix in compare. | Charles Blake | 2015-02-16 | 1 | -1/+1 |
| | | | | |||||
* | | | | fixes #2125 | Araq | 2015-02-18 | 3 | -5/+74 |
| |/ / |/| | | |||||
* | | | Merge pull request #2140 from FedericoCeratto/devel | Andreas Rumpf | 2015-02-16 | 5 | -6/+6 |
|\ \ \ | |/ / |/| | | Fix some typos | ||||
| * | | Fix typos | Federico Ceratto | 2015-02-15 | 2 | -2/+2 |
| | | | |||||
| * | | Fix typos | Federico Ceratto | 2015-02-15 | 3 | -4/+4 |
| | | | |||||
* | | | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Araq | 2015-02-16 | 5 | -2/+2 |
|\| | | |||||
| * | | Merge pull request #2133 from def-/cleanup | Andreas Rumpf | 2015-02-15 | 3 | -0/+0 |
| |\ \ | | | | | | | | | Cleanup | ||||
| | * | | nimrod.cfg isn't working anymore, rename to nim.cfg | def | 2015-02-15 | 2 | -0/+0 |
| | | | | |||||
| | * | | nimrod -> nim in some filenames | def | 2015-02-14 | 1 | -0/+0 |
| | | | | |||||
| * | | | Merge pull request #2122 from c-blake/devel | Andreas Rumpf | 2015-02-15 | 2 | -2/+2 |
| |\ \ \ | | | | | | | | | | | Update collections/tables.nim as with sets.nim | ||||
| | * | | | Merge ../Nim into devel | Charles Blake | 2015-02-14 | 2 | -0/+20 |
| | |\| | | |||||
| | * | | | New probe seq swaps 1st two keys. Fix in cmp. | Charles Blake | 2015-02-13 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Merge ../Nim into devel; track ttables.nim delete. | Charles Blake | 2015-02-13 | 11 | -604/+177 |
| | |\ \ \ | |||||
| | * | | | | Update a use of initTable to avoid initial enlarge. | Charles Blake | 2015-02-13 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | New probe seq yields a non-bug swap of 1st 2 keys. | Charles Blake | 2015-02-12 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | minor documentation updates | Araq | 2015-02-16 | 1 | -0/+22 |
|/ / / / / |