Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo: nonexistant => nonexistent (#17918) | Timothee Cour | 2021-05-02 | 1 | -2/+2 |
| | | | | | * typo: nonexistant => nonexistent * fix test (ordering differs because of https://github.com/nim-lang/Nim/issues/17910) | ||||
* | misc fixes: remove `forceConst` (obsolete by static), add more ↵ | Timothee Cour | 2021-05-01 | 1 | -12/+2 |
| | | | | | | | | | | | | | runnableExamples to system (#17896) * misc fixes * add runnableExamples for compileOption * add runnableExamples for runnableExamples * move tconsteval => tconst * cleanup | ||||
* | [backport => 1.0] fix #16428 vmops now works for generic procs (#16429) | Timothee Cour | 2020-12-22 | 1 | -0/+4 |
| | | | | | * fix #16428 vmops now works for generic procs * remove duplication | ||||
* | 32 bit fixes (#10608) | Arne Döring | 2019-02-13 | 1 | -0/+5 |
| | |||||
* | add `getCurrentCompilerExe` to vmops (eg allows to get nim compiler at CT); ↵ | Timothee Cour | 2018-12-18 | 1 | -0/+47 |
add tests for vmops (#9925) |