Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #8425 | Araq | 2018-08-04 | 1 | -1/+9 |
| | |||||
* | add sets.pop procedure (analogue to python) (#8383) | skilchen | 2018-07-21 | 1 | -0/+22 |
| | |||||
* | Check the RHS when building a set (#8159) | LemonBoy | 2018-06-30 | 1 | -0/+6 |
| | | | Fixes #2669 | ||||
* | Fix compile time set cardinality (#7558) | Oscar Nihlgård | 2018-04-10 | 1 | -0/+4 |
| | |||||
* | Add counterpart to containsOrIncl for excl (#6360) | superfunc | 2017-09-15 | 1 | -1/+11 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 2 | -209/+209 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | renamed writeln to writeLine in tests | patrick dw | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | fixes #2470, fixes #1354 | Araq | 2015-04-28 | 1 | -15/+155 |
| | |||||
* | Add TSet difference tests | def | 2014-07-15 | 1 | -1/+20 |
| | |||||
* | Fixed TSet proc names to conform with set | Felix Krause | 2014-06-26 | 1 | -11/+11 |
| | |||||
* | Added logical set operations to TSet | Felix Krause | 2014-06-25 | 1 | -0/+81 |
| | |||||
* | Tester now appreciates the test target. Modified 'cmd' in specs. | Dominik Picheta | 2014-04-16 | 1 | -1/+0 |
| | |||||
* | Changed tests and tools to use 'discard' statements instead of 'nil' for ↵ | Clay Sweetser | 2014-02-15 | 1 | -9/+9 |
| | | | | empty blocks. | ||||
* | added tests for set | Simon Hafner | 2014-02-10 | 1 | -0/+12 |
| | |||||
* | moved the tests for TSet to the correct place | Simon Hafner | 2014-02-09 | 1 | -15/+0 |
| | |||||
* | added test specs for the tester | Simon Hafner | 2014-02-01 | 1 | -0/+3 |
| | |||||
* | corrected docs and tests | Simon Hafner | 2014-02-01 | 1 | -13/+9 |
| | |||||
* | sets equivalence | Simon Hafner | 2014-01-31 | 1 | -0/+16 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 2 | -0/+126 |