Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | makes more tests green | Andreas Rumpf | 2019-09-02 | 1 | -8/+0 |
| | |||||
* | int128 on firstOrd, lastOrd and lengthOrd (#11701) | Arne Döring | 2019-08-07 | 1 | -15/+176 |
| | | | | * fixes #11847 | ||||
* | styleCheck: make the compiler and large parts of the stdlib compatible with ↵ | Araq | 2019-07-10 | 1 | -2/+2 |
| | | | | --styleCheck:error | ||||
* | introduce internal Int128 type, use it to fix case stmt checks (#11652) | Arne Döring | 2019-07-05 | 1 | -0/+516 |
* initial version of int128 * use int128 in case stmt * fixes #11552 |