Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | 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 | |
* | | | | | | Fix #4020; Better handling of templates within concepts | Zahary Karadjov | 2017-06-20 | 4 | -2/+9 | |
* | | | | | | fix #5968 | Zahary Karadjov | 2017-06-20 | 1 | -1/+3 | |
* | | | | | | fix #1082 | Zahary Karadjov | 2017-06-20 | 1 | -2/+4 | |
* | | | | | | fix #1017; fix #3309 | Zahary Karadjov | 2017-06-20 | 2 | -1/+8 | |
* | | | | | | fix #2730; fix #4880 | Zahary Karadjov | 2017-06-20 | 2 | -1/+9 | |
* | | | | | | fix #5017; fix #5893 | Zahary Karadjov | 2017-06-20 | 1 | -1/+3 | |
* | | | | | | fix #5864 | Zahary Karadjov | 2017-06-20 | 1 | -0/+2 | |
* | | | | | | add a useful helper for debugging typeRel problems | Zahary Karadjov | 2017-06-20 | 1 | -4/+26 | |
* | | | | | | Fix #5962 | Zahary Karadjov | 2017-06-20 | 2 | -16/+52 | |
* | | | | | | introduce a pre-processing pass for the concept bodies | Zahary Karadjov | 2017-06-20 | 11 | -60/+98 | |
* | | | | | | fix #5890 | Zahary Karadjov | 2017-06-20 | 1 | -1/+2 | |
* | | | | | | Fixes #5995 | Yuriy Glukhov | 2017-06-18 | 1 | -1/+1 | |
* | | | | | | Ascii character code 127 (DEL) is not printable and must be quoted. (#5984) | Markus F.X.J. Oberhumer | 2017-06-15 | 1 | -1/+1 | |
* | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-06-13 | 6 | -6/+28 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cgen: #undef some more predefined symbols. (#5831) | Markus F.X.J. Oberhumer | 2017-06-13 | 1 | -0/+10 | |
| * | | | | | | fixes #5959 | Araq | 2017-06-09 | 1 | -2/+1 | |
| * | | | | | | fixes tproctypecache_falsepositive.nim test case | Araq | 2017-06-08 | 3 | -3/+11 | |
| * | | | | | | restrict casting for closure. (#5948); fixes #5742 | Parashurama | 2017-06-07 | 1 | -1/+6 | |
* | | | | | | | fixes #5824 | Andreas Rumpf | 2017-06-13 | 1 | -1/+6 | |
|/ / / / / / | ||||||
* | | | | | | fix logical right shift in VM. (#5916) | Parashurama | 2017-06-05 | 1 | -1/+17 | |
* | | | | | | .partial object field names are left unmangled; mangling should be done by th... | Andreas Rumpf | 2017-06-05 | 1 | -1/+1 | |
* | | | | | | first steps to allow easy functors via macros | Andreas Rumpf | 2017-06-04 | 4 | -20/+46 | |
* | | | | | | fixes #5933 | Andreas Rumpf | 2017-06-03 | 1 | -2/+17 | |
* | | | | | | fixes #4139 | Andreas Rumpf | 2017-06-03 | 1 | -8/+15 | |
* | | | | | | review and merge zahary's work (#5849) | zah | 2017-06-03 | 3 | -133/+199 | |
* | | | | | | improved comment satement support in macros (#5904) | Arne Döring | 2017-06-02 | 2 | -1/+2 | |
* | | | | | | fix right shift c codegen bug. (#5919) | Parashurama | 2017-05-31 | 1 | -3/+4 | |
* | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2017-05-31 | 1 | -0/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Creating and setting comment nodes in macros (#5850) | Fredrik Høisæther Rasch | 2017-05-31 | 1 | -0/+2 | |
* | | | | | | | improve confusing error messages for failed overloading resolution when deref... | Araq | 2017-05-31 | 1 | -1/+7 | |
|/ / / / / / | ||||||
* | | | | | | a few tiny cleanups (#5712) | Jacek Sieka | 2017-05-29 | 4 | -30/+12 | |
* | | | | | | Merge pull request #5823 from markus-oberhumer/ascii127-is-not-printable | Varriount | 2017-05-26 | 2 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Ascii character code 127 (DEL) is not printable. | Markus F.X.J. Oberhumer | 2017-05-16 | 2 | -2/+2 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | niminst: add missing nimsuggest tool; small koch.nim cleanup | Araq | 2017-05-17 | 1 | -0/+2 | |
* | | | | | | Merge branch 'araq2' into devel | Araq | 2017-05-17 | 23 | -313/+656 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cleanup of in/out covariance handling | Andreas Rumpf | 2017-05-17 | 5 | -35/+32 | |
| * | | | | | | Merge branch 'zahary' into araq2 | Andreas Rumpf | 2017-05-17 | 14 | -78/+293 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | fix affecting templates with explicit generic params | Zahary Karadjov | 2017-05-13 | 2 | -28/+8 | |
| | * | | | | | | fix tinvalidinout | Zahary Karadjov | 2017-05-13 | 1 | -3/+0 | |
| | * | | | | | | work-around for defining imported types with weak covariance | Zahary Karadjov | 2017-05-13 | 1 | -0/+16 | |
| | * | | | | | | enforce the covariance rules for user-defined generic types | Zahary Karadjov | 2017-05-13 | 5 | -17/+105 | |
| | * | | | | | | covariance for arrays and sequences | Zahary Karadjov | 2017-05-12 | 1 | -12/+40 | |
| | * | | | | | | doh, forgot to add all files in the previous commit | Zahary Karadjov | 2017-05-12 | 4 | -15/+65 | |
| | * | | | | | | support for external types with covariant generic params | Zahary Karadjov | 2017-05-08 | 6 | -3/+34 | |
| | * | | | | | | fix 5756 | Zahary Karadjov | 2017-04-30 | 1 | -1/+1 | |
| | * | | | | | | a simple way to simulate covariance in generic types | Zahary Karadjov | 2017-04-28 | 1 | -1/+6 | |
| | * | | | | | | Allow tyOr,tyAnd and tyNot to be constructed in more contexts | Zahary Karadjov | 2017-04-28 | 2 | -16/+36 | |
| | | |_|_|/ / | | |/| | | | |