Arne Döring
|
2f557652d4
|
fix operators containing percent for VM usage (#13536)
* fixes #13513
* merge tarithmetics in tarithm
|
2020-03-11 01:01:25 +01:00 |
|
Arne Döring
|
eb42f38088
|
Remove dead magics (#13551)
|
2020-03-03 12:42:43 +01:00 |
|
Clyybber
|
7e747d11c6
|
Cosmetic compiler cleanup (#12718)
* 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
|
2019-11-28 17:13:04 +01:00 |
|
Andreas Rumpf
|
70ea45cdba
|
deprecated unary '<'
|
2017-10-29 08:37:13 +01:00 |
|
Adam Strzelecki
|
d681812465
|
compiler: Trim .nim files trailing whitespace
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
|
2015-09-04 23:03:22 +02:00 |
|
rku
|
47114342c4
|
Removed magics: mEqI64 mLtI64 mLeI64
|
2015-06-10 10:25:36 +03:00 |
|
Araq
|
eaf00dd1fb
|
minor documentation updates
|
2015-02-16 02:56:40 +01:00 |
|