Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix constant folding for shl/not | LemonBoy | 2018-06-19 | 1 | -0/+58 |
Since the source and destination types are the same the result should be trimmed to fit. |
index : Nim | |
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror) | ahoang <ahoang@tilde.institute> |
summary refs log tree commit diff stats |
Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix constant folding for shl/not | LemonBoy | 2018-06-19 | 1 | -0/+58 |
Since the source and destination types are the same the result should be trimmed to fit. |