summary refs log tree commit diff stats
path: root/tests/misc/tvarnums.nim
Commit message (Collapse)AuthorAgeFilesLines
* right shift is now by default sign preserving (#11322)Arne Döring2019-05-291-2/+2
| | | | | | | | | | | * right shift is now by default sign preserving * fix hashString and semfold * enable arithmetic shift right globally for CI * fix typo * remove xxx * use oldShiftRight as flag * apply feedback * add changelog entry
* require errormsg to be specified before file.Arne Döring2018-12-111-3/+0
|
* make tests green againAraq2017-11-011-1/+1
|
* the parser finally parses 'echo {1,2}' as it shouldAndreas Rumpf2017-09-301-1/+1
|
* renamed writeln to writeLine in testspatrick dw2015-06-191-136/+136
|
* make tests greenAraq2014-08-311-1/+1
|
* Merge pull request #1075 from flaviut/inlinedocsAndreas Rumpf2014-04-091-0/+142
Add some documentations and code examples in system