Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #4671 | Andreas Rumpf | 2016-09-13 | 1 | -0/+17 |
| | |||||
* | Add a test case for issue #4675. | Matthew Baulch | 2016-09-03 | 3 | -0/+27 |
| | |||||
* | fixes #4545 | Andreas Rumpf | 2016-08-04 | 1 | -0/+18 |
| | |||||
* | Add regression test for fix for #4475 | Kier Davis | 2016-07-11 | 1 | -0/+6 |
| | |||||
* | Modification to implementation of round() such that it returns a float and ↵ | A. S. Budden | 2016-05-31 | 1 | -1/+1 |
| | | | | | | accepts a places argument (fixes #3473). This also involved moving some functions around to get the hierarchy correct and the documentation for frexp was modified such that it was clear that it can return a float in either the range [-1, -0.5] or [0.5, 1]. | ||||
* | sequtils related changes | Peter Mora | 2015-10-05 | 1 | -1/+1 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 4 | -20/+20 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | fixes regression: overloading by 'var' | Araq | 2015-04-25 | 1 | -1/+9 |
| | |||||
* | fixes #2600 | Araq | 2015-04-25 | 1 | -1/+30 |
| | |||||
* | fixes #2481 | Araq | 2015-04-10 | 1 | -0/+38 |
| | |||||
* | fixes #2397 | Araq | 2015-03-25 | 1 | -0/+4 |
| | |||||
* | disjoint checker is somewhat smarter | Araq | 2015-03-16 | 1 | -0/+81 |
| | |||||
* | fixes #2220; #2219; breaks #2022; for #2022 callsite needs to be used | Araq | 2015-03-10 | 4 | -21/+83 |
| | |||||
* | fixes #2229 | Araq | 2015-03-05 | 1 | -0/+24 |
| | |||||
* | some love for the testsuite; fixed regressions | Araq | 2015-03-01 | 1 | -0/+17 |
| | |||||
* | ordinary parameters can follow a varargs parameter | Araq | 2015-02-12 | 1 | -0/+17 |
| | |||||
* | fixes #1657 | Araq | 2014-11-27 | 1 | -0/+9 |
| | |||||
* | fixes #592 | Araq | 2014-08-19 | 1 | -0/+77 |
| | |||||
* | make some tests red :) (i.e. print failure details while running the tester) | Zahary Karadjov | 2014-03-16 | 1 | -1/+1 |
| | |||||
* | handle arbitrary expressions dependent on static input params in proc signatures | Zahary Karadjov | 2014-03-16 | 1 | -1/+1 |
| | |||||
* | fix #966 | Zahary Karadjov | 2014-03-09 | 1 | -0/+12 |
| | | | | test for ``map`` defined as inline iterator | ||||
* | Changed tests and tools to use 'discard' statements instead of 'nil' for ↵ | Clay Sweetser | 2014-02-15 | 1 | -7/+7 |
| | | | | empty blocks. | ||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 5 | -0/+118 |