Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixes #6234 | Andreas Rumpf | 2017-08-11 | 1 | -4/+4 | |
* | reorder pass: consider the 'using' statement; disabled debug output | Andreas Rumpf | 2017-08-11 | 1 | -2/+2 | |
* | type kind is now part of the generated name for types (#6203) | Arne Döring | 2017-08-10 | 1 | -4/+5 | |
* | fix VM intsize for 32bits and smaller targetOS. (#6211) | Parashurama | 2017-08-10 | 1 | -3/+4 | |
* | Introduce first class support for Android (#5772) | Fredrik Høisæther Rasch | 2017-08-06 | 3 | -3/+11 | |
* | codegen: do not produce empty loops; speeds up debug builds tremendously on W... | Araq | 2017-08-04 | 1 | -2/+14 | |
* | Merge pull request #6165 from endragor/no-source-without-git | Dominik Picheta | 2017-08-03 | 1 | -6/+8 | |
|\ | ||||||
| * | Do not generate Source/Edit without git in config | Ruslan Mustakov | 2017-07-31 | 1 | -6/+8 | |
* | | Add mips64 and mips64el CPU platforms (#5866) | James Cowgill | 2017-08-03 | 2 | -3/+6 | |
* | | fixes #6016 union alias trigger bad codegen (#6117) | andri lim | 2017-08-03 | 1 | -0/+1 | |
* | | Vm fix zero extend proc ze/ze64 && toU32/toU16/toU8 (#5988) | Parashurama | 2017-08-03 | 3 | -3/+29 | |
* | | Corrected tuple type to nkPar for unnamed tuples on getType (#6172) | Yuriy Glukhov | 2017-08-03 | 1 | -1/+2 | |
|/ | ||||||
* | distinguish between 'reorder' and 'noforward' | Andreas Rumpf | 2017-07-26 | 4 | -8/+11 | |
* | implemented reordering pass | Andreas Rumpf | 2017-07-25 | 2 | -1/+105 | |
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 3 | -15/+10 | |
* | fixes #6127 | Andreas Rumpf | 2017-07-22 | 1 | -5/+3 | |
* | fixes #499 | Andreas Rumpf | 2017-07-22 | 1 | -1/+1 | |
* | closures have an object type field so that we can perform correct deepCopy() ... | Andreas Rumpf | 2017-07-22 | 4 | -14/+18 | |
* | fixes #6096 | Araq | 2017-07-17 | 1 | -1/+1 | |
* | fixes #5892 | Araq | 2017-07-17 | 1 | -4/+8 | |
* | cleaned up extccomp.nim | Araq | 2017-07-17 | 1 | -10/+0 | |
* | fixes #6118 | Araq | 2017-07-17 | 1 | -4/+6 | |
* | fixes #4763 | Araq | 2017-07-17 | 2 | -11/+20 | |
* | fixes #5989 | Araq | 2017-07-17 | 1 | -2/+2 | |
* | Lineinfo change (#6084) | Arne Döring | 2017-07-17 | 4 | -7/+28 | |
* | fixes anon procs created by macros | Andreas Rumpf | 2017-07-11 | 1 | -1/+3 | |
* | parser enhancement: allow keywords after dots | Andreas Rumpf | 2017-07-11 | 1 | -18/+28 | |
* | fixes a JS codegen regression | Andreas Rumpf | 2017-07-10 | 1 | -3/+23 | |
* | fixes #4898 | Andreas Rumpf | 2017-07-09 | 1 | -3/+10 | |
* | fixes #5608 | Andreas Rumpf | 2017-07-09 | 1 | -0/+4 | |
* | fixes #6037 | Andreas Rumpf | 2017-07-09 | 1 | -1/+8 | |
* | fixes #6067 | Andreas Rumpf | 2017-07-08 | 1 | -1/+2 | |
* | minor code cleanup | Andreas Rumpf | 2017-07-08 | 1 | -7/+1 | |
* | Fixes #6008 (#6068) | Mathijs Saey | 2017-07-08 | 1 | -0/+4 | |
* | bugfix: keep the information of a raw float literal in the AST | Andreas Rumpf | 2017-07-06 | 2 | -6/+7 | |
* | do not crash for #5895 | Andreas Rumpf | 2017-07-06 | 1 | -1/+1 | |
* | fixes #6030 (#6042) | ephja | 2017-07-01 | 1 | -7/+10 | |
* | fixes #6035 | Araq | 2017-06-30 | 2 | -2/+6 | |
* | fixes #5517 | Andreas Rumpf | 2017-06-30 | 1 | -0/+2 | |
* | fixes #5974 | Andreas Rumpf | 2017-06-29 | 1 | -4/+8 | |
* | fixes #5563 | Andreas Rumpf | 2017-06-29 | 1 | -3/+3 | |
* | fixes #4703 | Andreas Rumpf | 2017-06-29 | 1 | -1/+10 | |
* | fixes #5846 | Andreas Rumpf | 2017-06-29 | 1 | -2/+3 | |
* | Fixes #5946 (#6017) | Yuriy Glukhov | 2017-06-26 | 1 | -2/+3 | |
* | JS gen: fixes regression | Andreas Rumpf | 2017-06-26 | 1 | -7/+15 | |
* | Fix #5084 | Zahary Karadjov | 2017-06-20 | 1 | -3/+6 | |
* | Fix #5983 | Zahary Karadjov | 2017-06-20 | 2 | -1/+10 | |
* | Fix #5888 | Zahary Karadjov | 2017-06-20 | 3 | -2/+7 | |
* | Fix #4737 | Zahary Karadjov | 2017-06-20 | 3 | -5/+15 | |
* | Fix #5127 | Zahary Karadjov | 2017-06-20 | 2 | -6/+7 |