summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix #5962Zahary Karadjov2017-06-203-16/+133
* | introduce a pre-processing pass for the concept bodiesZahary Karadjov2017-06-2013-60/+138
* | fix #5890Zahary Karadjov2017-06-201-1/+2
* | Merge branch 'yglukhov-fix-5995' into develAndreas Rumpf2017-06-203-2/+5
|\ \
| * | Merge branch 'fix-5995' of https://github.com/yglukhov/Nim into yglukhov-fix-...Andreas Rumpf2017-06-203-2/+5
|/| |
| * | Fixes #5995Yuriy Glukhov2017-06-183-2/+5
* | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-06-191-1/+1
|\ \ \
| * \ \ Merge pull request #5998 from TiberiumN/patch-2Dominik Picheta2017-06-171-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Update times.nimDaniil Yarancev2017-06-181-1/+1
| |/ /
* / / fixes withRegion for --gc:stackAndreas Rumpf2017-06-192-2/+1
|/ /
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-06-1615-43/+172
|\ \
| * | Add sgn() function to the math module (#5971)John Novak2017-06-151-0/+25
| * | Ascii character code 127 (DEL) is not printable and must be quoted. (#5984)Markus F.X.J. Oberhumer2017-06-156-9/+9
| * | Merge pull request #5982 from daneb/develDominik Picheta2017-06-141-1/+2
| |\ \
| | * | Minor formattingdaneb2017-06-131-1/+1
| | * | Working example to resolve #5863daneb2017-06-131-1/+2
| |/ /
| * | Merge pull request #5981 from ftsf/patch-1Dominik Picheta2017-06-131-1/+2
| |\ \
| | * | Create system.nimimpbox2017-06-131-1/+2
| |/ /
| * | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-06-1317-43/+218
| |\ \
| | * \ Merge pull request #5941 from tulayang/develVarriount2017-06-131-1/+1
| | |\ \
| | | * | Update asynchttpserver.nimwt2017-06-061-1/+1
| | | * | Fix bad tail for status responsewt2017-06-051-1/+1
| | * | | cgen: #undef some more predefined symbols. (#5831)Markus F.X.J. Oberhumer2017-06-131-0/+10
| | * | | Merge pull request #5952 from Parashurama/fix_parseoptVarriount2017-06-133-30/+117
| | |\ \ \
| | | * | | fixes parseopt/parseopt2 custom cmdline args.Parashurama2017-06-063-30/+117
| | | |/ /
| * | | | fixes #5824Andreas Rumpf2017-06-131-1/+6
* | | | | added logic to the M&S GC to detect logical leaksAraq2017-06-162-0/+62
| |/ / / |/| | |
* | | | fixes #5959Araq2017-06-091-2/+1
* | | | fixes #5969Araq2017-06-091-3/+8
* | | | make tests green againAraq2017-06-092-2/+2
* | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-06-081-1/+10
|\ \ \ \
| * | | | support libgo from GCC 6.3 (#5964)Ștefan Talpalaru2017-06-081-1/+10
* | | | | fixes tproctypecache_falsepositive.nim test caseAraq2017-06-084-3/+28
* | | | | added koch xtemp command for easier compiler developmentAraq2017-06-081-0/+12
|/ / / /
* / / / restrict casting for closure. (#5948); fixes #5742Parashurama2017-06-072-1/+29
|/ / /
* | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-06-065-4/+43
|\ \ \
| * | | fix logical right shift in VM. (#5916)Parashurama2017-06-052-1/+19
| * | | fix countProcessors error return value. (#5942)Parashurama2017-06-051-1/+1
| * | | fix orderedtable enlarge proc. (#5937)Parashurama2017-06-052-2/+23
* | | | fixes a long standing string steams bug that caused lexbase to misbehaveAndreas Rumpf2017-06-061-0/+4
|/ / /
* / / .partial object field names are left unmangled; mangling should be done by th...Andreas Rumpf2017-06-052-3/+3
|/ /
* | first steps to allow easy functors via macrosAndreas Rumpf2017-06-045-20/+65
* | fixes #5933Andreas Rumpf2017-06-032-2/+68
* | fixes #4139Andreas Rumpf2017-06-031-8/+15
* | review and merge zahary's work (#5849)zah2017-06-037-191/+312
* | improved comment satement support in macros (#5904)Arne Döring2017-06-024-20/+29
* | fix right shift c codegen bug. (#5919)Parashurama2017-05-312-3/+22
* | Fix #5920 (#5922)Eugene Kabanov2017-05-311-1/+11
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-05-313-2/+12
|\ \
| * | Creating and setting comment nodes in macros (#5850)Fredrik Høisæther Rasch2017-05-313-2/+12