Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | fixes #6234 | Andreas Rumpf | 2017-08-11 | 1 | -0/+22 | |
* | | reorder pass: consider the 'using' statement; disabled debug output | Andreas Rumpf | 2017-08-11 | 1 | -4/+8 | |
* | | Introduce first class support for Android (#5772) | Fredrik Høisæther Rasch | 2017-08-06 | 2 | -2/+6 | |
* | | Removed platform-specific arithm test cases (#6189) | Fredrik Høisæther Rasch | 2017-08-06 | 1 | -11/+11 | |
* | | disable tboehmdeepcopy for Windows as we don't have a version of Boehm GC on ... | Araq | 2017-08-04 | 1 | -0/+1 | |
* | | fixes #6016 union alias trigger bad codegen (#6117) | andri lim | 2017-08-03 | 5 | -141/+175 | |
* | | Vm fix zero extend proc ze/ze64 && toU32/toU16/toU8 (#5988) | Parashurama | 2017-08-03 | 1 | -0/+44 | |
* | | Channels can now block depending on maxItems (#6153) | Yuriy Glukhov | 2017-07-31 | 1 | -0/+37 | |
* | | Fixed NimTypeKind enum, added missing values. (#6157) | Yuriy Glukhov | 2017-07-30 | 1 | -0/+7 | |
* | | distinguish between 'reorder' and 'noforward' | Andreas Rumpf | 2017-07-26 | 1 | -0/+42 | |
* | | Added codeRepr and dumpCode to the macros module. (#5778) | PMunch | 2017-07-26 | 1 | -0/+25 | |
* | | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 137 | -418/+390 | |
|/ | ||||||
* | closures have an object type field so that we can perform correct deepCopy() ... | Andreas Rumpf | 2017-07-22 | 1 | -0/+17 | |
* | make tests green again | Araq | 2017-07-20 | 1 | -5/+2 | |
* | fixes #5871 | Andreas Rumpf | 2017-07-20 | 1 | -3/+14 | |
* | fixes #5892 | Araq | 2017-07-17 | 1 | -0/+19 | |
* | fixes #4763 | Araq | 2017-07-17 | 1 | -0/+32 | |
* | Lineinfo change (#6084) | Arne Döring | 2017-07-17 | 4 | -4/+4 | |
* | fixes #5986 js backend failed to compile try ... except new syntax (#6116) | andri lim | 2017-07-17 | 1 | -0/+13 | |
* | fixes #6049 add mixin release, acquire to withLock (#6113) | andri lim | 2017-07-16 | 2 | -0/+21 | |
* | Fixes #5738 (#6059) | Yuriy Glukhov | 2017-07-15 | 2 | -0/+66 | |
* | Merge pull request #5938 from zielmicha/futures | Dominik Picheta | 2017-07-14 | 2 | -0/+21 | |
|\ | ||||||
| * | Future: support for multiple callbacks | Michał Zieliński | 2017-07-05 | 1 | -0/+20 | |
| * | asyncdispatch: split asyncfutures into its own module | Michał Zieliński | 2017-07-05 | 1 | -0/+1 | |
* | | fixes #6046 parsecfg failed to parse negative int (#6097) | andri lim | 2017-07-14 | 1 | -0/+23 | |
* | | newLit emty seq fix (#6091) | Arne Döring | 2017-07-13 | 1 | -0/+9 | |
* | | Merge pull request #6047 from euantorano/patch-1 | Dominik Picheta | 2017-07-11 | 1 | -0/+54 | |
|\ \ | ||||||
| * | | Update test header | Euan T | 2017-07-10 | 1 | -1/+1 | |
| * | | Adding test for recvline | Euan Torano | 2017-07-09 | 1 | -0/+54 | |
| |/ | ||||||
* | | fixes anon procs created by macros | Andreas Rumpf | 2017-07-11 | 1 | -1/+32 | |
* | | fixes a JS codegen regression | Andreas Rumpf | 2017-07-10 | 1 | -0/+18 | |
* | | fixes #5608 | Andreas Rumpf | 2017-07-09 | 1 | -0/+43 | |
|/ | ||||||
* | fixes #6035 | Araq | 2017-06-30 | 1 | -1/+19 | |
* | fixes #5517 | Andreas Rumpf | 2017-06-30 | 1 | -0/+15 | |
* | closes #5379 | Andreas Rumpf | 2017-06-29 | 1 | -1/+9 | |
* | fixes #5974 | Andreas Rumpf | 2017-06-29 | 1 | -1/+12 | |
* | fixes #4703 | Andreas Rumpf | 2017-06-29 | 1 | -0/+24 | |
* | One more attempt to fix tioselectors.nim test (#6020) | Eugene Kabanov | 2017-06-27 | 1 | -4/+8 | |
* | make JS tests green on OSX on my local machine; XXX needs further investigations | Andreas Rumpf | 2017-06-26 | 1 | -1/+4 | |
* | fixes #5966 | Fabian Keller | 2017-06-20 | 1 | -1/+22 | |
* | added test case for #1252 | Fabian Keller | 2017-06-20 | 1 | -0/+12 | |
* | Fix #5084 | Zahary Karadjov | 2017-06-20 | 1 | -0/+61 | |
* | make some tests green again | Zahary Karadjov | 2017-06-20 | 4 | -4/+4 | |
* | Fix #5983 | Zahary Karadjov | 2017-06-20 | 1 | -0/+22 | |
* | Fix #5888 | Zahary Karadjov | 2017-06-20 | 3 | -0/+36 | |
* | Fix #4737 | Zahary Karadjov | 2017-06-20 | 2 | -0/+36 | |
* | Fix #5127 | Zahary Karadjov | 2017-06-20 | 3 | -26/+53 | |
* | Fix #4020; Better handling of templates within concepts | Zahary Karadjov | 2017-06-20 | 1 | -0/+56 | |
* | fix #5968 | Zahary Karadjov | 2017-06-20 | 1 | -0/+20 | |
* | fix #1082 | Zahary Karadjov | 2017-06-20 | 2 | -1/+40 |