summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #5846Andreas Rumpf2017-06-291-2/+3
* JS codegen: make 'echo' use console.log unless you define -d:nimOldEchoAndreas Rumpf2017-06-281-1/+1
* fixes #6021!Araq2017-06-271-43/+53
* One more attempt to fix tioselectors.nim test (#6020)Eugene Kabanov2017-06-271-4/+8
* Added moveDir (#6015)Yuriy Glukhov2017-06-272-12/+43
* Fixes #5946 (#6017)Yuriy Glukhov2017-06-261-2/+3
* JS gen: fixes regressionAndreas Rumpf2017-06-261-7/+15
* make JS tests green on OSX on my local machine; XXX needs further investigationsAndreas Rumpf2017-06-261-1/+4
* Fix #6010 documenting subtracting time interval (#6012)Euan T2017-06-221-1/+1
* Update pragmas.txt (#6006)Dan2017-06-211-2/+23
* Minor fixes for makefile.tmpldef2017-06-201-2/+2
* Merge pull request #5830 from jcowgill/makefile-indentationDennis Felsing2017-06-201-59/+56
|\
| * makefile.tmpl: fix error handling and cleanupsJames Cowgill2017-05-181-59/+56
* | fixes #5966Fabian Keller2017-06-203-6/+31
* | added test case for #1252Fabian Keller2017-06-201-0/+12
* | Fix #5084Zahary Karadjov2017-06-202-3/+67
* | make some tests green againZahary Karadjov2017-06-204-4/+4
* | Fix #5983Zahary Karadjov2017-06-203-1/+32
* | Fix #5888Zahary Karadjov2017-06-206-2/+43
* | Fix #4737Zahary Karadjov2017-06-205-5/+51
* | Fix #5127Zahary Karadjov2017-06-205-32/+60
* | Fix #4020; Better handling of templates within conceptsZahary Karadjov2017-06-205-2/+65
* | fix #5968Zahary Karadjov2017-06-202-1/+23
* | fix #1082Zahary Karadjov2017-06-203-3/+44
* | close #1051Zahary Karadjov2017-06-202-10/+46
* | close #3152; closed via f663ca7Zahary Karadjov2017-06-201-0/+4
* | close #3153Zahary Karadjov2017-06-201-1/+24
* | fix #1017; fix #3309Zahary Karadjov2017-06-203-1/+27
* | close #3784Zahary Karadjov2017-06-201-0/+20
* | close #4524Zahary Karadjov2017-06-202-1/+23
* | fix #2730; fix #4880Zahary Karadjov2017-06-203-1/+51
* | fix #5017; fix #5893Zahary Karadjov2017-06-202-1/+29
* | close #5106Zahary Karadjov2017-06-201-0/+61
* | close #5756Zahary Karadjov2017-06-201-0/+30
* | fix #5864Zahary Karadjov2017-06-202-0/+16
* | add a useful helper for debugging typeRel problemsZahary Karadjov2017-06-201-4/+26
* | Fix thardforwardZahary Karadjov2017-06-201-2/+2
* | 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