| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix root cause of https://github.com/dom96/choosenim/issues/193; config/confi... | Andreas Rumpf | 2020-05-08 | 1 | -3/+2 |
|\ |
|
| * | fix root cause of https://github.com/dom96/choosenim/issues/193; config/confi... | Timothee Cour | 2020-05-07 | 1 | -3/+2 |
* | | fix https://github.com/nim-lang/Nim/issues/14275 querySetting(nimcacheDir) wo... | Timothee Cour | 2020-05-08 | 1 | -1/+1 |
* | | make `from` an operator (#14241) | hlaaftana | 2020-05-08 | 3 | -5/+7 |
|/ |
|
* | fix #14243 (#14257) | cooldome | 2020-05-07 | 1 | -5/+9 |
* | Fix the DFA for "unstructured controlflow" (#14263) | Clyybber | 2020-05-07 | 2 | -80/+117 |
* | fix #14236 (#14250) | cooldome | 2020-05-07 | 1 | -3/+3 |
* | fixes #14244 (#14248) | cooldome | 2020-05-06 | 1 | -6/+6 |
* | added a new feature: --cc:env so that you can use any C compiler as long as i... | Andreas Rumpf | 2020-05-06 | 2 | -13/+27 |
* | cleanup the CC setting, only leave in there what is at least semi-officially ... | Andreas Rumpf | 2020-05-06 | 2 | -122/+2 |
* | fix js stacktraces, unify all file,line,col formatting into a single function... | Timothee Cour | 2020-05-05 | 2 | -31/+38 |
* | fixes #14209 [backport:1.2] (#14213) | Andreas Rumpf | 2020-05-05 | 2 | -0/+31 |
* | vcc fix (#14222) | cooldome | 2020-05-04 | 1 | -1/+1 |
* | fix https://github.com/timotheecour/Nim/issues/152: avoid writing spurious `^... | Timothee Cour | 2020-05-04 | 2 | -6/+3 |
* | `echo cmd | nim r - -arg1 -arg2` now works (#14210) | Timothee Cour | 2020-05-04 | 1 | -1/+1 |
* | destructors: don't produce stupid code for 'cast' (#14208) [backport:1.2] | Andreas Rumpf | 2020-05-04 | 2 | -4/+8 |
* | fixes #14136 (#14198) | Andreas Rumpf | 2020-05-03 | 1 | -3/+5 |
* | improve the 'has to be discarded' error message | Araq | 2020-05-02 | 1 | -2/+2 |
* | fixes #14159 [backport:1.2] | Araq | 2020-05-02 | 1 | -1/+3 |
* | fixes #14177 | Araq | 2020-05-02 | 1 | -2/+3 |
* | fixes a bug encountered when running 'nim check posix_haiku.nim' | Araq | 2020-05-02 | 1 | -1/+1 |
* | Make unreachable else in case statements a warning instead of an error (#14190) | Clyybber | 2020-05-02 | 3 | -4/+5 |
* | Make ./koch temp --gc:arc work (#14186) | Clyybber | 2020-05-01 | 8 | -11/+26 |
* | arc: do not unload globals when building a library [backport:1.2] (#14180) | Andreas Rumpf | 2020-05-01 | 1 | -2/+3 |
* | fixes #13986 [backport:1.2] (#14173) | Andreas Rumpf | 2020-04-30 | 1 | -1/+7 |
* | Fix #14160 (#14161) | Clyybber | 2020-04-30 | 1 | -1/+7 |
* | fixes another silly arc/orc bug [backport:1.2] | Araq | 2020-04-29 | 1 | -0/+1 |
* | fixes #14079 [backport:1.2] (#14163) | Andreas Rumpf | 2020-04-29 | 3 | -4/+5 |
* | many bugfixes for js (#14158) | hlaaftana | 2020-04-29 | 1 | -30/+90 |
* | Fix negative indexed arrays for JS, refs #13966 (#14152) | hlaaftana | 2020-04-29 | 1 | -4/+4 |
* | parseEnum_regression (#14150) | cooldome | 2020-04-28 | 1 | -0/+2 |
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 7 | -14/+14 |
* | fixes a critical =trace generation bug (see test case) (#14140) | Andreas Rumpf | 2020-04-27 | 2 | -2/+6 |
* | Undefine `paramCount` & `paramStr` in nimscript.nim for *.nims (#12860) | Neelesh Chandola | 2020-04-27 | 1 | -4/+6 |
* | Fix #14066 issue with stringifying incomplete types (#14135) | PMunch | 2020-04-27 | 1 | -13/+27 |
* | `$(a: float)` now works consistently in nim js, avoiding printing floats as i... | Timothee Cour | 2020-04-27 | 1 | -6/+7 |
* | fix #14132 dsymutil should not be called on static libraries (#14133) [backpo... | Timothee Cour | 2020-04-27 | 1 | -6/+6 |
* | fixes #14112, tests for #12892, #12671, #11697 (#14125) | hlaaftana | 2020-04-26 | 1 | -1/+2 |
* | HCR: properly handling complex const objects in the codegen - fixes #13915 (#... | Viktor Kirilov | 2020-04-25 | 1 | -6/+28 |
* | implement (#14114) | cooldome | 2020-04-25 | 1 | -8/+3 |
* | changed type() to typeof() in docs and error messages (#14084) | hlaaftana | 2020-04-24 | 2 | -2/+2 |
* | Make JS not mangle to snake_case (#14086) | hlaaftana | 2020-04-24 | 1 | -5/+1 |
* | CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ... | Timothee Cour | 2020-04-23 | 9 | -18/+58 |
* | new cmd: `nim r main [args...]` to compile & run, saving binary under $nimcac... | Timothee Cour | 2020-04-23 | 3 | -16/+27 |
* | Add LTO support for most compilers and do some VCC fixes (#14013) | Keithcat1 | 2020-04-22 | 1 | -3/+4 |
* | cycle collector (#14071) | Andreas Rumpf | 2020-04-22 | 2 | -4/+5 |
* | fix typo (#14063) | Andy Davidoff | 2020-04-21 | 1 | -1/+1 |
* | cleanup PR #14048 | Araq | 2020-04-21 | 1 | -2/+2 |
* | fixes #14052 [backport:1.2] (#14055) | Andreas Rumpf | 2020-04-21 | 1 | -1/+2 |
* | Replace enum fields idents with syms (#14048) | cooldome | 2020-04-21 | 1 | -1/+9 |