Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #5846 | Andreas Rumpf | 2017-06-29 | 1 | -2/+3 |
* | JS codegen: make 'echo' use console.log unless you define -d:nimOldEcho | Andreas Rumpf | 2017-06-28 | 1 | -1/+1 |
* | fixes #6021! | Araq | 2017-06-27 | 1 | -43/+53 |
* | One more attempt to fix tioselectors.nim test (#6020) | Eugene Kabanov | 2017-06-27 | 1 | -4/+8 |
* | Added moveDir (#6015) | Yuriy Glukhov | 2017-06-27 | 2 | -12/+43 |
* | Fixes #5946 (#6017) | Yuriy Glukhov | 2017-06-26 | 1 | -2/+3 |
* | JS gen: fixes regression | Andreas Rumpf | 2017-06-26 | 1 | -7/+15 |
* | make JS tests green on OSX on my local machine; XXX needs further investigations | Andreas Rumpf | 2017-06-26 | 1 | -1/+4 |
* | Fix #6010 documenting subtracting time interval (#6012) | Euan T | 2017-06-22 | 1 | -1/+1 |
* | Update pragmas.txt (#6006) | Dan | 2017-06-21 | 1 | -2/+23 |
* | Minor fixes for makefile.tmpl | def | 2017-06-20 | 1 | -2/+2 |
* | Merge pull request #5830 from jcowgill/makefile-indentation | Dennis Felsing | 2017-06-20 | 1 | -59/+56 |
|\ | |||||
| * | makefile.tmpl: fix error handling and cleanups | James Cowgill | 2017-05-18 | 1 | -59/+56 |
* | | fixes #5966 | Fabian Keller | 2017-06-20 | 3 | -6/+31 |
* | | added test case for #1252 | Fabian Keller | 2017-06-20 | 1 | -0/+12 |
* | | Fix #5084 | Zahary Karadjov | 2017-06-20 | 2 | -3/+67 |
* | | make some tests green again | Zahary Karadjov | 2017-06-20 | 4 | -4/+4 |
* | | Fix #5983 | Zahary Karadjov | 2017-06-20 | 3 | -1/+32 |
* | | Fix #5888 | Zahary Karadjov | 2017-06-20 | 6 | -2/+43 |
* | | Fix #4737 | Zahary Karadjov | 2017-06-20 | 5 | -5/+51 |
* | | Fix #5127 | Zahary Karadjov | 2017-06-20 | 5 | -32/+60 |
* | | Fix #4020; Better handling of templates within concepts | Zahary Karadjov | 2017-06-20 | 5 | -2/+65 |
* | | fix #5968 | Zahary Karadjov | 2017-06-20 | 2 | -1/+23 |
* | | fix #1082 | Zahary Karadjov | 2017-06-20 | 3 | -3/+44 |
* | | close #1051 | Zahary Karadjov | 2017-06-20 | 2 | -10/+46 |
* | | close #3152; closed via f663ca7 | Zahary Karadjov | 2017-06-20 | 1 | -0/+4 |
* | | close #3153 | Zahary Karadjov | 2017-06-20 | 1 | -1/+24 |
* | | fix #1017; fix #3309 | Zahary Karadjov | 2017-06-20 | 3 | -1/+27 |
* | | close #3784 | Zahary Karadjov | 2017-06-20 | 1 | -0/+20 |
* | | close #4524 | Zahary Karadjov | 2017-06-20 | 2 | -1/+23 |
* | | fix #2730; fix #4880 | Zahary Karadjov | 2017-06-20 | 3 | -1/+51 |
* | | fix #5017; fix #5893 | Zahary Karadjov | 2017-06-20 | 2 | -1/+29 |
* | | close #5106 | Zahary Karadjov | 2017-06-20 | 1 | -0/+61 |
* | | close #5756 | Zahary Karadjov | 2017-06-20 | 1 | -0/+30 |
* | | fix #5864 | Zahary Karadjov | 2017-06-20 | 2 | -0/+16 |
* | | add a useful helper for debugging typeRel problems | Zahary Karadjov | 2017-06-20 | 1 | -4/+26 |
* | | Fix thardforward | Zahary Karadjov | 2017-06-20 | 1 | -2/+2 |
* | | 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 |