Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix #5962 | Zahary Karadjov | 2017-06-20 | 3 | -16/+133 | |
* | | introduce a pre-processing pass for the concept bodies | Zahary Karadjov | 2017-06-20 | 13 | -60/+138 | |
* | | fix #5890 | Zahary Karadjov | 2017-06-20 | 1 | -1/+2 | |
* | | Merge branch 'yglukhov-fix-5995' into devel | Andreas Rumpf | 2017-06-20 | 3 | -2/+5 | |
|\ \ | ||||||
| * | | Merge branch 'fix-5995' of https://github.com/yglukhov/Nim into yglukhov-fix-... | Andreas Rumpf | 2017-06-20 | 3 | -2/+5 | |
|/| | | ||||||
| * | | Fixes #5995 | Yuriy Glukhov | 2017-06-18 | 3 | -2/+5 | |
* | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-06-19 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #5998 from TiberiumN/patch-2 | Dominik Picheta | 2017-06-17 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| | * | | Update times.nim | Daniil Yarancev | 2017-06-18 | 1 | -1/+1 | |
| |/ / | ||||||
* / / | fixes withRegion for --gc:stack | Andreas Rumpf | 2017-06-19 | 2 | -2/+1 | |
|/ / | ||||||
* | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2017-06-16 | 15 | -43/+172 | |
|\ \ | ||||||
| * | | Add sgn() function to the math module (#5971) | John Novak | 2017-06-15 | 1 | -0/+25 | |
| * | | Ascii character code 127 (DEL) is not printable and must be quoted. (#5984) | Markus F.X.J. Oberhumer | 2017-06-15 | 6 | -9/+9 | |
| * | | Merge pull request #5982 from daneb/devel | Dominik Picheta | 2017-06-14 | 1 | -1/+2 | |
| |\ \ | ||||||
| | * | | Minor formatting | daneb | 2017-06-13 | 1 | -1/+1 | |
| | * | | Working example to resolve #5863 | daneb | 2017-06-13 | 1 | -1/+2 | |
| |/ / | ||||||
| * | | Merge pull request #5981 from ftsf/patch-1 | Dominik Picheta | 2017-06-13 | 1 | -1/+2 | |
| |\ \ | ||||||
| | * | | Create system.nim | impbox | 2017-06-13 | 1 | -1/+2 | |
| |/ / | ||||||
| * | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-06-13 | 17 | -43/+218 | |
| |\ \ | ||||||
| | * \ | Merge pull request #5941 from tulayang/devel | Varriount | 2017-06-13 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | | * | | Update asynchttpserver.nim | wt | 2017-06-06 | 1 | -1/+1 | |
| | | * | | Fix bad tail for status response | wt | 2017-06-05 | 1 | -1/+1 | |
| | * | | | cgen: #undef some more predefined symbols. (#5831) | Markus F.X.J. Oberhumer | 2017-06-13 | 1 | -0/+10 | |
| | * | | | Merge pull request #5952 from Parashurama/fix_parseopt | Varriount | 2017-06-13 | 3 | -30/+117 | |
| | |\ \ \ | ||||||
| | | * | | | fixes parseopt/parseopt2 custom cmdline args. | Parashurama | 2017-06-06 | 3 | -30/+117 | |
| | | |/ / | ||||||
| * | | | | fixes #5824 | Andreas Rumpf | 2017-06-13 | 1 | -1/+6 | |
* | | | | | added logic to the M&S GC to detect logical leaks | Araq | 2017-06-16 | 2 | -0/+62 | |
| |/ / / |/| | | | ||||||
* | | | | fixes #5959 | Araq | 2017-06-09 | 1 | -2/+1 | |
* | | | | fixes #5969 | Araq | 2017-06-09 | 1 | -3/+8 | |
* | | | | make tests green again | Araq | 2017-06-09 | 2 | -2/+2 | |
* | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2017-06-08 | 1 | -1/+10 | |
|\ \ \ \ | ||||||
| * | | | | support libgo from GCC 6.3 (#5964) | Ștefan Talpalaru | 2017-06-08 | 1 | -1/+10 | |
* | | | | | fixes tproctypecache_falsepositive.nim test case | Araq | 2017-06-08 | 4 | -3/+28 | |
* | | | | | added koch xtemp command for easier compiler development | Araq | 2017-06-08 | 1 | -0/+12 | |
|/ / / / | ||||||
* / / / | restrict casting for closure. (#5948); fixes #5742 | Parashurama | 2017-06-07 | 2 | -1/+29 | |
|/ / / | ||||||
* | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-06-06 | 5 | -4/+43 | |
|\ \ \ | ||||||
| * | | | fix logical right shift in VM. (#5916) | Parashurama | 2017-06-05 | 2 | -1/+19 | |
| * | | | fix countProcessors error return value. (#5942) | Parashurama | 2017-06-05 | 1 | -1/+1 | |
| * | | | fix orderedtable enlarge proc. (#5937) | Parashurama | 2017-06-05 | 2 | -2/+23 | |
* | | | | fixes a long standing string steams bug that caused lexbase to misbehave | Andreas Rumpf | 2017-06-06 | 1 | -0/+4 | |
|/ / / | ||||||
* / / | .partial object field names are left unmangled; mangling should be done by th... | Andreas Rumpf | 2017-06-05 | 2 | -3/+3 | |
|/ / | ||||||
* | | first steps to allow easy functors via macros | Andreas Rumpf | 2017-06-04 | 5 | -20/+65 | |
* | | fixes #5933 | Andreas Rumpf | 2017-06-03 | 2 | -2/+68 | |
* | | fixes #4139 | Andreas Rumpf | 2017-06-03 | 1 | -8/+15 | |
* | | review and merge zahary's work (#5849) | zah | 2017-06-03 | 7 | -191/+312 | |
* | | improved comment satement support in macros (#5904) | Arne Döring | 2017-06-02 | 4 | -20/+29 | |
* | | fix right shift c codegen bug. (#5919) | Parashurama | 2017-05-31 | 2 | -3/+22 | |
* | | Fix #5920 (#5922) | Eugene Kabanov | 2017-05-31 | 1 | -1/+11 | |
* | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2017-05-31 | 3 | -2/+12 | |
|\ \ | ||||||
| * | | Creating and setting comment nodes in macros (#5850) | Fredrik Høisæther Rasch | 2017-05-31 | 3 | -2/+12 |