| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes #15325 (#15340) | Andreas Rumpf | 2020-09-16 | 1 | -1/+2 |
* | allow old styled RTTI for arc/orc (#15331) | Andreas Rumpf | 2020-09-16 | 1 | -3/+2 |
* | borrow checking (#15282) | Andreas Rumpf | 2020-09-09 | 1 | -1/+2 |
* | "for-loop macros" are no longer an experimental feature (#15288) | Miran | 2020-09-08 | 1 | -1/+1 |
* | Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) (#15250) | Jaremy Creechley | 2020-08-31 | 1 | -1/+5 |
* | Big compiler Cleanup (#14777) | Clyybber | 2020-08-28 | 1 | -4/+2 |
* | Fix forward declaration issues in template/macro context (#15091) | Clyybber | 2020-07-29 | 1 | -1/+0 |
* | disable sink inference, only enable it for the stdlib. Reason: better source ... | Andreas Rumpf | 2020-07-28 | 1 | -1/+1 |
* | writing to a location counts as "side effect"; implements https://github.com/... | Andreas Rumpf | 2020-07-25 | 1 | -0/+1 |
* | An optimizer for ARC (#14962) | Andreas Rumpf | 2020-07-15 | 1 | -0/+2 |
* | VM profiler (#14833) | Ico Doornekamp | 2020-07-09 | 1 | -1/+14 |
* | {.deprecated: [existsFile: fileExists].} (#14735) | Timothee Cour | 2020-07-02 | 1 | -1/+1 |
* | Clean out oldast (#14837) | Juan Carlos | 2020-06-30 | 1 | -1/+0 |
* | Deprecated laxStrings for mutating the internal zero terminator on strings an... | Juan Carlos | 2020-06-23 | 1 | -1/+0 |
* | bug fixes with sfMainModule, hints, mainPackageNotes, mainPackageId, hintSucc... | Timothee Cour | 2020-06-04 | 1 | -6/+8 |
* | * honor --errorMax even for tools (eg drnim, nim doc) (#14546) | Timothee Cour | 2020-06-02 | 1 | -0/+8 |
* | fix #6583, fix #14376, index+search now generated for all projects, many bug ... | Timothee Cour | 2020-05-25 | 1 | -3/+5 |
* | change the [Processing] messages into dots (#14418) | Andreas Rumpf | 2020-05-21 | 1 | -0/+1 |
* | fix some issues with --backend (#14363) | Timothee Cour | 2020-05-16 | 1 | -2/+2 |
* | `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d... | Timothee Cour | 2020-05-11 | 1 | -6/+26 |
* | added a new feature: --cc:env so that you can use any C compiler as long as i... | Andreas Rumpf | 2020-05-06 | 1 | -1/+1 |
* | cleanup the CC setting, only leave in there what is at least semi-officially ... | Andreas Rumpf | 2020-05-06 | 1 | -2/+2 |
* | fixes #14112, tests for #12892, #12671, #11697 (#14125) | hlaaftana | 2020-04-26 | 1 | -1/+2 |
* | new cmd: `nim r main [args...]` to compile & run, saving binary under $nimcac... | Timothee Cour | 2020-04-23 | 1 | -7/+9 |
* | remove the nilChecks switch; refs #11570 | Araq | 2020-04-20 | 1 | -3/+3 |
* | add `--experimental:vmopsDanger`; add generic conversion for vmops (#13813) | Timothee Cour | 2020-04-20 | 1 | -0/+1 |
* | Add support for `zig cc` as C compiler. (#13757) | Hessam Mehr | 2020-04-08 | 1 | -1/+1 |
* | new feature: ability to turn specific warnings to errors | Andreas Rumpf | 2020-04-04 | 1 | -0/+1 |
* | sourcemaps for the JS codegen (#7508) | Alexander Ivanov | 2020-04-03 | 1 | -0/+2 |
* | stacktraces can now show custom runtime msgs per frame (#13351) | Timothee Cour | 2020-03-30 | 1 | -2/+4 |
* | '.push raises: []' now also affects proc types (#13776) | Andreas Rumpf | 2020-03-29 | 1 | -0/+1 |
* | bump copyright year to 2020 (#13753) | Miran | 2020-03-25 | 1 | -1/+1 |
* | new feature: --staticBoundChecks:on to enforce static array index checking (#... | Andreas Rumpf | 2020-03-18 | 1 | -2/+2 |
* | fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ... | Timothee Cour | 2020-03-13 | 1 | -0/+8 |
* | catchable defects (#13626) | Andreas Rumpf | 2020-03-12 | 1 | -4/+7 |
* | sink parameter inference for types that have destructors (#13544) | Andreas Rumpf | 2020-03-04 | 1 | -3/+4 |
* | properly handle note override logic/verbosity/config/cmdline using modifiedyN... | Timothee Cour | 2020-02-27 | 1 | -5/+7 |
* | remove isCmdLine; use passCmd1 | Timothee Cour | 2020-02-27 | 1 | -2/+0 |
* | correctly honor cmdline --hint:conf:on/off ; correctly show Conf hints in order | Timothee Cour | 2020-02-27 | 1 | -0/+4 |
* | fix #8312 --hints:off and --warnings:off now honored everywhere (#13489) | Timothee Cour | 2020-02-26 | 1 | -0/+6 |
* | fix #13150 `nim doc --project` now works reliably (#13223) | Timothee Cour | 2020-02-06 | 1 | -0/+19 |
* | make goto based exceptions available for 'nim cpp' (#13244) | Andreas Rumpf | 2020-01-25 | 1 | -0/+1 |
* | VM: allow overriding MaxLoopIterations without rebuilding nim (#13233) | Timothee Cour | 2020-01-23 | 1 | -1/+3 |
* | fixes #12998 nim doc regression (#13117) | Timothee Cour | 2020-01-16 | 1 | -0/+3 |
* | successX now correctly shows html output for `nim doc`, `nim jsondoc`; fix #1... | Timothee Cour | 2020-01-15 | 1 | -2/+0 |
* | make SuccessX show project file + output file (#13043) | Timothee Cour | 2020-01-08 | 1 | -0/+2 |
* | --exception:goto switch for deterministic exception handling (#12977) | Andreas Rumpf | 2020-01-01 | 1 | -1/+7 |
* | fixes #12735 on osx, call dsymutil for debug builds (#12931) | Timothee Cour | 2019-12-21 | 1 | -0/+1 |
* | ARC: cycle detector (#12823) | Andreas Rumpf | 2019-12-17 | 1 | -1/+1 |
* | Path substitution for --out and --outdir (#12796) | genotrance | 2019-12-03 | 1 | -3/+1 |