| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #8966 from LemonBoy/fix-8964 | Andreas Rumpf | 2018-09-14 | 1 | -5/+7 |
|\ |
|
| * | Fix hashing for codegenProc (sic) types | LemonBoy | 2018-09-14 | 1 | -5/+7 |
* | | fixes #8883 | Araq | 2018-09-14 | 1 | -3/+7 |
|/ |
|
* | Correctly hash inferred types (#8286) | LemonBoy | 2018-07-12 | 1 | -1/+1 |
* | Don't blow up with recursive objects | LemonBoy | 2018-06-22 | 1 | -4/+3 |
* | Discriminate gensym'd type names in sigHash | LemonBoy | 2018-06-22 | 1 | -2/+4 |
* | fix #7653 | Zahary Karadjov | 2018-06-10 | 1 | -10/+15 |
* | Support code hot reloading for JavaScript projects (#7362) | zah | 2018-04-13 | 1 | -1/+30 |
* | fixes #7364 | Araq | 2018-03-19 | 1 | -1/+1 |
* | fixes #6889 | Andreas Rumpf | 2017-12-08 | 1 | -0/+3 |
* | fixes another sighashes problem | Araq | 2017-12-08 | 1 | -5/+17 |
* | deprecated unary '<' | Andreas Rumpf | 2017-10-29 | 1 | -3/+3 |
* | some work to make 'opt' a first class type | Andreas Rumpf | 2017-09-24 | 1 | -1/+1 |
* | fix compilation regression in alea | Zahary Karadjov | 2017-04-16 | 1 | -11/+1 |
* | fixes #5218 | Andreas Rumpf | 2017-01-16 | 1 | -1/+1 |
* | happy new year | Araq | 2017-01-07 | 1 | -1/+1 |
* | make nimforum compile again | Araq | 2016-12-31 | 1 | -1/+4 |
* | fixes #5147 | Araq | 2016-12-30 | 1 | -7/+25 |
* | fixes #5135 | Andreas Rumpf | 2016-12-21 | 1 | -0/+5 |
* | bugfix: aporia compiles again | Araq | 2016-12-20 | 1 | -0/+1 |
* | sighashes: multi-methods should work now | Andreas Rumpf | 2016-12-13 | 1 | -0/+2 |
* | sighashes: do not use the ID mechanism at all | Araq | 2016-12-13 | 1 | -0/+13 |
* | make tsigbreak.nim compile | Andreas Rumpf | 2016-12-12 | 1 | -3/+2 |
* | tgettypeinst works again; fixes an infinite recursion in signature hashing | Andreas Rumpf | 2016-12-06 | 1 | -3/+3 |
* | re-enable object name generation for less dependence on IDs | Araq | 2016-12-05 | 1 | -0/+9 |
* | more fixes | Araq | 2016-12-03 | 1 | -1/+7 |
* | more tests work | Araq | 2016-12-02 | 1 | -1/+1 |
* | more fixes | Araq | 2016-12-02 | 1 | -0/+8 |
* | further progress; more tests are green | Araq | 2016-11-28 | 1 | -17/+12 |
* | further progress | Araq | 2016-11-28 | 1 | -4/+8 |
* | attempt to fix things | Andreas Rumpf | 2016-11-23 | 1 | -1/+5 |
* | the compiler uses tyAlias internally; tester compiles again | Araq | 2016-11-16 | 1 | -3/+6 |
* | removed tyArrayConstr completely from the compiler; introduced tyAlias instea... | Araq | 2016-11-14 | 1 | -1/+1 |
* | bootstrapping works again | Araq | 2016-11-12 | 1 | -5/+18 |
* | signature hashing: more progress | Araq | 2016-11-11 | 1 | -27/+56 |
* | use a full MD5 hash with no collision detection for proc names | Araq | 2016-11-08 | 1 | -14/+88 |
* | C codegen: first version of signature hashing for better incremental builds | Araq | 2016-11-08 | 1 | -0/+137 |