Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CIs: attempt to use csources_v1 (#16282) | Andreas Rumpf | 2021-04-21 | 1 | -2/+2 |
| | | | | | | | | * CIs: attempt to use csources_v1 * also updated the BSDs * also updated azure pipelines * std modules should not itself use the 'std/' import dir... * compiler has to be careful with std/ for v1 booting | ||||
* | remove a temporary variable in int128.nim (#16935) | flywind | 2021-02-04 | 1 | -35/+34 |
| | |||||
* | move tests under the compiler directory to testament (#16096) | flywind | 2020-11-25 | 1 | -187/+0 |
| | |||||
* | Big compiler Cleanup (#14777) | Clyybber | 2020-08-28 | 1 | -3/+3 |
| | |||||
* | fix last remaining warning when building nim (`intVal should be Int128`) + ↵ | Timothee Cour | 2020-04-02 | 1 | -15/+15 |
| | | | | minor cleanups (#13841) | ||||
* | fix bug in int128 (#13403) | Arne Döring | 2020-02-14 | 1 | -3/+86 |
| | |||||
* | fixes #12783 [backport] (#12810) | cooldome | 2019-12-05 | 1 | -6/+3 |
| | | | | | | * fixes #12783 * Trigger build | ||||
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | * Cleanup compiler code base * Unify add calls * Unify len invocations * Unify range operators * Fix oversight * Remove {.procvar.} pragma * initCandidate -> newCandidate where reasonable * Unify safeLen calls | ||||
* | remove two asserts in int128.nim (#12648) [backport] | Miran | 2019-11-15 | 1 | -2/+0 |
| | | | | | | | Before this PR, `tests/misc/tconv.nim` fails when the compiler is compiled without `-d:danger` flag. Bear in mind that even without the asserts, the values outside of a given range are still checked and a meaningful error message (from `compiler/semexprs.nim`) is printed. | ||||
* | fixes #12514 (#12520) [backport] | Arne Döring | 2019-10-27 | 1 | -2/+18 |
| | |||||
* | fix #12332 (#12402) [backport] | Arne Döring | 2019-10-10 | 1 | -1/+10 |
| | |||||
* | fixes #12264 [backport] (#12302) | Andreas Rumpf | 2019-09-30 | 1 | -0/+9 |
| | |||||
* | 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 |