Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support code hot reloading for JavaScript projects (#7362) | zah | 2018-04-13 | 1 | -1/+30 |
| | | | | | | | | | | | | | | | | | | | | | | * Support code hot reloading for JavaScript projects * Add some missing JavaScript symbols and APIs * fix the Travis build * (review changes) remove the js type from the standard library as it doesn't follow NEP-1 * more additions to the DOM module * Follow NEP-1 in jsffi; spell 'hot code reloading' correctly * introduce a jscore module * Document jscore module. * readded js type * Remove the '$' operator that doesn't behave | ||||
* | 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 ↵ | Araq | 2016-11-14 | 1 | -1/+1 |
| | | | | instead in preparation for further bugfixes | ||||
* | 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 |