summary refs log tree commit diff stats
path: root/tests/vm/tarrayboundeval.nim
Commit message (Collapse)AuthorAgeFilesLines
* the parser finally parses 'echo {1,2}' as it shouldAndreas Rumpf2017-09-301-1/+1
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-2/+2
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* fixes constant array indexing bugAraq2014-06-301-1/+9
|
* fixes #1063Araq2014-04-071-0/+23