Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #8916 by fixing typeinfo and marshal. (#9341) | Vindaar | 2018-10-13 | 1 | -0/+13 |
| | | | | | | | | | * fixes #8916 by removing `tyString`, `tySeq`, mod. marshal, typeinfo Need to check in `typeinfo` for nil of the underlying pointer. In marshal don't have to check for nil of seq anymore. * remove reference to string, sequence in `isNil` doc string | ||||
* | Changed JSON stringification to preserve UTF (#6330) | Yuriy Glukhov | 2017-09-15 | 1 | -1/+1 |
| | |||||
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 1 | -1/+1 |
| | |||||
* | close #5757 | Zahary Karadjov | 2017-04-30 | 1 | -1/+23 |
| | |||||
* | Use array encoding for non-UTF-8 strings in marshal. Fixes #4779. | Ruslan Mustakov | 2016-09-16 | 1 | -2/+10 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -1/+1 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | some love for the testsuite; fixed regressions | Araq | 2015-03-01 | 1 | -6/+6 |
| | |||||
* | fixes #1352 | Araq | 2014-12-14 | 1 | -2/+14 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 1 | -0/+65 |