summary refs log tree commit diff stats
path: root/tests/misc/tsizeof.nim
Commit message (Collapse)AuthorAgeFilesLines
* Add sizeof for arrays of integral types (#8445)cooldome2018-07-301-2/+20
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-10/+10
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Merge pull request #1075 from flaviut/inlinedocsAndreas Rumpf2014-04-091-0/+10
Add some documentations and code examples in system