summary refs log tree commit diff stats
path: root/tests/misc/tints.nim
Commit message (Collapse)AuthorAgeFilesLines
* right shift is now by default sign preserving (#11322)Arne Döring2019-05-291-4/+4
| | | | | | | | | | | * 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
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
|
* JS: Corrected shift operators. Made casting between ints behave like C does.Yuriy Glukhov2016-01-221-6/+33
|
* fixes #916Araq2014-11-201-2/+11
|
* prettified re.nim; make some tests greenAraq2014-08-311-1/+1
|
* Merge pull request #1075 from flaviut/inlinedocsAndreas Rumpf2014-04-091-0/+45
Add some documentations and code examples in system