| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
existing code
|
|
|
|
|
|
|
|
| |
* Fix int literals and range interaction
* Fix test
* remove float range fix; update changelog
|
| |
|
|
|
|
|
|
|
|
|
| |
* Tighten the conversion from tyRange to scalar types.
Introduce the `isIntConv` rule for unsigned types.
Do not allow mixed-signedness conversions between ranges and scalar types.
* More json adjustments
|
|
* merge magics
* merge metatype tests
* merge method tests
* merge objects tests
* change `import future` to `import sugar`
Nim in Action tests are left with `import future`, to ensure compatibility.
* merge overload tests
* merge proc tests
* merge procvar tests
* merge range tests
* merge seq tests
* merge sets tests
* remove wrong assert from `tsets3`
* fix `jsTests`
* better fix
|